@CHARSET "UTF-8";

.container-fluid{
    max-width: 1380px;
    margin: 0 auto;
}

/*头部*/
.topLink{
    background: #999;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
}
.x-seo a{
    color: #fff;
}

.x-header{
    padding: 14px 0;
}
.webLogo{
    width: 60%;
}
.logoWz{
    border-left: 1px solid #e2e2e3;
    margin-left: 24px;
    padding-left: 24px;
    margin-top: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.logoWz i{
    font-style: normal;
    font-size: 18px;
    display: block;
    line-height: 28px;
    font-weight: 400;
}
.conTact{
    text-align: right;
    font-weight: 600;
    font-size: 30px;
    color: #009b4d;
}
.conTact em{
    font-style: normal;
    display: inline-block;
    font-size: 16px;
    color:#333;
    font-weight: 400;
    background: url(//cdn.xypt.top/eddbcd41/21/04/1e6a27b32a4a57def9e7cf0320014d5e0dfc7d89.png) no-repeat left center;
    line-height: 25px;
    padding-left: 30px;
}


/*导航*/
.navBar{
    background: #009b4d;
}

/*搜索*/
.x-header-right{
    padding: 20px 0;
}
.worldkey{
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.worldkey a{
    color: #999;
    padding:0 6px;
}
.worldkey a:hover{
    color: #009b4d;
}
.x-header-right #formsearch{
    width: 20%;
    border: 1px solid #ddd;
    line-height: 40px;
    border-radius: 50px;
}
.x-header-right #s_btn{
    background: url(//cdn.xypt.top/eddbcd41/21/04/519fa5fb9d1799936c4190d8d675a6df23540722.png) no-repeat center center;
    border: none;
    width: 18%;
    text-indent: -100px;
    overflow: hidden;
    outline: none;
}
.x-header-right #keyword{
    width:80%;
    border:none;
    background: none;
    outline: none;
    padding-left: 20px;
}
/*产品*/
.webTitle{
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}
.webTitle span{
    font-size: 20px;
    display: block;
    padding-top: 14px;
    font-weight: 400;
}

.pro-list ul{
    width:100%; 
    margin-top:50px;
    text-align: center;
}
.pro-list li {
    display: inline-block;
    background: url(//cdn.xypt.top/eddbcd41/21/04/e94c705951dbfb1e34dcb4bd4f4550db150de8b8.png) right center no-repeat #e0e0e0;
    width: 184px;
    padding-left: 10px;
    transition: all .3s;
    margin-right: 20px;
    margin-bottom: 14px;
}

.pro-list li a {
    display: block;
    font: 500 16px/44px "Microsoft YaHei";
    color: #333;
    text-transform: uppercase;
    text-align: left;
}
.pro-list .cur {
    background-color: #009b4d;
}

.pro-list .cur a {
    color: #fff!important;
}

.proimg {
    padding-top: 50px;
}
.proimg ul{
    font-size: 0;
    margin: 0 -13px;
}
.proimg li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 26px);
  margin: 0 13px 10px 13px;
}
.proimg li h3 {
    color: #333;
    font: 400 18px/42px "Microsoft YaHei";
    text-align: center;
    transition: all .3s;
}
.proimg li:hover h3{
    color:#009b4d;
}
.proimg li .proPic{
    border: 4px solid #fff;
}
.proimg li .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s;
}
.proimg li img {
    width:100%;
    height:100%;
    transition: all .3s;
}
.proimg li:hover img{
    transform: scale(1.1);
}
.proimg li:hover{
    border-color:#3b804f;
}


