@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0;box-sizing: border-box}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;min-width:1200px;overflow-x: hidden}
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
h3{font-weight:normal}
a {color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none;}
.text-cut  /*限制文字,文字超出显示冒号*/
{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;-moz-text-overflow: ellipsis;}
.container{width: 1200px;margin: 0 auto}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
/*============================ 公共部分 ============================*/
/* 文章上下篇 */
.wengzhengfanye {overflow: hidden;padding: 15px 0;}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB { color:#666; line-height:2;width: 50%;float: left}
.wengzhengfanye a{color: #666}
.wengzhengfanye a:hover { text-decoration:underline;}
.wengzhengfanye .wengzhengfanyeB{text-align: right}

/* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink {text-align: center;padding: 30px 0;display: flex;justify-content: center;align-items: center}
.pagelink span,.pagelink a { display:inline-block; text-align:center;padding: 4px 10px;; border:solid 1px #eee;color:#666; margin:0 4px;}
.pagelink a:hover,.pagelink a.on { background:#00a267; color:#fff; border:solid 1px #00a267;}
.pagelink span{display:inline-block; color:#fff; background:#00a267;padding: 4px 10px;border:solid 1px #00a267;}

/*========================================= 首页 =====================================*/
header{z-index: 9999;width: 100%;}
.head{overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.logo{}

.nav li{float:left;text-align:center;position:relative;line-height: 90px;transition: all 0.3s;padding: 0 25px;}
.nav li a{ display:block;font-size: 16px}
.nav li:hover,.nav li.active{background: #00a267}
.nav li:hover a,.nav li.active a{color: #fff}

.nav li .xlnav{z-index:2;right:auto;position:absolute;display:none;width: 100%;left: 0}
.nav li .xlnav ul{overflow: hidden;}
.nav li .xlnav li{height: 40px!important;line-height: 40px!important;width: 100%;background:#3a3a3a;margin-top: 1px}
.nav li .xlnav li a{height: 40px!important;font-size: 14px;color: #fff;font-weight: normal;
    border-bottom: none!important;padding: 0!important;}
.nav li .xlnav li:hover a{color: #fff!important;background-color: #cc0000!important;}

.banner{ position:relative; overflow:hidden;}
.banner .swiper-container{ width: 100%;height: 100%;overflow:hidden;}
.banner ul li{height: 520px;text-align: center;color: #fff;}
.banner .pagination{position: absolute; bottom:30px; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;display: inline-block;border-radius: 100%;margin: 0 6px!important;border: 1px solid #fff}
.banner .swiper-pagination-bullet-active{background-color: #00a267;border-color: #00a267}
.banner .swiper-button-prev{left: 30px;opacity: 0;width: auto}
.banner .swiper-button-next{right: 30px;opacity: 0;width: auto}
.banner:hover .swiper-button-prev{opacity: 1}
.banner:hover .swiper-button-next{opacity: 1}

/*.oneA{background: #f9f9f9;padding: 35px 0;overflow: hidden}
.oneAs{overflow: hidden;position: relative}
.oneAs .swiper-container{width: 1100px;margin: 0 auto}
.oneAs ul li{border: 1px solid #c8c8c8;padding: 17px;text-align: center}
.oneAs ul li a{display: block;height: 142px;}
.oneAs ul li img{max-width: 100%;height: 100%;transition: all 0.5s}
.oneAs ul li:hover{border: 1px solid #da202e}
.oneAs ul li:hover img{transition: all 0.5s;transform: scale(1.1)}
.oneAs .swiper-button-prev,.oneAs .swiper-button-next{width: 23px;height: 74px;margin-top: -37px}*/

.title{width: 561px;height: 70px;padding-top: 18px;margin: 0 auto;margin-top: 30px;background: url(../img/tit_bj.png) no-repeat left top;text-align: center;color: #00a267;}
.title p{font-size: 24px;text-transform: uppercase}
.title h2{font-size: 30px;font-weight: normal;margin-top: 10px;}

.oneA{overflow: hidden;margin-top: 40px}
.oneA1{text-align: center;margin-top: 20px}
.oneA1 a{line-height: 40px;display: inline-block;width: 160px;margin: 0 8px;background: #00a267;color: #fff;border-radius: 5px}
.oneA1 a.casehover{background-color: #F9CF01;}
.oneA2 ul{display: none}
.oneA2 ul li{width: 270px; float: left;margin: 25px 12px 0 12px;}
.oneA2 ul li dd{width: 268px;height: 200px;border: 1px solid #ddd;position: relative;overflow: hidden}
.oneA2 ul li dd img{max-width: 100%;max-height:100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;transition: all 0.5s}
.oneA2 ul li p{width: 100%;text-align: center;margin-top: 12px}
.oneA2 ul li:hover dd{border-color: #00a267;}
.oneA2 ul li:hover dd img{transform: scale(1.05);transition: all 0.5s}
.oneA2 ul li:hover p{color: #00a267}

.more{text-align: center}
.more a{display:inline-block;width:160px;height:40px;text-align:center;line-height:40px;margin:40px auto 0;border-radius:18px;border:solid 1px #00a267;color:#00a267;}
.more a:hover{background:#F9CF01;color:#fff;border:solid 1px transparent;}

.oneB{background: url("../img/ob.jpg") no-repeat center;background-size: cover;overflow: hidden;margin-top: 40px;padding: 60px 0}

.oneBr{width: 680px;}
.oneBrt{color: #F9CF01;font-size: 24px;}
.oneBrt h2{color: #F9CF01;font-size: 24px;margin-bottom: 10px}
.oneBr .text{line-height: 2;margin-top: 20px;color: #fff}
.oneBr .more a{background: #F9CF01;color: #fff;width: 135px;line-height: 33px;height: 35px;margin-top: 35px;}

.oneC{overflow: hidden;margin-top: 60px}
/*.oneC .swiper-container{width: 1100px;margin: 0 auto}*/
.oneC ul li{border: 1px solid #c8c8c8;text-align: center;padding: 15px}
.oneC ul li a{display: block;height: 200px;}
.oneC ul li img{max-width: 100%;max-height:100%;transition: all 0.5s}
.oneC ul li:hover{border: 1px solid #00a267}
.oneC ul li:hover img{transition: all 0.5s;transform: scale(1.1)}
.oneC .swiper-button-prev,.oneAs .swiper-button-next{width: 23px;height: 74px;margin-top: -37px}

.footer{width:100%;padding:50px 0px 55px;background:url("../img/f-bg.jpg") no-repeat top #009a52;color:#fff;margin-top: 60px}
.foot_one{width:560px;}
.foot_one h3{margin-bottom:15px;font-weight:normal;font-size:28px;}
.foot_one p:nth-child(2){font-size:20px;}
.foot_one p:nth-child(2) span{font-size:14px;}
.foot_one p:nth-child(3){width:60px;height:3px;background:#fff;margin:20px 0px 15px;}
.foot_one p:nth-child(4){margin-bottom:25px;}
.foot_one p:nth-child(5),.foot_one p:nth-child(6),.foot_one p:nth-child(7),.foot_one p:nth-child(8){height:50px;line-height:50px;padding-left:70px;margin-top:20px;}
.foot_one p:nth-child(5){background:url(../img/icon1.png) no-repeat;}
.foot_one p:nth-child(6){background:url(../img/icon2.png) no-repeat;}
.foot_one p:nth-child(7){background:url(../img/icon3.png) no-repeat;}
.foot_one p:nth-child(8){background:url(../img/icon4.png) no-repeat;}

.foot_two{width:590px;margin-top:30px;}
.foot_two h3{margin-bottom:20px;font-weight:normal;font-size:18px;}
.foot_two .book{width:270px;float:left;margin:20px 50px 0 0;}
.foot_two .book label{display:block;line-height:40px;}
.foot_two .book input{display:block;width:270px;height:40px;border:none;border-radius:3px;box-shadow:0 1px 5px rgba(255, 255, 255, 0.5);text-indent: 10px}
.foot_two .book textarea{display:block;width:270px;height:40px;border:none;border-radius:3px;box-shadow:0 1px 5px rgba(255, 255, 255, 0.5);text-indent: 10px}
.foot_two .coolbg{display:block;width:590px;height:40px;line-height:40px;font-size:15px;color:#fff;text-align:center;background:#ff9d00;border:0;border-radius:3px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out;-o-transition:all .3s ease-out;}
.foot_two .coolbg:hover{box-shadow:0 1px 10px rgba(255, 255, 255, 0.5);}

.copy{text-align: center;line-height: 50px;background: #1c1c1c;color: #fff;overflow: hidden;}
.copy a{color: #fff}


/*=======================================关于我们============================================*/
.ny_ban{height: 355px;overflow: hidden}

.location{width: 100%;height: 60px;line-height: 60px;border-bottom: 1px solid #eee;}
.local{overflow: hidden}
.ny_nav ul li{float: left;margin-left: 35px;position: relative}
.ny_nav ul li:after{content: '';width: 0;height: 2px;background: #fff;position: absolute;bottom: 1px;left: 50%;transition: all 0.3s ease 0s;}
.ny_nav ul li:hover:after,.ny_nav ul li.active:after{background: #00a267;margin-left: -50%;width: 100%}

.honor{overflow: hidden;margin-top: 10px}
.honor ul li{width: 382px;float: left;margin: 30px 26px 0 0;overflow: hidden}
.honor ul li dd{width: 100%;position: relative;height: 275px;background: #eee;text-align: center;overflow: hidden}
.honor ul li dd img{max-width: 100%;max-height: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;transition: all 0.5s}
.honor ul li p{text-align: center;margin-top: 15px;font-size: 16px}
.honor ul li:hover a{color: #00a267}
.honor ul li:hover dd img{transform: scale(1.1);transition: all 0.5s}
.honor ul li:nth-child(3n){margin-right: 0}

/*========================================= 产品中心 =====================================*/
.product{overflow: hidden;margin: 40px auto}
.pro_left{width: 250px;float: left;}
.proListTop{height:90px;background: url("../img/proL.png") no-repeat center;background-color: #00a267;
    text-align: center;padding-top: 12px;border-radius: 10px 10px 0 0;}
.proListTop h3{font-size: 22px;font-weight: normal;color: #fff;margin-top: 10px;}
.proListclass1 {  padding: 12px;  background: #00a267;  display: block;  width: 100%;  font-weight: bold;  color: #fff;
    position: relative;  box-sizing: border-box;  overflow: hidden;
}
.proListclass2 {  width: 82%;  color: #fff;  display: inline-block;  font-size: 16px;  margin-left: 5px;
    overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  position: relative;  z-index: 2;
}
.proListclass1:before {  content: "";  position: absolute;  top: -100%;  left: 0%;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, .2);
    -webkit-transition: .5s;  z-index: 1;
}
.proListclass1:hover:before{top: 0}
.proListclass1 i {  position: absolute;  width: 3px;  height: 100%;  top: 0;  left: 3px;  background: #fff;  z-index: 3;  }
.proListclass1 b {  display: inline-block;  width: 25px;  background: url(../img/proIco1.png) no-repeat center;  overflow: hidden;  cursor: pointer;
    padding: 10px 0;  vertical-align: bottom;  transition: all .4s;  transform: rotate(0);  position: relative;  z-index: 2;
}
.proList_classify{background-color: #fafafa;overflow: hidden}
.proList_classify ul li p {  border: 1px solid #dededd;  border-top: 1px solid #fff;  padding-bottom: 10px;  margin-top: 0;  margin-bottom: 0;
}
.proList_classify ul li p a b {  position: absolute;  width: 100%;  height: 35px;  background: #00a267;  left: -108%;
    transition: .5s;  border-radius: 4px;  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.proList_classify ul li p a {  border-bottom: 1px solid #f3f3f3;  width: 94%;  padding-top: 0;  display: block;  margin: 5px;
    padding-bottom: 5px;  position: relative;
}
.proList_classify ul li p a span {  padding: 7px;  width: 90%;  display: block;  position: relative;  z-index: 1;
    transition: .5s ease-in-out;  font-size: 15px;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  }
.proList_classify ul li p a:hover b,.proList_classify ul li p a.active b {  left: -7px;  }
.proList_classify ul li p a:hover,.proList_classify ul li p a.active{color: #fff;}
.proList_classify ul li p a span::before {  width: 2px;  margin-right: 10px;  vertical-align: bottom;  background: #dededd;  content: "";
    display: inline-block;  transition: .5s;  height: 20px;  margin-left: 5px;
}

.proListR{width: 918px;}
.proListRtop{background-color: #f4f4f4;padding: 10px 0}
.proListRtop img{margin-right: 10px;vertical-align: middle}
.proListRtop i{font-size: 16px;padding-left: 20px;font-style: normal;}
.proListRsort {  padding: 15px;  background: #fff;  box-shadow: -6px 8px 15px rgba(0, 0, 0, 0.02);  border: 1px solid #f2f2f2;  border-top: 0;  }
.proListRsort a {  display: inline-block;  margin-right: 20px;  line-height: 30px;  color: #666;  }
.proListRsort a::before {  content: "";  display: inline-block;  width: 5px;  height: 5px;  background: #00a267;  border-radius: 50%;  margin: 3px 7px;  }
.proListCenter ul{overflow: hidden}
.proListCenter ul li{width: 292px;float: left;margin-top: 20px; border: 1px solid #dededd;
    padding: 0 8px;box-sizing: border-box;margin-right: 20px;position: relative;}
.proListCenter ul li dd{margin: 8px auto;position: relative;}
.proListCenter ul li .pro_img{width: 230px;height: 175px;}
.proListCenter ul li .pro_img img{position: absolute;  top: 0;  left: 0;  max-width: 100%;  max-height: 100%;  right: 0;  bottom: 0;  margin: auto;  }
.proListCenter ul li dt h3{font-weight: normal;color: #4c4c4c;font-size: 16px;border-bottom: 1px solid #dededd;padding: 10px 0}
.proListCenter ul li dt p{padding: 10px 0;text-transform: uppercase;color: #c6c6c6;font-size: 12px;background: url(../img/proMore.png) no-repeat 100% center;}
.proListCenter ul li .pro_img::before {  border-top: 1px solid #fff;  border-bottom: 1px solid #fff;  transform: scale(0, 1);
    position: absolute;  top: 5%;  right: 5%;  bottom: 5%;  left: 5%;  content: '';  opacity: 0;
    transition: opacity .35s, transform .35s;  z-index: 2;  background: url(../img/See.png) no-repeat center;
}
.proListCenter ul li .pro_img::after {  border-right: 1px solid #fff;  border-left: 1px solid #fff;  transform: scale(1, 0);
    position: absolute;  top: 5%;  right: 5%;  bottom: 5%;  left: 5%;  content: '';
    opacity: 0;  transition: opacity .35s, transform .35s;  z-index: 2;
}
.proListCenter ul li:hover .pro_img::before, .proListCenter ul li:hover .pro_img::after {  opacity: 1;  transform: scale(1);  }
.proListCenter ul li:nth-child(3n){margin-right: 0}
.caseListhide {  width: 0%;  height: 0%;  display: block;  top: 50%;  left: 50%;  transition: .8s;
    background: rgba(255, 255, 255, .2) url(../img/See.png) no-repeat center;  position: absolute;  z-index: 1;  -moz-transform: rotateX(90deg);
}
.proListCenter ul li:hover .caseListhide{display: block}
.proListCenter ul li dd::after {content: "";  width: 0%;  height: 0%;  position: absolute;  top: 50%;  left: 50%;  transition: .5s;  border-radius: 3px;  }
.proListCenter ul li:hover dd::after { width: 100%;height: 100%;background: rgba(0, 0, 0, .1);top: 0;left: 0; }
.proListCenter ul li:nth-child(3n){margin-right: 0}
.proListCenter .border-left {  width: 1px;  height: 0px;  background: #00a267;  position: absolute;  top: 0;  left: 0%;  transition: .5s;  }
.proListCenter .border-right {  width: 1px;  height: 0px;  background: #00a267;  position: absolute;  bottom: 0;  right: 0%;  transition: .5s;  }
.proListCenter .border-top {  width: 0px;  height: 1px;  background: #00a267;  position: absolute;  top: 0;  left: 0%;  transition: .5s;  }
.proListCenter .border-bottom {  width: 0px;  height: 1px;  background: #00a267;  position: absolute;  bottom: 0;  right: 0%;  transition: .5s;  }
.proListCenter ul li:hover .border-left {  height: 100%;  }
.proListCenter ul li:hover .border-right {  height: 100%;  }
.proListCenter ul li:hover .border-top {  width: 100%;  }
.proListCenter ul li:hover .border-bottom {  width: 100%;  }


.one{line-height: 2;margin-top: 40px;overflow: hidden;font-size: 16px}
.one img{max-width: 100%}

.news{margin-top: 40px}
.news ul li{border-bottom: 1px solid #f3f3f3;padding: 26px 0;overflow: hidden;transition: all .5s;}
.news ul li dd{width: 224px;height: 168px;overflow: hidden;margin: 0 30px}
.news ul li dd img{max-width: 100%;height: 168px;}
.news ul li dl{width: 725px;}
.news ul li dl h3{font-size: 20px;padding: 25px 0 20px;}
.news ul li dl p{color: #999;line-height: 24px;overflow: hidden;padding-right: 150px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news ul li dt{width: 191px;padding: 25px 25px 25px 35px;margin-top: 20px;border-left: 1px solid #eee;font-family: arial;font-size: 18px;color: #999;text-align: center;}
.news ul li dt b{font-size: 30px;display: block;line-height: 45px;}
.news ul li:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);transform: translateX(15px)}
.news ul li:hover dl h3{color: #00a267}

.title2{text-align: center;margin-top: 40px}
.title2 p{color: #2f2f2f;font-size: 30px;text-transform: uppercase;font-family: arial;display: block;}
.title2 h2{font-size: 24px;font-weight: normal;position: relative}
.title2 h2:before{content: '';position: absolute;top: 16px;left: 50%;width: 90px;height: 1px;background: #c1c1c1;margin-left: -158px}
.title2 h2:after{content: '';position: absolute;top: 16px;right: 50%;width: 90px;height: 1px;background: #c1c1c1;margin-right: -158px}

#dituContent{height: 400px;margin-top: 30px}

/*=======================================详情页============================================*/
.content{overflow: hidden;margin-top: 40px}
.content h1{font-size:24px;text-align: center;}
.info_laiyuan{color: #999;text-align: center;line-height:45px;border-top: 1px dashed #e5e5e5;border-bottom: 1px dashed #e5e5e5;margin: 20px 0 0}
.line{height:15px;margin-top: 20px;border-top: 1px dashed #e5e5e5 ;padding-bottom: 15px;background: #f5f5f5;margin-bottom: 20px}
.cont{padding:40px 0;line-height:2;min-height: 400px;color: #666;border-bottom: 1px solid #d7d6d6;}
.cont img{max-width:100%;}

.gallery-top{margin-top: 40px}
.gallery-top .swiper-slide {width: 100%;text-align: center}
.gallery-top .swiper-slide img{max-width: 100%}
.gallery-thumbs {background: #eee;padding: 20px!important;}
.gallery-thumbs .swiper-container{width: 1020px;margin: 0 auto}
.gallery-thumbs .swiper-slide img{width: 155px;height: 113px;border: 3px solid #ddd}
.gallery-thumbs .swiper-slide-thumb-active img{border: 3px solid #00a267}
.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev{width: auto}

/*rightFix*/
.hidden{display: none;}
.rightFix {width: 48px;position: fixed;right: 0;bottom: 6%;z-index: 99;}
.rightFix .ico {width: 48px;height: 48px;display: block;position: relative;margin: 0px;
    -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;
    margin-top: 1px;padding: 0px;border-top-left-radius: 2px;border-bottom-left-radius: 2px;background: #444444 url(../img/fix-ico.png) no-repeat center 0;}
.rightFix .ico img {width: 80px;height: 80px;position: absolute;left: -78px;top: 0;padding: 5px;background: #fff;
    border: 1px solid #ddd;display: block;opacity: 0;transition: all ease-in-out 0.2s;}
.rightFix .ico span {width: 160px;text-align: center;height: 48px;line-height: 48px;position: absolute;left: -78px;top: 0;background: #444;
    color: #fff;display: block;font-weight: bold;font-size: 18px;opacity: 0;transition: all ease-in-out 0.2s;}
.rightFix .ico:hover {opacity: 1;}
.rightFix .ico:hover img {opacity: 1;left: -98px;}
.rightFix .ico:hover span {opacity: 1;left: -168px;}
.rightFix .box {position: absolute;left: 0;bottom: 102px;}
.rightFix .fix_top {margin-top: 5px;background-position: 10px -38px;}
.rightFix .share_tit {background-position: 10px 10px;}
.rightFix .fix-ewm {background-position: 10px -86px;}
.rightFix .fix-ewm:hover {background-position: -37px -86px;}
.rightFix .fix-qq {background-position: 10px -136px;}
.rightFix .fix-qq:hover {background-position: -37px -136px;}
.rightFix .fix-tel {background-position: 10px -183px;}
.rightFix .fix-tel:hover {background-position: -37px -183px;}