@charset "UTF-8";
@font-face{font-family:'din'; src: url('../font/din.OTF');}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #666; background-color: #fff; font-family:'Alibaba','Microsoft YaHei',Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent;  font-family:'Alibaba','Microsoft YaHei',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #00873c; color: #fff; text-shadow: none; }
::selection { background: #00873c; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar {width: 8px;height: 8px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background:#00873c;}
::-webkit-scrollbar-thumb:hover { background: #00873c;}


a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{position: relative; width: 1360px; max-width: 1360px; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;*height: auto;}
.rect-50 {padding-bottom: 50%;}
.rect-67 {padding-bottom: 67%;}
.rect-100 {padding-bottom: 100%;}

.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:100px; z-index: 9999;width: 100%; position:fixed;transition:0.5s all;  background:#fff;}
.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.15); transition:2s}
.header.on:before{ width:0%}
.header .logo{ height:100px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}
.header .nav{ display: flex; position: relative; height:100px; transition:0.5s all;}
.header .nav>ul{display:flex; position: relative; height:100%;}
.header .nav .drop{position: relative; display: inline-block; text-align: center;padding: 0 40px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 17px; color: #333; font-weight: bold;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #00873c;}
.header .nav .subNavbox{width:100%;position:absolute; top:100%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.header .nav .subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.header .nav .subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.header .nav .subNavbox a{display:block;position:relative;font-size:16px;color: #333; padding:15px 0; transition:0.3s all; text-align: center; }
.header .nav .subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #00873c;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
.header .nav .subNavbox a.active,.header .nav .subNavbox a:hover{color:#00873c}
.header .nav .subNavbox a.active:before,.header .nav .subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.header .nav .subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }
/*导航下拉*/
.header.scroll { height:80px; box-shadow: 0 0 15px rgba(0,0,0,0.1); transition: 0.5s all;}
.header.scroll.on:before{width:0px;transition: 0.01s all;}
.header.scroll .logo,.header.scroll .nav{height:80px;}
.header.scroll .drop .subbox{top:80px;}
.header.scroll .nav li>a{color: #333;}
.header.scroll .nav li:hover>a{color: #00873c;}
.header.scroll .nav li.on>a{color: #00873c;}
.placeholder{ width: 100%; position: relative; height: 100px;}


/*======================轮播图======================*/
.banner {width:100%;position: relative; z-index:0; background:#000; overflow:hidden;}
.banner .swiper-slide .pic {height:100%; position:relative; z-index:1;}
.banner .swiper-slide .pic img{width:100%;height:100%;transition: all 3s; display:block;  /*transform: scale(1,1); -webkit-transform: scale(1,1);*/ }
/* .banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.05,1.05);  transition-delay:0.3s;} */
.banner .swiper-pagination { bottom: 25px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 24px; height: 6px; margin: 0 10px;border-radius: 0; background: #fff !important; opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ width: 24px;height: 6px;border-radius: 0;background: #00873c !important;}

.Inabout{position: relative; padding: 70px 0; background: #ffffff;}
.Inabout .aboutL{float: left; width: 48%;}
.Inabout .aboutL .alogo{ margin-bottom: 50px;}
.Inabout .aboutL .title{ font-size: 34px; color: #00873c;}
.Inabout .aboutL .desc{margin: 40px 0 15px; font-size: 20px; font-weight: bold; color: #00873c;}
.Inabout .aboutL .aboutc{ font-size: 15px; line-height: 30px; color: #333333;}
.Inabout .aboutL .number{ position: relative; width: 100%; margin-top: 70px;}
.Inabout .aboutL .number .item{ position: relative; width: 33.333333%; float: left; line-height: 1;}
.Inabout .aboutL .number .item::before{ position: absolute; content: ''; width: 1px; height: 66px; top:50%; transform: translateY(-50%); right: 0; background: url(../img/line.png) center no-repeat;}
.Inabout .aboutL .number .item:last-child:before{ display: none;}
.Inabout .aboutL .number .item .math{ display: inline-block; font-size: 40px; color: #00873c; font-family: 'din';}
.Inabout .aboutL .number .item .unit{ display: inline-block; margin-left: 3px; font-size: 16px; color: #333333;}
.Inabout .aboutL .number .item .unit span{display: block; width: 100%;}
.Inabout .aboutL .number .item .c{ margin-top: 10px; font-size: 15px; color: #999;}
.Inabout .aboutImg{position: relative; width: 48%; float: right; overflow: hidden;}
.Inabout .aboutImg .swiper-pagination-bullet-active{background: #00873c !important;}

.Inproduct{position: relative; width: 100%; padding: 70px 0; background: #f1f1f1;}
.Inproduct .en{ font-size: 40px; color: #00873c; line-height: 1; text-align: center; }
.Inproduct .title{ margin-top: 5px; font-size: 32px; color: #000000; font-weight: bold; text-align: center;}
.Inproduct .productbox{position: relative; overflow: hidden; margin-top: 40px;}
.Inproduct .productbox .swiper-slide{position: relative;width: 23.5%;float: left;margin-right: 2%;}
.Inproduct .productbox .swiper-slide .info{ padding: 30px; background: #ffffff;}
.Inproduct .productbox .swiper-slide .info .tit{ font-size: 18px; color: #000000; text-align: center;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis;}
.Inproduct .productbox .swiper-slide .info .more{ margin: 30px auto 0; width: 120px; height: 35px; line-height: 35px; font-size: 15px; color: #00873c; text-align: center; background: #ebebeb; border-radius: 18px;}
.Inproduct .productbox .swiper-slide:hover{box-shadow: 0 0 20px rgba(0,0,0, 0.1);}
.Inproduct .productbox .swiper-slide:hover .info .more{ color: #ffffff; background: #00873c;}

.Innews{position: relative; padding: 70px 0; background: #ffffff;}
.Innews .title{ font-size: 32px; color: #333333; font-weight: bold; text-align: center;}
.Innews .does{margin-top: 5px; font-size: 16px; color: #666666; text-align: center;}
.Innews .newsList{ position: relative; margin-top: 30px;}
.Innews .newsList .news01{ width: 44%; float: left;}
.Innews .newsList .news01 .box{ padding: 25px 20px; background: #f6f6f6;}
.Innews .newsList .news01 .box .cat{ font-size:15px; color: #666; margin-bottom: 25px;}
.Innews .newsList .news01 .box .cat span{ margin-right: 5px;}
.Innews .newsList .news01 .box .cat span:last-child{ margin-right: 0;}
.Innews .newsList .news01 .box .tit{ margin-bottom: 10px; font-size: 18px; font-weight: 600; color: #333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.Innews .newsList .news01 .box .decs{ font-size: 15px; line-height: 2; color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Innews .newsList .news01 .img{ width: 100%;}
.Innews .newsList .news01:hover .box{background: #00873c;}
.Innews .newsList .news01:hover .box .cat,.Innews .newsList .news01:hover .box .tit,.Innews .newsList .news01:hover .box .decs{ color: #fff;}
.Innews .newsList .news02{ width: 54%; float: right;}
.Innews .newsList .newsTop .item{ width: 48%; float: left; margin-right: 4%;}
.Innews .newsList .newsTop .item:last-child{ margin-right: 0;}
.Innews .newsList .newsTop .item .box{ padding: 45px 20px; background: #f6f6f6;}
.Innews .newsList .newsTop .item .box .cat{ font-size:15px; color: #666; margin-bottom: 25px;}
.Innews .newsList .newsTop .item .box .cat span{ margin-right: 5px;}
.Innews .newsList .newsTop .item .box .cat span:last-child{ margin-right: 0;}
.Innews .newsList .newsTop .item .box .tit{ margin-bottom: 30px;  font-size: 18px; font-weight: 600; color: #333; line-height: 28px; height: 56px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Innews .newsList .newsTop .item .box .decs{ height: 60px; font-size: 15px; line-height: 2; color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Innews .newsList .newsTop .item:hover .box{background: #00873c;}
.Innews .newsList .newsTop .item:hover .box .cat,.Innews .newsList .newsTop .item:hover .box .tit,.Innews .newsList .newsTop .item:hover .box .decs{ color: #fff;}
.Innews .newsList .newsb{ width: 100%; margin-top: 4%;}
.Innews .newsList .newsb .box{ padding: 45px 20px; background: #f6f6f6;}
.Innews .newsList .newsb .box .cat{ font-size:15px; color: #666; margin-bottom: 25px;}
.Innews .newsList .newsb .box .cat span{ margin-right: 5px;}
.Innews .newsList .newsb .box .cat span:last-child{ margin-right: 0;}
.Innews .newsList .newsb .box .tit{ margin-bottom: 30px;  font-size: 18px; font-weight: 600; color: #333; line-height: 28px; height: 56px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Innews .newsList .newsb .box .decs{ height: 60px; font-size: 15px; line-height: 2; color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Innews .newsList .newsb:hover .box{background: #00873c;}
.Innews .newsList .newsb:hover .box .cat,.Innews .newsList .newsb:hover .box .tit,.Innews .newsList .newsb:hover .box .decs{ color: #fff;}

/*======================底部======================*/
.footer{position: relative; padding: 60px 0; background-color: #00873c;}
.footer .container{display: -webkit-flex;display: flex;flex-direction: row; justify-content: space-between;}
.footer .f_le{ float: left;}
.footer .f_le .flogo img{ height: 95px;}
.footer .fnav{ float: left; width: 35%;}
.footer .fnav a{position: relative; float: left; padding: 0 4%; color: #fff; font-size: 17px; font-weight: bold; line-height: 2; box-sizing: border-box;}
.footer .fnav a::after{position: absolute; content: ''; right: 0; top:50%; width: 1px; height: 15px;  background: #fff; transform: translateY(-50%);}
.footer .fnav a:nth-child(4):after,.footer .fnav a:last-child:after{ display: none;}
.footer .fnav a:hover{color:#f39800;}
.footer .f_re {position: relative;float: right;}
.footer .f_re dl dd p {font-size: 15px;color: #fff;line-height: 2;}
.copy {position: relative; width: 100%; font-size: 15px; color: #fff; padding: 25px 0; border-top:1px solid rgba(255, 255, 255, 0.1);  background-color: #00873c;}
.copy .copybox a {font-size: 15px;color: #fff;margin: 0 5px;}
.copy .copybox a:hover {color: #f39800;}
.copy .copybox .right{ float: right;}

/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff;  overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pageNav{position: relative; border-bottom: 1px #f1f1f1 solid; background: #f9f9f9;}
.pageNav .menuNav{position: relative; float: right;}
.pageNav .menuNav ul{font-size: 0;}
.pageNav .menuNav .li{position: relative;display: inline-block;width: auto;vertical-align: middle;}
.pageNav .menuNav .li::before{ position: absolute; content: ''; width: 1px; height: 20px; background-color: #ddd; right: 0; top: 50%; margin-top: -10px;}
.pageNav .menuNav .li a{position: relative;font-size: 16px;height: 70px;line-height: 70px;color: #333; display: block; padding: 0 40px; transition: 0.3s ease 0s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNav .menuNav .li.select,.pageNav .menuNav .li:hover{ color: #00873c;}
.pageNav .menuNav .li:hover a{ color: #00873c;font-weight:bold; }
.pageNav .menuNav .li.select a{ color: #00873c; font-weight:bold;}
.pageNav .menuNav .li:last-child:before{ display: none;}
.pageNav .crumbs{float: left; font-size: 16px;color: #333; line-height:70px ; }
.pageNav .crumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.pageNav .crumbs a{color: #333;margin: 0 2px; font-size:16px;}
.pageNav .crumbs a:hover{color: #00873c;}

.pageMain{position: relative; padding: 70px 0; background: #ffffff;}
.pageMain .cont{ font-size: 16px; line-height: 2; color: #333;}
.pageMain .cont p a{font-size: 16px !important; }
.pageMain .cont img{max-width:100%; margin:5px 0;}
.pageMain .cont table{border-collapse:collapse;width:100% !important;}
.pageMain .cont table,.pageMain .cont tr{ font-size: 16px; color: #444; }
.pageMain .cont table,.pageMain .cont th,.pageMain .cont td{border: 1px solid #333333; text-align: center; font-size: 16px;}

.pageFeng{ position: relative; padding: 70px 0; background: #ffffff;}
.pageFeng .fengbox{display: grid; grid-gap: 40px; grid-template-columns: repeat(3,1fr);}
.pageFeng .fengbox .item .img { border-radius: 8px;position: relative;display: block;padding-bottom: 62.953%;height: 0;overflow: hidden;line-height: 1;}
.pageFeng .fengbox .item p {display: block;position: absolute;left: 0;bottom: 0;padding: 36px 0 21px;width: 100%;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);line-height: 1.1;color: #fff;font-size: 16px;text-align: center;border-radius: 0 0 8px 8px;}

.pageProduct{ position: relative; padding: 70px 0; background: #ffffff;}
.pageProduct .boxProduct{ width: 100%; position: relative;}
.pageProduct .boxProduct ul{display: grid; grid-gap: 30px;grid-template-columns: repeat(3,1fr);}
.pageProduct .boxProduct li{ position:relative; width: 100%;}
.pageProduct .boxProduct li .pic{ background:#000; overflow:hidden; position:relative;}
.pageProduct .boxProduct li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.pageProduct .boxProduct li:hover img{transform:scale(1.08);}
.pageProduct .boxProduct li .txt{position: relative; padding: 0 3%; text-align:center; line-height:65px; font-size:17px; font-weight: 600; color: #333; background: #f9f9f9; transition:0.5s all;}
.pageProduct .boxProduct li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 3px; background: #00873c;  transition: all 0.8s ease 0s;}
.pageProduct .boxProduct li:hover .txt{color:#00873c;}
.pageProduct .boxProduct li:hover .txt::after{ width: 100%;left:0;}
/*-查看详情-*/
.up-graybox{width: 100%;height: 100%; position: absolute; left: 0; top: 0; background:#00873c; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s ease 0s;}
.up-graybox:hover{background:#00873c; opacity: 0.8; filter: alpha(opacity=80); transition: all 0.5s ease 0s;}
.up-graybox .stitle{font-size: 17px;font-weight: bold; line-height: 40px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px;color: #fff;}
.up-graybox .line{display: inline-block; width: 100px;height: 1px;background-color: #f2f2f2; position: absolute; left: 50%;margin-left: -50px; transition: all 0.6s ease 0s;}
.up-graybox .linet{ top: 0;}
.up-graybox .lineb{ bottom: 0;}
.up-graybox:hover .line { width: 10px; margin-left: -3px; opacity: 0.8;filter: alpha(opacity=60);}
.boxProduct .imgLift {float: left;width: 40%;position: relative;overflow: hidden;zoom: 1;}
.boxProduct .imgLift .thumbSwiper {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .imgLift .mySwiper {width: 88%;margin: 0 6%;overflow: hidden;position: relative;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide {float: left;width: 23.5% !important;margin-right: 2%;text-align: center;}
.boxProduct .imgLift .mySwiper .swiper-slide:last-child {margin-right: 0;}
.boxProduct .imgLift .mySwiper .swiper-slide img {display: block;width: 100%;border: 2px solid #eee;cursor: pointer;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide.swiper-slide-thumb-active img {border: 2px solid #00873c;}
.boxProduct .imgLift .mySwiper2 .swiper-slide img {display: flex;width: 100%;border: 2px #eee solid;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper2 .swiper-slide span {width: 100%;}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev {position: absolute;top: 50%;left: 0;width: 13px;height: 26px;background: url(../img/pro_left.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev:hover {background: url(../img/pro_lefth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .imgLift .thumbSwiper .swiper-button-next {position: absolute;top: 50%;right: 0;width: 13px;height: 26px;background: url(../img/pro_right.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-next:hover {background: url(../img/pro_righth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .conRight {float: right;width: 56%;}
.boxProduct .conRight .tit{font-size: 24px; font-weight: 600; color: #00873c; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px #ccc solid;}
.boxProduct .conRight .tib {font-size: 18px;font-weight: 600; color: #333;line-height:2;}
.boxProduct .conRight .tic {margin-top: 10px; color: #999; font-size: 16px; font-weight: normal; color: #666; line-height: 2;}
.boxProduct .contentPage {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .contentPage .titTop {width: 100%;font-size: 24px;color: #333;line-height: 2;border-bottom: 2px #eee solid;}
.boxProduct .contentPage .content {margin-top: 30px;font-size: 16px;line-height: 2;color: #666;}
.boxProduct .contentPage .content a {color: #666;}
.boxProduct .contentPage .content a:hover {color: #00873c;}
.boxProduct .contentPage .content img {max-width: 90%;}
.boxProduct .contentPage .content table {border-collapse: collapse;width: 100%;}
.boxProduct .contentPage .content table,.boxProduct .contentPage .content tr {font-size: 16px;color: #444;}
.boxProduct .contentPage .content table,.boxProduct .contentPage .content th,.boxProduct .contentPage .content td {font-size: 15px;text-align: center;border: 1px solid #666;}
.boxProduct .contentPage .goback {border-top: 2px #eee solid;text-align: right;margin-top: 40px;padding-top: 20px;}
.boxProduct .contentPage .goback a {display: inline-block;width: 160px;height: 50px;line-height: 50px;text-align: center;background: #333;color: #fff;}
.boxProduct .contentPage .goback a img {position: relative;margin-right: 10px;}
.boxProduct .contentPage .goback a:hover {background: #00873c;}
.swiper-button-lock{ display: block !important;}

.pageNews{padding: 70px 0; position: relative; background: #ffffff;}
.pageNews .news_wrap .list_box{padding-top:30px; position:relative; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; color:#404040;}
.pageNews .news_wrap .list_box:first-child{padding-top:0;}
.pageNews .news_wrap .list_main{overflow:hidden; width:88%; padding-bottom:30px; border-bottom: 1px solid #e7e7e7;}
.pageNews .news_wrap .list_main .bd_r{width:20%; margin-left:3%;}
.pageNews .news_wrap .list_main .bd_c{overflow:hidden;}
.pageNews .news_wrap .list_main .bd_c .list_title{height:30px; line-height:30px; font-size:22px; color: #333; font-weight:bold; display:block;}
.pageNews .news_wrap .list_box:hover .list_main .bd_c .list_title{color: #00873c;}
.pageNews .news_wrap .list_main .bd_c .list_tool{font-size:14px; color:#c1c1c1; padding:10px 0px}
.pageNews .news_wrap .list_main .bd_c .list_tool span{display:inline-block; vertical-align:middle;}
.pageNews .news_wrap .list_main .bd_c .list_tool .see_number_ico{font-size: 14px;}
.pageNews .news_wrap .list_main .bd_c .list_tool .share_more{cursor:pointer; margin:0 20px}
.pageNews .news_wrap .list_main .bd_c .list_p{font-size:15px; line-height:28px; height:56px; overflow:hidden; display:block;}
.pageNews .news_wrap .list_time{position:relative; width:100px; padding:10px 0 20px; font-size:16px; font-family: 'din';text-align:center; color:#fff; background:#00873c; font-weight:bold; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.pageNews .news_wrap .list_box .list_time_day{display:block; font-size:30px;}
.pageNews .news_wrap .list_box:hover .list_time{background: #026e32;}
.pageNews .news_wrap .list_box a:hover{color:#404040;}
.newsboxbg{position: relative; background: #f9f9f9;}
.newsboxbg .title{ padding: 40px; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; align-items: center;}
.newsboxbg .title .left{ padding-right: 50px;}
.newsboxbg .title .pageT{ font-size: 22px; line-height: 1.4; color: #333;}
.newsboxbg .title .pageD{ margin-top: 5px; font-size: 16px; color: #666;}
.newsboxbg .title .backList{width: 210px;height: 55px; color: #fff; border-radius: 30px; background: #00873c; display: flex; align-items: center; justify-content: center;}
.newsboxbg .title .backList .ml-cio{ margin-left: 10px; height: 12px;}
.newsboxbg .title .backList:hover{background:#026e32;}
.newsboxbg .pagecont{padding: 40px; font-size:16px; color:#666; line-height:2;}
.newsboxbg .pagecont p a{font-size: 16px !important; }
.newsboxbg .pagecont img{max-width:100%; margin:5px 0;}
.newsboxbg .pagecont table{border-collapse:collapse;width:100% !important;}
.newsboxbg .pagecont table,.newsboxbg .pagecont tr{ font-size: 15px; color: #444; }
.newsboxbg .pagecont table,.newsboxbg .pagecont th,.newsboxbg .pagecont td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.newsboxbg .backpad{ padding: 40px;}

.contact{position: relative; padding: 70px 0;}
.contact .left{ float: left; width: 40%; height: 390px; padding:40px; box-sizing: border-box; background: #f3f4f8;}
.contact .left h2{ margin-bottom: 20px; font-size: 26px; color: #00873c; }
.contact .left p{padding:15px 0; border-bottom:1px solid #dcdde1; line-height:30px; }
.contact .left p:first-child span{font-size: 20px;font-weight: 600;color: #00873c;font-family: 'din';}
.contact .left p .iconfont{margin-right:20px; font-size: 25px;  color: #00873c; vertical-align: middle;}
.contactMap{float:right; width:58%; }
.contactMap .Map{height: 390px; width: 100%; padding: 10px; box-sizing: border-box; background: #f3f4f8;}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages ul{margin-top: 30px;}
.pages li { display:inline-block; height:36px; line-height:36px; background:#f7f7f7; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#00873c; text-decoration:none}
.pages .active a{color:#fff; }
.pages li:hover { background:#00873c; text-decoration:none }
.pages li:hover a{ color:#fff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background: #fff;border-top: 1px #e5e5e5 solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333; font-size: 15px;}
.pages1_l:hover a{ color:#00873c;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#00873c;}
.backbox{padding-top:20px;position:relative; padding: 40px 0;border-top: 1px #e5e5e5 solid; }
.bc-prev,.bc-next{display:block;width:200px;height:50px; background: #ffffff;overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prevn,.bc-nextn{display:block;width:200px;height:50px; background: #ffffff; overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prev,.bc-prevn{float:left;}
.bc-next,.bc-nextn{float:right;}
.bc-prev .aw,.bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(../img/bcaw.png);}
.bc-prev .aw{left:18px;background-position:left top;}
.bc-prev p{padding-left:51px;position:relative;}
.bc-next .aw{right:18px;background-position:right bottom;}
.bc-next p{padding-right:51px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#00873c;display: block;position: absolute;top: 0;left: 0;
transition: 300ms;-webkit-transition: 300ms;-ms-transition: 300ms;}
.bc-prev .bg{left:auto;right:0;}
.backlist{width:220px;height:50px;line-height:50px;background:#00873c;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#00873c; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#00873c;}
.bc-prev:hover .bg,.bc-next:hover .bg{ width:100%; }
.bc-prev:hover .aw{ background-position:right top; }
.bc-next:hover .aw{ background-position:left bottom; }
.backlist:hover{background: #00873c;}
