.sec1{
	background-color: #f6f7f8;
	padding: 5.365% 0 4.6354%;
}
.sec1 h1{
	font-size: 42px;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 4%;
	padding-left: 3%;
}
.sec1 .text-box{
	background-color: #fff;
}
.sec1 .text-box .left{
	float: left;
	width: 49.643%;
	padding: 2.714% 3.857% 2.857% 3%;
}
.sec1 .text-box .right{
	float: right;
	width: 50.357%;
	margin-top: -11.284%;
	padding: 2.714% 0 2.857%;
}
.sec1 .text-box img{
	width: 100%;
	margin-bottom: 4.95%;
}
.sec1 .text-box img:last-child{
	margin-bottom: 4.255%;
}
.sec1 .text-box li{
	margin-bottom: 2.67%;
}
.sec1 .text-box li:last-child{
	margin-bottom: 0;
}
.sec1 .text-box p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	text-align: justify;
}
.sec1 .text-box .right p{
	margin-right: 15%;
}
.sec1 .text-box p span{
	color: #046ab1;
}
.sec1 .text-box p a{
	font-size: inherit;
	color: #007bc1;
}
.sec1 .text-box li .icon-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 15%;
	margin-bottom: 5%;
}
.sec1 .text-box li .icon-box:last-child{
	margin-bottom: 0;
}
.sec1 .text-box li .icon-box img{
	width: auto;
	margin-bottom: 0;
}
.sec1 .text-box li .icon-box.small img{
	height: 39px;
}
.sec1 .text-box li .icon-box.big img{
	height: 55px;
}
.sec1 .text-box .btn-video{
	display: block;
	font-size: 16px;
	color: #046ab1;
	margin-top: 1.5em;	
	border:1px solid #046ab1;
	width: 8.25em;
	height: 2.75em;
	line-height: 2.625em;
	text-align: center;
	border-radius: 1.375em;
}
.sec1 .text-box .btn-video:hover{
	background-color: #046ab1;
	color: #fff;
}
.sec1 .text-box .btn-video span,.sec1 .text-box .btn-video img{
	vertical-align: middle;
}
.sec1 .text-box .btn-video img{
	margin-right: 0.875em;
	width: 1.25em;
	background-repeat: no-repeat;
	background-image: url(../images/solutionlist6_sec2_btn_bg.png);
	background-position: center top;
	background-size: 100% auto;
	margin-bottom: 0;
}
.sec1 .text-box .btn-video:hover img{
	background-position: center bottom;
}
.sec1 .text-box .img-box{
	position: relative;
	overflow: hidden;
}
.sec1 .text-box .img-box img{
	opacity: 0;
}
.sec1 .text-box video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sec1 .btn-more{
	color: #fff;
	background-color: #007bc1;
	width: 8em;
	border-radius: 1.1875em;
	padding: 0 0.5em;
}
.sec1 .btn-more span{
	width: 7em;
}


.sec2{
	background-color: #f6f7f8;
	padding-bottom: 1.3%;
}
.sec2 ul{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 li{
	background-color: #fff;
	width: 48.6%;
	margin-bottom: 3.5%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 0% 2px;
	background-image: url(../images/solutionlist_sec2_bgline.jpg);
	-webkit-transition: background-size 0.5s;
	-moz-transition: background-size 0.5s;
	-ms-transition: background-size 0.5s;
	-o-transition: background-size 0.5s;
	transition: background-size 0.5s;
	padding: 12px 9px;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 li:hover{
	background-size: 100% 2px;
}
.sec2 li .img-box{
	width: 36.254%;
}
.sec2 li .img-box img{
	width: 100%;
}
.sec2 li .text-box{
	width: 60.746%;
	padding-right: 2.11%;
}
.sec2 li h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.7em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 li:hover h5{
	color: #007bc1;
}
.sec2 li p{
	font-size: 16px;
	color: #999;
	line-height: 1.75;
	height: 5.25em;
	text-align: justify;
}
.sec2 li p a{
	font-size: inherit;
	color: inherit;
}
.sec2 li .btn-more{
	font-size: 12px;
}
.sec2 li .btn-more:hover{
	width: 7.5em;
	padding: 0 0.5em;
}
.sec2 li .btn-more span{
	font-size: 14px;
}

#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #046ab1;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #046ab1;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}
#pop-cover .pop-box.info{
	padding: 3%;
}
#pop-cover .pop-box.info h5{
	font-size: 24px;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 5.117%;
}
#pop-cover .pop-box.info ul{
	padding-bottom: 2.63%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#pop-cover .pop-box.info li{
	width: 100%;
	margin-bottom: 2.78%;
	border: 1px solid #eee;
	border-radius: 0.625em;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#pop-cover .pop-box.info li.half{
	width: 300px;
	max-width: 48%;
}
#pop-cover .pop-box.info li span{
	font-size: 0.75em;
	color: #046ab1;
	font-weight: bold;
	position: absolute;
	left: 3.5em;
	top: 1.125em;
}
#pop-cover .pop-box.info li img{
	width: auto;
	height: 1.25em;
	position: absolute;
	left: 1em;
	top: 0.875em;
}
#pop-cover .pop-box.info li input[type=text]{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li select{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(../images/solutionlist_sec1_navslidedown.png);
	background-size: auto 20%;
	background-position: right 5% center;
}
#pop-cover .pop-box.info li .check-box{
	font-size: inherit;
	color: #666;
	line-height: 3em;
	width: 100%;
	padding-left: 7.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li .check-box i{
	font-style: normal;
	margin-left: -4em;
	margin-right: 1em;
}
#pop-cover .pop-box.info li .check-box label{
	margin-right: 3em;
	display: inline-block;
	vertical-align: middle;
}
#pop-cover .pop-box.info li .check-box label:last-child{
	margin-right: 0;
}
#pop-cover .pop-box.info li .check-box label input[type=checkbox],#pop-cover .pop-box.info li .check-box label input[type=radio]{
	margin-right: 1em;
	vertical-align: baseline;
}
#pop-cover .pop-box.info li textarea{
	font-family: inherit;
	font-size: inherit;
	color: #666;
	height: 6em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	resize: none;
}
#pop-cover .pop-box.info .submit{
	display: block;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #046ab1;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
	margin: 0 auto;
	text-align: center;
}
#pop-cover .pop-box.video video{
	width: 100%;
	vertical-align: top;
}

