/*!
.info_top h1{ font-size:28px; line-height:1.2; }
.info_top a{ display:none; }
 * @ Description: custom style
 * @ Author: weiwei
 * @ Date: 2018-05-24;
 */

/*
 **********************
 * common style 
 ********************** 
 * 网站头部
 ********************** 
 * 菜单
 **********************
 * 底部COPYRIGHT
 ********************** 
 * 首页样式
 **********************
 * 内页样式
 **********************
*/

/* common style */
html{background:#FFF;color:#000; font-size: 10px; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{font-family: "Microsoft YaHei"; margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff; color:#444;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.page{margin:2rem;}
.main{ overflow: hidden; margin:25px auto; paddign:0; }
.title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #ebebeb;
}
.title h3{ padding:0; height: 40px; }
.title h3 strong{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
	background: #01b5b6;
	padding:0 26px;
	display: inline-block;
}
.title h3 small{
	
}
.title .right{
	text-align: right;
}
.title .right p,
.title .right a{
	font-size: 14px;
	color: #a3a3a3;
}
.title a:hover{ color: #ff9702; }
#prev_next{
	border-top: 1px dotted #868686;
	margin:2rem 0;
	padding:2rem 0;
}
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: block; z-index: 9999;}
.down li{width: 24.7%;border-right: solid 1px #ffffff;text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
@media(min-width: 768px){
	.footer{margin-bottom: 0}
	.down{display: none;}
}
/* go top */
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#01b5b6;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}

.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#01b5b6;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
.scrolledDown{
  	display: block;
}
/* 自定义样式 */
a:hover{ text-decoration: none; }

/* 网站头部 */
.h-tool{ line-height: 30px; background: #f0f0f0; }
.h-tool a, .h-tool p{ font-size: 14px; color: #b0b0b0; }
.h-tool a{ padding-right: 10px; line-height: 14px; }
.h-tool a+a{ padding-left: 10px; border-left: 1px solid #b0b0b0;  }
.h-tool a:hover{ color: #fe9404; } 
.h-top{ padding:25px 0; background: #fff; }
.tel{ text-align: right; }
/* 菜单 */
.m-menu{
	background: #01b5b6;
	border-bottom: 4px solid #00959e;
	height: 56px;
}
.m-menu .navbar{
	margin-bottom: 0;
}
.m-menu .container,
.navbar{ border: none; padding-left: 0; padding-right: 0; }
.navbar-nav > li{ margin:0; }
.navbar-nav > li > a{
	width: 100%;
	text-align: center;
	padding:16px 41px;
	font-size: 16px;
	color: #ffffff;
}
.navbar-nav > li > a:hover{
	color: #fff;
	background: #fe9404;
	border-bottom: 4px solid #ff7d00;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* 首页效果
-------------------------------------------------- */
.carousel-inner img{ margin: 0 auto;}

/* 搜索 */
.m-keys{
	height: 66px;
	line-height: 66px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-keys .container{
	height: 66px;
	border-bottom: 1px dashed #bfbfbf;
	padding:0;
}
.m-keys .keys{ padding:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-keys .keys h3{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	float: left;
	line-height: 66px;
}
.m-keys .keys > a{
	font-size: 14px;
	color: #999999;
	margin-right: 16px;
	line-height: 66px;
}
.m-keys .input-group{
	width: 326px;
	height: 36px;
	float: right;
	margin-top: 15px;
}
.m-keys .form-control{
	border:none;
	width: 345px;
	height: 39px;
	outline: none;
	padding-left: 20px;
	border:1px solid #dcdcdc;
	background: #fff;
	border-radius: 0;
}
.m-keys .input-group-addon{
	background: none;
	border:none;
	position: relative;
	left: -6px;
	top:-2px;
	z-index: 2;
	width: 32px;
	height: 42px;
	background: url(../img/ico-search.jpg) no-repeat center;
}
#submit{
	display: inline-block;
	width: 25px;
	height: 25px;
	border:none;
	background: none;
}
.m-keys .glyphicon-search{
	color: #7e7e7e;
	border:none;
}
/* 侧边栏 */
.s-type{
	width: 100%;
	overflow: hidden;
}
.s-type > h3{
	text-align: right;
	background: #ff9900;
	padding:23px 18px 18px 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.s-type > h3 span{
	display: inline-block;
	margin-top: 10px;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 10px;
	border-top:1px solid #ffffff;
	font-weight: normal;
}
.s-type ul{
	padding:28px 0;
	background: #f7f0de;
	overflow: hidden;
}
.s-type li{ width: 90%; float: right; border-bottom: 1px solid #baaf93; }
.s-type li h3{ font-size: 16px; color: #5d5d5d; padding:17px 0 17px 40px; background: url(../img/ico-li.png) no-repeat 240px center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s-type li:hover h3{ color: #fff; background: url(../img/ico-li.png) no-repeat left center; transition: all .3s; }
.s-type ul > a{ display: inline-block; width: 90%; float: right; text-align: right; margin:25px 10% 10px 0; font-size: 14px; color: #ff6301; transition: all .3s; }
.s-type ul > a:hover{ margin-right: 15%; transition: all .3s; }
/* 产品中心 */
.m-pro{ overflow: hidden;  }
.m-pro .hd{ padding:50px 0 28px; text-align: center; }
.m-pro .hd span{ display: inline-block; width: 160px; height: 34px; background:url(../img/product-span.png) no-repeat center; margin-bottom: 10px; }
.m-pro .hd h3{ font-size: 24px; color: #00bcb4; font-weight: bold; line-height: 1; margin-bottom: 15px; }
.m-type{ text-align: center; }
.m-type a{ padding:14px 26px; background:#01b5b6; border-radius: 5px; font-size: 16px; color: #fff; display: inline-block; margin:0 5px 10px; }
.m-type a:hover{ background:#fe9404; }
.pro-bd li{ margin-bottom: 20px; }
.pro-bd li .img, #pro .swiper-slide .img{ border:1px solid #dcdcdc; }
.pro-bd li .img img, #pro .swiper-slide .img img{ width: 100%; height: 200px; object-fit: cover; }
.pro-bd li h3, #pro .swiper-slide h3{ background: #01b5b6; text-align: center; padding:15px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #ffffff; }
.pro-bd li:hover h3, #pro .swiper-slide:hover h3{ background: #fe9404; }
/* 优势 */
.m-super{ overflow: hidden; margin-top: 55px; }
.m-super .hd{ height: 128px; background:url(../img/super-tit.png) no-repeat center; margin-bottom: 38px; }
.m-super .bd{ background: url(../img/super-bg.jpg) no-repeat bottom center; padding-bottom: 90px; }
.m-super .bd .container{ padding:0; }
.m-super .bd li{ overflow: hidden; }
.m-super .bd li > div{ width: 100%; border:1px solid #dcdcdc; background: #fff; }
.m-super .bd li .txt{  text-align: center; box-sizing: border-box; padding:50px 20px 0; overflow: hidden; }
.m-super .bd li .txt h3{ font-size: 24px; color: #555555; font-weight: bold; margin-bottom: 20px; }
.m-super .bd li .txt h3:before{ content: ""; display: block; width: 78px; height: 5px; border:none; background: #fe9404; margin:0 auto 18px; }
.m-super .bd li .txt p{ font-size: 14px; color: #555555; min-height: 120px; }
.m-super .bd li div img{ margin:36px 0 0 0; width: 100%; }
/* 公司简介 */
.m-about{ overflow: hidden; padding:44px 0 22px; }
.m-about .img{ position: relative; }
.m-about .img img{ width: 100%; }
.m-about .img a{ transition: all .3s; position: absolute; display: inline-block; padding:25px 32px; background: rgba(254,148,4,.68); font-size: 24px; color: #ffffff; font-weight: bold; text-transform: uppercase; right:15px; bottom:145px; line-height: 1; }
.m-about .img:hover a{ background: rgba(254,148,4,1); letter-spacing: 4px; }
.m-about .txt span{ display: inline-block; width: 363px; height: 83px; background: url(../img/about-span.png) no-repeat left center; }
.m-about .txt h3{ line-height: 1; padding:18px 0 35px; border-bottom: 1px dashed #c6c6c6; font-size: 30px; color: #555555; font-weight: bold; margin-bottom: 27px; }
.m-about .txt p{ font-size: 14px; color: #555555; line-height: 30px;  }
.m-about .txt strong{ display: inline-block; margin-top: 30px; font-size: 17px; color: #fe9404; font-weight: bold; line-height: 1; padding-top: 30px; border-top:1px dashed #c6c6c6; }
/* 广告 */
.m-info{ height: 260px; overflow: hidden; position: relative; }
.m-info .container{ position: absolute; top:0; left:50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
.m-info .txt{ text-align: center; padding:76px 0 0;  }
.m-info .txt p{ font-size: 22px; color: #ffffff; font-weight: 200; }
.m-info .txt p strong{ font-size: 24px; line-height: 1; }
.m-info .txt h3 a{ display: inline-block; padding:8px 30px; background:#fe9403; margin-left: 12px; font-size: 16px; color: #ffffff; margin-top:18px; }
.m-info .left,
.m-info .right{ width: 50%; height:100%; }
.m-info .left,
.m-info .right img{ object-fit: cover; }
/* 成功案例 */
.m-case{ overflow: hidden; padding:60px 0 40px; }
.m-case .hd{ text-align: center; margin-bottom: 30px;}
.m-case .hd span{ display: inline-block; width: 346px; height: 34px; background: url(../img/case-span.png) no-repeat center; }
.m-case .hd h3{ font-size: 24px; color: #00bcb4; font-weight: bold; line-height: 1; margin:8px 0 12px; }
.m-case .hd p{ font-size: 16px; color: #00bcb4; }
.m-news .bd, .case-bd{ text-align: center; }
.more{ display: inline-block; padding:17px 36px; border:1px solid #dcdcdc; font-size: 16px; color: #c5c5c5; font-weight: bold; text-transform: uppercase; margin:40px 0; transition: all .3s; }
.more:hover{ background: #01b5b6; color: #fff; border-radius: 5px; }
.case-bd .swiper-slide img{ width: 100%; height: 340px; object-fit: cover; }
/* 新闻中心 */
.m-news{ background: #f6f6f6; overflow: hidden; padding:50px 0 0; }
.m-news .hd{ text-align: center; margin-bottom: 36px; }
.m-news .hd span{ display: block; height: 34px; background: url(../img/news-span.png) no-repeat center; }
.m-news .hd h3{ font-size: 24px; color: #00bcb4; font-weight: bold; line-height: 1; margin:8px 0 12px; }
.m-news .hd p{ font-size: 16px; color: #00bcb4; }
.m-news .bd .swiper-slide span{ width: 100px; height: 100px; font-size: 24px; box-sizing: border-box; padding:20px; color: #ffffff; display: inline-block; text-align: center; background: #01b5b6; color: #fff; float: left; }
.m-news .bd .swiper-slide span strong{ display: block; font-size: 22px; color: #ffffff; font-weight: normal;  }
.m-news .bd .swiper-slide .txt{ margin-left: 28px; float: left; width: 75%; text-align: left; }
.m-news .bd .swiper-slide .txt h3{ line-height: 40px; font-size: 16px; color: #555555; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-news .bd .swiper-slide .txt p{ font-size: 14px; color: #777777; line-height: 24px; }
.m-news .bd .swiper-slide:hover span{ background: #fe9403; }
/* 底部信息 */
#footer{ background: #01b5b6; overflow: hidden; padding:50px 0 0; }
#footer .tit{ overflow: hidden; }
#footer .tit span{ font-size: 24px; text-transform: uppercase; color: #ffffff; font-weight: bold; line-height: 1; margin-bottom: 18px; }
#footer .tit h3{ font-size: 16px; color: #ffffff; margin-bottom: 18px; }
#footer .tit h3:after{ content: ""; display: block; width: 70px; height: 1px; background: #fff; border:none; margin-top: 6px; }
.f-copy{ line-height: 76px; border-top:1px solid #fff; margin-top: 32px; }
.f-copy p{ font-size: 14px; color: #fefefe; line-height: 25px;}
.f-copy .txt{ text-align: right; }
.f-copy .txt a{ color: #fff; display: inline-block; margin:0 2px; }
.f-copy .txt a:hover{ color: #fe9403; }
.f-contact p{ font-size: 14px; color: #ffffff; line-height: 30px;  }
.f-contact p i{ display: inline-block; width: 17px; height: 17px; overflow: hidden; margin-right: 13px; position: relative; top: 5px; }
.f-contact p:nth-child(1) i{ background: url(../img/ico-contact.png) no-repeat 0 0; }
.f-contact p:nth-child(2) i{ background: url(../img/ico-contact.png) no-repeat 0 -17px; }
.f-contact p:nth-child(3) i{ background: url(../img/ico-contact.png) no-repeat 0 -34px; }

#f-message input{
	padding:16px 20px;
	background: #fff;
	border:none;
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 14px;
	color: #c8c8c8;
}
#f-message input[type="submit"]{
	background: #fe9403;
	color: #fefefe;
	font-size: 14px;
}

/* chrome input placeholder style */
::-webkit-input-placeholder { 
	color:#bbbbbb !important; 
} 

#banner{
	overflow: hidden;
	text-align: center;
	position: relative;
}
#banner > img{
	max-width: 100%;
}
.location p{ padding-left: 30px; background: url(../img/ico-map.png) no-repeat left center; font-size: 14px; color: #555555; text-align: left;}

/* 内页文章样式 */
.article .container{
	margin: 2.5rem auto;
	background: #ffffff;
	padding:2rem;
}
.article p{
	color: #6b6b6b;
	font-size: 1.6rem;
	line-height: 3rem;
}
.article p img{
	max-width: 100%;
}
.article h1{
	text-align: center;
	font-size: 2.7rem;
	line-height: 2.7rem;
	margin:2.8rem 0 1.6rem;
}
.article .meta_info{
	text-align: center;
	padding-bottom: 26px;
	border-bottom: 1px dotted #868686;
	margin-bottom: 30px;
	font-size: 1em;
	color: #888787;
}
.article img{
	text-align: center;
	margin:0 auto;
	max-width: 100%;
}
.a_tit{
	background: #f0f1f2;
	margin:20px 0;
}
.a_tit h3{
	padding:12px 20px;
	background: #01b5b6;
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	margin:0;
}
.a_con{
	padding-bottom: 20px;
}
.a_con p{
	font-size: 16px;
	line-height: 36px;
}
#xgcp .swiper-slide{
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
}
#xgcp .swiper-slide .img{
	width: 100%;
	height: 194px;
	position: relative;
}
#xgcp .swiper-slide .img:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(251,135,5,.35) url(../img/ico-search.png) no-repeat center;
	position: absolute;
	bottom: 100%;
	transition: all .3s;
}
#xgcp .swiper-slide:hover .img:before{
	bottom:0;
}
#xgcp .swiper-slide .img img{
	width: 100%;
	height: 194px;
	background: #fff;
	object-fit: cover;
}
#xgcp .swiper-slide h3{
	height: 42px;
	line-height: 42px;
	background: #e4e2e2;
	font-size: 14px;
	color: #555555;
	text-align: center;
}
#xgcp .swiper-slide:hover h3{
	background: #f3a952;
	color: #fff;
}

.info_top h1{
	font-size: 36px;
	color: #24292a;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.info_top p{
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}
.info_top span{
	display: block;
	font-size: 20px;
	color: #01b5b6;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 1px solid #bcbcbc;
	padding-left: 30px;
	background: url(../img/ico-cd.png) no-repeat left center;
	margin-bottom: 20px;
}
.info_top span small{
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
.info_top a{
	display: inline-block;
	overflow: hidden;
	color: #fff;
	margin-top: 60px;
	margin-left: -15px;
}
.info_top i{
	display: inline-block;
	background:;
	width: 100%;
	overflow: hidden;
	padding:15px 45px;
	border-radius: 5px;
	padding-left: 43%;
	font-size: 18px;
	color: #fff;
	font-style: normal;
}
.info_top i.ico-wx{ background: #01b5b6 url(../img/ico-wx.png) no-repeat 17% center; }
.info_top i.ico-cu{ background: #01b5b6 url(../img/ico-cu.png) no-repeat 17% center; }
.info_top a:hover i.ico-wx{ background: #323737 url(../img/ico-wx.png) no-repeat 17% center; }
.info_top a:hover i.ico-cu{ background: #323737 url(../img/ico-cu.png) no-repeat 17% center; }
/* 新闻列表 */
.news li{
	margin: 0 10px 0;
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
}
.news li h3{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.news li p{
	font-size: 1.4rem;
    color: #848282;
    line-height: 2.2rem;
}
.news li:hover{
	background: #f0f0f0;
}
.news li:hover h3{
	color: #ff9702;
}
.btn-primary{
	background-color: #ff9702;
	border-color: #e37f00;
}


/* 媒体查询 */
@media screen and (max-width: 1200px){
	.m-menu{ height: auto; border-bottom: 0;}
	.navbar-nav{ margin:0; }
	.navbar-nav > li{ width: 25%; float: left; border:1px solid #fff; }
	.navbar-nav > li > a{ padding:10px 0; text-align: center; }
	.navbar-nav > li > a:hover{ border-bottom: 0; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3),
	.navbar-nav > li:nth-child(4){ border-bottom: 0; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3),
	.navbar-nav > li:nth-child(5),
	.navbar-nav > li:nth-child(6),
	.navbar-nav > li:nth-child(7){ border-right:0;}
	.m-about .txt h3{
		padding: 10px 0 16px;
		padding: 10px 0 16px;
	}
	.m-about .txt p{ line-height: 26px; }
	.m-about .txt strong{ display: none; }
	.m-info .txt p{ font-size: 20px; }
	.m-info .txt p strong{ font-size: 22px; }
	.m-news .bd .swiper-slide .txt{ width: 68%; }
}
@media screen and (max-width: 992px){
	.m-type a{ margin:5px; }
	.m-about .img{ display: none; }
	.m-info .right{ display: none; }
	.m-news .bd .swiper-slide span{ width: 100%;  }
	.f-contact{ margin-bottom: 15px; clear: both; }
	.f-message{ clear: both; }
	.f-copy .txt{ text-align: center; }
	.tel, .h-tool .text-right{ display: none; }
	.h-top{ padding:20px 0; }
	.m-news .bd .swiper-slide .txt{ margin-left: 0; width: 100%; }
	.m-keys{ display: none; }
	.h-location{ display: block; padding:0 15px; }
	.h-location + h1{ margin:20px auto; text-align: center; font-size: 20px; font-weight: bold; }
}
@media screen and (max-width: 785px){
	.m-info .container{
		position: absolute;
	    top: 0;
	    left: 0;
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	    text-align: center;
	    width: 100%;
	}
}
@media screen and (max-width: 640px){
	.logo img{ text-align: center; width: 100%; }
	.m-super .hd{ background-size: 280%; }
	.m-super .bd li{ margin-bottom: 10px; }
	.m-about .txt span{ background-size: 90%; }
	.f-copy{ margin-bottom: 54px; }
	.info_top h1{ font-size:28px; line-height:1.2; }
	.info_top a{ display:none; }

}
@media screen and (max-width: 414px){
	.m-super .hd { background-size: 360%; }
	#pro .swiper-slide .img img{ height: 140px; }
	.pro-bd li .img img, #pro .swiper-slide .img img{ height: 140px; }
	.m-about .txt h3{ font-size: 24px; }
	.m-about .txt span { background-size: 70%;}
	.m-super .bd li{ height:470px; }
}
@media screen and (max-width: 375px){
	.m-type a{ padding:14px 20px; }
}