﻿@charset "utf-8";
/**************************banner**************************/
#ban {
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	margin-top:95px;
}
@media only screen and (max-width: 1199px) {
#ban { margin-top:70px;}
}
@media only screen and (max-width: 479px){
#ban {
    height: 200px !important;
	margin-top:50px;
}
}

.bgeb{ padding-bottom:50px;}
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.g-tab1{background-color: #f6f6f6;padding: 13px 0 12px 0px;position: relative;border-bottom:1px solid #ebebeb;border-top: 1px solid #ebebeb;}

/**************************当前位置**************************/
.m-cur{float: right;color: #888;line-height: 45px;padding-right: 10px;}
.m-cur a{font-size: 12px;display: inline-block;color: #888;padding: 0 10px;}
.m-cur span{display: inline-block;padding-left: 12px;}
.m-cur a:hover{color: #00a0ea;}

/**************************内页导航**************************/
.nav li{float: left;margin-right:10px; margin-bottom:5px;}
.nav .s1{display: block;/*width: 145px;*/height: 36px;line-height: 36px;color: #333;font-size: 14px;text-align: center;border: 1px solid #f6f6f6;padding: 0 13px 0 18px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
}
.nav .s1 i{display: inline-block;width: 10px;height: 7px;vertical-align: middle;background: url(../images/gicon9.png) no-repeat center center;margin-left: 10px;
	margin-top: -3px;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.nav .on .s1,.nav .s1:hover{color: #00a0ea;border-color:#00a0ea; }
.nav .on i,.nav .s1:hover i{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


/*-----------------内页产品中心下拉导航--------------*/
.nav .subBox{
    position: absolute;left: 0;right: 0;z-index: 9999;
    background-color:#00a0ea;font-size: 16px;
    padding:15px 0;
    display: none;
}
.nav .subBox dl a{color: #fff;display: block;}
.nav .subBox dd a{color: #fff;display: block;padding-left: 10px;line-height: 18px;font-size: 12px;}
.nav .subBox dl{padding: 0 20px;margin-right: 30px;color: #fff;float: left;}
.nav .subBox h3{font-size: 14px;font-weight: normal;padding-left: 10px;background: url(../images/gicon41.png) no-repeat center left;margin-bottom: 6px;}


/*-----------------关于我们-------------*/

.text{font-size: 14px;color: #777;padding: 32px 0px 0px;line-height: 30px;background-color: #fff;}
.text h2{ font-size:24px; font-weight:bold; color:#00a0ea; padding-bottom:10px;}
.text p{
	font-size:15px;
	color:#666;
	line-height:24px;
	}

	
@media (max-width:768px) {

.text{ padding:20px 10px 0; }
.text p{font-size:14px; line-height:24px;}
.text h2{ font-size:20px;}
.text img{ width:100%;}	}	

/*-----------------产品列表-------------*/
.product{ margin-top:40px; margin-bottom:20px;}
.product ul{ margin-left:-3%;}
.product li{ float:left; width:22%; margin-left:3%; margin-bottom:3%;overflow:hidden;}
.product li .border{ border:1px solid #ebebeb;}
.product li .border .pic{ border-bottom:1px solid #ebebeb;overflow:hidden; position:relative;}
.product li img{ width:100%;transition:all 0.5s;}
.product li:hover img{ transform:scale(1.2);}
.product li .title{ padding:25px 20px; background:#FAFAFA;height:100px;}
.product li .title .bt{ font-size:18px; font-weight:bold; margin-bottom:5px;}
.product li .title p{ font-size:14px; color:#999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.product li .title .more{ margin-top:20px;}
.product li .title .more i{ width:20px; height:20px; line-height:20px; border-radius:30px; border:1px solid #999; font-size:12px; display:inline-block; text-align:center; color:#333; margin-right:5px;}


@media screen and (max-width: 720px) {
.product{ width:96%; margin:30px auto;}
.product ul{ margin-left:0%;}
.product li{ float:none; width:100%; margin-left:0%; margin-bottom:5%;}
.product li .title{ padding:20px 20px;}
.product li .title .more{ margin-top:10px;}
}




/*-----------------[02 产品中心02_详情页02_参数]--------------*/
.m-back{display: block;position: absolute;height: 40px;color:#fff;line-height: 40px;width: 108px;color: #fff;font-size: 14px;background-color: #b7b7b7;text-align: center;bottom: 94%;right: 0;}
.m-back:hover{background-color: #00a0ea;color: #fff;}
.m-details{overflow: hidden;background-color: #fff;border-bottom: 1px solid #ebebeb;}
.m-section4{padding: 40px 0 60px;position: relative;}
.m-details dl{overflow: hidden;padding: 0;}
.m-details dt{float: left;width:35%;}
.m-details dd{padding-left:38%;color: #888;font-size: 14px;line-height: 24px; margin-top:50PX;}
.m-details .pic{margin: 0px auto;overflow: hidden;  margin-right:1px;border:1px solid #ebebeb;}
.m-details .pic img{display: block;/*max-width: 80%;*/margin: 0px auto; width:100%;}
.m-details .slider .item{outline: 0;}
.m-details .slick-dots{text-align: center; margin-top:-15px; position:relative;}
.m-details .slick-dots li{display: inline-block;margin: 0 6px;}
.m-details .slick-dots button{display: block;width:38px;height: 3px;background-color: #bfbfbf;border: none;text-indent: -9999em;outline: 0;cursor: pointer;}
.m-details .slick-dots .slick-active button{background-color: #00a0ea;}
.m-details h2{color: #333;font-size: 24px;line-height: 32px;margin:-6px 0 20px;}
.m-details h3{color: #666;font-size: 14px; margin-bottom:20PX;}
.m-details p{padding-top: 27px;border-top:1px solid #e9e9e9;height: 99px;overflow: hidden;}
.m-details .buy{width: 144px;margin-top: 16px;position: relative;}
.m-details .buy .a-btn{display: block;height: 39px;line-height: 39px;background-color: #00aa80;color: #fff;border: none;cursor: pointer;outline: 0;width: 100%;
	text-align: center;font-size: 14px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
    position: relative;z-index: 2;
}
.m-details .buy .a-btn:hover{
    background: #018967;
}
.m-details .buy-way{
    border: 1px solid #dbdbdb;overflow: hidden;
    position: absolute;left: 0;right:0;top: 0;z-index: 1;
}
.m-details .buy-way a{display: block;width: 50%;float: left;text-align: center;height: 32px;line-height: 32px;color: #888;}
.m-details .buy-way i{
    display: inline-block;width: 16px;height: 16px;vertical-align: middle;margin-right: 8px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.m-details .buy-way .tmall{border-right: 1px solid #bcbcbc;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.m-details .buy-way .tmall i{background-image:url(../images/gicon11.png);}
.m-details .buy-way .jindong i{background-image:url(../images/gicon12.png);}
.m-details .buy-way .tmall:hover i{background-image: url(../images/gicon11-1.png);}
.m-details .buy-way .jindong:hover i{background-image: url(../images/gicon12-1.png);}
.m-details .buy-way a:hover{color: #00aa80;}



.g-tab2{text-align: center;overflow: hidden;padding: 18px 0 15px;background-color: #f6f6f6;border-bottom: 1px solid #ebebeb;}
.g-tab2 li{display: inline-block;}
.g-tab2 a{display: block;color: #888;font-size: 16px;padding: 0 60px;height: 29px;line-height: 29px;border-right: 1px solid #ddd;}
.g-tab2 li:last-child a{border-right: none;}
.g-tab2 li:hover a,.g-tab2 li.on a{color: #00a0ea;}



.ul-list5{width:34%;float: left; }
.ul-list6{float: right;}
.ul-list5 li{height: 49px;overflow: hidden;border-bottom: 1px solid #e9e9e9;}
.ul-list5 span{width: 53%;display: block;float: left;}
.h80{height: 80px;overflow: hidden;}


/*
-----------------[02 产品中心02_详情页03]--------------*/
.ul-list7{overflow: hidden;padding: 86px 0 60px;background-color: #f2f2f2;}
.ul-list7 .pic{float: left;width: 51%;overflow: hidden;text-align: center;}
.ul-list7 img{display: block;max-width: 80%;margin: 0px auto;}
.ul-list7 .txt{width: 45%;float: left;background-color: #fff;color: #888;font-size: 14px;line-height: 24px;padding: 75px 134px 10px 68px;margin-top: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ul-list7 h3{color: #333;font-size: 28px;height: 46px;line-height: 46px;overflow: hidden;margin-bottom: 12px;font-weight: normal;}
.ul-list7 p{height: 144px;overflow: hidden;}
.ul-list8 li{position: relative;}
.ul-list8 .pic{padding-top: 46%;position: relative;overflow: hidden;height: 0;}
.ul-list8 .pic img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.ul-list8 .txt{color: #888;font-size: 14px;line-height: 24px;width: 454px;padding-bottom: 20px;overflow: hidden;position: absolute;top: 166px;left: 110px;}
.ul-list8 p{margin-bottom: 22px;}
.ul-list8 h3{font-size: 28px;color: #fff;font-weight: normal;line-height: 40px;height: 80px;overflow: hidden;margin-bottom: 10px;}
.ul-list8 li{overflow: hidden;}
.ul-list8 .inner{height: 166px;overflow: hidden;padding-right: 50px;}


/***下载**/
.download{background-color: #fff;}
.download li{border-bottom: 1px solid #ddd;}
.download a{display: block;position: relative;color: #333;font-size: 14px;height: 53px;line-height: 53px;overflow: hidden;padding-right: 63px;}
.download span{display: block;float: left;overflow: hidden;height: 53px;overflow: hidden;}
.download .span1{width: 52%;}
.download .span2{width: 17%;}
.download .span3{width: 18%;}
.download .span4{width: 10%;}
.download i{display: block;width: 28px;height: 28px;position: absolute;right: 36px;top: 50%;margin-top: -14px;background: url(../images/gicon13.png) no-repeat center center;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.download a:hover{color: #00a0ea;}
.download a:hover i{background: url(../images/gicon13-2.png) no-repeat center center;}

.dn {
    display: none;
}
@media only screen and (max-width: 767px){
	.download a{line-height: 30px;height: auto;font-size: 13px;}
    .download i{right: 10px; margin-top:-2px;}
    .download span{line-height: 30px;height: 30px;}
    .download .span1{float: none;width: auto;}
    .download .span2,.ul-list9 .span3,.ul-list9 .span4{color: #666;}
    .download{padding: 0;}
    .download .span2{width: 30%;}
    .download .span3{width: 40%;}
    .download .span4{width: 30%;}

}

@media only screen and (max-width: 479px){
.m-back {
    bottom: 0%;
    height: 30px;
    line-height: 30px;
}
.g-tab2 li {
    width: 50%;
    display: block;
    float: left;
}
}


/***搜索**/
.m-soBox{position: relative;margin-bottom: 10px; margin-top:30px; border-bottom:1px solid #ddd; padding-bottom:50px;}
.m-soBox input{display: block;width: 100%;height: 46px;border: 1px solid #bcbcbc;padding: 0 37px;font-size: 14px;color: #333;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.m-soBox button{display: block;width: 99px;height: 44px;background-color: #00a0ea;color: #fff;cursor: pointer;border: none;font-size: 14px;position: absolute;
	right: 0;top: 1px;outline: 0;
	border-bottom-right-radius: 44px;
	-moz-border-bottom-right-radius: 44px;
	-webkit-border-bottom-right-radius: 44px;
	border-top-right-radius: 44px;
	-moz-border-top-right-radius: 44px;
	-webkit-border-top-right-radius: 44px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-soBox button:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


/**************************联系我们**************************/
.contact{ margin-top:50px;
	}
.contact .way{
	width:40%;
	float:left;
	overflow:hidden;
	}
.contact .way p{ font-size:15px; line-height:30px;}
.contact .way p:nth-of-type(1) {font-size:20px; color:#333; font-weight:bold; margin-bottom:10px;}
.contact .leave{
	width:55%;
	float:right;
	overflow:hidden;
	}
.contact .leave p:nth-of-type(1){font-size:20px; color:#333; font-weight:bold; margin-bottom:10px;}	
form{
	width:100%;
	overflow:hidden;
	}
form p+p{
	margin-top:20px;
	}
form p input[type="text"]{
	border:1px solid #ddd;
	width:98%;
	height:42px;
	text-indent:1em;
	outline:none;
	}
form p textarea{
	outline:none;
	resize:none;
	width:96%;
	height:98px;
	border:1px solid #ddd;
	padding:12px 0px 0px 12px;
	font-family:"微软雅黑";
	}
form p input[type="submit"]{
	background:#00a0ea;
	width:48%;
	height:50px;
	outline:none;
	border:none;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
	}
form p input[type="reset"]{
	background:#ccc;
	width:46%;
	height:50px;
	outline:none;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-left:4%;
	border-radius:5px;
	}
@media (max-width:1000px) {
.contact .way{
	width:94%;
	margin:0 auto;
	float:none;
	}
.contact .leave{
	width:94%;
	margin:0 auto;
	float:none;
	margin-top:30px;
	}
.contact .way p:nth-of-type(1) {font-size:20px; margin-bottom:5px;}	
.contact .leave p:nth-of-type(1) {font-size:20px; }	
	}
	
	
@media (max-width:768px) {	
#map{height:0; padding-bottom:60%;}
.m-details dt{float: left;width: 100%;}
}


		



/* 分页 */
.f_page { margin-top: 20px; text-align: center; }
.f_page a, .f_page span { display: inline-block; width: 26px; height: 26px; background: #efefef; margin: 0 2px; border-radius: 20px; line-height: 26px; padding: 5px; }
.f_page a.now { color: #fff; background: #00a0ea; font-weight: 500; }


/*合作客户*/
.customer ul{}
.customer li{ border: 1px solid #ddd; float:left; margin:10px 10px; width:18%;}
.customer li a{display:block;  cursor:default; }
.customer li a:hover img{cursor:default;transform:rotateY(180deg);-webkit-transform:rotateY(180deg); /* Safari and Chrome */-moz-transform:rotateY(180deg); /* Firefox */}
.customer *{ -moz-transition: all 0.8s ease-in-out;-webkit-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out; } 

@media screen and (max-width:1180px){
.customer li{ width:22%;}
}
@media screen and (max-width:960px){
.customer li{ width:30%;}
}
@media screen and (max-width:760px){
.customer li{ width:30%;}
}

@media screen and (max-width:735px){
.customer li{ width:30%; margin:10px 5px; }
.customer li img{ width:140px;}
}
@media screen and (max-width:600px){

.customer li{ width:42%; margin:10px 5px;}
}
@media screen and (max-width:375px){

.customer li{ width:42%; margin:10px 10px;}
}
@media screen and (max-width:320px){

.customer li img{ width:120px;}
}

/*证书*/
.tpimg{
	width:100%;
	}
.tpimg ul{
	}
.tpimg ul li{
	width:23%;
	text-align:center;
	font-size:14px;
	color:#333;
	line-height:30px;
	float:left;
	margin:1%
	}
.tpimg ul li .photo{
	width:100%;
	background:#fff;
	cursor:pointer;
	overflow:hidden;
	border:1px solid #ddd;
	}
.tpimg ul li .photo img{
	max-width:100%;
	min-width:100%;
	display:block;
	}
.tpimg ul li:hover{
	color:#02006A;
	}
.tpimg ul li:hover .photo{
	 border:1px solid #fff;box-shadow:rgba(2, 0, 106 ,0.5) 0px 0px 15px;transition: all 0.3s ease 0s;
	}
@media (max-width:768px) {
.tpimg ul li{
	width:46%;
	margin:2%
	}
	}

/*==============新闻列表=====================*/
#n_news { margin-top:40px; }
#n_news ul{ margin:-18px; overflow:hidden; }
#n_news li{ width:30.8%; position:relative; display:block; overflow:hidden; background:#f7f7f7; float:left; margin:2% 1.2%; padding-bottom:40px;}
#n_news li a{ display:block;}
#n_news li .pic_box{ position:relative; background:#000; }
#n_news li img{width:100%;display:block;  }
#n_news li .text_box{ position:relative; padding:25px; }
#n_news li h1 a{overflow:hidden; white-space: nowrap; overflow:hidden;text-overflow: ellipsis;  color:#555555; font-size:18px; font-weight:bold;  display:block; }
#n_news li p{ font-size:12px; line-height:24px; margin-top:20px; color:#777777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#n_news li span{ margin-top:2px; display:block; font-size:12px; color:#5c5c5d;}
#n_news .fot_box{ position:relative; height:12px; line-height:14px; padding:0 25px;}
#n_news .fot_box span{color:#a1a1a1; font-size:12px; }
#n_news .fot_box a{ display:block;  color:#a1a1a1; font-size:12px; position:absolute; right:25px; top:0; background:url(../images/icon_more_jt.png) right center no-repeat; padding-right:30px;}
#n_news li img:hover{  }
#n_news li:hover{  box-shadow:0 0 5px #aaa; background:#00a0ea; }
#n_news li:hover h1 a{ color:#fff; }
#n_news li:hover p{ color:#fff;}
#n_news li:hover .fot_box a{ background:url(../images/icon_more_jt_hover.png) right center no-repeat; color:#fff;}
#n_news li:hover .fot_box span{ color:#fff;}
#n_news li a:hover{ text-decoration:underline; }

#n_news li .pic_video{position: absolute;left: 40%;right: 0; top:22%; width:72px; height:72px; text-align:center;}


#n_news h2{ text-align:center;color:#555; margin-top:50px;}

#n_news * { -moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out; } 

@media (max-width:1200px) {
#n_news li{ width:46%;}
}
@media (max-width:920px) {
#n_news li{ width:44%;}
}
@media (max-width:800px) {
#n_news li{ width:98%; }
#n_news ul{ margin:0;}
}

.news-title{text-align: center;border-bottom: 1px solid #ebebeb;padding-bottom: 30px; margin-top:20px; margin-bottom:0px;}
.news-title h2{ font-size:24px; float:none;padding-bottom: 20px; color:#666;}
.news-title p span{margin:0 5px;color: #999;}

.fh{width: 120px;margin:50px auto 30px auto;line-height: 40px;text-align: center;}
.fh a{display: block;color:#FFF; font-size:15px;background: #999;border-radius: 20px;}
.fh a:hover{display: block;color:#FFF;text-decoration: none; background:#3474A0;border-radius: 20px;transition:all 1.5s;}

@media (max-width:800px) {
.news-title{ padding-bottom:20px;}
.news-title h2{ font-size:18px; padding-bottom:10px;}
.news-title p{ font-size:14px;}	
.fh{ margin:30px auto 30px auto;}
}

.pages{
	line-height:30px;
	border-top:1px solid #ebebeb;
	font-size:14px;
	color:#666666;
	padding-top: 20px;
	margin-top: 15px;
	padding-left: 8px;
} 
.pages a{
	text-decoration:none;
	margin-left:3px;
	padding:2px 2px;
	color:#666666;
	}
.pages a:hover{
	text-decoration:none;
	color:#3474A0;
	}
	

/*job*/
.faq-box {
	position: relative;
	margin-bottom: 20px;
}
.faq-box .faq-top {
	height: 50px;
	padding-left: 19px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	background-color: #f5f5f5;
	background-image: url(../images/icon-dd4.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	cursor: pointer;
}
.faq-top span {
	display: block;
	width: 90%;
	padding-left: 12px;
	background: url(../images/sj.png) no-repeat left center;
	float: left;
}
.faq-box .faq-block {
	padding-top: 12px;
	background: url(../images/icon-dd5.png) no-repeat 19px top;
	margin-top: 20px;
	display: none;
}
.faq-block .faq-con {
	padding: 25px;
	color: #666666;
	line-height: 30px;
	background-color: #f5f5f5;
	position: relative;
	font-size:13px;
}
.faq-block .faq-con p{ font-size:13px;}
.faq-box .faq-top.cur {
	background-color: #00a0ea;
	color: #fff;
	background-image: url(../images/icon-dd4-2.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}


/*网站地图*/
.sites{ padding:30px 0; float:left; width:13%;}
.sites:nth-of-type(1){ width:30%;}
.sites:nth-of-type(2){ width:30%;}
.sites:nth-of-type(5){ width:12%; float:right;}
.sites .txt{ line-height:24px;}
.sites h3{ margin-top:20px;}
.sites dd{ margin-top:10px;}
@media (max-width:800px) {
.sites{ width:33%;}
.sites:nth-of-type(1){ width:50%;}
.sites:nth-of-type(2){ width:50%;}
.sites:nth-of-type(5){ width:33%; float:left;}
}