﻿.sidebanner{width:100%;height:400px;color:#fff;position:relative;background-size:100% auto;background-position:center;position:relative;}
.sidebanner .title{position:absolute;width:100%;bottom:0;left:0;padding:20px 0 20px 7%;box-sizing:border-box;background:rgba(0,150,86,0.8);z-index:999;}
.sidebanner .title img{width:30%}

.about{display:flex;justify-content:space-between;padding-top:100px;padding-bottom:20px;}
.about .text{width:100%;}
.about .text h1{font-size:var(--f44);font-weight:600;color:#1b1b1b;padding-bottom:var(--f50)}
.about .text p{font-size:18px;color:#333;padding-bottom:30px;line-height:2;text-align:justify;}


.pathbar *{transition-duration: 0.3s;}
.pathbar{height: auto;background:#ffff;border-bottom: 1px solid #ececec;}
.pathbar .wrap{display:flex;justify-content:space-between;}
.pathbar .path{height:100%;width:35%;text-align:right;display:flex;justify-content:flex-end;line-height: 80px;}
.pathbar .path i{display:block;width:21px;height:100%;float:left;margin:0 2px;text-align:center;line-height:80px;font-size:12px;color:#aaa;font-family: 'iconfont';}
.pathbar .path a{display: block;vertical-align: middle;color: #999;height: 100%;margin:0;font-size:14px;float:left;}
.pathbar .subnav{height:100%;width:100%;}
.pathbar .subnav li{transition-duration: 0.3s;float: left;height: 100%;line-height: 80px;color: #333;font-size:var(--f18);text-align:center;position:relative;margin-right:30px;}
.pathbar .subnav li a{color: #333;position:relative;z-index:10;}
.pathbar .subnav li i{display:block;width:0px;height:3px;position:absolute;bottom:0;left:0px;background:#008c3f;z-index:9;opacity:0;width:0px;}
.pathbar .subnav li.on i{opacity:1;width:100%;}
.pathbar .subnav li.on a{color:#008c3f;font-weight:bold;}
.pathbar .subnav-p li{margin-right:50px;}

.category{display:flex;color:#999;padding-top:30px;padding-bottom:20px;}
.category .left{width:150px;line-height:50px;}
.category ul{display:flex;flex-wrap:wrap;width:100%;}
.category li{line-height:50px;width:calc(100% / 9);font-size:var(--f16);}
.category li a{color:#888;}
.category li.on a,.category li a:hover{color:#008c3f;font-weight:bold;}

.product{display:flex;padding-top:50px;padding-bottom:50px;justify-content:space-between;background:#f2f4f5;}
.product ul{display:grid;padding:0 0 30px 0;gap:45px;grid-template-columns: repeat(4,calc(calc(100% - 135px) / 4));}
.product li{position:relative;text-align:center;overflow:hidden;box-sizing:border-box;}
.product li a{color:#555;}
.product li .pic{width:100%;height:0;padding-top:100%;position:relative;overflow:hidden;border-radius: 20% 0;box-sizing: border-box;border: 1px solid #009656;}
.product li .pic img{position: absolute;object-fit: cover;height: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.product li .text{width:100%;text-align:center;box-sizing:border-box;padding:10px 0;color:#009656;}
.product li .text h1{font-size:18px;font-weight:600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:2;}

.pdetail .flexslider .slides li{margin-top:0;height:auto;}
.pdetail .flex-direction-nav{top:38%;line-height:500px;overflow:hidden;}
.pdetail{padding:80px 0;display:flex;justify-content:space-between;}
.pdetail .left{width:35%;background:#fff;}
.pdetail .btn{width:100%;padding-top:70px;display:flex;}
.pdetail .btn a{display:block;width:230px;line-height:60px;height:60px;font-size:var(--f20);text-align:center;border-radius:3px;vertical-align:middle;font-family:'OPPOSans-M';margin-right:20px;box-sizing:border-box;}
.pdetail .btn a i{font-family:iconfont;font-size:26px;}
.pdetail .btn a:first-child{border:1px solid #006835;color:#006835;}
.pdetail .btn a:last-child{background: #006835;color:#fff;}
.pdetail .btn a:first-child:hover{background:#006835;color:#fff;}
.pdetail .btn a:last-child:hover{border:1px solid #006835;color:#006835;background:#fff;}

.pdetail .right{width:60%;}
.pdetail .right .title{font-size:var(--f40);line-height:2;color:#000;font-weight:bold;}
.pdetail .right .des *{line-height:var(--f34);font-size:var(--f18) !important;font-family: "Source Han Sans CN","PingFang SC","Microsoft YaHei","simsun","Segoe UI",Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;white-space:pre-wrap !important;}
.pdetail .right .des > section:first-child { max-width: 100% !important;}
.pdetail .right .des .title{display:none;}

.description{background:#fcfcfc;padding:0px 0 50px 0;}
.description .title{font-size:36px;line-height:120px;font-weight:bold;}
.pdetail .right .des img{max-width:600px;}
.pdetail .right .des table{width:100%;}
.pdetail .right .des td{border-width: 1px 1px 1px 1px;border-style: solid solid solid solid;border-color: rgb(0, 0, 0);padding: 0px 7px;background-color: transparent}

.recommend{padding:40px 0 100px 0;}
.recommend .title{font-size:36px;line-height:120px;font-weight:bold;}
.recommend ul{display:flex;justify-content:space-between;}
.recommend ul li{width:calc(calc(100% - 120px) / 5);box-sizing:border-box;}
.recommend ul li:last-child{display:none;}
.recommend ul li h1{font-size:var(--f18);text-align:center;color:#666;line-height:30px;padding-top:10px;}
.recommend ul li .pic{width:100%;height:0;padding-top:100%;position:relative;overflow:hidden;}
.recommend ul li .pic img{position: absolute;object-fit: cover;height: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}

.article{padding-top:80px;padding-bottom:100px;}
.article *{transition-duration: 0.3s;}
.article ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.article li{width:100%;margin-bottom:60px;background:#fbfbfb;}
.article li a{display:flex}
.article li .img{width:40%;height:400px;overflow:hidden;position:relative;}
.article li img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.article li .info{width:60%;padding:4% 6.5% 0 6.5%;box-sizing:border-box;}
.article li h1{font-size:var(--f30);margin:25px 0 10px 0;font-weight:500;line-height:var(--f36);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#000;}
.article li h5{font-size:var(--f16);padding:15px 0 20px 0;color:#999;}
.article li p{color:#777;font-size:var(--f16);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;margin-top:20px;line-height:1.5;display: -webkit-box;text-align:justify;font-weight:300;}
.article li:hover h1{color:#006835;}

.titlebar{font-size:var(--f40);font-weight:600;color:#1b1b1b;padding-bottom:var(--f60)}

.bar .path{font-size:15px;color:#aaa;line-height:var(--f30);padding:20px 0;font-weight:400;}
.bar .path a{color:#999;}

.pagin{padding-top:20px;display:flex;justify-content:center;flex-wrap:wrap;}
.pagin a, .pagin span { float: left; height: 20px; padding: 10px 15px; border: 1px solid #ddd; margin-left: 5px; font-family: arial; line-height: 20px; font-size: 18px; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px;background:#fff;margin-bottom:10px;}
.pagin-m a, .pagin-m span { height: 14px; line-height: 14px; font-size: 12px; }
.pagin a, .pagin span { height: 19px; }
.pagin .text, .pagin .current { border: 0; }
.pagin .current, .pagin .current:link, .pagin .current:visited { color: #fff; font-weight: 700;background:#fabf16; }
.pagin-m a, .pagin-m span.text { height: 14px; font-family: verdana; }
.pagin .text i { font-style: normal; font-weight: bold; color: #e3393c; }
.pagin .prev, .pagin .next, .pagin .prev-disabled, .pagin .next-disabled { position: relative;height: 18px; line-height: 18px; }
.pagin .prev-disabled, .pagin .next-disabled { color: #ccc; cursor: default; }
.pagin .prev, .pagin .prev-disabled { padding-left: 12px; }
.pagin-m .prev, .pagin-m .next, .pagin-m .prev-disabled, .pagin-m .next-disabled { padding-top: 3px; height: 14px; line-height: 14px; }
.pagin .prev, .pagin .next, .pagin .prev-disabled, .pagin .next-disabled { border-radius: 3px; background: #fff; }
.pagin b { display: block; position: absolute; top: 9px; width: 5px; height: 9px; background-image: url(../Images/bg_hotsale.gif); background-repeat: no-repeat; overflow: hidden; }
.pagin-m b { top: 7px; }
.pagin a, .pagin a:visited { color: #666; }
.pagin a:hover{background:#006835;color:#fff;}
.pagin .next b { right: 3px; background-position: -62px -608px; }
.pagin .prev b { left: 3px; background-position: -68px -608px; }
.pagin .prev-disabled b { left: 3px; background-position: -80px -608px; }
.pagin .next-disabled b { right: 3px; background-position: -74px -608px; }
.pagin .page-skip { height: 26px; padding: 0 10px; border: none; font-size: 12px; }
.pagin .page-skip em { float: left; height: 26px; line-height: 26px; }
.pagin .jumpto { float: left; width: 36px; height: 21px; padding: 1px; border-width: 1px; border-style: solid; border-color: #aaa #ddd #ddd #aaa; margin: 0 5px; text-align: center; font-family: verdana; }
.pagin a.btn-skipsearch, .pagin .btn-skipsearch:hover { float: left; width: 53px; height: 25px; padding: 0; margin-left: 5px; border: none; background: url(../Images/20130415i.png) no-repeat -126px -52px; line-height: 25px; text-align: center; cursor: pointer; color: #333; }

.adetail{padding:100px 0 150px 0;}
.adetail h1{font-size:var(--f40);color:#222;text-align:center;font-weight:500;}
.adetail h2{color:#888;font-size:16px;border-bottom:1px solid #eaeaea;line-height:var(--f80);margin-bottom:50px;text-align:center;}
.adetail .des *{font-family: "Source Han Sans CN","PingFang SC","Microsoft YaHei","simsun","Segoe UI",Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;}
.adetail .des{max-width:1000px;margin:0 auto;font-size:16px;line-height:30px;}
.adetail .des img{padding:10px 0;max-width:100%;}

.tech{padding-top:80px;padding-bottom:100px;}
.tech *{transition-duration: 0.3s;}
.tech ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.tech li{width:100%;margin-bottom:60px;background:#fbfbfb;}
.tech li a{display:flex}
.tech li .img{width:30%;height:300px;overflow:hidden;position:relative;}
.tech li img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}
.tech li .info{width:70%;padding:3% 5% 0 5%;box-sizing:border-box;}
.tech li h1{font-size:var(--f30);margin:15px 0 10px 0;font-weight:600;line-height:var(--f36);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;color:#000;}
.tech li h5{font-size:var(--f16);padding:0px 0 10px 0;color:#999;}
.tech li p{color:#777;font-size:var(--f16);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-top:20px;line-height:28px;display: -webkit-box;text-align:justify;}
.tech li:hover h1{color:#006835;}

 .contactt{background:#fafafa;padding:80px 0 100px 0;}
 .contactt .list{display:flex;flex-wrap:wrap;justify-content:space-between;}
 .contactt .list li{width:32%;background:#fff;border-radius:20px;box-sizing:border-box;padding:2%;margin-bottom:25px;}
 .contactt .list li .text{width:65%;float:left}
 .contactt .list li .text h1{color:#006835;font-size:var(--f28);font-weight:600;padding-top:10px;}
 .contactt .list li .text h2{color:#676767;font-size:var(--f16);}
 .contactt .list li .text p{color:#000;font-size:var(--f20);font-family: gilroy-bold;padding-top:10px;}
 .contactt .list li img{width:35%;float:right;}

 .contactt h4{font-size:var(--f40);color:#006835;font-weight:600;padding:50px 0 30px 0;}

 .contactt .manage{display:flex;flex-wrap:wrap;justify-content:space-between;}
 .contactt .manage li{width:32%;background:#fff;border-radius:20px;box-sizing:border-box;padding:2%;display:flex;margin-bottom:25px;flex-direction:column;}
 .contactt .manage li .text{width:100%;}
 .contactt .manage li .text div{width:65%;float:left;}
 .contactt .manage li h1{color:#006835;font-size:var(--f28);font-weight:600;padding-top:10px;}
 .contactt .manage li h2{color:#676767;font-size:var(--f16);}
 .contactt .manage li h3{color:#000;font-size:var(--f17);padding:5px 0px;}
 .contactt .manage li p{color:#000;font-size:var(--f20);font-family: gilroy-bold;padding-top:10px;}
 .contactt .manage li .hr{width:100%;background:#fabf16;height:4px;margin:20px 0 10px 0;}
 .contactt .manage li .hr:after{content:"";display:block;width:70%;background:#006835;height:100%;}
 .contactt .manage li img{width:35%;float:right;}

.conbox{padding:80px 0;}
.conbox .wrap{display:flex;justify-content:space-between;}
.conbox .text{width:50%;}
.conbox h1{font-size:26px;color:#009656;padding-bottom:20px;font-weight:bold;line-height:var(--f60);}
.conbox h2{font-size:var(--f40);color:#fabf16;margin-bottom:20px;font-family: 'MONTSERRAT-REGULAR';}
.conbox p i{font-family:iconfont;}
.conbox p{font-size:var(--f18);color:#666;font-family: "MONTSERRAT-REGULAR";line-height:28px;}
.conbox img{float:right;width:30%;}
.conbox p a{color: #8f8f8f;}
 .map{width:45%;height:500px;border:none;border-radius:10px;overflow:hidden;box-shadow: 0 0 20px #0003;}



@media screen and (max-width:1440px) {
    .sidenav{width:70%;}
   
}
@media screen and (max-width:1280px){
    .product ul{gap:35px;grid-template-columns: repeat(4,calc(calc(100% - 95px) / 4));}
    .article li h1{-webkit-line-clamp:1;margin-top:15px;}
    .article li .img{height:350px;}
}
@media screen and (max-width:1024px) {   

    .about{padding-top:70px;}
    .photo .swiper-slide{height:350px;}

    .product li{border-radius:50px 0;}
    .pdetail .right .title{line-height:2;padding-bottom:10px;}
    .pdetail .btn{padding-top:50px;}

    .article li .img{height:300px;}
    .article li p{margin-top:0;-webkit-line-clamp:3;}

    .bar{display:none;}
    .adetail{padding-top:50px;padding-bottom:80px;}

    .tech li{}
    .tech li .img{height:220px;}
    .tech li h1{font-size:22px;}
    .tech li span{display:none;}
    .tech li p{margin-top:0;-webkit-line-clamp:2;}

    .pdetail{padding:40px 0;}
    .pdetail .left{width:40%;}
    .pdetail .right{width:55%;}
    .pdetail .right .des img{max-width:100%;height:auto !important;}
    .pdetail .flex-direction-nav{top:30%;}

    .team li .img{padding-top:30px;}
    .tech li .date{width:30%;font-size:22px;}
    .tech li .title{width:60%;font-size:20px;}
    .tech li .more{font-size:34px;}
}
@media screen and (max-width:820px) { 
    .sidebanner{height:350px;}  
    .about{flex-direction:column;}
    .about .text{width:100%;}
    
    .product{padding-top:50px;}
    .product ul{gap:25px;grid-template-columns: repeat(3,calc(calc(100% - 50px) / 3));}
    .category li{width: calc(100% / 8);}
    

    .pdetail .right p{font-size:16px;}
    .pdetail .btn{padding-top:20px;}
    .pdetail .btn a{width:43%;font-size:18px;line-height:50px;height:50px;}
    .pdetail .btn a i{font-size:22px;}

    .description .title,.recommend .title{font-size:32px;line-height:80px;}
    .recommend{padding-bottom:50px;}

    .article li .img{height:270px;}
    .tech li .img{height:200px;}

    .tech li .date:after{right:40px;}

    .contactt{padding:60px 0;}
    .contactt .list li{width:48.5%;}
    .contactt .manage li{width:48.5%;}
    .conbox .wrap{flex-direction:column;}
    .conbox .text{width:100%;}
    .map{width:100%;height:300px;margin-top:30px;}
}
@media screen and (max-width:760px) { 
    .sidebanner{}
    .sidebanner .title img{width:50%}
    .sidebanner .title{}
   
    .about{padding-top:50px;}
    .about .text p{line-height:32px;font-size:16px;}
    .about .num{padding:20px 0 0 0;}
    .about .num li{text-align:left;width:32%;}
    .about .num li p{font-size:15px;}
    .building img{width:150%;}
    .photo{padding:60px 0 80px 0;}
    .photo .swiper-slide{height:250px;}
    .history{padding-top:60px;padding-bottom:40px;}
    
    .pathbar .subnav ul{display:flex;justify-content:space-between;padding:0 20px;}
    .pathbar .subnav li{margin-right:0;line-height:60px;}
    .category{padding-top:15px;padding-bottom:10px;}
    .category .left{display:none;}
    .category li{width: calc(100% / 5);line-height:36px;}
    .product{padding-top:20px;}
    .product ul{gap:15px;grid-template-columns: repeat(2,calc(calc(100% - 30px) / 2));}
    .product li{border-radius:20px 0;}
    .product li .text{padding:10px;}
    .product li .text h1{font-size:18px;line-height:1.5}

    .article{padding-top:50px;padding-bottom:50px;}
    .article li{margin-bottom:30px;}
    .article li a{flex-direction:column;}
    .article li .img{height:200px;}
    .article li .img{width:100%;height:200px;}
    .article li .info{width:100%;padding:15px 20px 20px 20px;}
    .article li .info h1{font-size:18px;padding:0px 0 0 0;margin:0;line-height:28px;}
    .article li .info p{margin-top:10px;-webkit-line-clamp:2;}
    .article li .info span{font-size:14px;width:80px;line-height:30px;display:none;}
    .article li h5{padding:5px 0 0px 0;}

    .tech{padding-top:50px;padding-bottom:50px;}
    .tech li{padding:0;margin-bottom:20px;}
    .tech li .img{height:100px;}
    .tech li p{display:none;}
    .tech li h1{font-size:16px;-webkit-line-clamp:2;padding:0;margin:10px 0 5px 0;line-height:24px;font-weight:500;}

    .adetail{padding-top:20px;}
    .adetail h1{font-size:22px;font-weight:bold;}
    .adetail h2{line-height:40px;font-size:14px;padding-bottom:10px;}
    .adetail .des img,.adetail .des video{max-width:100% !important;height:auto !important;}

       
    #container{padding:0;width:100%;}    
    .pdetail{display:block;}
    .pdetail{padding:0px 0;}
    .pdetail .left{width:100vw;padding:0;background:none;}
    .pdetail .right{width:100%;box-sizing:border-box;padding:0 20px;background:#fff;padding-bottom:50px;}
    .pdetail .right .title{padding:40px 0 10px 0;color:#009656;}
   
    .description{padding:0;background-size:45%;}
    .description .title{display:none;}
    .description .recommend .title{display:block;font-size:26px;}
    .recommend{padding-top:20px;}
    .recommend ul li:last-child{display:block;}
    .recommend ul{flex-wrap:wrap;}
    .recommend ul li{width: 32%;}
    
    .description #content *{font-size:17px !important;line-height:30px !important;}
    .description #content img{max-width:100%;height:auto !important;}
    .pdetail .btn a{font-size:18px;line-height:50px;}
    .pdetail .right .title{font-size:30px;line-height:50px;}
    .flexslider{height:auto;padding-bottom:10px;}
    .pdetail .flexslider .slides li{width:100vw;height:100vw;}
    .pdetail .flex-direction-nav{display:none;}

    .pagin a, .pagin span{font-size:14px;}
    .pagin a:first-child,.pagin a:last-child{padding:10px 5px;}

    .contactt{padding:50px 0 30px 0;}
    .contactt .list li{width:100%;padding:15px 20px;}
    .contactt .manage li{width:100%;padding:15px 20px;}
    .contactt .list li .text p{font-size:20px;}
    .contactt .manage li p{font-size:20px;}
    .conbox{padding:50px 0;}
    .conbox h2{font-size:30px;}
}