.service{
	margin-top: 20px;
}
.service .box1 {
	text-align: center;
}
.service .box1 .box-t{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(51,51,51,0.08);
	max-width: 100%;
}
.service .box1 .box-t li{
	width: 350px;
}
.service .box1 .box-t li a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 70px;
	display: block;
	text-align: center;
}
.service .box1 .box-t li.active a,
.service .box1 .box-t li:hover a{
	background-color: rgba(76, 134, 195, 1);
	color: #fff;
}
.service .box2{
	margin-top: 58px;
}
.service .title,
.solution-d .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.service .box2 .box-c{
	margin-top: 60px;
}
.service .box2 .box-c .list li{
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 80px;
}
.service .box2 .box-c .list li:nth-child(2n){
	justify-content: flex-end;
}
.service .box2 .box-c .list li .pic{
	width: 70%;
}
.service .box2 .box-c .list li .text-box{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #FFFFFF;
	box-shadow: 4px 6px 10px 0px rgba(76,134,195,0.15);
	width: 40.71%;
	min-height: 312px;
	padding: 60px 70px ;
	text-align: left;
}
.service .box2 .box-c .list li:nth-child(2n) .text-box{
	right: auto;
	left: 0;
	text-align: right;
}
.service .box2 .box-c .list li .text-title{
	position: relative;
	z-index: 2;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	
}
.service .box2 .box-c .list li .line{
	position: relative;
	z-index: 2;
	width: 30px;
	height: 3px;
	background: #4C86C3;
	margin-top: 30px;
	display: inline-block;
}
.service .box2 .box-c .list li .text-des{
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 37px;
}
.service .box2 .box-c .list li .text-box .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
}
.service .box2 .box-c .list li:nth-child(2n) .text-box .bg{
	left: 0;
	bottom: 0;
}
.service .box3{
	padding: 78px 0 160px;
	background-color: rgba(246, 247, 251, 1);
}
.service .box3 .box-c{
	margin-top: 100px;
}
.service .box3 .box-c .list{
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.service .box3 .box-c .list>img{
	position: relative;
	align-self: flex-end;
	/* margin-bottom: 14px; */
	z-index: 2;
	margin: 0 10px 14px;
}
.service .box3 .box-c .list:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 20px;
	height: 1px;
	width: calc(100% - 80px);
	transform: translateX(-50%);
	background-color: rgba(226, 226, 226, 1);
	z-index: 1;
}
.service .box3 .box-c li .icon{
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	color: rgba(76, 134, 195, 1);
	margin: 0 auto;
}
.service .box3 .box-c li:hover .icon{
	background-color: rgba(76, 134, 195, 1);
	color: #fff;
}
.service .box3 .box-c li .icon .iconfont{
	font-size: 52px;
}
.service .box3 .box-c li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 24px;
}
.service .box3 .box-c li:hover .text-title{
	font-weight: bold;
}
.service .box3 .box-c li .number{
	position: relative;
	z-index: 2;
	width: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 40px auto 0;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	color: #4C86C3;
}
.service .box4{
	margin-top: 60px;
}
.service .box4 .list li{
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(218, 218, 218, 1);
	margin-bottom: 50px;
}
.service .box4 .list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.service .box4 .list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service .box4 .list li .pic{
	width: 289px;
}
.service .box4 .list li .text-box{
	flex: 1;
	margin-left: 80px;
	display: flex;
	align-items: flex-start;
}
.service .box4 .list li .text-box .l{
	flex: 1;
	margin-right: 80px;
}
.service .box4 .list li .text-box .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service .box4 .list li .text-box .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 29px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service .box4 .list li .text-box .r{
	line-height: 73px;
	border-left: 4px solid rgba(240, 240, 240, 1);
	padding-left: 37px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.service .box4 .list li a:hover .text-box .r{
	color: #4C86C3;
}
.service .box5{
	margin-top: 100px;
	padding: 127px 0 224px;
	background-image: url(../img/solution-bg.png.jpg);
	background-size: cover;
}
.service .box5 .title{
	color: #FFFFFF;
	text-align: left;
}
.service .box5 .des{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 21px;
	text-align: left;
}
.service .box5 .more{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
	height: 50px;
	border: 1px solid #FFFFFF;
	margin-top: 196px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 33px;
}
.service .box5 .more .line{
	width: 20px;
	height: 1px;
	background: #FFFFFF;
}
.solution-d{
	margin-top: 30px;
}
.solution-d .box1{
	padding-bottom: 80px;
}
.solution-d .box1 .title{
	line-height: 1.5;
}
.solution-d .box1 .msg{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 13px;
	text-align: center;
}
.solution-d .box1 .box-c{
	border-top: 1px solid rgba(218, 218, 218, 1);
	margin-top: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	padding: 40px 0 60px;
	border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.solution-d .box1 .box-c p:not(:last-child){
	margin-bottom: 40px;
}
.solution-d .box1 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.solution-d .box1 .box-b{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.solution-d .box1 .box-b .l a{
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.solution-d .box1 .box-b .l a:not(:last-child){
	margin-bottom: 20px;
}
.solution-d .box1 .box-b .back{
	width: 183px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #4C86C3;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4C86C3;
}
@media (max-width:1199px) {
	.service .title, .solution-d .title,.service .box2 .box-c .list li .text-title{
		font-size: 28px;
	}
	.service .box3 .box-c li .icon{
		width: 90px;
		height: 90px;
	}
	.service .box3 .box-c li .icon .iconfont{
		font-size: 40px;
	}
	.service .box3 .box-c{
		margin-top: 60px;
	}
	.service .box3{
		padding-bottom: 100px;
	}
}
@media (max-width:1280px) {
	.service .box4 .list li .text-box{
		margin-left: 30px;
	}
	.service .box4 .list li .text-box .l{
		margin-right: 30px;
	}
}
@media (max-width:1024px) {
	.service .box4 .list li .text-box .r{
		line-height: 1;
		padding-left: 0;
		border: none;
		margin-top: 20px;
	}
	.service .box4 .list li .text-box{
		flex-direction: column;
	}
	.service .box4 .list li .text-box .l{
		margin-right: 0;
	}
	.service .box4 .list li .text-box .text-des{
		margin-top: 15px;
	}
	.service .box1 .box-t li a{
		line-height: 50px;
	}
	.service .box1 .box-t li{
		max-width: 50%;
	}
	.service .title, .solution-d .title,.service .box2 .box-c .list li .text-title{
		font-size: 26px;
	}
	.service .box2 .box-c .list li{
		margin-bottom: 60px;
	}
	.service .box3 .box-c{
		margin-top: 40px;
	}
	.service .box3 .box-c li .text-title{
		/* font-size: 14px; */
		white-space: nowrap;
	}
	.service .box3 .box-c .list{
		width: 100%;
		overflow: auto;
	}
	.service .box3{
		padding: 60px 0;
	}
	.service .box2 .box-c{
		margin-top: 40px;
	}
	.service .box5{
		margin-top: 60px;
	}
	.service .box5{
		padding: 40px 0;
	}
	.service .box5 .more{
		margin-top: 50px;
	}
	.service .box5 .des{
		font-size: 22px;
	}
	.solution-d .box1 .box-c p:not(:last-child){
		margin-bottom: 30px;
	}
	.solution-d .box1{
		padding-bottom: 60px;
	}
}
@media (max-width:768px) {
	.service .box1 .box-t li a{
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.service .title, .solution-d .title,.service .box2 .box-c .list li .text-title{
		font-size: 24px;
	}
	.service .box2 .box-c .list li .pic{
		width: 100%;
	}
	.service .box2 .box-c .list li .text-box{
		position: relative;
		left: 0;
		width: 100%;
		top: 0;
		transform: translateY(0);
		padding: 30px 40px;
		min-height: auto;
	}
	.service .box2 .box-c .list li{
		flex-direction: column;
	}
	.service .box2 .box-c .list li .line{
		margin-top: 20px;
	}
	.service .box2 .box-c .list li .text-des{
		margin-top: 25px;
	}
	.service .box2 .box-c .list li{
		margin-bottom: 50px;
	}
	.service .box2 .box-c .list li:nth-child(2n) .text-box{
		text-align: left;
	}
	.service .box2 .box-c .list li:nth-child(2n) .text-box .bg{
		left: auto;
		right: 0;
	}
	.service .box3 .box-c,.service .box2 .box-c{
		margin-top: 35px;
	}
	.service .box3{
		padding: 50px 0;
	}
	.service .box3 .box-c li .icon{
		width: 70px;
		height: 70px;
	}
	.service .box3 .box-c li .text-title{
		font-size: 14px;
		margin-top: 10px;
	}
	.service .box3 .box-c li .number{
		margin-top: 20px;
	}
	.service .box2{
		margin-top: 50px;
	}
	.service .box4 .list li .text-box .text-title{
		font-size: 22px;
	}
	.service .box4,.service .box5{
		margin-top: 50px;
	}
	.service .box4 .list li{
		padding: 0 0 25px;
		margin-bottom: 25px;
	}
	.service .box4 .list li a{
		flex-direction: column;
	}
	.service .box4 .list li .pic{
		width: 100%;
	}
	.service .box4 .list li .text-box{
		margin: 30px 0 0;
	}
	.service .box5 .more{
		line-height: 38px;
		height: 40px;
	}
	.service .box5 .des{
		font-size: 20px;
	}
	.solution-d{
		margin-top: 0px;
	}
	.solution-d .box1 .box-c{
		padding: 20px 0 30px;
	}
	.solution-d .box1 .box-c p:not(:last-child){
		margin-bottom: 20px;
	}
	.solution-d .box1 .box-b{
		flex-direction: column;
		align-items: flex-end;
	}
	.solution-d .box1 .box-b .l{
		width: 100%;
		margin-bottom: 20px;
	}
	.solution-d .box1 .box-b .l a{
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.solution-d .box1 .box-b .back{
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.solution-d .box1{
		padding-bottom: 50px;
	}
}
@media (max-width:500px) {
	.service .box4 .list li .text-box .text-title{
		font-size: 20px;
	}
	.service .title, .solution-d .title,.service .box2 .box-c .list li .text-title{
		font-size: 22px;
	}
	.service .box2 .box-c .list li .line{
		margin-top: 10px;
	}
	.service .box2 .box-c .list li .text-des{
		margin-top: 20px;
	}
	.service .box2 .box-c .list li{
		margin-bottom: 40px;
	}
	.service .box2 .box-c .list li .text-box{
		padding: 30px 20px;
	}
	.service .box3 .box-c,.service .box2 .box-c{
		margin-top: 30px;
	}
	.service .box3{
		padding: 40px 0;
	}
	.service .box2{
		margin-top: 40px;
	}
	.service .box4,.service .box5{
		margin-top: 40px;
	}
	.service .box5 .more{
		margin-top: 40px;
	}
	.service .box5 .des{
		font-size: 18px;
	}
	.service .box4 .list li .text-box{
		margin-top: 18px;
	}
	.solution-d .box1{
		padding-bottom: 40px;
	}
}