body{
	background-color: #f8f8f8;
}
#main .title h3{
	font-size: 45px;
	color: #333;
	font-weight: bold;
	font-family: "myriadbold";
	margin-bottom: 22px;
}
#main .title .line{
	width: 60px;
	height: 8px;
	background-color: #4087bd;
}
.sec1{
	padding-top: 190px;
	background-image: url(../images/solution_sec1_bg_web.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
}
.sec1 ul{
	padding: 4.59% 0 6.88%;
}
.sec1 li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	padding: 4.6% 0;
}
.sec1 li:nth-child(even){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec1 .img-box{
	position: relative;
}
.sec1 .img-box .img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.sec1 .img-box.active .img{
	opacity: 1;
}
.sec1 .img-box img{
	width: 100%;
}
.sec1 .img1{
	width: 49%;
}
.sec1 .img-box.img1 .img:nth-child(1){
	-webkit-transition: all 0.5s 0.5s;
	-moz-transition: all 0.5s 0.5s;
	-ms-transition: all 0.5s 0.5s;
	-o-transition: all 0.5s 0.5s;
	transition: all 0.5s 0.5s;
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	transform: translateY(-10%);
}
.sec1 .img-box.img1.active .img:nth-child(1){
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.sec1 .img-box.img1 .img:nth-child(2){
	-webkit-transition: all 1s 2s;
	-moz-transition: all 1s 2s;
	-ms-transition: all 1s 2s;
	-o-transition: all 1s 2s;
	transition: all 1s 2s;
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	transform: translateY(-10%);
}
.sec1 .img-box.img1.active .img:nth-child(2){
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.sec1 .img-box.img1 .img:nth-child(3){
	-webkit-transition: all 1s 3s;
	-moz-transition: all 1s 3s;
	-ms-transition: all 1s 3s;
	-o-transition: all 1s 3s;
	transition: all 1s 3s;
}
.sec1 .img2{
	width: 45.18%;
}
.sec1 .img-box.img2 .img:nth-child(1){
	-webkit-transition: all 1s 1s;
	-moz-transition: all 1s 1s;
	-ms-transition: all 1s 1s;
	-o-transition: all 1s 1s;
	transition: all 1s 1s;
}
.sec1 .img-box.img2 .img:nth-child(2){
	-webkit-transition: all 1s 2s;
	-moz-transition: all 1s 2s;
	-ms-transition: all 1s 2s;
	-o-transition: all 1s 2s;
	transition: all 1s 2s;
}
.sec1 .img3{
	width: 44.95%;
}
.sec1 .img-box.img3 .img.icon{
	width: 4.08%;
}
.sec1 .img-box.img3 .img.icon.icon1{
	left: 22.28%;
	top: 43.74%;
	opacity: 1;
}
.sec1 .img-box.img3 .img.icon.icon2{
	left: 72.1%;
	top: 66.66%;
	opacity: 1;
}
.sec1 .img-box.img3 .img.icon img{
	opacity: 0;
}
.sec1 .img-box.img3 .img.icon img:nth-child(1){
	width: 83.33%;
}
.sec1 .img-box.img3 .img.icon img:nth-child(2){
	width: 50%;
	position: absolute;	
	top: 60%;
	left: 60%;
}
.sec1 .img-box.img3 .img.icon.icon1 img:nth-child(1){
	opacity: 1;
}
.sec1 .img-box.img3.active .img.icon.icon1 img:nth-child(2){
	opacity: 1;
	-webkit-transition: all 0.5s 0.5s;
	-moz-transition: all 0.5s 0.5s;
	-ms-transition: all 0.5s 0.5s;
	-o-transition: all 0.5s 0.5s;
	transition: all 0.5s 0.5s;
}
.sec1 .img-box.img3.active .img.icon.icon2 img{
	opacity: 1;
	-webkit-transition: all 0.5s 2.5s;
	-moz-transition: all 0.5s 2.5s;
	-ms-transition: all 0.5s 2.5s;
	-o-transition: all 0.5s 2.5s;
	transition: all 0.5s 2.5s;
}
.sec1 .img-box.img3.active .img:nth-child(2){
	-webkit-transition: all 1s 1s;
	-moz-transition: all 1s 1s;
	-ms-transition: all 1s 1s;
	-o-transition: all 1s 1s;
	transition: all 1s 1s;
	left: 72.1%;
	top: 66.66%;
	opacity: 0;
}
.sec1 .img-box.img3.active .img:nth-child(3){
	-webkit-transition: all 0.5s 2s;
	-moz-transition: all 0.5s 2s;
	-ms-transition: all 0.5s 2s;
	-o-transition: all 0.5s 2s;
	transition: all 0.5s 2s;
}
.sec1 .img-box.img3.active .img:nth-child(4){
	-webkit-transition: all 1s 3s;
	-moz-transition: all 1s 3s;
	-ms-transition: all 1s 3s;
	-o-transition: all 1s 3s;
	transition: all 1s 3s;
	left: 21.94%;
	top: 23.12%;
}
.sec1 .img-box.img3.active .img:nth-child(5){
	-webkit-transition: all 1s 4s;
	-moz-transition: all 1s 4s;
	-ms-transition: all 1s 4s;
	-o-transition: all 1s 4s;
	transition: all 1s 4s;
}
.sec1 .img-box.img3.active .img:nth-child(6){
	-webkit-transition: all 1s 5s;
	-moz-transition: all 1s 5s;
	-ms-transition: all 1s 5s;
	-o-transition: all 1s 5s;
	transition: all 1s 5s;
}
.sec1 .img4{
	width: 52.44%;
}
.sec1 .img-box.img4 .img.top{
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	transform: translateY(-10%);
}
.sec1 .img-box.img4 .img.bottom{
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	-o-transform: translateY(10%);
	transform: translateY(10%);
}
.sec1 .img-box.img4.active .img{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.sec1 .img-box.img4 .img:nth-child(1){
	-webkit-transition: all 0.5s 3s;
	-moz-transition: all 0.5s 3s;
	-ms-transition: all 0.5s 3s;
	-o-transition: all 0.5s 3s;
	transition: all 0.5s 3s;
}
.sec1 .img-box.img4 .img:nth-child(2){
	-webkit-transition: all 0.5s 0.5s;
	-moz-transition: all 0.5s 0.5s;
	-ms-transition: all 0.5s 0.5s;
	-o-transition: all 0.5s 0.5s;
	transition: all 0.5s 0.5s;
}
.sec1 .img-box.img4 .img:nth-child(3){
	-webkit-transition: all 0.5s 1s;
	-moz-transition: all 0.5s 1s;
	-ms-transition: all 0.5s 1s;
	-o-transition: all 0.5s 1s;
	transition: all 0.5s 1s;
}
.sec1 .img-box.img4 .img:nth-child(4){
	-webkit-transition: all 0.5s 1.5s;
	-moz-transition: all 0.5s 1.5s;
	-ms-transition: all 0.5s 1.5s;
	-o-transition: all 0.5s 1.5s;
	transition: all 0.5s 1.5s;
}
.sec1 .img-box.img4 .img:nth-child(5){
	-webkit-transition: all 0.5s 2s;
	-moz-transition: all 0.5s 2s;
	-ms-transition: all 0.5s 2s;
	-o-transition: all 0.5s 2s;
	transition: all 0.5s 2s;
}
.sec1 .img-box.img4 .img:nth-child(6){
	-webkit-transition: all 0.5s 2.5s;
	-moz-transition: all 0.5s 2.5s;
	-ms-transition: all 0.5s 2.5s;
	-o-transition: all 0.5s 2.5s;
	transition: all 0.5s 2.5s;
}
.sec1 .img-box.img4 .img:nth-child(7){
	-webkit-transition: all 0.5s 3.5s;
	-moz-transition: all 0.5s 3.5s;
	-ms-transition: all 0.5s 3.5s;
	-o-transition: all 0.5s 3.5s;
	transition: all 0.5s 3.5s;
}
.sec1 .text-box{
	width: 44.3425%;
}
.sec1 .text-box h5{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-family: "myriadbold";
}
.sec1 .text-box .line{
	width: 60px;
	height: 2px;
	margin: 34px 0 20px;
	background-color: #4087bd;
}
.sec1 .text-box p{
	font-size: 16px;
	color: #666;
	line-height: 1.875;
}
.sec2{
	background-image: url(../images/solution_sec2_bg_web.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
	background-color: rgba(93,154,201,0.08);
	padding: 4.6875% 0 6.77%;
}
.sec2 .box{
	padding-top: 5.2%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-moz-display: flex;
	-moz-align-items: flex-end;
	-moz-justify-content: space-between;
	-ms-display: flex;
	-ms-align-items: flex-end;
	-ms-justify-content: space-between;
	-o-display: flex;
	-o-align-items: flex-end;
	-o-justify-content: space-between;
}
.sec2 .box .img-box{
	width: 43.27%;
	position: relative;
	overflow: hidden;
}
.sec2 .box .img-box img{
	width: 100%;
}
.sec2 .box .img-box .img{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.sec2 .box .img-box .img.img{
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	transform: translateY(-10%);
}
.sec2 .box .img-box .img.text{
	-webkit-transform: translateY(2%);
	-moz-transform: translateY(2%);
	-ms-transform: translateY(2%);
	-o-transform: translateY(2%);
	transform: translateY(2%);
}
.sec2 .box .img-box .img:nth-child(1){
	-webkit-transition: all 0.5s 0.5s;
	-moz-transition: all 0.5s 0.5s;
	-ms-transition: all 0.5s 0.5s;
	-o-transition: all 0.5s 0.5s;
	transition: all 0.5s 0.5s;
}
.sec2 .box .img-box .img:nth-child(2){
	-webkit-transition: all 0.5s 1s;
	-moz-transition: all 0.5s 1s;
	-ms-transition: all 0.5s 1s;
	-o-transition: all 0.5s 1s;
	transition: all 0.5s 1s;
}
.sec2 .box .img-box .img:nth-child(3){
	-webkit-transition: all 0.5s 1.5s;
	-moz-transition: all 0.5s 1.5s;
	-ms-transition: all 0.5s 1.5s;
	-o-transition: all 0.5s 1.5s;
	transition: all 0.5s 1.5s;
}
.sec2 .box .img-box .img:nth-child(4){
	-webkit-transition: all 0.5s 2s;
	-moz-transition: all 0.5s 2s;
	-ms-transition: all 0.5s 2s;
	-o-transition: all 0.5s 2s;
	transition: all 0.5s 2s;
}
.sec2 .box .img-box .img:nth-child(5){
	-webkit-transition: all 0.5s 2.5s;
	-moz-transition: all 0.5s 2.5s;
	-ms-transition: all 0.5s 2.5s;
	-o-transition: all 0.5s 2.5s;
	transition: all 0.5s 2.5s;
}
.sec2 .box .img-box .img:nth-child(6){
	-webkit-transition: all 0.5s 3s;
	-moz-transition: all 0.5s 3s;
	-ms-transition: all 0.5s 3s;
	-o-transition: all 0.5s 3s;
	transition: all 0.5s 3s;
}
.sec2 .box .img-box.active .img{
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.sec2 .box ul{
	width: 52.6%;
}
.sec2 .box li{
	margin-bottom: 9.15%;
}
.sec2 .box li:last-child{
	margin-bottom: 0;
}
.sec2 .box h5{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 2.9%;
}
.sec2 .box p{
	font-size: 16px;
	color: #666;
	line-height: 1.875;
}
.sec3{
	padding: 7% 0 5.73%;
}
.sec3 .table-box{
	padding-top: 3.8%;
}
.sec3 table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.sec3 td{
	height: 95px;
	background-color: rgba(57,67,75,0.04);
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	width: 13.5%;
	border: 5px solid #f8f8f8;
}
.sec3 td:first-child{
	font-size: 16px;
	width: 19%;
}
.sec3 thead td{
	background-color: rgba(57,67,75,0.1);
	height: 85px;
	color: #333;
}
.sec3 td b{
	color: #00427a;
}
.sec3 .icon{
	width: 20%;
}
.sec3 .icon.opacityhalf{
	opacity: 0.5;
}
@media only screen and (max-width:1366px){
	.sec3 td{
		font-size: 16px;
	}
	.sec3 td:first-child{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.sec3 td{
		font-size: 14px;
	}
	.sec3 td:first-child{
		font-size: 12px;
	}
}
@media only screen and (max-width:768px){
	body{
		background-color: #fff;
	}
	#main .title h3{
		font-size: 1.40625rem;
		margin-bottom: 0.625rem;
	}
	#main .title .line{
		width: 1.875rem;
		height: 0.25rem;
	}
	.sec1{
		padding-top: 4.5625rem;
		background-image: none;
	}
	.sec1 ul{
		padding: 1rem 0 3.125rem;
	}
	.sec1 li{
		display: block;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		padding: 0;
		margin-bottom: 3.125rem;
	}
	.sec1 li:last-child{
		margin-bottom: 0;
	}
	.sec1 .img1{
		width: 100%;
	}
	.sec1 .img2{
		width: 100%;
	}
	.sec1 .img3{
		width: 100%;
	}
	.sec1 .img4{
		width: 100%;
	}
	.sec1 .text-box{
		width: 100%;
		margin-top: 2rem;
	}
	.sec1 .text-box h5{
		font-size: 0.9375rem;
	}
	.sec1 .text-box .line{
		width: 1.875rem;
		height: 1px;
		margin: 1.25rem 0;
	}
	.sec1 .text-box p{
		font-size: 0.6875rem;
		line-height: 1.1875rem;
	}
	.sec2{
		background-image: none;
		padding: 3rem 0 3.8125rem;
	}
	.sec2 .box{
		padding-top: 1.25rem;
		display: block;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
	}
	.sec2 .box .img-box{
		width: 82%;
	}
	.sec2 .box ul{
		width: 100%;
		padding-top: 1.75rem;
	}
	.sec2 .box li{
		margin-bottom: 1.5625rem;
	}
	.sec2 .box h5{
		font-size: 0.9375rem;
		margin-bottom: 0.625rem;
	}
	.sec2 .box p{
		font-size: 0.6875rem;
		line-height: 1.1875rem;
	}
	.sec3{
		padding: 3.25rem 0 2.5rem;
	}
	.sec3 .table-box{
		padding-top: 1.25rem;
		padding-bottom: 1rem;
	}
	.sec3 table{
		width: 240%;
	}
	.sec3 td{
		height: 3.75rem;
		font-size: 0.5625rem;
		border: 0.125rem solid #fff;
	}
	.sec3 td:first-child{
		font-size: 0.5rem;
	}
	.sec3 thead td{
		height: 3.4375rem;
	}
}