/*!
 * @ 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; }
.title{
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedbdb;
}
.title h3{ padding:0; height: 44px; }
.title h3 strong{
	font-size: 20px;
	color: #333333;
	line-height: 44px;
	display: inline-block;
}
.title h3 small{
	
}
.title .right{
	text-align: right;
	color: #666666;
}
.title .right span{ padding-left: 32px; background:url(../img/ico-home.png) no-repeat left center; line-height: 20px; display: inline-block; }
.title .right p,
.title .right a{
	font-size: 14px;
	color: #666666;
}
.title a:hover{ color: #ff9702; }
#prev_next{
	border-top: 1px dotted #868686;
	margin:2rem 0;
	padding:2rem 0;
}
/*.tz-gallery li .img{ height: 240px; }*/
.tz-gallery li .img img{ height: 100%; width: 100%; object-fit: cover; }
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: block; z-index: 33;}
.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;}
}
.m-tel{ text-align: center; padding:15px 0; background: #f00; color: #fff; }
.m-tel p{ font-size: 20px; font-weight: bold; }
/* 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:#359e4b;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:#359e4b;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:1;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
.scrolledDown{
  	display: block;
}
/* 自定义样式 */
a:hover{ text-decoration: none; }

/* 网站头部 */
.h-tool{ line-height: 34px; background: url(../img/tool-bg.jpg) no-repeat top center; }
.h-tool .text-left p{ color: #929192;font-size: 12px }
.h-tool a, .h-tool p{ color: #ffffff; display: inline-block; }
.h-tool a{ padding-right: 10px; line-height: 14px; }
.h-tool .text-right > div > a+a{ padding-left: 10px; border-left: 1px solid #fff;  }
.h-tool .text-right > div{ display: inline-block; }
.h-tool a:hover{ color: #fe9404; } 
.h-top{ padding:30px 0; background: #fff; }
.tel{ text-align: right; }
/* 菜单 */
.m-menu{
	background: #07773f;
}
.m-menu .navbar{
	margin-bottom: 0;
}
.m-menu .container,
#m-nav{
	padding:0;
}
.navbar{ border: none; }
.navbar-nav{ margin:0; }
.navbar-nav > li{ margin:0; }
.navbar-nav > li > a{
	width: 100%;
	text-align: center;
	padding:16px 25px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.navbar-nav > li > a:hover{
	color: #333333;
	background: #fcc300;
}
.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-about{
	background: url(../img/about-bg.png) no-repeat top center;
	overflow: hidden;
	padding-bottom: 315px;
	position: relative;
	z-index: 2;
}
.m-about .hd{ text-align: center; padding:40px 0 26px; background: #fff; }
.m-about .hd h3{
	height: 123px;
	background: url(../img/about-tit.png) no-repeat top center;
}
.m-about .bd{
	overflow: hidden;
	background: #fff;
	padding-bottom: 66px;
}
.m-about .bd .left{ padding-left: 70px; }
.m-about .bd .left img{ width: 100%; }
.m-about .bd .right{ padding-right: 70px; }
.m-about .bd .right p{ font-size: 16px; color: #666666; line-height: 30px; }
.m-about .bd .right a{transition: all .36s; display: inline-block; margin-top: 20px; padding:12px 36px; background: #07773f; border-radius: 30px; font-size: 16px; color: #ffffff; }
.m-about .bd .right a:hover{ background: #fcc300; color: #333; padding:12px 42px; }
/* 产品中心 */
.m-pro{ overflow: hidden; background: url(../img/pro-bg.jpg) no-repeat top center; margin-top: -430px; padding:252px 0 0; position: relative; z-index: 1; }
.m-pro .hd{ text-align: center; }
.m-pro .hd h3{ height: 131px; background: url(../img/pro-tit.png) no-repeat center; }
.m-pro .bd .swiper-slide img{ width: 100%; object-fit: cover;}
.m-pro .bd .swiper-slide h3{ line-height: 50px; font-size: 16px; color: #333333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s-type{ overflow: hidden; }
.s-contact .hd, .s-type .hd{ background:#07773f; text-align: center; padding:20px 0; margin-bottom: 10px; }
.s-contact .hd h3, .s-type .hd h3{ font-size: 30px; color: #ffffff; font-weight: bold; line-height: 1; margin-bottom: 10px; }
.s-contact .hd span, .s-type .hd span{ display: inline-block; font-size: 18px; color: #ffffff; text-transform: uppercase; line-height: 1; }
.s-type .bd a{ display: block; background:#f1f1f1; margin:5px 0; padding:15px 30px; font-size: 16px; color: #333333; }
.s-type .bd a + ul{ height: 0; transition: all .3s; overflow: hidden; }
.s-type .bd a:hover + ul{ height: auto; transition: all .3s; }
.s-type .bd a + ul:hover{ height: auto; transition: all .3s; }
.s-type .bd a span{ font-size: 24px; color: #333333; transition: all .36s; }
.s-type .bd a:hover{ background:#07773f; color: #fff; }
.s-type .bd a:hover span{ color: #fff; 
	transform:rotate(10deg);
	-ms-transform:rotate(10deg); /* Internet Explorer */
	-moz-transform:rotate(10deg); /* Firefox */
	-webkit-transform:rotate(10deg); /* Safari 和 Chrome */
	-o-transform:rotate(10deg);
 }
.s-contact .hd{ margin:10px 0 0; }
.s-contact .bd{
	background:#f1f1f1;
	text-align: center;
	padding:20px;
}
.s-contact .bd p{
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	text-align: left;
}

.m-type{ overflow: hidden; margin:45px 0; text-align: center; }
.m-type a{ display: inline-block; padding:10px 35px; border:1px solid #b7b7b9; font-size: 18px; color: #333333; border-radius: 30px; margin:0 18px 5px; }
.m-type a:hover{ border-color: #07773f; color: #07773f; font-weight: bold; }
/* 新闻中心 */
.m-news{ overflow: hidden; background: url(../img/news-bg.png) no-repeat bottom center; padding-top: 282px; margin-top:-150px; padding-bottom: 24px;}
.m-news .tit{ overflow: hidden; }
.m-news .tit h3{ font-size: 16px; color: #ffffff; line-height: 24px; font-weight: bold; clear: both; }
.m-news .tit img{ float: right; margin-right: 20%; clear: both;max-width: 80%;/*margin-top: 120px;*/ }
.m-news .txt{ background: #ffffff; border-radius: 10px; padding:10px 20px; overflow: hidden; margin-top: 40px; }
.m-news .txt h3{ line-height: 53px; border-bottom: 1px solid #dbdbdb; padding-left: 36px; font-size: 24px; color: #048133; font-weight: bold; background: url(../img/ico-news.png) no-repeat left center; margin-bottom: 20px; }
.m-news .txt .left{ width: 60%; float: left; font-size: 14px; color: #333333; line-height: 25px;  }
.m-news .txt .left img{ width: 203px; height: 118px; float: left; margin:0 12px 5px 0; }
.m-news .txt .left a{ color: #333333; }
.m-news .txt .left a:hover{ color: #158c4c; }
.m-news .txt .right{ width: 40%; float: right; box-sizing: border-box; padding-left: 20px;  }
.m-news .txt .right li{ overflow: hidden; line-height: 34px; text-overflow: ellipsis; white-space: nowrap; padding-left: 16px; background: url(../img/ico-li.jpg) no-repeat left center; }
.m-news .txt .right li a{ font-size: 14px; color: #333333; }
.m-news .txt .right li a:hover{ color: #138b4d; }
/* 三大优势 */
.m-super{ overflow: hidden; padding-bottom: 40px; }
.m-super .hd{ text-align: center; padding:50px 0; }
.m-super .hd h3{ height: 114px; background: url(../img/super-tit.jpg) no-repeat center; }
.m-super .bd li{ clear: both; overflow: hidden; }
.m-super .bd li h3{ line-height: 52px; margin-bottom: 32px; background: url(../img/h3-bg.png) no-repeat left center; font-size: 24px; color: #ffffff; font-weight: bold; }
.m-super .bd li h3 span{ display: inline-block; width: 44px; height: 44px; text-align: center; line-height: 44px; margin:2px 10px 0 2px; font-size: 30px; color: #00823a; font-weight: bold; }
.m-super .bd li p{ font-size: 14px; color: #666666; line-height: 24px; padding-left: 20px;  background: url(../img/ico-p.png) no-repeat left 5px; margin-bottom: 30px; }
.m-super .bd li:nth-child(1) .txt{ margin-top: 80px; }
.m-super .bd li:nth-child(2){ overflow: visible; }
.m-super .bd li:nth-child(2) > div img{ position: relative; top:-30px; }
/* 成功案例 */
.m-case{ background: url(../img/case-bg.png) no-repeat top center; overflow: hidden; }
.m-case .hd{ padding:65px 0 55px; text-align: center; }
.m-case .hd h3{ height: 129px; background: url(../img/case-tit.png) no-repeat center; }
.m-case .bd{ padding-bottom: 70px; }
.m-case .bd .swiper-slide img{ width: 100%; height: 205px; border:3px solid #fff; border-radius: 25px; object-fit: cover; }
.m-case .bd .swiper-slide h3{ line-height: 56px; text-align: center; padding:0 20px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #ffffff; }
/* 底部信息 */
#footer{ overflow: hidden; background: url(../img/f-bg.jpg) no-repeat top center; padding-bottom: 40px; }
#footer .container{ position: relative; }
.f-qa{ padding:36px 0; overflow: hidden; opacity: 0; display: none; }
.picScroll-left{ overflow:hidden; position:relative; padding-left: 190px;   }
.picScroll-left .hd{ overflow:hidden; position: absolute; left:0; }
.picScroll-left .hd h3{ font-size: 20px; color: #2c2d2d; font-weight: bold; }
.picScroll-left .hd p{ font-size: 14px; color: #666666;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display: inline-block; padding:7px 15px; background: #4a4a4a; cursor: pointer; }
.picScroll-left .hd .prev{ background:#4a4a4a url(../img/qa-right.png) no-repeat center; }
.picScroll-left .hd .next{ background:#00823a url(../img/qa-left.png) no-repeat center; }
.picScroll-left .hd .prev:hover{ background:#00823a url(../img/qa-right.png) no-repeat center; }
.picScroll-left .hd .next:hover{ background:#4a4a4a url(../img/qa-left.png) no-repeat center; }
.picScroll-left .bd{ width: 100%; overflow: hidden; }
.picScroll-left .bd li{ width: 50%; text-align: left; /*padding:20px;*/ margin:0 10px; background: #f5f5f5;  float:left; box-sizing: border-box;}
.picScroll-left .bd li a{ display: inline-block; margin:20px; }
.picScroll-left .bd li h3{ padding-left: 36px; background: url(../img/w.png) no-repeat left top; font-size: 14px; color: #333333; font-weight: bold; line-height: 25px; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.picScroll-left .bd li p{ padding-left: 36px; background: url(../img/d.png) no-repeat left top; font-size: 14px; color: #666666; line-height: 24px;  }


.f-nav{ padding:18px 0; border-top:1px solid #00823a; border-bottom: 1px solid #00823a; margin-bottom: 20px; }
.f-nav a{ display: inline-block; font-size: 14px; color: #333333; line-height: 14px; padding:0 26px; }
.f-nav a:hover{ font-weight: bold; color: #00823a; }
.f-contact img{ margin-bottom: 20px; }
.f-contact p{ font-size: 13px; color: #333333; line-height: 30px; }
.f-type h3{ font-size: 16px; color: #00823a; font-weight: bold; line-height: 36px;  }
.f-type a{ display: inline-block; font-size: 14px; color: #333333; line-height: 30px; margin-right: 34px; }
#footer a:hover{ color: #00823a; }
.f-ewm{ text-align: center; }
.f-ewm p{ color: #333333; line-height: 42px; }
/* 侧边栏 */
/*.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; }*/

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

/* 内页效果 */
#banner{
	overflow: hidden;
	text-align: center;
	position: relative;
}
#banner > img{
	max-width: 100%;
}
#banner .hd{
	width: 100%;
	position: absolute;
	bottom:40%;
}
#banner .hd h3{
	font-size: 3.4rem;
	color: #595858;
}
#banner .hd span{
	font-size: 5rem;
	font-family: "Mongolian Baiti";
	text-transform: uppercase;
	color: #595858;
}
#banner .bd{
	width: 100%;
	position: absolute;
	bottom:0;
	text-align: center;
}
#banner .bd a{
	display: inline-block;
	margin:0 1.5rem;
	padding:1.5rem 2rem;
	background: #fff;
	color: #343434;
	font-size: 1.6rem;
}
#banner .bd a:hover{
	background: #ff9702;
	color: #fff;
}

/* 内页文章样式 */
.article .container{
	margin: 2.5rem auto;
	background: #ffffff;
	padding:2rem;
}
.article p{
	color: #6b6b6b;
	font-size: 1.6rem;
	line-height: 3rem;
}
.article .text-center img{ max-width: 60%; }
.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:2px auto;
}
.a_tit{
	background: #f0f1f2;
	margin:20px 0;
}
.a_tit h3{
	padding:12px 20px;
	background: #1e6d2f;
	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{
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 20px;
}
.info_top p{
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}
.info_top a{
	display: inline-block;
	padding:18px 90px;
	background: #ff9702;
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
}
/* 新闻列表 */
.news li{
	margin: 0 10px 0;
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
}
.news li h3{
	font-size: 2rem;
	margin-bottom: 1rem;
	width:100%;
	white-space: nowrap;text-overflow: ellipsis;
	height: 22px;overflow: hidden;
}
.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;
}
/* 产品内页 */
.pro-bd li h3{
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-bd li img{ width: 100%; height: 174px; object-fit: cover; }
.pc-slide{width: 100%;margin: 0 auto; border:1px solid #e7e6e6; padding:15px 20px; margin-left: -15px;}
.view .swiper-container{width: 100%; margin-bottom: 18px;}
.view .swiper-slide img{ width: 100%; }
.preview{width: 100%;margin-top: 16px;position: relative;}
.preview .swiper-container{width: 84%;height: 66px;margin-left: 35px;}
.preview .swiper-slide{width: 90px;height: 64px;cursor:pointer; margin:0 5px;}
.preview .swiper-slide img{ width: 90px; height: 64px; object-fit: cover; }
.preview .slide6{width: 90px;}
.preview .arrow-left{background: url(../img/feel3.png) no-repeat left top;position: absolute;left: 0;top:5px; margin-top: -9px;width: 20px;height: 70px;z-index: 10;}
.preview .arrow-right{background: url(../img/feel4.png) no-repeat left bottom;position: absolute;right: 0;top:5px; margin-top: -9px;width: 20px;height: 70px;z-index: 10;}
.preview img{border: 1px solid #b6b6b6;}
.preview .active-nav img{padding: 0;border: 1px solid #006dc0;}
.p-info{ overflow: hidden; margin-bottom: 40px; }
.p-info .right{ padding-left:0; padding-right: 0; }
.p-info .right h3{ font-size: 24px; color: #07773f; line-height: 40px; margin-top: 16px; }
.p-info .right p{ font-size: 14px; color: #919191; line-height: 30px; }
.p-info .right p span{ font-size: 16px; color: #033333; }
.p-info .right > a{ display: inline-block; width: 120px; height: 35px; background: url(../img/ico-contact.jpg) no-repeat; background-size: contain; margin-top: 40px; }
.p-info .right > button{ display: inline-block; width: 120px; height: 35px; background: url(../img/ico-message.jpg) no-repeat; background-size: contain; margin-top: 40px;border:none; }
/*.p-info .right > a + a{ display: inline-block; width:120px; height: 35px; background: url(../img/ico-contact.jpg) no-repeat; margin-left: 30px; background-size: contain; }*/
.p-info .right i{ font-style: normal; font-size: 14px; color: #919191; line-height: 30px; }
.p-info .right > div{ border-top:1px solid #e9eaeb; margin-top: 20px; padding-top: 15px;}
.p-info .right > div span{ display: inline-block; float: left; line-height: 36px;font-size: 16px; color: #333333; }
.p-tit{ height: 40px; line-height: 40px;  background: #ebeced; margin-bottom: 20px; }
.p-tit h3{ padding:0 25px; height: 100%; line-height: 40px; background: #07773f; font-size: 18px; color: #ffffff;  display: inline-block; }
.article h2{ font-size: 24px; background: #359e4b; color: #fff; display: inline-block; padding:15px 36px; margin:12px 0; }
#p-form{ overflow: hidden; }
#p-form label{ width: 100%;  font-size: 16px; font-weight: normal; color: #666666; line-height: 42px; display: inline-block; vertical-align: top; float: left; }
#p-formã€€.form-group{ overflow: hidden; margin-bottom: 12px; }
#p-form input{ width: 100%; height: 40px; border:1px solid #dddada; padding-left: 10px; background:#f2f2f3;}
#p-form textarea{ width: 100%; height: 112px; border:1px solid #dddada; resize: none; padding: 10px; }
#p-form .btn-primary{ width: 40%; margin:0 auto; height: 44px; background: #07773f; font-size: 18px; color: #ffffff; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border:none; } 

/* 媒体查询 */
@media screen and (max-width: 1200px){
	.navbar-nav > li{ width: 20%; float: left; border:1px solid #fff; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3){ border-right:none; border-bottom: none; }
	.navbar-nav > li:nth-child(4),.navbar-nav > li:nth-child(5){ border-bottom: none; }
	
	.navbar-nav > li:nth-child(6),
	.navbar-nav > li:nth-child(7){ border-right:none;  }
	.navbar-nav > li > a{ padding:15px 0; }
	.tel{ display: none; }
	.m-news .tit h3{ font-size: 24px; }
	.f-type a{ margin-right: 34px; }
	.m-about .bd .video{ margin-bottom: 15px; }
	.m-about .bd .left{ padding-left: 15px; }
	.h-tool{ background: #1e6d2f; }
	.h-tool .text-left p{ color: #fff; }

}
@media screen and (max-width: 968px){
	.m-news .tit{ display: none; }
	.m-super .bd li{ text-align: center; }
	.m-super .bd li .txt{ text-align: left; }
	.m-super .bd li:nth-child(2) > div img{ top:0; }
	.m-about{ padding-bottom: 0; }
	.m-pro{ margin-top:0; padding:0; }
	.s-type{ padding:10px 0; }
	.s-type a{ margin:5px 0; }
	.m-news{ padding:24px 0; margin:0; }
	.picScroll-left{ padding-top: 62px; padding-left: 0; }
	.picScroll-left .hd{ position: absolute; top:0;  }
	.picScroll-left .bd li h3{ width: 200px; }
	.picScroll-left .bd li p{ width: 200px; }
	
	.h-tool .text-right{ display: none; }
	.logo img{ width: 100%; }
	.h-top{ padding:15px 0; }
	
	.f-nav{ display: none; }
	.s-type{ display: none; }
	.m-type{ margin:15px 0; }
	.m-type a{ margin: 5px 11px; padding: 10px 22px; font-size: 16px; }
	.f-qa{ display: none; }
	.f-ewm{ position: absolute; right: 0; top:310px; }
}
@media screen and (max-width: 785px){
	.m-news .txt .left, .m-news .txt .right{ width: 100%; }
	.m-news .txt .right{ margin-top: 20px; padding-left: 0; }
	.m-super .hd h3{ background-size: 90% ; }
	.m-case .hd h3{ background-size: 90% ; }
	.m-super li img{ width: 100%; margin-bottom: 15px; }
	.m-about .bd .right{ padding-right: 15px; }
	.f-ewm{ display: none; }
	.m-about .bd .left img{ display: none; }
	.article{ margin:0 -15px; }
	/*.tz-gallery li .img{ height: 160px; }*/
	.m-about .bd .right p > img{ width: 40%; float: left; margin:0 10px 10px 0; }
	.carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 160px; object-fit: cover; }
	.m-type{ display: none; }
	.article img{ max-width: 100%; }
	.s-type .bd a{ padding: 10px 0; }
	.s-type .bd a span{ display: none; }
	.s-type .bd a + ul{ height: auto; clear: both; }
	.s-type .bd > a{ width: 100%; text-align: center; background: #07773f; color: #fff;  }
}
@media screen and (max-width: 497px){
	.m-super .hd{ padding:15px 0; }
	.picScroll-left .bd li h3{ width: 160px; }
	.picScroll-left .bd li p{ width: 160px; }
	.f-nav{ display: none; }
	#p-form label{ width: 30%; }
	#p-form textarea,#p-form input{ width: 60%; }
	.m-about .hd h3,.m-pro .hd h3,.m-case .hd h3{ background-size: 75%; }
	.m-super .bd li h3{ font-size: 20px; }
	
}
@media screen and (max-width: 378px){
	.f-type a{ margin-right: 30px; }
	.f-contact{ padding:0; }
	.f-contact img{ max-width: 100%; margin:20px 0; }
	.f-type{ display: none; }
	.m-about .hd h3{ background-size: 64%; height: 80px; }
	.m-about .bd{ padding-bottom: 20px; }
	.m-pro .hd h3{ background-size: 76%;  height: 90px; }
	.m-news .txt{ margin-top: -10px; }
	.m-news .hd h3{ background-size: 80%;  height: 80px; }
	.s-type{ display: none; }
	.m-super .bd li h3{ font-size: 16px; }
	.f-qa{ display: none; }
	.m-case .bd .swiper-slide img{ height: 145px; }
	
}

.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #ff5e25;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}

