.sec1{
	background-color: #f6f7f8;
	padding: 3% 0;
}
.sec1 .nav{
	float: left;
	background-color: #fff;
	width: 15.57%;
	padding:0% 0% 2.57% 0%;
}
.sec1 .nav .web,.sec1 .nav .mobile{
	width: 100%;
}
.sec1 .nav a{
	float: left;
	clear: left;
	display: block;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5;
	padding: 0.625rem 0;
	margin-bottom: 12.676%;
	margin-left:2rem;
}
.sec1 .nav a:last-child{
	margin-bottom: 0;
}
.sec1 .nav a:hover{
	color: #046ab1;
	border-color: #046ab1;
}
.sec1 .nav a.active{
	color: #046ab1;
	border-color: #046ab1;
}
.sec1 .main{
	width: 81.2%;
	float: right;
}
.sec1 .main .title{
	position: relative;
	margin-bottom:3.4%;
	border-bottom:solid 1px #046ab1;
	padding-bottom:2rem;
}
.sec1 .main .title h1{
	font-size:26px;
	color: #007bc1;
	font-weight: bold;
	margin-right: 100px;
	line-height: 1.2666;
}
.sec1 .title .back{
	display: block;
	font-size: 14px;
	color: #046ab1;
	width: 78px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #046ab1;
	border-radius: 15px;
	text-align: center;
	position: absolute;
	right: 0;
	top:30%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec1 .title .back:hover{
	background-color: #046ab1;
	color: #fff;
}
.sec1 .title .back img{
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/newsdetail_sec1_back_bg.png);
	background-size: 100% auto;
	background-position: center top;
}
.sec1 .title .back:hover img{
	background-position: center bottom;
}
.sec1 .title .back span,.sec1 .title .back img{
	vertical-align: middle;
}
.sec1 .main .content{
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	margin-bottom: 4%;
}
.sec1 .main .content img{
	max-width: 100%;
}
.sec1 .main .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.sec1 .main .content h5{
	font-size: 1.25em;
	color: #046ab1;
	font-weight: bold;
}

.sec1 .main .btn-more{
	color: #fff;
	background-color: #007bc1;
	width: 8em;
	border-radius: 1.1875em;
	padding: 0 0.5em;
}
.sec1 .main .btn-more span{
	width: 7em;
}
.lfbt1{width:100%; height:4rem; background:#0079c2; line-height:4rem; color:#FFF; font-size:1.6rem; padding-left:2rem; margin-bottom:1rem;}
.lfbt1 img{margin-top:9.6%; margin-left:1rem; width:0.8rem;}
#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 .nav a{
		font-size: 14px;
	}
	.sec1 .main .title h1{
		font-size: 20px;
	}
	.sec1 .main .content{
		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:1200px){

	.sec1 .nav{
		padding: 1.786% 0% 2.57% 1.1%;
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding:1.2rem 0;
	}
	.sec1 .nav{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom:1rem;
		border-radius: 0.3125rem;
		overflow: hidden;
	}
	.sec1 .nav select{
		width: 100%;
		font-size: 0.8125rem;
		line-height: 2.77;
		height: 2.77em;
		color: #0267af;
		padding: 0 0.625rem;
		-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-position: center right 1em;
		background-size: auto 20%;
	}

	.sec1 .main{
		width: 100%;
		float: none;
	}
	.sec1 .main .title{
	margin-bottom:1%;
	padding-bottom:1rem;
}
	
	.sec1 .main .title h1{
		font-size: 0.9375rem;
		margin-right: 90px;
	}

	.sec1 .title .back{
		font-size: 14px;
		width: auto;
		height: auto;
		line-height: 1;
		border: 0 none;
		border-radius: 0;
	}
	.sec1 .title .back:hover{
		background-color: transparent;
		color: #046ab1;
	}
	.sec1 .title .back img{
		width: 8px;
	}
	.sec1 .title .back:hover img{
		background-position: center top;
	}
	.sec1 .main .content{
		font-size: 0.625rem;
		margin-bottom: 1.5rem;
	}
	
	#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;
	}
}