body{
	overflow-x: hidden;
}
.main{
	background: #003092;
}
.header{
	background: #fff;
	padding:17px 0 0;

}
.public_center{
	width: 94%;
	margin:0 auto;
	background: #fff;
}
.header_center{
	text-align: center;
}
.logo{
	float: left;
	width: 11%;
}
.hotline{
	float: right;
	width: 11%;
}
.nav{
	display: inline-block;
	text-align: center;
}

.nav li{
	display: inline-block;
	width:130px;
	position: relative;
}
.nav li a{
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 58px;
	padding-bottom: 17px;
}
.nav li:hover a{
	color: #0078d7;
}
.hotline a{
	display: inline-block;
	padding:0 5px;
}
.hotline a i{
	width: 36px;
	display: block;
	line-height: 34px;
	border:1px solid #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #666;
}
.in_search_part{
	background: #eee;
}
.in_search_tit h3{
	font-size: 36px;
	color: #003092;
	padding-bottom: 5px;
}
.in_search_tit b{
	font-size: 20px;
	color: #008eff;
}
.public_center2{
	width: 1200px;
	margin:0 auto;
}
.in_search_inp{
	padding-top: 36px;
}
.in_search_inp ul li{
	width: 23%;
	padding:11px;
	float: left;
	background: #fff;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}
.in_search_inp ul li p{
	font-size: 14px;
	color: #003092;
	line-height: 2;
	width: 100%;
}
.in_search_inp ul li input{
	font-size: 14px;
	color: #003092;
	line-height: 2;
	width: 75%;
}
.in_search_inp ul li label{
	float: right;
	width: 15%;
	font-size: 14px;
	color: #999;
	line-height: 2;
}
.in_search_inp ul li:first-child{
	width: 25%;
}
.in_search_inp ul li:first-child input{
	width: 100%;
}
.in_search_inp button{
	background: #003092;
	width: 6%;
	text-align: center;
	padding:6px 0;
	line-height: 52px;
	height: 52px;
	display: inline-block;
	cursor: pointer;
}
.in_search_inp button i{
	color: #fff;
	font-size: 20px;
	line-height: 2;
}
.in_pro{
	position: relative;
}
.in_products_xy{
	background: #fff;
	padding: 5% 0 3%;
}
.in_search_center{
	padding:3% 3% 7%;
}
.in_pro figure img{
	border:1px solid #eee;
	width: 100%;
}
.in_pro figcaption{
	line-height: 2;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	background: #eee;
	padding:5% 7%;
	
}
.in_pro figcaption p{
	width: 80%;
	font-size: 15px;
	color: #333;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.in_pro figcaption i{
	color: #333;
}
.in_products_out_center{
	position: relative;
	padding-bottom: 3.5%;
}
.in_products_out_center .swiper-pagination{
	width: 100%;
	bottom:0;
}
.in_products_out_center .swiper-pagination-bullet{
	width: 30px;
	background: #a0a0a0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: 12px;
	margin:0 5px;
	opacity: 1;
}
.in_products_out_center .swiper-pagination-bullet-active{
	background: #0078d7;
	width: 40px;
}
.in_pro_hov{
	background: #0078d7;
	padding:5px;
	opacity: 0;
	height: 0;
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
	display: none;
}
.in_pro_hov_iner{
	border:1px solid #3393df;
	padding:10px;
}
.in_pro_hov_tit{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.in_pro_hov_tit h3{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 5px;
}
.in_pro_hov_tit i{
	font-size: 18px;
	color: #fff;
}
.in_pro_hov_iner p{
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; 
}
.in_pro_hov{
	position: absolute;
	left:5%;
	bottom:0;
	width: 90%;
}
/*.in_products_xy_center .swiper-slide:hover figcaption{
	opacity: 0;
}
*/
.in_products_xy_center .swiper-slide:hover .in_pro_hov{
	opacity: 1;
	height:102px;
}
.in_products_tit{
	position: absolute;
	left:0;
	top:-37%;
	z-index: 9;
	width: 100%;
}
.in_products_out_center{
	position: relative;
}
.in_products_tit ul li{
	width: 17%;
	text-align: center;
	background: #0078d7;
	position: relative;
}
.in_products_tit ul li a{
	display: block;
	padding:17% 10%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.in_products_tit ul li a p{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.in_products_tit ul li a i{
	font-size: 16px;
	color: #fff;
}
.sanj{
	position:absolute;
	bottom:-15px;
	left:25px;
	width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #0078d7;
}
.in_field1{
	width: 50%;
	float: left;
	position: relative;
}
.file_in{
	position: absolute;
	bottom:12%;
	right:5%;
}
.file_in img{
	display: block;
	width: 100%;
}
.file_in p{
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}
.file_in p:after{
	position: absolute;
	bottom:0;
	right:0;
	width: 135%;
	content: "";
	height: 2px;
	background: #fff;
}
.file_in2{
	left:5%;
}
.file_in2 p:after{
	width: 23%;
	left:0;
}
.in_hotpro_center{
	padding:3% 8%;
}
.in_hotpro_center ul li{
	width: 31%;
	position: relative;
	overflow: hidden;
	float: left;
	margin:0 1%;
}
.in_hotpro_center ul li:hover .in_pro_hov2{
	height: 105px;
	opacity: 1;
}
.in_pro_hov_iner2{
	padding:3% 5%;
}
.in_news{
	background: #eee;
	padding:3% 0;
}
.in_news_lft{
	width: 59%;
	float: left;
	background: #fff;
}
.in_news_center{
	padding: 0 5%;
}
.in_newspic img{
	width: 100%;
}
.in_news_discribe{
	padding:6.5% 7%;
}
.in_news_discribe h3 a{
	font-size: 18px;
	color: #003092;
	display: block;
	font-weight: normal;
	padding-bottom: 5%;
}
.in_news_discribe p{
	font-size: 12px;
	color: #555;
}
.in_news_hot{
	border-top: 4px solid #0078d7;
}
.in_news_hot_zu{
	background: #fff;
	text-align: center;
	padding: 9% 0 11%;
}
.in_news_hot_zu h3{
	font-size: 22px;
	color: #999;
	padding-bottom: 5%;
}
.in_news_hot_zu span{
	font-size: 12px;
	color: #0078d7;
	display: block;
	position: relative;
	padding-top: 20px;
}
.in_news_hot_zu p{
	position: relative;
	font-size: 12px;
	color: #444;
	line-height: 24px;
	width: 45%;
	margin:0 auto;
	padding:20px 0;
}
.in_news_hot_zu span:before{
	content: "";
	position: absolute;
	left:50%;
	margin-left: -66px;
	top:0;
	width: 133px;
	height: 1px;
	background: #e0e0e0;
}
.in_news_hot_zu p:after{
	content: "";
	position: absolute;
	left:50%;
	margin-left: -66px;
	bottom:0;
	width: 133px;
	height: 1px;
	background: #e0e0e0;
}
.in_news_hot{
	width: 39%;
	float: right;
}
.in_news_hot img{
	width: 100%;
	padding-top: 10px;
}
.footer_address{
	float: left;
}
.footer_address_list ul li{
	float: left;
	padding-right: 47px;
}
.footer_address_list ul li:nth-child(2){
	border-left: 1px solid #e1e0e0;
	padding-left: 47px;
}
.footer_address h3{
	font-size: 24px;
	color: #000;
	padding-bottom: 25px;
	font-weight: normal;
}
.footer_address_list em{
	font-size: 18px;
	display: block;
	line-height: 35px;
	color: #6c6c6c;
}
.footer_address_list li p{
	font-size: 14px;
	color: #6c6c6c;
	line-height: 28px;
}
.footer_address_list li p span{
	font-weight: bold;
}
.footer_center{
	padding:3% 0;
}
.footer_ewm{
	float: right;
	padding-top: 3%;
}
.footer_ewm ul li{
	float: left;
	text-align: center;
	margin:0 15px;
}
.footer_ewm ul li p{
	color: #666;
	padding-top: 20px;
}
.footer_ewm img{
	width: 80px;
}
.footer_nav{
	text-align: right;
}
.footer_nav a{
	display: inline-block;
	padding:0 15px;
	color: #666;
	border-right: 1px solid #666;
}
.footer_nav a:hover{
	color: #0078d7;
}
.copy{
	text-align: center;
	line-height: 2;
	padding:48px 0;
	background: #0078d7;
	font-size: 13px;
	color: #a8d6fa;
	border-bottom:4px solid #003092;
}
.copy a{
	color: #a8d6fa;
}
.copy a:hover{
	color: #fff;
}
.about_page{
	position: relative;
	min-height: 320px;
}
.about_page_in{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
}
.about_info{
	height: 100%;
	padding:2% 0;
}
.about_navbar ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.about_navbar ul li{
	text-align: center;
	width: 18%;
	background: #0078d7;
	margin:0 .5px;
}
.about_navbar ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 43px;
}
.about_logo{
	float: left;
}
.about_logo h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	position: relative;
	padding:20px 0; 
}
.about_logo h3:after{
	content: "";
	width: 40px;
	height: 1px;
	background: #a1a1a1;
	position: absolute;
	left:0;
	bottom:0;
}
.about_part1{
	padding:8% 2% 3%;
}
.about_discribe{
	width: 66%;
	float: right;
	/*padding-top: 1%;*/
}
.about_discribe_in{
	font-size: 13px;
	color: #646464;
	line-height: 30px;
}
.about_discribe_in{
	width: 100%;
	float: left;
	padding:0 2%;
}
.culture{
	padding:8% 0 ;
	background:url("../images/culture.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.culture_list{
	padding-top: 7%;
}
.culture_list ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.culture_list ul li{
	background: #fff;
	border-bottom: 6px solid #0078d7;
	text-align: center;
	margin:0 1%;
}
.culture_tit{
	padding-left: 3%;
}
.culture_tit h3{
	font-size: 24px;
	color: #0078d7;
	font-weight: normal;
	padding-bottom: 4px;
}
.culture_tit p{
	font-size: 18px;
	color: #4d4d4d;
}
.culture_list ul li figcaption{
	padding:30px 0  65px;
}
.culture_list ul li figcaption p{
	font-size: 18px;
	line-height: 2;
	color: #1c3d9b;
}
.history{
	padding:4% 0;
}
.history h3{
	font-size: 30px;
	color: #0078d7;
	font-weight: normal;
	text-align: center;
}
.history_list{
	padding-top:7%;
}
.history_list .swiper-slide{
	text-align: center;
	border:1px solid #eee;
	padding:3%;
}
.history_list .swiper-slide span{
	font-size: 18px;
	color: #666;
	display: block;
	padding-bottom: 6%;
}
.history_list .swiper-slide p{
	font-size: 13px;
	color: #000;
	line-height: 24px;
}
.honor{
	position: relative;
}
.honor img{
	width: 50%;
	float: right;
}
.honor_left{
	float: left;
	width: 50%;
	background: #0078d7;
}
.news_center{
	padding:5% 3%;
}
.news_tit{
	text-align: center;
}
.news_tit h3{
	font-weight: normal;
	font-size: 30px;
	color: #0078d7;
}
.news_tit p{
	font-weight: normal;
	font-size: 18px;
	color: #4d4d4d;
}
.news_part1{
	padding: 4% 0 2%;
}
.news_part1 ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.news_part1 ul li{
	width: 49%;
	border-bottom: 1px solid #f1f0f0;
}
.news_part1 ul li img{
	width: 100%;
}
.news_part1 ul li figcaption{
	padding:3% 5% 8%;
	border-left: 1px solid #f1f0f0;
	border-right: 1px solid #f1f0f0;
	border-bottom: 5px solid #e1e1e1;
}
.news_part1 ul li figcaption h3 a{
    font-size: 18px;
    color: #003092;
    display: block;
    font-weight: normal;
    padding-bottom: 6%;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news_part1 ul li figcaption p{
    font-size: 12px;
    color: #555;
}
.news_part1 ul li:hover figcaption{
	border-bottom: 5px solid #0078d7;
}
.news_part2 ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.news_part2 ul li{
	width: 48%;
	padding:3%;
	margin:1%;
	-moz-box-shadow:0px 0px 18px #ccc; 
	-webkit-box-shadow:0px 0px 18px #ccc; 
	box-shadow:0px 0px 18px #ccc;
	-webkit-transition: ease .4s;
	-o-transition: ease .4s;
	transition: ease .4s;
}
.news_part2 ul li:hover{
	transform:translate(1px, -10px);
-ms-transform:translate(1px, -10px);
-webkit-transform:translate(1px, -10px);
-moz-transform:translate(1px, -10px);
-o-transform:translate(1px, -10px);
}
.news_part2_time{
	width:16%;
	float: left;
	text-align: center;
	background: #e1e1e1;
	padding:.5% 0;
}
.news_part2_time span{
	font-size: 36px;
	color: #fff;
}
.news_part2_time p{
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	text-transform:uppercase;
}
.news_part2_cribe{
	width: 80%;
	float: right;
}
.news_part2_cribe h3{
	font-size: 16px;
	color: #000;
	padding: 7px 0;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news_part2_cribe p{
	font-size: 12px;
	color: #646464;
	line-height: 20px;
}
.news_part2 ul li:hover .news_part2_time{
	background: #0078d7;
}
.news_part2 ul li a{
	display: block;
}
.footer2{
	background: #f1f0f0;
}
.footer_center2{
	background: #f1f0f0;
}
.more{
	width: 236px;
	margin:4% auto;
	line-height: 38px;
	border:1px solid #000;
	text-align: center;
}
.more a{
	display: block;
	font-size: 14px;
	color: #a3a3a3;
}
.more a i{
	float: right;
	padding-right: 8%;
	-webkit-transition: ease-in-out .4s;
	-o-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}
.more a:hover i{
	padding-right: 15%;
}
.more:hover{
	background: #0078d7;
	border:1px solid #0078d7;
}
.more:hover a{
	color: #fff;
}
.news_page_navbar{
	background: #0078d7;
}
.pronav_left{
	width: 45%;
	float: left;
}
.pronav_left ul li{
	/*width: 138px;*/
	padding:0 15px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
}
.pronav_left ul li a{
	font-size:15px;
	color: #fff;
	display: block;
}
.pronav_left ul li.n_subnav{
	background: #003092;
}
.news_page_center{
	padding-top: 2%;
}
.news_detail_info{
	padding:2% 4%;
	position: relative;
}
.news_detail_info article{
	width: 78%;
	float: left;
}
.news_detail_info aside{
	/*width: 13%;*/
	float: right;
	padding-top: 8%;
}
.news_detail_tit{
	padding-bottom: 3%;
	border-bottom: 1px solid #ccc;
}
.news_detail_tit h3{
	font-size: 28px;
	color: #646464;
	padding-bottom: 11px;
	font-weight: normal;
}
.news_detail_tit span{
	font-size: 13px;
	color: #888;
}
.news_detail_discribe{
	font-size: 15px;
	color: #646464;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	padding:3% 0;
}
.news_detail_pagenav{
	padding-top: 3%;
}
.news_detail_pagenav a{
	display: block;
	font-size: 13px;
	line-height: 2;
	padding:1% 0;
	color: #888;
}
.news_detail_pagenav a:hover{
	color: #000;
}
.news_detail_info_mob{
	position: absolute;
	width: 100%;
	height: 60px;
	background: #fff;
	left:0;
	top:-60px;
}
.technology_text{
	float: left;
	width: 75%;
	padding-left: 3%;
}
.technology_pic{
	width: 17%;
	padding-right: 2%;
	float: right;
}
.technology_page_center{
	padding: 2%;
}
.technology_page_center ul li{
	border-bottom: 1px dashed #d9d9d9;
	padding:3% 0;
}
.technology_page_center ul li a{
	display: block;
}
.technology_text h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.technology_text span{
	font-size: 14px;
	color: #000;
	padding:9px 0 16px;
	display: block;
}
.technology_text span b{
    width: 35px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #000;
    margin-right: 5px;
    margin-top: -1px;
}
.technology_text p{
	font-size: 14px;
	color: #646464;
	line-height: 25px;
}
.achieve{
	float: left;
	width:60%;
}
.achieve_discribe{
	width: 37%;
	float: right;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.technology_pagelist ul li{
	border-bottom: 1px solid #d1d1d1;
	padding:4% 0;
}
.service_page h3{
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.service_page{
	padding:0 4% 6%;
}
.service_addtel{
	padding-top:6%;
}
.service_addtel ul li i{
	display: block;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background: #0078d7;
	color: #fff;
	font-size: 20px;
	margin:0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.service_addtel ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.service_addtel ul li{
	width: 22%;
	text-align: center;
}
.service_all{
	padding:0;
}
.service_addtel ul li span{
	font-size: 14px;
	color: #999;
	display: block;
	padding:10px 0 18px;
}
.service_addtel ul li p{
	font-size: 14px;
	color: #444;
}
.marketing{
	padding-top: 5%;
}
.marketing ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.marketing ul li{
	width: 49.5%;
	border:1px solid #eee;
	padding:3%;
	margin-bottom: 1%;
}
.marketing ul li h3{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 20px;
	color: #000;
}
.marketing ul li p,.marketing ul li span{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding-right: 15px;
}
.marketing ul li:nth-child(5){
	width: 100%;
}
.products_page aside{
	width: 19%;
	border:1px solid #eee;
	padding:1% 0;
	float: left;
	background: #fff;
}
.products_page aside ul li{
	line-height: 2;

}
.products_page aside ul li a{
	display: block;
	padding:0 13%;
	
}
.products_page aside ul li a p{
	font-size: 14px;
	color: #666;
	padding:12px 0;
	/*border-bottom: 1px solid #e0e0e0;*/

}
.products_page aside ul li.pronavin{
	background: #0078d7;
}
.products_page aside ul li.pronavin p{
	color: #fff;
}
.products_page{
	padding:3% 0;
}
.products_page aside ul li b{

}
.products_page article{
	width: 79%;
	float: right;
}
.products_page article li{
	width: 30%;
	overflow: hidden;
	float: left;
	margin:0 1.5% 3%;
}
/*.products_page article li:hover figcaption{
	opacity: 0;
}*/

.products_page article li:hover .in_pro_hov{
	opacity: 1;
	height:102px;
}
.products_page article li:hover{
	-moz-box-shadow:0px 1px 11px #ccc; -webkit-box-shadow:0px 1px 11px #ccc; box-shadow:0px 1px 11px #ccc;
}
.pronav_right{
	width: 55%;
	float: right;
	padding-top:12px;
}
.in_search_inp2{
	padding-top: 0;
}
.in_search_inp2 ul li{
	width:19%;
	padding:5px 10px;
}
.in_search_inp2 ul li:first-child{
	width: 30%;
}
.in_search_inp2 ul li label{
	width: 23%;
}
.in_search_inp2 button{
	width: 9%;
	line-height: 40px;
	height: 40px;
}
.in_search_inp button i{
	line-height: 30px;
}
.prodetail_maxpic{
	background: #fafafa;
	padding-top: 2%;
}
.prodetail_maxpic_top{
	background: #fff;
	text-align: center;
	padding:4% 0;
	position: relative;

}
.proname{
	position: absolute;
	left:0;
	top:0;
	background: #0078d7;
	/*width: 300px;*/
	width: 50%;
	padding:3.5% 0 ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	line-height:2;
	color: #777;
}
.proname h3{
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #000;
	padding-bottom: 7px;
}
.proname p{
	font-size: 13px;
	color: #777;
	line-height: 1.8;
	text-align: left;
	/*padding-left: 5%;*/
	display: inline-block;
	padding-right: 15px;
}
.proname .line_top{
	border-top: 1px solid #3492df;
	padding-top: 3.5%;
}
.proname .line_bottom{
	border-bottom: 1px solid #3492df;
	padding-bottom: 3.5%;
	margin-bottom: 3%;
}
.proname .cctop{
	    font-size: 2.2rem;
    color: #2d3033;
    font-weight: 700;
}
.proname .title{
	font-size: 18px;
	color: #444;
	padding-bottom:5px;
	line-height: 2;
}
.prodetail_pagenav{
	text-align: center;
}
.prodetail_pagenav a{
	line-height: 85px;
	color: #000;
	width: 120px;
	display: inline-block;
}
.prodetail_pagenav a:hover{
	color: #0078d7;
}
.prodetail_info{
	background: #fff;
}
.prodetail_info_cribe{
	font-size: 20px;
	color: #000;
	line-height: 30px;
	/*border-bottom: 1px solid #ccc;*/
	/*padding:3% 0;*/
}
.prodetail_info_cribe h3{
	font-size: 20px;
	padding-bottom: 2%;
	color: #000;
}
.prodetail_info_list ul li{
	/*width: 23%;*/
	width: 31%;
	display: inline-block;
	margin:1%;
	overflow: hidden;
}
.prodetail_info_list ul li:hover figcaption{
	opacity: 0;
}

.prodetail_info_list ul li:hover .in_pro_hov{
	opacity: 1;
	height:102px;
}
.in_pro_hov_tit h3{
	font-size: 16px;
	color: #fff;
}


.nav_barmov {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 1100px;
    z-index: 99;
    text-align: left;
    /* padding-top: 50px; */
}
.nav li:nth-child(2) .nav_barmov {
    left: 0;
}
.nav_barmov_line {
    width: 1100px;
    position: fixed;
    height: 2px;
    top: 140px;
    left: 50%;
    margin-left: -350px;
}
.nav_barmov dl dd {
    float: left;
    margin-right: 10px;
    /*width: 95px;*/
    padding: 8px 10px;
    text-align: center;
}
.nav_barmov dl dd a {
    font-size: 14px;
    color: #fff;
    padding-bottom: 12px;
    display: block;
    line-height: 28px;
    padding-bottom: 0;
}
.nav_barmov_inside {
    padding-top: 10px;
}
.nav ul li .nav_barmov dl dd .nav_barmov_inside a {
    line-height: 28px;
    color: #987848;
    font-size: 14px;
}
.hover_hover{
	position: absolute;
	left:0;
	top:92px;
	width: 100%;
	height: 45px;
	background:rgba(0,120,215,.9);
	z-index: 9;
	display: none;
}
.nav ul li:hover dl dd a{
	color: #fff;
}
.sanjiaonav{
	position: absolute;
	left:45px;
	top:-8px;
	width: 0;
    height: 0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #0078d7;
}
.nav li .nav_barmov dl dd a:hover{
	color: #003092;
}
.application_info{
	color: #646464;
	font-size: 15px;
	line-height: 48px;
}

.honor_left_cetnter{
	width: 94%;
	float: right;
	padding-left: 38%;
	background: #003092;
	position: relative;
}
.honor_left_cetnter:before{
	content: "";
	margin-right: -.38em;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.honor_left_cetnter_in{
	display: inline-block;
	vertical-align: middle;
}
.honor_left_cetnter_in p{
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.honor_left_tit{
	padding-bottom: 8%;
}
.honor_left_tit h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 3px;
}
.honor_left_tit span{
	font-size: 18px;
	color: #a3adcd;
}
.search_fix{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.8);
	z-index: 99;
	display: none;
}
.in_search_tit2{
	text-align: center;
	padding-top: 17%;
}
.in_search_tit2 h3{
	color: #fff;
}
.in_search_tit2 b{
	color: #fff;
}
.search_fix_center{
	position: relative;
}
.search_fix i.closes{
	font-size: 30px;
	 color: #fff;
	 position: absolute;
	 top:15%;
	 right:0;
	 cursor: pointer;
}



.menu_list{
	display: none;
}
.menu_down_phone{
	display: none;
}
.fixed_contact{
	text-align: center;
    position: absolute;
    right:-270px;
    width: 327px;
    top: 0;
    -webkit-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
    z-index: 10;
}
.fixed_contact_block{
	width: 57px;
	background: #0078d7;
	height: 150px;
}
.fixed_contact_block a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -.28em;
}
/*.fixed_contact_block{
	height: 100%;
}*/
.fixed_contact_in{
	display: inline-block;
	vertical-align: middle;
}
.fixed_contact_in p{
	font-size: 14px;
	color: #fff;
	width: 15px;
	margin:0 auto;
	padding-bottom: 10px;
}
.fixed_contact_in_en p{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	padding-right: 55px;
    padding-bottom: 30px;
        padding-top: 26px;
    line-height: 2;
}
.fixed_contact_in i{
	color: #fff;
}
.fixed_contact_block a{
	display: block;
	height: 100%;
}
.fcr_top{
	padding:6px 0 0 10px;
}
.fcr_top h3{
	font-size:14px;
	color: #323232;
	padding-bottom: 17px;
}
.fcr_top a{
	display: block;
}
.fcr_top p,.fcr_top a{
	font-size:14px;
	color: #323232;
	padding-bottom: 12px;
	word-break: break-all;

word-wrap: break-word; 
}
.fixed_contact_rightn{
	text-align: left;
	padding:23px;
	width: 270px;
	background: #fff;
	border:1px solid #dfdfdf;
}
.fcr_bot{
	border-top: 1px solid #dfdfdf;
	padding:3px 0 0 10px;
	padding-top: 17px;
}
.fcr_top p i,.fcr_top a i{
	color: #0078d7;
	padding-right: 10px;
	font-size: 13px;
	padding-left: 5px;
}
.fcr_bot a{
	font-size: 14px;
	color: #323232;
}
.fcr_bot a i{
	color: #0078d7;
	padding-right: 10px;
	font-size: 13px;
	padding-left: 5px;
}
.fixed_contact_block{
	float: left;
}
.fixed_contact_rightn{
	float: right;
}
.fixed_contact:hover{
	right:0;
}
.fcr_top a:hover{
	color: #003092;
}
.fcr_bot a:hover{
	color: #003092;
}
.back_top{
	position: absolute;
	left:0;
	bottom:0;
	background: #0078d7;
	width: 52px;
	text-align: center;
	line-height: 52px;
	z-index: 9;
}
.back_top a{
	display: block;
}
.back_top i{
	font-size: 35px;
	color: #fff;
	display: block;
}
.public_fix{
	position: fixed;
	right:0;
	bottom:25%;
	z-index: 99;
	height: 150px;
	-webkit-transition:ease-in-out .4s;
	-o-transition:ease-in-out .4s;
	transition:ease-in-out .4s;
	width: 125px;
	z-index: 10;
}

.products_page aside ul li dl{
	padding:2% 13%;
	background: #fff;
	/*display: none;*/
}
.products_page aside ul li dl dd{
	border-bottom: 1px dashed #eee;
}
.products_page aside ul li dl dd a{
	line-height: 40px;
	color: #999;
	font-size: 14px;
}
.products_page aside ul li dl dd a:hover{
	color:#003092;
}
.products_page aside ul li dl dd a.profont{
	color:#003092;
}

.products_page aside ul li b{
	width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #fff;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px;
}
/*.products_page aside ul li.pronavin b{
	width: 15px;
}*/


.prodetail_page_ot{
	background: #fafafa;
	padding:2% 0;
}
.prode_pot_left{
	width: 40%;
	text-align: center;
	float: left;
}
.prode_pot_left p{
	font-size: 14px;
	padding-top: 10px;
}
.proname{
	float: right;
	position: inherit;
	background:none;
}
.prodetail_page_ot article{
	background: #fff;
	padding:2%;
}
.prode_info_tit{
	background: #fafafa;
	line-height: 44px;
}
.prode_info_tit span{
	font-size: 16px;
	color: #0078d7;
	padding:0 20px;
	display: block;
	position: relative;
}
.prode_info_tit span:after{
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	height: 2px;
	width: 105px;
	background: #0078d7;
}
.prode_info_discribe{
	padding:2% 0;
	font-size: 14px;
	line-height: 2;
}
.prodetail_pic_info{
	padding: 4% 0;
}
.prodetail_previn{
	/*padding:40px 0 30px 40px;*/
	padding:30px 0 0;
}
.prodetail_previn a{
	display: inline-block;
	width: 30%;
	line-height: 30px;
	text-align: center;
	border:1px solid #ccc;
	margin:0 7px;
	vertical-align: top;
}
.prodetail_previn a.menupro{
	width: 80px;
}
.prodetail_previn a i{
	font-size: 21px;
	color: #ccc;
	vertical-align: middle;
}
.prodetail_previn a:hover{
	background: #0078d7;
}
.prodetail_previn a:hover i{
	color: #fff;
}

/*download*/
.products_page article .download{
	
}
.products_page article .download li{
	float:left;
	width:32%;
	margin:0 2% 2% 0;
	padding:25px;

	height:240px;
	border:1px solid #eeeeee;
	-webkit-transition:ease-in-out .3s;
	-moz-transition:ease-in-out .3s;
	-ms-transition:ease-in-out .3s;
	transition:ease-in-out .3s;

}
.products_page article .download li a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	
}
.products_page article .download li:nth-child(3n){
	margin-right:0;
}
.products_page article .download li h3{
	font-size:20px;
	color:#000;
	font-weight:bold;
	
}
.products_page article .download li p{
	padding-top:25px;
	font-size:14px;
	color:#999;
}
.products_page article .download li u{
	position:absolute;
	right:0;
	bottom:0;
	font-size:14px;
	color:#999;
	text-decoration:none;
}
.products_page article .download li:hover{
	border:1px solid #0078d7;
}
.products_page article .download li:hover h3{
	color:#0078d7;
}
.products_page article .download li u{
	color:#000;
}
.lightbox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	background:rgba(0,0,0,.7);
}
.lightbox_content{
	width:450px;
	height:450px;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	margin:-225px auto auto -225px;
}
.lightboxdownload{
	width:450px;
	height:450px;
	margin:0 auto;
	position:relative;
	background:#fff;
	border-radius:10px;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color:#444;
	padding-top:155px;
}
.lightbox_close{
	position:absolute;
	top:-57px;
	right:0;
	width:42px;
	height:42px;
	text-align:center;
	line-height:42px;
	border:2px solid #fff;
	font-size:18px;
	font-weight:bold;
	border-radius:42px;
	color:#fff;
	cursor:pointer;
}
.lightbox_downbutton{
	width:268px;
	height:45px;
	margin:0 auto;
	margin-top:20px;
	color:#fff;
	font-size:16px;
	line-height:45px;
	background:#0078d7;
	border-radius:5px;
	cursor:pointer;
}
.lightbox_checking{
	display:none;
	width:450px;
	height:450px;
	margin:0 auto;
	background:#fff;
	border-radius:10px;
}
.lightbox_checking h3{
	padding:40px 0 30px 0;
	text-align:center;
	font-size:25px;
	color:#444;
	font-weight:normal;
}
.lightbox_checking ul{
	width:85%;
	margin:0 auto;
}
.products_page article .lightbox_checking li{
	width:100%;
	height:45px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	overflow:hidden;
}
.lightbox_checking li input{
	height:45px;
	line-height:45px;
	width:95%;
	padding-left:3%;
}
.lightbox_checking li span{
	color:#ff0000;
}
.products_page article .lightbox_checking li:last-child{
	border:none;
}
.tjxx{
	line-height:45px;
	height:45px;
	display:block;
	color:#fff;
	text-align:center;
	background:#0078d7;
	font-size:16px;
	color:#fff;
}
.warn{
	width:80%;
	margin:0 auto;
}
.warn span{
	color:#ff0000;
}
.lightbox_downbutton a{
	color:#fff;
}