@media only screen and (max-width:1440px){
	.sec1 h1{
		font-size: 36px;
	}
	.sec1 .text-box p{
		font-size: 14px;
	}
	.sec1 .text-box .btn-video{
		font-size: 14px;
	}
	.sec2 li{
		padding: 11px 8px;
	}
	.sec2 li h5{
		font-size: 21px;
	}
	.sec2 li p{
		font-size: 14px;
	}
	#pop-cover .pop-box.tip p{
		font-size: 21px;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 14px;
	}
	#pop-cover .pop-box.info h5{
		font-size: 21px;
	}
	#pop-cover .pop-box.info li{
		font-size: 14px;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px){
	.sec1{
		padding: 2rem 0;
	}
	.sec1 h1{
		font-size: 1.3125rem;
		margin-bottom: 1.25rem;
		padding-left: 1rem;
	}
	.sec1 .text-box{
		padding: 1.5rem 1rem;
	}
	.sec1 .text-box .left{
		float: none;
		width: 100%;
		padding: 0;
	}
	.sec1 .text-box .right{
		float: none;
		width: 100%;
		margin-top: 1rem;
		padding: 0;
	}
	.sec1 .text-box img{
		margin-bottom: 1rem;
	}
	.sec1 .text-box img:last-child{
		margin-bottom: 0;
	}
	.sec1 .text-box li{
		margin-bottom: 0.5rem;
	}
	.sec1 .text-box p{
		font-size: 0.625rem;
	}
	.sec1 .text-box .right p{
		margin-right: 0;
	}
	.sec1 .text-box li .icon-box{
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.sec1 .text-box li .icon-box.small img{
		height: 2rem;
	}
	.sec1 .text-box li .icon-box.big img{
		height: 3rem;
	}
	.sec1 .text-box .btn-video{
		font-size: 0.625rem;
		margin-top: 1em;
	}
	.sec2{
		padding-bottom: 0.75rem;
	}
	.sec2 ul{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.sec2 li{
		width: 100%;
		margin-bottom: 1rem;
		padding: 0.375rem 0.25rem;
		background-image: none;
	}
	.sec2 li .text-box{
		padding-right: 0;
	}
	.sec2 li h5{
		font-size: 0.8125rem;
	}
	.sec2 li:hover h5{
		color: #333;
	}
	.sec2 li p{
		font-size: 0.625rem;
		line-height: 1.5;
		height: 4.5em;
	}
	.sec2 li .btn-more{
		font-size: 0.5625rem;
	}
	.sec2 li .btn-more:hover{
		width: 2.375em;
		padding: 0;
	}
	
	#pop-cover .pop-box .close img{
		right: 0.625rem;
		top: 0.625rem;
		width: 1rem;
	}
	#pop-cover .pop-box .close.white img{
		left: 50%;
		top: 100%;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	#pop-cover .pop-box.tip p{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info{
		padding: 1.875rem 3.90625%;
	}
	#pop-cover .pop-box.info h5{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.info li{
		margin-bottom: 0.625rem;
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info li.half{
		width: 100%;
		max-width: 100%;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 0.625rem;
	}
}