/*公用*/
.banner{
	position: relative;
	overflow-x: hidden;
}
.banner .bg.web{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .bg{
	width: 100%;
}
.banner .inner{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	background-color: rgba(14,91,168,0.85);
	width: 100%;
	padding: 26px 38px;
}
.banner .inner h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	float: left;
}
.banner .inner .pos{
	font-size: 14px;
	color: #fff;
	float: right;
	line-height: 28px;
}
.banner .inner .pos a{
	color: #fff;
}
.banner .inner .pos img{
	vertical-align: middle;
	margin-right: 10px;
}
/*特色产品列表页*/
.feature-list .sec1{
	padding: 30px 0 25px;
	font-size: 0;
}
.feature-list .sec1 li{
	position: relative;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #f3f3f3;
	padding: 10px 30px 26px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.feature-list .sec1 li:nth-child(3n){
	margin-right: 0;
}
.feature-list .sec1 li .img-box{
	padding: 60px 0;
}
.feature-list .sec1 li .img-box img{
	width: 100%;
}
.feature-list .sec1 li h3{
	font-size: 16px;
	color: #0e5ba9;
	line-height: 26px;
	font-weight: normal;
	height: 52px;
	margin-bottom: 14px;
}
.feature-list .sec1 li h4{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	font-weight: normal;
	height: 44px;
}
.feature-list .sec1 li .cover{
	position: absolute;
	left: 0;
	top: -100%;
	background-color: #0e5ba9;
	width: 100%;
	height: 100%;
	padding: 35px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.feature-list .sec1 li:hover .cover{
	top: 0;
}
.feature-list .sec1 li .cover h5{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-weight: normal;
	height: 52px;
	margin-bottom: 10px;
}
.feature-list .sec1 li .cover p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 22px;
	font-weight: normal;
	height: 44px;
}
.feature-list .sec1 li .cover .detail{
	width: 140px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 35px;
}
.feature-list .sec1 li .cover .detail img{
	vertical-align: sub;
	margin-left: 10px;
}
/*特色产品详情页*/
.feature-detail .sec1{
	padding: 30px 0 55px;
}
.feature-detail .sec1 .left{
	font-size: 0;
}
.feature-detail .sec1 .left a{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 150px;
	line-height: 150px;
}
.feature-detail .sec1 .left a.active{
	background-color: #f3f3f3;
}
.feature-detail .sec1 .left a img{
	width: 86%;
	vertical-align: middle;
}
.feature-detail .sec1 .right{
	padding: 40px;
	background-color: #f3f3f3;
}
.feature-detail .sec1 .right .name-box{
	background-color: #0e5ba9;
	padding: 34px 40px 26px;
}
.feature-detail .sec1 .right .name-box p{
	font-size: 22px;
	color: #fff;
	margin-bottom: 14px;
}
.feature-detail .sec1 .right .name-box h3{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.feature-detail .sec1 .right .content-box > img{
	width: 100%;
}
.feature-detail .sec1 .right .content-box .title{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 16px;
	font-size: 24px;
	color: #0e5ba9;
	margin-bottom: 20px;
}
.feature-detail .sec1 .right .content-box .img-box{
	background-color: #fff;
	text-align: center;
	padding: 60px 0;
	width: 100%;
	margin-bottom: 50px;
}
.feature-detail .sec1 .right .content-box .img-box img{
	max-width: 100%;
}
.feature-detail .sec1 .right .content-box .des-box .text-box{
	width: 47%;
	margin-bottom: 30px;
}
.feature-detail .sec1 .right .content-box .des-box .text-box.odd{
	float: left;
}
.feature-detail .sec1 .right .content-box .des-box .text-box.even{
	float: right;
}
.feature-detail .sec1 .right .content-box .des-box .text-box li{
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding-left: 20px;
	position: relative;
}
.feature-detail .sec1 .right .content-box .des-box .text-box li .point{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #0e5ba9;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.feature-detail .sec1 .right .content-box .des-box .text-box li b{
	color: #000;
	font-weight: normal;
	opacity: 0;
}
.feature-detail .sec1 .right .content-box .des-box .text-box li b:nth-child(2){
	opacity: 1;
}
.feature-detail .sec1 .right .content-box .icons{
	background-color: #fff;
	padding: 30px 0;
	margin-bottom: 50px;
	text-align: center;
}
.feature-detail .sec1 .right .content-box .icons img{
	max-width: 100%;
}
.feature-detail .sec1 .right .content-box table{
	width: 100%;
	font-size: 13px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}
.feature-detail .sec1 .right .content-box table th{
	line-height: 24px;
	color: #fff;
	background-color: #0e5ba9;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.feature-detail .sec1 .right .content-box table thead tr:nth-child(2) th{
	border-top: 2px solid #fff;
}
.feature-detail .sec1 .right .content-box table td{
	line-height: 22px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.feature-detail .sec1 .right .content-box table th:first-child,.feature-detail .sec1 .right .content-box table td:first-child{
	border-left: 0 none;
}
.feature-detail .sec1 .right .content-box table th:last-child,.feature-detail .sec1 .right .content-box table td:last-child{
	border-right: 0 none;
}
.feature-detail .sec1 .right .content-box table tbody tr:nth-child(even) td{
	background-color: #fff;
}
.feature-detail .sec1 .right .content-box .btn-download{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #0e5ba9;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
}
.feature-detail .sec1 .right .content-box .btn-download img{
	vertical-align: middle;
	margin-right: 10px;
}
.feature-detail .pop-cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 11;
	text-align: center;
	display: none;
}
.feature-detail .pop-cover.active{
	display: block;
}
.feature-detail .pop-cover .pop-box{
	vertical-align: middle;
	background-color: #fff;
	display: none;
	width: 500px;
	line-height: 1;
	max-height: 88%;
	overflow-y: auto;
}
.feature-detail .pop-cover .pop-box.active{
	display: inline-block;
}
.feature-detail .pop-cover .pop-box.box1 h3{
	height: 80px;
	line-height: 80px;
	background-color: #0e5ba9;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	position: relative;
}
.feature-detail .pop-cover .pop-box.box1 .close-btn img{
	position: absolute;
	right: 38px;
	top: 50%;
	margin-top: -9px;
}
.feature-detail .pop-cover .pop-box.box1 .form-box{
	padding: 32px 30px 40px;
}
.feature-detail .pop-cover .pop-box.box1 .form-box .title{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 14px;
	font-size: 20px;
	color: #0e5ba9;
	margin-bottom: 8px;
	text-align: left;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table{
	width: 100%;
	margin-bottom: 25px;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table th{
	text-align: right;
	width: 90px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding-right: 8px;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table th span{
	color: #ea2727;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table td{
	text-align: left;
	padding: 5px 0;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table td input{
	width: 100%;
	line-height: 34px;
	height: 36px;
	border: 1px solid #d9d9d9;
	background-color: #f3f3f3;
	padding: 0 1em;
	font-size: 14px;
	color: #666;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table td input.short{
	width: 46%;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table td input.error{
	border-color: red;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table td select{
	width: 26%;
	line-height: 34px;
	height: 36px;
	border: 1px solid #d9d9d9;
	background-color: #f3f3f3;
	padding: 0 1em;
	font-size: 14px;
	color: #666;
}
.feature-detail .pop-cover .pop-box.box1 .form-box table td option{
	padding: 0 1em;
}
.feature-detail .pop-cover .pop-box.box1 .form-box .submit{
	width: 140px;
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	color: #fff;
	background-color: #0e5ba9;
	display: inline-block;
	vertical-align: top;
}
.feature-detail .pop-cover .pop-box.box2{
	padding: 87px 0 72px;
}
.feature-detail .pop-cover .pop-box.box2 h3{
	font-size: 26px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 35px;
}
.feature-detail .pop-cover .pop-box.box2 img{
	margin-bottom: 60px;
}
.feature-detail .pop-cover .pop-box.box2 p{
	font-size: 16px;
	color: #666;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1200px){
	/*公用*/
	.banner .inner{
		left: 0;
		margin-left: 0;
		padding: 26px 30px;
	}
	/*特色产品列表页*/
	.feature-list .sec1{
		padding: 30px 30px 28px;
	}
	.feature-list .sec1 li{
		width: 49.15%;
		margin-right: 1.7%;
		margin-bottom: 1.7%;
	}
	.feature-list .sec1 li:nth-child(3n){
		margin-right: 1.7%;
	}
	.feature-list .sec1 li:nth-child(2n){
		margin-right: 0;
	}
	/*特色产品详情页*/
	.feature-detail .sec1{
		padding: 30px 30px 40px;
	}
	.feature-detail .sec1 .left{
		display: none;
	}
	.feature-detail .sec1 .right .content-box .img-box{
		margin-bottom: 40px;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box{
		width: 100%;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box.odd{
		float: none;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box.even{
		float: none;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box li{
		padding-left: 30px;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box li .point{
		left: 10px;
	}
	.feature-detail .sec1 .right .content-box .icons{
		padding: 0;
		background-color: transparent;
		margin-bottom: 45px;
	}
	.feature-detail .sec1 .right .content-box table{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:768px){
	
}
@media only screen and (max-width:767px){
	/*公用*/
	.banner .inner{
		padding: 0 5%;
		line-height: 4.375rem;
	}
	.banner .inner h3{
		font-size: 1.5rem;
		float: none;
	}
	.banner .inner .pos{
		display: none;
	}
	/*特色产品列表页*/
	.feature-list .sec1{
		padding: 1.875rem 1.25rem 1.25rem;
	}
	.feature-list .sec1 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.625rem;
		padding: 0 1.875rem 1.625rem;
	}
	.feature-list .sec1 li:nth-child(2n){
		margin-right: 0;
	}
	.feature-list .sec1 li .img-box{
		padding: 4.625rem 0;
	}
	.feature-list .sec1 li h3{
		font-size: 1rem;
		line-height: 1.5rem;
		height: 3rem;
		margin-bottom: 0.875rem;
	}
	.feature-list .sec1 li h4{
		font-size: 0.875rem;
		line-height: 1.375rem;
		height: 2.75rem;
	}
	.feature-list .sec1 li .cover{
		padding: 1.875rem;
	}
	.feature-list .sec1 li .cover h5{
		font-size: 1rem;
		line-height: 1.5rem;
		height: 3rem;
		margin-bottom: 0.875rem;
	}
	.feature-list .sec1 li .cover p{
		font-size: 0.875rem;
		line-height: 1.375rem;
		height: 2.75rem;
	}
	.feature-list .sec1 li .cover .detail{
		width: 8.75rem;
		height: 2.5rem;
		line-height: 2.25rem;
		border: 0.125rem solid #fff;
		font-size: 0.875rem;
		left: 1.875rem;
		bottom: 1.875rem;
	}
	.feature-list .sec1 li .cover .detail img{
		margin-left: 0.625rem;
	}
	/*特色产品详情页*/
	.feature-detail .sec1{
		padding: 1.25rem 1.25rem 1.875rem;
	}
	.feature-detail .sec1 .right{
		padding: 1.25rem;
	}
	.feature-detail .sec1 .right .name-box{
		padding: 1.75rem 1.25rem;
	}
	.feature-detail .sec1 .right .name-box p{
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	.feature-detail .sec1 .right .name-box h3{
		font-size: 1rem;
	}
	.feature-detail .sec1 .right .content-box .title{
		padding-bottom: 1rem;
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.feature-detail .sec1 .right .content-box .img-box{
		padding: 3.125rem 0;
		margin-bottom: 1.875rem;
	}
	.feature-detail .sec1 .right .content-box .img-box img{
		max-width: 82%;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box{
		margin-bottom: 1.5rem;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box li{
		font-size: 0.75rem;
		padding-left: 1.875rem;
	}
	.feature-detail .sec1 .right .content-box .des-box .text-box li .point{
		width: 0.375rem;
		height: 0.375rem;
		left: 0.625rem;
		top: 0.5625rem;
	}
	.feature-detail .sec1 .right .content-box .icons{
		margin-bottom: 2.1875rem;
	}
	.feature-detail .sec1 .right .content-box table{
		font-size: 0.5rem;
		margin-bottom: 1.875rem;
	}
	.feature-detail .sec1 .right .content-box table th{
		line-height: 1.5rem;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.feature-detail .sec1 .right .content-box table thead tr:nth-child(2) th{
		border-top: 1px solid #fff;
	}
	.feature-detail .sec1 .right .content-box table td{
		line-height: 1.375rem;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.feature-detail .sec1 .right .content-box .btn-download{
		width: 10.625rem;
		height: 3.125rem;
		line-height: 3.125rem;
		font-size: 0.875rem;
	}
	.feature-detail .sec1 .right .content-box .btn-download img{
		margin-right: 0.625rem;
		width: 0.875rem;
	}
	.feature-detail .pop-cover .pop-box{
		width: 88%;
	}
	.feature-detail .pop-cover .pop-box.box1 h3{
		height: 3.75rem;
		line-height: 3.75rem;
		font-size: 1.25rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .close-btn img{
		right: 1.125rem;
		margin-top: -0.5625rem;
		width: 1.125rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box{
		padding: 1.875rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box .title{
		padding-bottom: 0.9375rem;
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box table{
		margin-bottom: 1.875rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box table th{
		text-align: left;
		display: block;
		width: 100%;
		font-size: 0.75rem;
		padding: 0.5rem 0;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box table td{
		padding: 0;
		display: block;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box table td input{
		line-height: 2.125rem;
		height: 2.25rem;
		border: 0.0625rem solid #d9d9d9;
		font-size: 0.75rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box table td input.short{
		width: 100%;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box table td select{
		width: 100%;
		line-height: 2.125rem;
		height: 2.25rem;
		border: 0.0625rem solid #d9d9d9;
		font-size: 0.75rem;
	}
	.feature-detail .pop-cover .pop-box.box1 .form-box .submit{
		width: 100%;
		line-height: 2.75rem;
		height: 2.75rem;
		font-size: 1rem;
	}
	.feature-detail .pop-cover .pop-box.box2{
		padding: 3.625rem 0 2.75rem;
	}
	.feature-detail .pop-cover .pop-box.box2 h3{
		font-size: 1.625rem;
		margin-bottom: 1.625rem;
	}
	.feature-detail .pop-cover .pop-box.box2 img{
		margin-bottom: 1.625rem;
		width: 4.25rem;
	}
	.feature-detail .pop-cover .pop-box.box2 p{
		font-size: 0.875rem;
	}
}
@media only screen and (max-width:414px){
	
}