/*优势*/
.wrap-advance{
    background: url(//cdn.xypt.top/eddbcd41/21/04/4dcb342fb735a6b4755415dffaf3fb972175de9c.jpg) no-repeat top center;
    padding: 82px 0;
    margin-top: 70px;
    margin-bottom: 98px;
}
.advance-left{
    width: 43%;
}
.advance-left h2{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    padding-right: 74px;
}
.advance-left h2 span{
    display: block;
    font-size: 100px;
    color: #83c2a2;
    font-family: 'Arial';
    text-align: left;
    padding-bottom: 20px;
}
.adCon{
    font-size: 16px;
    line-height: 30px;
    padding-top: 46px;
    color: #e5ebe8;
}
.adCon a{
    display: block;
    width: 118px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    background: url(//cdn.xypt.top/eddbcd41/21/04/fdb442770aca1a3a2f461b558951c5d393f6f7ee.png) no-repeat right center #e0e0e0;
    margin-top: 84px;
    padding-left: 8px;
    transition: all .3s;
    position: relative;
}

.adCon a:hover{
    color:#fff;
    background-color: #ffa800;
}
.advance-right{
    width: 48%;
}
.advance-right li{
    float: left;
    background: #fff;
    padding: 20px 36px;
    width: 44%;
    text-align: center;
    margin-right:40px;
    margin-bottom:26px;
    cursor: pointer;
}
.advance-right li:nth-child(4),
.advance-right li:nth-child(2){
    margin-right: 0;
}

.advance-right li h3{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 56px;
}
.advance-right li:hover h3{
    color: #009b4d;
}
.advance-right li p{
    line-height: 28px;
    font-size: 14px;
}

/*关于我们*/
.aboutBar{
    padding-top: 52px;
}
.aboutImg{
    width: 49%;
}
.aboutImg img{
    width:100%;
    height: 100%;
}
.aboutCon{
    width: 46%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.aboutCon p{
    margin:0;
}
.aboutCon h2{
    font-size: 28px;
    color: #009b4d;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 40px;
}
.abList{
    padding-top: 76px;
}
.abList li{
    float: left;
    border-left: 1px solid #bfbebe;
    padding:0 48px;
    cursor: pointer;
}
.abList li:last-child{
    border-right: 1px solid #bfbebe;
}


.abList li .img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #c1c1c1;
    transition: all .3s;
}
.abList li:hover .img{
    background-position: 0 -100px !important;
    background-color: #009b4d !important;
}
.abList li h2{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding:0;
    text-align: center;
    padding-top: 14px;
}
.abList li:hover h2{
    color: #009b4d;
}

/*行业应用*/
.wrap-industy{
    margin-top: 80px;
    margin-bottom: 108px;
}

.slideTxtBox{
    margin-top: 40px;
    position:relative;
}

/* 本例子css */
.slideTxtBox .hd{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
}
.slideTxtBox .hd ul li{
    border-right: 1px solid #d1d0d0;
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    color:#fff;
    padding: 30px 0;
}
.slideTxtBox .hd ul li a{
    color:#fff;
    display: block;
}
.slideTxtBox .hd ul li .wzTab h3{
    font-size: 20px;
    line-height: 30px;
}
.slideTxtBox .hd ul li .wzTab p{
    font-size: 14px;
    text-transform: uppercase;
}
.slideTxtBox .hd ul li .wzTab .more{
    
}
.slideTxtBox .hd ul li .wzTab .more em{
    font-size: 22px;
    font-style: normal;
    padding-left:60px;
    opacity: 1;
    transition: all .3s;
}
.slideTxtBox .hd ul li .wzTab .more span{
    font-size: 14px;
    opacity: 0;
    transition: all .3s;
}

.slideTxtBox .hd ul li.on{
    background: rgba(0,155,77,.6);
}
.slideTxtBox .hd ul li.on .wzTab .more span{
     opacity: 1;
     padding-right:80px;
}
.slideTxtBox .hd ul li.on .wzTab .more em{
    opacity: 0;
}


.slideTxtBox .bd li{
    position: relative;
}
.slideTxtBox .bd li .wzImg{
    position: absolute;
    left:0;
    top:20%;
    width:100%;
}
.wzIMg{
    color:#fff;
    width: 38%;
}
.wzIMg h3{
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 30px;
}
.wzIMg p{
    font-size: 16px;
    line-height: 28px;
}
.slideTxtBox .bd li .img{
    width:100%;
    height: 100%;
}
.slideTxtBox .bd li .img img{
    width: 100%;
    height: 100%;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow .next,
.slideTxtBox .arrow .prev{ 
    width: 57px;
    height: 104px;
    position: absolute;
    left: 10%;
    top: -80%;
    background: url(//cdn.xypt.top/eddbcd41/21/04/0c6cbb3c499af156266ef3af0634515b4c0bed83.png) no-repeat;
    transition: all .3s;
    cursor: pointer;

}
.slideTxtBox .arrow .next{
    background: url(//cdn.xypt.top/eddbcd41/21/04/e009ddfaf417c4688f039168ddc7c71bc227e6a7.png) no-repeat;
    left: auto;
    right: 10%;
}
.slideTxtBox .arrow .prev:hover{
    background: url(//cdn.xypt.top/eddbcd41/21/04/416fb5a2df90d2d20ad72a6e9d1a01795760d052.png) no-repeat;
}
.slideTxtBox .arrow .next:hover{
   background: url(//cdn.xypt.top/eddbcd41/21/04/ba3ba28df40fd07926bfb8962a777467e56847c9.png) no-repeat; 
}
/*新闻*/
.newTitle{
    border-bottom: 1px solid #cecece;
    margin-top: 40px;
    margin-bottom: 36px;
}
.newTitle span{
    border-bottom: 2px solid #009b4d;
    font-size: 20px;
    font-weight: 600;
    color: #009b4d;
    display: inline-block;
    padding-bottom: 10px;
    background: url(//cdn.xypt.top/eddbcd41/21/04/3d88b0ed27a9da0980ab3e897443d9c0073ebd90.png) 0 5px no-repeat;
    padding-left: 48px;
    padding-right: 20px;
}
.news-img{
    width:41%;
}
.news-img .img{
    width:100%;
    height: 100%;
    overflow: hidden; 
    display: block;
}
.news-img a .img img{
    width:100%;
    height: 100%;
    transition: all .3s;
}
.news-img a:hover .img img{
    transform: scale(1.1);
}
.wznews h2{
    font-size: 18px;
    color: #333;
    line-height: 66px;
}
.news-img a:hover .wznews h2{
    color: #009b4d;
    font-weight: 600;
}
.wznews p{
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.news-list .newbar{
    display: block;
    margin-bottom: 14px;
}
.news-list{
    width: 53%;
}
.news-list .newsWz{
    width: 68%;
    border-bottom: 1px dotted #cecece;
    padding-bottom: 20px;
    padding-top: 14px;
}
.news-list .newsWz .data{
    font-size: 16px;
    color: #7e7e7e;
    text-align: center;
    width: 14%;
    font-family: Arial;
}
.news-list .newsWz .data span{
    display: block;
}
.news-list .newsWz .data .dataspan{
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    transition: all .3s;
}
.news-list .newsWz .wz{
    width: 86%;
    padding-left: 14px;
}
.news-list .newsWz .wz h2{
    font-size: 18px;
    color:#333;
    line-height: 32px;
    transition: all .3s;
}
.news-list .newsWz:hover .data .dataspan{
    color:#009b4d;
}
.news-list .newsWz:hover .wz h2{
    color:#009b4d;
    font-weight: 600;
}
.news-list .newsWz .wz p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.news-list .img{
    width: 28%;
}
.news-list .img .imgPic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-list .img .imgPic img{
    width: 100%;
    height: 100%;
    transition: all .3s;   
}
.news-list .newbar:hover .img .imgPic img{
    transform: scale(1.1);
}

/*底部*/
.x-layout-menu{
    width: 60%;
}
.x-contact h3{
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1.43em;
}
.x-contact{
    font-size: 14px;
    color:#fff;
    line-height: 36px;
    width: 22%;
}
.x-contact p{
    margin:0;
}
.footcode{
    width: 10.5%;
}
.footcode img{
    width:100% !important;
    height: 100% !important;
}
.footcode h2{
    font-size: 14px;
    color:#eee;
    text-align: center;
}




@media (max-width: 1024px) {
    .logoWz{
        display: none;
    }
    .x-header-right #formsearch{
        width: 22%;
    }
    .webTitle{
        font-size: 38px;
    }
    .proTab{
        margin-top:40px;
    }
    .proimg li h3{
        font-size: 16px;
    }
    .wrap-advance{
        margin-top:40px;
        padding: 40px 0;
        margin-bottom: 60px;
    }
    .advance-left h2 span{
        font-size: 72px;
    }
    .advance-right li h3{
        font-size: 16px;
    }
    .advance-right li p {
        line-height: 22px;
        font-size: 13px;
    }
    .aboutCon h2{
        font-size: 22px;
        padding-top: 40px;
    }
    .abList{
        display: none;
    }
    .slideTxtBox .bd li .wzImg{
        display: none;
    }
    .slideTxtBox .hd ul li{
        padding: 0;
    }
    .slideTxtBox .hd ul li .wzTab .more{
        display: none;
    }
    .slideTxtBox .hd ul li .wzTab h3{
        font-size: 18px;
    }
    .slideTxtBox .hd ul li .wzTab p{
        font-size: 12px;
        opacity: .7;
    }
    .imgIcon img{
        width:20%;
    }
    .slideTxtBox .arrow .next, 
    .slideTxtBox .arrow .prev{
        background-size: 50% 50%;
        top: -130%;
    }
    .slideTxtBox .arrow .next:hover, 
    .slideTxtBox .arrow .prev:hover{
        background-size: 50% 50%;
    }
    .wrap-industy{
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .advance-left h2 span{
        font-size: 50px;
    }
    .news-img{
        display: none;
    }
    .news-list{
        width: 100%;
    }
    .advance-right li p{
        display: none;
    }
    .advance-right li h3{
        padding-top: 10px;
        line-height: 26px;
    }
    .adCon{
        padding-top: 30px;
    }
    .adCon a{
        margin-top: 40px;
    }
    .adCon p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 15px;
    }
    .advance-left h2 span{
        padding-bottom:10px;
    }
    .x-layout-menu{
        display: none;
    }
    .x-contact{
        width:60%;
    }
    .x-link{
        display: none;
    }
    .footcode{
        width: 16.5%;
    }
    .aboutCon{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
    .aboutCon h2{
        line-height: 32px;
    }
    .webTitle span{
        line-height: 30px;
        font-size: 16px;
    }
    .x-header-right #formsearch{
        width: 32%;
    }
}


.qyys{
    display: none;
}

@media (max-width: 425px) {
    .wrap-advance{
        background:#009b4d;
    }
    .qyys{
        display: block;
        font-size:30px;
        text-align:center;
        color:#fff;
        font-weight:600;
    }
    .qyys p{
        font-size:16px;
        font-weight:400;
        padding-bottom:10px;
    }
    .wrap-pro{
        margin-top:40px;
    }
    .pro-list ul{
        margin:0;
    }
    .proTab{
        margin-top:30px;
    }
    .pro-list li{
        margin-right: 10px;
        background:none;
        background-color: #eee;
        padding:0;
        width:100px;
    }
    .pro-list li a{
        font-size:13px;
        text-align:center;
    }
    .proimg li h3{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .webTitle span{
        padding-top: 6px;
    }
    .proimg li{
        width: calc(50% - 26px);
    }
    .proimg {
        padding-top: 40px;
    }
    .aboutCon,
    .aboutImg{
        width:100%;
    }
    .news-list .newsWz .data{
        width: 20%;
    }
    .news-list .newsWz .data{
        font-size: 12px;
    }
    .news-list .newsWz .data .dataspan{
        font-size: 38px;
    }
    .news-list .newsWz .wz{
        width: 80%;
    }
    .news-list .newsWz .wz h2{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .news-list .newsWz .wz p{
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .advance-left{
        display:none;
    }
    .advance-left h2{
        font-size: 24px;
        text-align: left;
        padding:0;
    }
    .advance-left h2 span{
        font-size: 24px;
    }
    .advance-right{
        width: 100%;
    }
    .advance-right li{
        width:47%;
        margin: 0 6px 10px 6px;
        padding:20px 4px;
    }
    .advance-right li h3{
        font-size: 14px;
    }
    .wrap-industy,
    .footcode{
        display: none;
    }
    .x-contact{
        width:100%;
    }
    .x-layout{
        margin-top:40px;
    }

    .news-list .newsWz{
        padding: 0;
    }
    .webTitle {
        font-size: 30px;
    }
    .wrap-news{
        margin-top: 40px;
    }
}