@charset "UTF-8";
body{overflow-x: hidden;overflow-y: auto;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 13px; line-height: 28px; font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
th,td{padding: 5px;}
a{color: #333; text-decoration: none;}
a:hover{color: #00873b; text-decoration: none;}
a:visited{text-decoration: none;}
a:active,a:focus {outline: 0;color: #00873b; text-decoration: none;}

/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

.fl{float: left;}
.fr{float: right;}
.text-align{text-align: center;}
.icon{vertical-align: middle; background: url(../images/icon.png) no-repeat; display: inline-block;}
.container{ width: 1200px; margin: 0 auto; clear: both;}
.webleft{ width: 240px;}
.webright{ width: 920px;}



.welcome{ height: 34px; line-height: 34px;  background:#f4f4f4;}
.welcome span{ float: left; font-weight: normal;  font-size: 13px; color: #666;}
.welcome p{ float: right;color: #666;}
.welcome p a{color: #666;}
.welcome p a:hover{color: #00873b;}


.logo{ padding: 10px 0; width: 120px;}
.logo img{max-width: 100%;}
.webtel{padding: 20px 0;}
.webtel span {float: left; width: 32px;height: 40px;display: inline-block;margin-right: 8px; background-position: 0 -22px;}
.webtel .tel {float: left; color: #999; font-size: 12px; line-height: 20px;}
.webtel .tel b{display: block;  font-size: 20px; font-weight: normal;}

/*Menu导航 */

.nav{float: right; margin: 18px 0;}
.nav ul{margin: 0;}
.nav ul li{float: left;position: relative;font-size: 16px;text-align: center; height: 50px; line-height: 50px;}
.nav ul li:last-child{background:none;}
.nav ul li a{display: block;width: 130px;color: #666;}
.nav ul li.hover a,.nav ul li:hover a{color: #00873b; }
.nav ul li .subnav{background: #fff;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:100%;z-index: 199;}
.nav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav ul li .subnav a{color: #666;display: block;font-size: 13px;line-height: 40px;height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;border-bottom: 1px solid #eee;background: #fff;}
.nav ul li .subnav a:hover{color: #00873b;background: #f9f9f9;text-indent: 10px;}

/*BANNER*/
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{max-width: 100%;}



/*BANNER图片*/
.banner_main{width: 100%; z-index: 3;}
.banner{width: 100%; position: relative; overflow: hidden; z-index: 0; height: 605px;}
.banner .list{max-height: 605px; overflow: hidden;}
.banner li{width: 100%; position: absolute; z-index: 1; overflow: hidden;}
.banner li img{display: block; position: relative; left: 50%; margin-left: -960px; top: 0;}
.banner li a{width: 100%; display: block;}
.banner .tip{width: 100%; height: 20px; text-align: center; position: absolute; left: 0; bottom: 8%; z-index: 10;}
.banner .tip span{width: 12px; height: 12px; overflow: hidden; margin: 0 5px; display: inline-block; cursor: pointer; vertical-align: top; text-indent: -1000px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; border: 3px solid #fff;}
.banner .tip span.cur{background: #de0f14;}
.banner .prev,
.banner .next{width: 24px;height: 44px;position: absolute;z-index: 12;top: 50%;margin-top: -22px;cursor: pointer;background-position: -48px -30px;display: none;-webkit-transition: all .0s ease-in-out 0s;-moz-transition: all .0s ease-in-out 0s;transition: all .0s ease-in-out 0s;}
.banner .prev{left: 3%; background-position: -48px -30px;}
.banner .prev:hover{background-position: -48px -80px;}
.banner .next{right: 3%; background-position: -80px -30px;}
.banner .next:hover{background-position: -80px -80px;}

.nybanner{overflow: hidden; clear: both;}


/*/搜索/*/
.search{overflow: hidden;border-bottom: 1px solid #eeeeee; clear: both; background: #fbfbfb;}
.search-text{overflow: hidden; float: left; width: 800px;}
.search-text span{color: #333; line-height: 60px;}
.search-text a{color: #999;}
.search-text a:hover{color: #00873b;}
.search-go{float: left; overflow: hidden;width: 400px;}
.search-go input{float: left; border: 1px solid #E7E7E7;width: 75%;padding:3px 5px; margin: 10px 0; color: #999; background: #FFF;}
.search-go .btn{float: left; width: 50px; background:url(../images/sou.png) no-repeat 12px; border: 0;color: #FFF; cursor: pointer; }

.home-bt {overflow: hidden; text-align: center; padding: 30px 0;}
.home-bt span{display: block; color: #00873b;font-size: 30px; font-weight: bold; line-height: 58px;}
.home-bt span b{ color: #333;}
.home-bt p{font-size: 16px;}

/*首页产品展示*/
.home-probg{background: #f8f8f8; }
.home-pro{overflow: hidden;}
.home-pro ul{}
.home-pro ul li{ float:left; width:284px; margin-right: 30px; margin-bottom: 30px; border: 1px solid #E7E7E7; background: #FFF;}
.home-pro ul li:hover{/*box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);*/ border: 1px solid #00873b;}
.home-pro ul li:nth-of-type(3n+0){ margin-right: 0;}
.home-pro ul li .list-img{position: relative; height: 245px; overflow: hidden; background: #FFF;}
.home-pro ul li .list-img img{max-width:100%;max-height: 100%; top: 0; left: 0;right: 0; bottom: 0;position:absolute; margin:auto;transition: all 0.6s;}
.home-pro ul li .list-img img:hover{transform: scale(1.2);}
.home-pro ul li h3{ font-size: 16px;color: #6e6e6e;height: 56px;line-height: 56px;text-align: center;border-top: 1px solid #DBDBDB;}


.ad{overflow: hidden; background: url(../images/ad.jpg) no-repeat center; height: 172px; color: #FFF;}
.ad span{display: block;padding: 40px 0 0 140px;line-height: 30px; font-size: 30px;}
.ad span b{font-size: 40px;}
.ad p{font-size: 23px; display: block;padding: 33px 0 0 140px;line-height: 30px;}
.ad p b{font-size: 40px;}

/*首页三大优势*/
.youshi{overflow: hidden; }
.youshi ul{overflow: hidden; margin-top: 40px;}
.youshi ul li{float: left; width: 600px;}
.youshi ul li .ys-text{ margin-left: 30px;}
.youshi ul li .ys-text i{float: left; width: 62px; margin-right: 10px;}
.youshi ul li .ys-text span{float: left; font-size: 33px; font-weight: bold;}
.youshi ul li .ys-text span em{display: block; text-transform: uppercase; font-weight: normal; font-size: 11px; line-height: 32px; color: #999;}
.youshi ul li .ys-text p{display: block; font-size: 16px; line-height: 30px; clear: both;padding: 20px 0; color: #666; border-top: 1px dashed #E7E7E7;}
.youshi ul li img{max-width: 100%;}

/*首页公司简介*/
.home-aboutbg{overflow: hidden; background: #f7f7f7; }
.home-about-l{float: left; width: 530px; margin-right: 20px;}
.home-about-l img{max-width: 100%;}
.home-about-r{float: left; width: 630px; margin-left: 20px;}
.home-about-r p{font-size: 14px; color: #666; line-height: 28px;}
.home-about-r a{width: 160px;display: block;height: 46px;line-height: 46px;text-align: center;color: #fff;background-color: #00873b;border-radius: 28px; margin-top: 30px;}

/*首页客户案例*/
.home-casebg{overflow: hidden; background: url(../images/hezuobg.jpg) no-repeat center; clear: both; padding: 30px 0 50px 0;}
.home-case{overflow: hidden; padding-bottom: 20px;}
.home-case ul{margin: 0;}
.home-case ul li{ float:left; width: 217px; margin-right: 28px;}
.home-case ul li:nth-of-type(5n+0){margin-right:0;}
.home-case ul li .list-img{position: relative; height: 100px; overflow: hidden; background: #FFF; border: 1px solid #E7E7E7;}
.home-case ul li .list-img:hover{/*box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);*/ border: 1px solid #00873b;}
.home-case ul li .list-img img{max-width:100%;max-height: 100%; top: 0; left: 0;right: 0; bottom: 0;position:absolute; margin:auto;transition: all 0.6s;}
.home-case ul li .list-img img:hover{transform: scale(1.2);}
.home-case ul li h3{ font-size: 16px;color: #6e6e6e;height: 46px;line-height: 46px;text-align: center;}

/*首页新闻*/
.home-news-l{ float: left;  width: 580px; margin-right: 20px;}
.home-news-r{ float: left;  width: 580px; margin-left: 20px;}
.home-news-l span, .home-news-r span{display: block; font-size: 22px; color: #009944; border-bottom: 1px solid #E7E7E7; padding: 10px 0; }
.home-news-l span em, .home-news-r span em{font-size: 14px; color: #999; text-transform: uppercase;}

.home-news-img{overflow: hidden; padding: 15px 0; border-bottom: 1px solid #E7E7E7;}
.home-news-img dl{}
.home-news-img dl dd{float: left;}
.home-news-img dl dd:nth-of-type(1){width: 160px;}
.home-news-img dl dd:nth-of-type(2){ width: 400px;margin-left: 20px;}
.home-news-img dl dd h3{margin: 0; font-size: 18px;}
.home-news-img dl dd time{display: block; color: #999; font-size: 12px;}
.home-news-img dl dd p{ color: #737373;margin: 0; line-height: 24px;}
.home-news-img dl dd img{ width: 160px; height: 110px;}

.home-newslist{overflow: hidden; margin: 15px 0;}
.home-newslist ul{}
.home-newslist ul li{float: left; width: 100%; border-bottom: 1px dashed #E7E7E7; margin-right: 30px; height: 38px; line-height: 38px;}
.home-newslist ul li a{color: #666;}
.home-newslist ul li time{float: right; color: #999; font-size: 12px;}


/*单页面样式*/
.single{overflow: hidden; line-height: 25px;}
.single img{max-width: 100%;}

/*左边样式*/
.left{overflow: hidden;width: 100%;}
.left .left_title{height: 80px; background: #00873b; color: #fff;}
.left .left_title h3{font-size: 24px; font-weight: bold; line-height: 80px; padding-left: 26px; text-transform: uppercase; margin: 0;}
.left .left_title s{background-position: -248px -76px; vertical-align: middle; width: 28px; height: 28px; margin-right: 30px; margin-top: 28px;}
.left .submenu{overflow: hidden;}
.left .submenu li{ width: 100%;}
.left .submenu li a.sub1{line-height: 50px;display: block;padding-left: 28px;background: url(../images/jtou.png) no-repeat 90% center #f5f5f5;font-size: 16px;border: 1px solid #eeeeee;border-top: 0 none;overflow: hidden;}
.left .submenu li a.sub1:hover{background: url(../images/jtou_a.png) no-repeat 90% center #fff;border-left: 2px solid #00873b;border-right: 1px solid #f5f5f5;color: #00873b;}
.left .submenu li.hover a.sub1{background: url(../images/jtou_a.png) no-repeat 90% center #fff;border-left: 2px solid #00873b;border-right: 1px solid #f5f5f5;color: #00873b;}
.left .submenu s{width: 2px; height: 61px; display: block; background: #00873b; position: absolute; left: 0; top: 0;}
.left .submenu .box{padding-bottom: 0;background: #f9f9f9;border: 1px solid #eeeeee;border-top: 0 none;/*display: none;*/}
.left .submenu .box a{color: #333;line-height: 40px;display: block;height: 40px;padding-left: 28px;overflow: hidden;}
.left .submenu .box a s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.left .submenu .box a:hover, .left .submenu .box a.hover{color: #00873b;}
.left .submenu li.hover .box{display: block;}
.left_cont{overflow: hidden;  text-align: center; margin-top: 30px;}
.left_cont span{display: block; background: #00873b; color: #FFF; height: 50px; line-height: 50px; font-size: 18px;}
.left_cont img{max-width: 100%;}
.left_cont .lx{background: #f6f6f6; padding: 15px; text-align: left; color: #666; border: 1px solid #E7E7E7;}

.productlist{overflow: hidden;}
.productlist ul{}
.productlist ul li{float: left; width: 31%;text-align: center; margin-right: 3.33333%;}
.productlist ul li:last-child{ margin-right: 0;}
.productlist ul li a.sub1{line-height: 60px;display: block;font-size: 22px;overflow: hidden;background: #dadada; color: #333;}
.productlist ul li a.sub1:hover{background: #00873b; color: #FFF;}
.productlist ul li.hover a.sub1{background: #00873b;color: #FFF;}

.towmenu {overflow: hidden; margin-top: 30px;}
.towmenu ul{}
.towmenu ul li{color: #333;float: left; display: block; background: #c6c6c6; width: 154px; height: 154px;border-radius: 50%; line-height: 30px; font-size: 22px; margin-right: 17px; text-align: center;
 display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}
.towmenu ul li:hover{color: #FFF; background: #00873b;}
.towmenu ul li a:hover{color: #FFF;}



/*当前位置*/
.icon {vertical-align: middle;background: url(../images/icon.png) no-repeat;}
.here .home {width: 14px;height: 16px;display: inline-block;background-position: -114px -122px;margin-right: 10px;}
.here{overflow: hidden; border-bottom: 1px solid #E7E7E7; width: 100%;  margin-bottom: 15px;line-height: 48px;}
.here span{display: inline-block;font-weight: bold; line-height: 48px; font-size: 22px; }
.here span b{display: inline-block;font-size: 22px; color: #00873b; font-weight: normal;}
.here span i{font-weight: normal;text-transform: uppercase;font-size: 14px;}
.here p{color: #999;margin: 0;}
.here p a{color: #999;}
.here p a:hover{color: #dd2821;}

/*荣誉证书*/
.honor{overflow: hidden;}
.honor ul{}
.honor ul li{ float:left; margin-bottom: 15px; width:285px; margin-right: 30px;}
.honor ul li:nth-of-type(3n+0){ margin-right: 0;}
.honor ul li .list-img{position: relative; height: 130px; overflow: hidden; background: #FFF; border: 1px solid #E7E7E7;}
.honor ul li .list-img:hover{box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);}
.honor ul li .list-img img{max-width:100%;max-height: 100%; top: 0; left: 0;right: 0; bottom: 0;position:absolute; margin:auto;transition: all 0.6s;}
.honor ul li .list-img img:hover{transform: scale(1.2);}
.honor ul li h3{text-align: center;font-size: 15px; padding: 10px 0;}

/*代理品牌和合作客户*/
.pinpai{overflow: hidden;}
.pinpai ul{}
.pinpai ul li{ float:left; margin-bottom: 30px; width:207px; margin-right: 30px;}
.pinpai ul li:nth-of-type(4n+0){ margin-right: 0;}
.pinpai ul li .list-img{position: relative; height: 100px; overflow: hidden; background: #FFF; border: 1px solid #E7E7E7;}
.pinpai ul li .list-img:hover{box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);}
.pinpai ul li .list-img img{max-width:100%;max-height: 100%; top: 0; left: 0;right: 0; bottom: 0;position:absolute; margin:auto;transition: all 0.6s;}
.pinpai ul li .list-img img:hover{transform: scale(1.2);}

.product{overflow: hidden; }
.product dl{margin: 0;}
.product dl dd{ float:left; width: 286px; margin-right: 28px; margin-bottom: 30px;border: 1px solid #F5F5F5;}
.product dl dd:nth-of-type(3n+0){margin-right:0;}
.product dl dd .list-img{position: relative; height: 210px; overflow: hidden; background: #FFF; }
.product dl dd .list-img img{max-width:100%;max-height: 100%; top: 0; left: 0;right: 0; bottom: 0;position:absolute; margin:auto;transition: all 0.6s;}
.product dl dd .list-img img:hover{transform: scale(1.2);}
.product dl dd .text{ padding:5px 15px;}
.product dl dd .text h3{font-size: 17px; margin: 0;line-height: 38px; border-bottom: 1px solid #ccc;}
.product dl dd .text p{font-size: 14px;color: #666; margin: 0; border-bottom: 1px solid #E7E7E7; line-height: 12px; padding-bottom: 15px;}
.product dl dd .text span{line-height: 40px;}
.product dl dd:hover{ background: #f5f5f5;box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);}

.products{overflow: hidden; }
.products dl{margin: 0;}
.products dl dd{overflow: hidden; margin: 30px 0;}
.products dl dd h1{font-size: 42px; text-align: center; font-weight: bold; padding: 30px 0; position: relative;}
.products dl dd h1:after{ content:""; position:absolute; z-index:1; width:88px; height:10px; background-color:#008343;top:66px; left:50%; margin-left:-44px;}
.products dl dd .text{ padding: 15px 0;}
.products dl dd .text em{float: left; width: 50%;}
.products dl dd .text img{ max-width:100%;}




/*新闻列表*/
.news{overflow: hidden;}
.news ul{margin: 0;}
.news ul li{border: 1px solid  #E7E7E7;padding:15px; margin: 15px 0;}
.news ul li .text{overflow: hidden;}
.news ul li .text h3{font-size: 18px;}
.news ul li .text p{color: #999;}
.news ul li time{float: left;  width: 70px; text-align: center; color: #666;}
.news ul li time b {display: block;font-size: 32px; color: #222; line-height: 38px;}



/*详情页*/
.Details{overflow: hidden;text-align: center;}
.Details h1{padding: 20px 0;}
.Details dt{border-top: 1px dashed #e5e5e5; border-bottom: 1px dashed #e5e5e5; display: block; line-height: 40px; color: #999; font-weight: normal;}

.Details-left{overflow: hidden; width: 49%; border: 1px solid #E7E7E7;}
.Details-right{overflow: hidden;width: 48%; margin-left: 2%;}
.Details-right h1{font-size: 22px; border-bottom: 1px solid #E7E7E7; margin: 0 0 15px 0; line-height: 48px;}
.Details-right p{line-height: 24px; color: #666;}
.Details-right b{color: #dd2821; font-size: 24px;}

.Details_bt{overflow: hidden; border-bottom: 1px solid #E7E7E7; width: 100%;  margin-bottom: 15px;}
.Details_bt span{display: inline-block; color: #00873b;line-height: 48px; font-size: 22px; font-weight: bold;}
.Details-conent{overflow: hidden; line-height: 25px; padding: 15px 0; text-align: left;}
.Details-conent img{max-width: 100%;}


/*友情链接*/
.linkbg{overflow: hidden; background: #F5F5F5;}
.link{overflow: hidden; padding: 15px 0;}
.link span{display: block; color: #00873b; font-size: 18px; width: 100%;  border-bottom: 1px solid #ddd; font-weight: bold;line-height: 40px; margin-bottom: 10px; }
.link span em{color: #999; }
.link ul{margin: 0;}
.link ul li{float: left; color: #666; line-height: 30px;}
.link ul li a{color: #666;}
.link ul li a:hover{color: #00873b;}
.link ul li i{padding: 0 8px;}

/*底部信息*/
footer{overflow: hidden;background:url(../images/botbg.jpg) center; background-size: cover; padding: 50px 0;}
.footmenu{overflow: hidden; width: 424px;}
.footmenu ul{margin: 0;}
.footmenu ul li{float: left; width: 141px;}
.footmenu ul li a{display: block; color: #999;line-height: 28px;}
.footmenu ul li a:hover{color: #00873b;}
.footmenu ul li span{color: #666; font-size: 16px;}

.foot_cont{overflow: hidden; width: 776px;}
.foot_cont .wx{ color: #666; width: 118px;}
.foot_cont .wx span{display: block; text-align: center; padding: 5px 0;}
.foot_cont .wx img{display: block; width: 118px;}
.foot_cont .cont{float: left; color: #666; padding:0 80px;}
.foot_cont .cont span{float: left; font-size: 20px;line-height: 28px;}
.foot_cont .cont span i{display: block; font-size: 12px;}
.foot_cont .cont p{float: left; padding: 0 80px;}


.copy{ overflow: hidden;background: #282828; font-size: 13px;text-align: center; padding: 15px 0;line-height: 24px;color: #009944;}
.copy a{color: #009944; }
.copy a:hover{color: #009944; }


