.banner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner .layui-carousel{
    position: absolute !important;
}

.bann-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    filter:blur(0);
    -webkit-filter:blur(0);
    -moz-filter:blur(0);
    -ms-filter:blur(0);
    -o-filter:blur(0);
}

.bann-hover{
    transition: all .3s ease;
    transform: scale(1.02);
}

.bann-font-line{
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    /* font-weight: lighter; */
    letter-spacing:5px;
}

.bann-font-tran{
    width: 90%;
    max-width: 1570px;
    height: 320px;
    /*position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -160px;*/
    z-index: 2;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}

.bann-font-hover{
    left: -60vw;
}

.bann-font-tran:hover h2{
    transform: translateX(40px);
    transition: all .3s ease;
}

.bann-font-tran:hover span{
    transform: translateX(40px);
    transition: all .3s ease;
}

.bann-font-tran h2{
    font-size: 50px;
    font-weight: bold;
    padding: 30px 0;
    transition: all .3s ease;
}

.bann-font-tran span{
    font-size: 29px;
    font-weight: lighter;
    transition: all .3s ease;
    display: block;
}

.bann-icon{
    width: 46px;
    height: 46px;
    margin-top: 70px;
}

.bann-icon img{
    width: 100%;
    height: 100%;
}

.bann-font-tran:hover .bann-icon{
    transform: translateX(30px);
}

.footer{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.footer a{
    color: #fff;
    margin-left: 15px;
}

.footer a:hover{
    color: rgba(255,255,255,0.8);
}

.bann-vague{
    transform: scale(1.15);
    filter:blur(5px);
    -webkit-filter:blur(5px);
    -moz-filter:blur(5px);
    -ms-filter:blur(5px);
    -o-filter:blur(5px);
    transition: all .3s ease;
}

/* 第二屏 */
.mutual-box{
    width: 95%;
    height: 100%;
    position: absolute;
    right: -95%;
    top: 0;
    z-index: 3;
}

.mutual-dw{
    right: 0;
}

#slider{
    width: 100% !important;
    height: 100%;
    background: none;
    position: relative;
    box-sizing: border-box;
    /* padding-right: 260px; */
    overflow: hidden;
}

.slider-rht{
    width: 260px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.navigation-box{
    position: absolute;
    bottom:5%;
    right: 0;
    width: 260px;
    height: 220px;
    overflow: hidden;
    background: #fff;
}

.navigation-hzi{
    width: 260px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.hzi-btn{
    width: 260px;
    height: 50px;
    background: url(../images/xjt.png) no-repeat center center;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.hzi-btn:hover{
    background: url(../images/xjtl.png) no-repeat center center;
}

.navigation{
    position: absolute;
    display: block;
    width: 260px;
    height: auto;
    z-index: 9;
}

.navigation li{
    display: block;
    width: 100%;
    height:45px;
}

.navigation li a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    color: #999;
    position: relative;
    z-index: 2;
}

.navigation li a::after{
    display: block;
    content: '';
    width: 20px;
    height: 4px;
    background: #e5e5e5;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -2px;
    transition: all .3s ease;
}

.navigation li a.selected{
    color: #000;
}

.navigation li a.selected::after{
    width: 32px;
    background: #009944;
    left: 48px;
    transition: all .3s ease;
}

.scroll{
    width: 100%;
    height: 56vh;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28vh;
    z-index: 2;
}

.scrollContainer{
    width: 100%;
    height: 100%;
}

.panel{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.panel-img{
    width: 40vw;
    height: 38vh;
    position: absolute;
    right: 90px;
    top: 10px;
    overflow: hidden;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.5);
}

.panel-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-font{
    width: 60vw;
    box-sizing: border-box;
    padding-right: 175px;
    color: #fff;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -160px;
}

.panel-font h2{
    font-size: 50px;
    font-weight: bold;
    padding: 30px 0;
}

.panel-font span{
    font-size: 29px;
    font-weight: lighter;
}

.panel-btns{
    width: 100%;
    height: 46px;
    margin-top: 70px;
}

.panel-btns div{
    display: inline;
    margin: 0 10px;
}

.panel-btns img{
    cursor: pointer;
    display: inline;
    transition: all .3s ease;
}

.panel-btns img:hover{
    opacity: 0.6;
    transition: all .3s ease;
}

.slider-btn{
    width: 260px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 120px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
}

.slider-btn::after{
    content: '';
    display: block;
    width: 29px;
    height: 26px;
    background: url(../images/blankicon.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -13px;
}

/*关于我们*/
.about-new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about-new-box>.layui-tab{
    margin: 0 !important;
}

.about-new-box>.layui-tab>.layui-tab-title{
    width: 90%;
    height: 100px;
    background: #fff;
    max-width: 1570px;
    margin: 0 auto;
    border:none;
}

.about-new-box>.layui-tab>.layui-tab-title>li.layui-this::after{
    display: none;
}

.about-new-box>.layui-tab>.layui-tab-title>li{
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 19px;
    margin-right: 80px;
    padding: 0;
    position: relative;
}

.about-new-box>.layui-tab>.layui-tab-title>li.layui-this{
    color: #009944;
}

.about-dw2{
    position: absolute;
    top: 0;
    left: 0;
}

.about-new-box>.layui-tab>.layui-tab-title>li.layui-this::before{
    content: '';
    display: block;
    width: 76px;
    height: 4px;
    background:#009944;
    position: absolute;
    left: 50%;
    bottom:0;
    transition: all .4s ease;
    margin-left: -38px;
}

.about-new-box>.layui-tab>.layui-tab-content{
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
}

.about-new-box>.layui-tab>.layui-tab-content>.layui-tab-item{
    width: 100%;
    transition: all .0s ease;
}

.about-new-box>.layui-tab>.layui-tab-content>.layui-tab-item{
    display: block !important;
    position: absolute;
    left: -200%;
}

.about-new-box>.layui-tab>.layui-tab-content>.layui-show{
    position: static;
    left: 0;
    transition: all .0s ease;
}

.ny-ban{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 81;
}

.page-ban{
    width: 100%;
    height: 100%;
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.small-nav-box{
    width: 90%;
    height: 100px;
    background: #fff;
    max-width: 1570px;
    margin: 0 auto;
}

.small-nav-box .sub-list{
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 19px;
    margin-right: 80px;
}


.small-nav-box .sub-list a{
    /*padding: 0 80px 0 0;*/
    display: block;
    height: 100px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.small-nav-box .sub-list a:hover{
    color: #009944;
}

.small-nav-box .sub-list a::after{
    content: '';
    display: block;
    width: 76px;
    height: 4px;
    background:#009944;
    position: absolute;
    left: -76px;
    bottom:0;
    transition: all .4s ease;
}

.small-nav-box .sub-list a:hover::after{
    left: 50%;
    margin-left: -38px;
    transition: all .4s ease;
}

.small-nav-box .small-cur a{
    color: #009944;
}

.small-nav-box .small-cur a::after{
    left: 50%;
    margin-left: -38px;
    transition: all .4s ease;
}

.about-box{
    width: 100%;
    height: 880px;
    background: url(../images/aboutbg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.about-add{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1570px;
    box-sizing: border-box;
    padding-right: 176px;
}

@media only screen and (min-width:1460px){
    .about-cent{
        width: 75%;
        height: auto;
        padding-top: 90px;
        overflow: hidden;
    }
}

@media only screen and (min-width:1300px){
    .about-cent{
        width: 80%;
        height: auto;
        padding-top: 90px;
        overflow: hidden;
    }
}

@media only screen and (max-width:1299px){
    .about-cent{
        width: 100%;
        height: auto;
        padding-top: 70px;
        overflow: hidden;
    }

    .about-infos dl{
        display: block;
        width: 20%;
        float: left;
        box-sizing: border-box;
        padding-top: 40px;
        height: auto;
        position: relative;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        text-align: center;
        padding-right: 45px !important;
    }

    .about-infos dl dt{
        padding-right: 45px !important;
        box-sizing: border-box;
    }

    .about-infos dl::after{
        display: block;
        width: 2px;
        height: 30px;
        background: #999;
        content: '';
        position: absolute;
        right: 20px !important;
        top: 50%;
        margin-top: -15px;
        transform:rotate(15deg);
        -webkit-transform:rotate(15deg);
        -moz-transform:rotate(15deg);
    }

    .about-infos dl:last-child{
        padding-right: 0 !important;
    }
}

.about-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
    color: #009944;
    position: relative;
}

.about-title span{
    font-size: 40px;
    color: rgba(0,0,0,.1);
    font-weight: normal;
}

.about-texts{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    padding-top: 40px;
}

.about-texts img{
    display: block;
    max-width: 100%;
}

.about-infos{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}

.about-infos dl{
    display: block;
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-top: 40px;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    text-align: center;
    padding-right: 3.2vw;
}

.about-infos dl dt{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #009944;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-right: 3.2vw;
}

.about-infos dl dt span{
    color:#009944;
}

.about-infos dl dd{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.about-infos dl::after{
    display: block;
    width: 2px;
    height: 30px;
    background: #999;
    content: '';
    position: absolute;
    right: 1.7vw;
    top: 50%;
    margin-top: -15px;
    transform:rotate(15deg);
    -webkit-transform:rotate(15deg);
    -moz-transform:rotate(15deg);
}

.about-infos dl:last-child::after{
    display: none;
}

/*发展历程*/

.deve-box{
    width: 100%;
    height: 950px;
    overflow: hidden;
    background: url(../images/devebg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.deve-title{
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-size: 35px;
    color: #000;
    box-sizing: border-box;
    padding-right: 170px;
    position: relative;
}

.deve-title::after{
    display: inline-block;
    content: '';
    width: 11px;
    height: 2px;
    background: #161616;
    position: relative;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.deve-title::before{
    display: inline-block;
    content: '';
    width: 11px;
    height: 2px;
    background: #161616;
    position: relative;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.deve-cent{
    max-width: 1570px;
    width: 90%;
    height: 650px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    position: relative;
    /* overflow: hidden; */
}

.deve-cent-box{
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}

.swiper-deve{
    width: 100%;
    height: 650px;
    position: static !important;
    top: 0;
    left: 0;
    overflow: auto !important;
}

.swiper-deve::-webkit-scrollbar { width: 0 !important }

.swiper-deve { -ms-overflow-style: none; }

.swiper-deve { overflow: -moz-scrollbars-none; }

.swiper-deve .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 325px;
    position: relative;
}

.swiper-deve .swiper-wrapper .swiper-slide:nth-child(2n){
    height: 650px;
}

.deve-list-box{
    width: 100%;
    height: 325px;
    cursor: pointer;
}

.deve-list-box::after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.deve-list-box::before{
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    background: #ddd;
    position: absolute;
    bottom: -4.5px;
    left: 60px;
    border-radius: 50%;
}

.swiper-deve .swiper-wrapper .swiper-slide:nth-child(2n) .deve-list-box{
    position: absolute;
    bottom: 0;
    left:0;
}

.swiper-deve .swiper-wrapper .swiper-slide:nth-child(2n) .deve-list-box::after{
    top: 0;
    bottom: auto;
}

.swiper-deve .swiper-wrapper .swiper-slide:nth-child(2n) .deve-list-box::before{
    top: -4.5px;
    bottom: auto;
}

.deve-list{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.swiper-deve .swiper-wrapper .swiper-slide:nth-child(2n) .deve-list{
    bottom: auto;
    left: 0;
    top: 30px;
}

.deve-list-tit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    box-sizing: border-box;
    padding-left: 90px;
    font-size: 35px;
    color: #333;
}

.deve-list-tit::after{
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    border:solid 2px #009944;
    background:rgba(255,255,255,0);
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    left: 60px;
    border-radius: 50%;
}

.deve-list-box:hover .deve-list-tit::after{
    background: #009944;
}

.deve-list-box:hover .deve-list-tit{
    font-weight: bold;
    color: #009944;
}

.deve-list-txt{
    width: 100%;
    height: auto;
    max-height: 235px;
    overflow-y: auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 90px;
    margin-top: 10px;
}

.deve-list-txt ul li{
    display: block;
    font-size: 14px;
    padding-bottom: 7px;
    color: #333;
}

.deve-list-txt::after{
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 64px;
    top: 0;
    background:#ddd;
}

.deve-lft{
    width: 30px;
    height: 30px;
    left: -50px;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    z-index: 9;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.deve-lft:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.deve-rht{
    width: 30px;
    height: 30px;
    right: 120px;
    top: 50%;
    position: absolute;
    margin-top: -15px;
    z-index: 9;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.deve-rht:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

/*荣誉资质*/
.honer-box{
    width: 100%;
    height: auto;
    padding: 20px 0 100px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.honer-cent{
    max-width: 1570px;
    width: 90%;
    height: 550px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    position: relative;
}

.honer-cent .layui-tab-bar{
    display: none;
}

.honer-cent .layui-tab-title{
    height: 50px;
    text-align: center;
    border:none;
}

.honer-cent .layui-tab-title .layui-this::after{
    display: none;
}

.honer-cent .layui-tab-title li{
    padding:0 60px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border:solid 1px #ddd;
    margin: 0 15px;
    border-radius: 25px;
    font-size: 17px;
}

.honer-cent .layui-tab-title li.layui-this{
    background: #009944;
    border-color: #009944;
    color: #fff;
}

.honer-cent .layui-tab-content{
    padding: 0;
    margin-top: 80px;
    height: 375px;
    position: relative;
    overflow:hidden;
}

.honer-cent .layui-tab-item{
    position: absolute;
    top: -375px;
    left: 0;
    width: 100%;
    height: 380px;
    display: block;
}

.honer-cent .layui-show{
    top: 0;
}

.honer-cent .swiper-slide{
    width: 100%;
    height: 375px;
    /*background: #fff;*/
    cursor: pointer;
}

.honer-cent .swiper-slide img{
    max-width: 100%;
    max-height: 375px;
    display: block;
    margin: 0 auto;
}

.honer-cent .swiper-slide:hover img{
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.honer-lft-btn,.honer-rht-btn{
    margin-top: 0;
}

/*企业文化*/
.culture-box{
    width: 100%;
    height: auto;
    overflow:hidden;
    padding: 20px 0 100px;
}

.culture-cent{
    max-width: 1570px;
    width: 90%;
    height:650px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
}

.culture-top{
    width: 100%;
    height: 190px;
}

/*.culture-top dl:last-child{
    border-right: none;
}*/

.culture-top dl{
    display: block;
    width: 33.33%;
    height: 190px;
    float: left;
    box-sizing: border-box;
    padding: 60px 30px 0 30px;
    border-left: solid 24px #fff;
    background: #f8f8f8 url(../images/cultureicon1.png) no-repeat right center;
}

.culture-top dl:nth-child(2){
    background: #f8f8f8 url(../images/cultureicon2.png) no-repeat right center;
}

.culture-top dl:nth-child(3){
    background: #f8f8f8 url(../images/cultureicon3.png) no-repeat right center;
}

.culture-top dl dt{
    font-size: 22px;
    font-weight: bold;
    color: #009944;
    padding-bottom: 15px;
}

.culture-top dl dd{
    font-size: 17px;
    color: #222;
}

.culture-bot{
    width: 100%;
    height: 430px;
    margin-top: 25px;
}

.culture-bot .swiper-slide{
    width: 100%;
    height: 380px;
    box-sizing: border-box;
    border-left: solid 24px #fff;
    cursor: pointer;
}

/*.culture-bot .swiper-slide:last-child{
    border-right: none;
}*/

.culture-bot .swiper-slide:hover .culture-list-img img{
    transform: scale(1.1);
    transition: all .3s ease;
}

.culture-list-img{
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.culture-list-img img{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    object-fit: cover;
}

.culture-list-txt{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}

.indicator-box{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.indicator-box .swiper-pagination-bullet-active{
    background: #009944 !important;
}

.indicator-box  span{
    margin: 0 5px;
}

/*环保责任*/
.duty-box{
    width: 100%;
    height: auto;
    padding: 20px 0 100px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.duty-texts{
    width: 60%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.duty-infos{
    max-width: 1570px;
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 170px 50px 0;
}

.duty-infos dl{
    display: block;
    width: 16.6%;
    height: auto;
    overflow: hidden;
    float: left;
}

.duty-infos dl dt{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.duty-infos dl dt img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.duty-infos dl dd{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 17px;
    color: #009944;
}

.duty-footer{
    max-width: 1570px;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
}

.indicator-duty-box{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.indicator-duty-box .swiper-pagination-bullet-active{
    background: #009944 !important;
}

.indicator-duty-box  span{
    margin: 0 5px;
}

.duty-footer .swiper-slide{
    border-left-color: rgba(255,255,255,0);
}

.duty-list-txt{
    width: 100%;
    height: 90px;
    background: #fff;
    text-align: center;
    line-height: 35px;
}

.duty-list-txt em{
    font-style: normal;
    display: block;
    padding-top: 10px;
    font-size: 17px;
    color: #009944;
}

.duty-list-txt span{
    display: block;
    width: 100%;
    text-overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
}

.duty-footer .culture-list-img{
    height: 290px;
}

.duty-footer .culture-list-img img{
    width: 100%;
    height: 100%;
}

/*合作伙伴*/
.people-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 80px 0;
}

.people-cent{
    max-width: 1570px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
}

.people-cent ul li{
    display: block;
    width: 18%;
    height: auto;
    margin: 1%;
    box-sizing: border-box;
    border:solid 1px #ccc;
    float: left;
}

.people-cent ul li img{
    max-height: 116px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.people-cent ul li:hover{
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    cursor: pointer;

}

/*投资者关系*/
.invest-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding-bottom: 100px;
}

.invest-cent{
    max-width: 1570px;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
}

.invest-title{
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 35px;
    color: #000;
    margin-top: 20px;
    /* font-weight: lighter; */
    position: relative;
}

.invest-title::after{
    display: inline-block;
    content: '';
    width: 11px;
    height: 2px;
    background: #161616;
    position: relative;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: 7px;
}

.invest-title::before{
    display: inline-block;
    content: '';
    width: 11px;
    height: 2px;
    background: #161616;
    position: relative;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-right: 7px;
}

.invest-sub-tit{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 60px;
}

.invest-sub-tit .sub-tit{
    display: inline-block;
    padding:0 60px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border:solid 1px #ddd;
    margin: 0 15px;
    border-radius: 25px;
    font-size: 17px;
}

.invest-sub-tit .sub-tit:hover{
    background: #009944;
    border-color: #009944;
    color: #fff;
}

.invest-sub-tit .sub-cur{
    background: #009944;
    border-color: #009944;
    color: #fff;
}

.invest-list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.invest-list{
    width: 100%;
    height: 115px;
    box-sizing: border-box;
    padding: 0 128px;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}

.invest-time{
    width: 128px;
    height: 82px;
    position: absolute;
    left: 0;
    top: 16.5px;
    border-right: solid 1px #ddd;
    text-align: center;
}

.invest-time span{
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: #222;
    line-height: 60px;
}

.invest-time em{
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}

.invest-icon{
    width: 40px;
    height: 42px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -21px;
}

.invest-icon img{
    width: 40px;
    height: 42px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.4
}

.invest-list a{
    display: block;
    width: 100%;
    height: 115px;
}

.invest-list:hover .invest-icon img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1
}

.invest-name{
    width: 100%;
    height: 115px;
    line-height: 115px;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 19px;
    color: #222;
}

.invest-list:hover .invest-name{
    color: #009944;
}

.paging-box{
    width: 100%;
    height: 40px;
    margin-top: 40px;
    text-align: center;
}

.paging-box li{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    border:solid 1px #ddd;
    font-family: '宋体'
    overflow:hidden;
    margin:0 2px;
}
.paging-box li a{display:inline-block;width:100%;}
.paging-box li a:hover{
    background: #009944;
    border-color: #009944;
    color: #fff;
    border-radius: 50%;
}

.paging-box .paging-cur,.paging-box li.active{
    background: #009944;
    border-color: #009944;
    color: #fff;
}
.paging-box li.disabled{background:#f1f1f1;}

/*投资者服务*/
.invest-ser{
    width: 100%;
    min-height: 490px;
    box-sizing: border-box;
    /* padding-right: 700px; */
    position: relative;
    background: #fff;
    margin: 20px auto 40px auto;
    overflow: hidden;
    display: flex;
}

.invest-ser-lft{
    flex: auto;
    width: 45%;
    height: 490px;
}

.contact-ddd{
    margin-bottom: 0 !important;
    padding-bottom: 100px !important;
}

@media only screen and (max-width:1100px){
    .invest-ser{
        display: block;
    }
    .invest-ser-lft{
        width: 100% !important;
    }

    .invest-ser-rht{
        width: 100% !important;
    }

    .xt-right{
        width: 100% !important;
    }
}

@media only screen and (max-width:1299px){
    .four-texts{
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.invest-ser-lft img{
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.invest-ser-rht{
    width: 55%;
    /* position: absolute;
    right: 0;
    top: 0; */
    background: #fff;
    min-height: 490px;
    box-sizing: border-box;
    padding: 80px;
    flex: auto;
}

.invest-ser-rht h2{
    font-size: 25px;
    color: #000;
    line-height: 45px;
    padding-bottom: 35px;
}

.invest-ser-rht ul li{
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 0;
}

/*社会责任报告*/
.invest-bok-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media only screen and (min-width:1300px){
    .bok-list{
        width: 23%;
        height: 200px;
        background: #fff;
        border-radius: 10px;
        background: #fff url(../images/bokicon.png) no-repeat top right;
        float: left;
        margin: 1%;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .bok-list-btn{
        width: 100%;
        height: 200px;
        background: rgba(0,153,68,.8);
        left: 0;
        top: -200px;
        position: absolute;
        line-height: 200px;
        text-align: center;
    }

    .bok-list:hover .bok-list-btn{
        top: 0;
    }

    .bok-list-btn a{
        display: inline-block;
        width: 40%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 19px;
        color: #fff;
        border:solid 1px #fff;
        border-radius: 25px;
        margin: 0 10px;
    }

    .bok-list-btn a:hover{
        background: #fff;
        color: #009944;
    }

    .bok-tit{
        width: 88%;
        height: auto;
        font-size: 17px;
        color: #000;
        margin: 0 auto;
        padding-top: 80px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .bok-tit::after{
        display: block;
        content: '';
        width: 30px;
        height: 5px;
        background: #009944;
        position: absolute;
        top: 68px;
        left: 6%;
    }
}

@media only screen and (max-width:1299px){
    .bok-list{
        width: 31.33%;
        height: 200px;
        background: #fff;
        border-radius: 10px;
        background: #fff url(../images/bokicon.png) no-repeat top right;
        float: left;
        margin: 1%;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .bok-list-btn{
        width: 100%;
        height: 200px;
        background: rgba(0,153,68,.8);
        left: 0;
        top: -200px;
        position: absolute;
        line-height: 200px;
        text-align: center;
    }

    .bok-list:hover .bok-list-btn{
        top: 0;
    }

    .bok-list-btn a{
        display: inline-block;
        width: 40%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 19px;
        color: #fff;
        border:solid 1px #fff;
        border-radius: 25px;
        margin: 0 10px;
    }

    .bok-list-btn a:hover{
        background: #fff;
        color: #009944;
    }

    .bok-tit{
        width: 88%;
        height: auto;
        font-size: 17px;
        color: #000;
        margin: 0 auto;
        padding-top: 80px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .bok-tit::after{
        display: block;
        content: '';
        width: 30px;
        height: 5px;
        background: #009944;
        position: absolute;
        top: 68px;
        left: 6%;
    }
}

@media only screen and (max-width:1230px){
    .bok-list{
        width: 48%;
        height: 200px;
        background: #fff;
        border-radius: 10px;
        background: #fff url(../images/bokicon.png) no-repeat top right;
        float: left;
        margin: 1%;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .bok-list-btn{
        width: 100%;
        height: 200px;
        background: rgba(0,153,68,.8);
        left: 0;
        top: -200px;
        position: absolute;
        line-height: 200px;
        text-align: center;
    }

    .bok-list:hover .bok-list-btn{
        top: 0;
    }

    .bok-list-btn a{
        display: inline-block;
        width: 120px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 19px;
        color: #fff;
        border:solid 1px #fff;
        border-radius: 25px;
        margin: 0 10px;
    }

    .bok-list-btn a:hover{
        background: #fff;
        color: #009944;
    }

    .bok-tit{
        width: 88%;
        height: auto;
        font-size: 17px;
        color: #000;
        margin: 0 auto;
        padding-top: 80px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .bok-tit::after{
        display: block;
        content: '';
        width: 30px;
        height: 5px;
        background: #009944;
        position: absolute;
        top: 68px;
        left: 6%;
    }
}

.bok-tim{
    width: 88%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 14px;
    color: #999;
}

/*股票动态*/
.invest-tor{
    width: 100%;
    height: 580px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.invest-tor>img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*新闻中心*/
.news-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media only screen and (min-width:1400px){
    .news-list{
        width: 31.33%;
        margin: 1%;
        height: auto;
        padding:24px 0;
        overflow: hidden;
        border-top: solid 1px #ddd;
        float: left;
    }
}

@media only screen and (max-width:1399px){
    .news-list{
        width: 48%;
        margin: 1%;
        height: auto;
        padding:24px 0;
        overflow: hidden;
        border-top: solid 1px #ddd;
        float: left;
    }
}

.news-list a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-list-head{
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
}

.news-list-head span{
    display: block;
    width: 30%;
    max-width: 126px;
    height: 40px;
    background: #009944;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top:0;
}

.news-list-imag{
    width: 100%;
    height: 278px;
    overflow: hidden;
    margin-top: 25px;
}

.news-list-imag img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.news-list:hover .news-list-imag img{
    transition: all .3s ease;
    transform: scale(1.02);
}

.news-list-titl{
    width: 100%;
    height: 80px;
    line-height: 40px;
    font-size: 19px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list a:hover .news-list-titl{
    color: #009944
}

@media only screen and (min-width:1300px){
    .news-data-lft{
        margin-top: 70px;
        overflow: hidden;
        width: 66%;
        height: auto;
        float: left;
        background: #fff;
        box-sizing: border-box;
        padding: 30px 70px;
    }
    .news-data-rht{
        width: 32%;
        height: auto;
        float: right;
        overflow: hidden;
        margin-top: 70px;
    }
}

@media only screen and (max-width:1299px){
    .news-data-lft{
        margin-top: 70px;
        overflow: hidden;
        width: 100%;
        height: auto;
        background: #fff;
        box-sizing: border-box;
        padding: 30px 70px;
    }
    .news-data-rht{
        display: none;
    }
}


.news-data-title{
    width: 100%;
    height: auto;
    font-size: 1.4vw;
    font-weight: bold;
    color: #000;
    line-height: 35px;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-data-times{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.news-data-texts{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    border-top:solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 27px;
}
.news-data-texts video{
	width:100% !important;
	height:auto !important;
}
.news-data-texts img{
    max-width: 100%;
	height:auto !important;
}

.news-data-infos{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    position: relative;
}

.news-data-infos .infos-btn{
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.news-data-infos .infos-btn:hover{
    color: #009944;
}

.infos-lb{
    width: 75px;
    height: 30px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    display: block;
    line-height: 30px;
    background: url(../images/lbicon.png) no-repeat left center;
}

.infos-lb:hover{
    color: #009944;
    background: url(../images/lbiconh.png) no-repeat left center;
}

.hot-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #009944;
    color: #fff;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 25px;
    font-weight: bold;
}

.hot-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0 25px;
    box-sizing: border-box;
}

.hot-list{
    width: 100%;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
    border-top: solid 1px #ddd;
}

.hot-list:first-child{
    border-top: none;
}

.hot-list-tit{
    width: 100%;
    height: auto;
    font-size: 16px;
    overflow: hidden;
    color: #000;
    line-height: 30px;
}

.hot-list-tim{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.hot-list-tim span{
    float: right;
}

.hot-list:hover .hot-list-tit{
    color: #009944;
}

.hot-list:hover .hot-list-tim span{
    color: #009944;
}

/* 联系我们 */
.contact-map{
    width: 90%;
    box-sizing: border-box;
    padding-right: 170px;
    max-width: 1570px;
    margin: 100px auto 0 auto;
    overflow: hidden;
    min-height: 740px;
    position: relative;
}

.map-img{
    width: 67%;
    height: 740px;
    float: left;
    overflow: hidden;
    margin-right: 3%;
}

.map-img img{
    max-width: 100%;
    vertical-align: middle;
    display: inline;
}

.map-list-box{
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
}

.map-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: #ddd 1px solid;
}

.map-title{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

.map-title::after{
    display: block;
    content: '';
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: #009944;
}

.map-list ul li{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
    color: #666;
}

/* 用人理念 */
.contact-idea{
    width: 100%;
    height: 750px;
    margin-top: 100px;
    background: #009944;
    position: relative;
}

@media only screen and (min-width:1400px){
    .idea-img{
        width: 60%;
        height: 750px;
        max-width: 1170px;
        float: right;
    }
    .idea-text{
        width: 30%;
        height: 750px;
        float: right;
    }
}

@media only screen and (max-width:1399px){
    .idea-img{
        width: 50%;
        height: 750px;
        /* max-width: 1170px; */
        float: right;
    }
    .idea-text{
        width: 40%;
        height: 750px;
        float: right;
    }
}

.idea-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idea-text span{
    text-transform: uppercase;
    color: rgba(255,255,255,.1);
    font-size: 38px;
    font-weight: lighter;
    padding-top: 100px;
    display: block;
}

.idea-text h2{
    display: block;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 80px;
}

.idea-text dl{
    display: block;
    padding-bottom: 37px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 40px;
}

.idea-text dl dt{
    font-size: 25px;
}

.idea-text dl dd{
    display: block;
    padding-top: 15px;
}

/* 招聘流程 */
.job-flow{
    width: 90%;
    height: auto;
    box-sizing: border-box;
    padding-right: 176px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width:1500px){
    .job-flow-list{
        display: inline-block;
        /* min-width: 220px; */
        width: 14%;
        height: 256px;
        position: relative;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1499px){
    .job-flow-list{
        display: inline-block;
        /* min-width: 220px; */
        width: 24%;
        height: 256px;
        position: relative;
        margin-bottom: 20px;
    }
}

/* @media only screen and (min-width:668px){

} */

/* .job-flow-list:first-child{
    min-width: 170px !important;
    width: 170px !important;
} */

/* .job-flow-list:first-child .job-flow-list-box{
    width: 100%;
} */

.job-flow-list:first-child::after{
    display: none;
}

.job-flow-list:first-child::before{
    display: none;
}

.job-flow-list::after{
    content: '';
    display: block;
    width: 34px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/icon.png) no-repeat top center;
}

.job-flow-list-box{
    width: 70%;
    max-width: 170px;
    background: #fff;
    position: relative;
    height: 256px;
    box-sizing: border-box;
    padding-top: 60px;
    cursor: pointer;
    float: right;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.job-flow-list-icon{
    width: 58px;
    height: 58px;
    margin: 0 auto;
}

.job-flow-list-icon img{
    width: 58px;
    height: 58px;
}

.job-flow-list-text{
    width: 100%;
    height: auto;
    font-size: 0.9vw;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.job-flow-list-box span{
    font-size: 50px;
    color: rgba(0,0,0,.05);
    font-weight: bold;
    position: absolute;
    bottom: -12px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}

/* 岗位信息 */
.post-box{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 176px;
    max-width: 1570px;
}

.post-box .layui-tab-bar{
    display: none;
}

.post-box .layui-tab-title{
    width: 20%;
    float: left;
    height: auto;
    overflow: hidden;
    /* border:none; */
    background: #fff;
}

.post-box .layui-tab-title li{
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    line-height: 60px;
    box-sizing: border-box;
    border:solid 1px #eee;
    border-bottom: 0;
}

.post-box .layui-tab-title li.layui-this{
    background: #009944;
    color: #fff;
}

.post-box .layui-tab-title li.layui-this::after{
    display: none;
}

.post-box .layui-tab-content{
    width: 80%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
}

.post-title{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-weight: bold;
    color: #000;
    font-size: 17px;
}

.post-texts{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    line-height: 27px;
    font-size:14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-texts img{
    max-width: 100%;
}

.post-infos{
    width: 100%;
    height: auto;
}

.post-infos ul li{
    padding: 5px 0;
}

.post-infos ul li a{
    font-weight: bold;
    color: #009944;
}

.about-dw{
    position: absolute;
    top: -90px;
}

/* 解决方案 */
.solution-a{
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    box-sizing: border-box;
    font-size: 15px;
    color: #4a9750;
    border:solid 1px #4a9750;
    border-radius: 8px;
    margin-top: 40px;
}

.solution-a:hover{
    color: #4a9750;
}

.solution-cent{
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

.solution-tit{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.solution-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.solution-txt p{
    text-align: justify;
}
.solution-txt img{
    max-width: 100%;
}

.solution-list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 0;
    /*background-image: linear-gradient(to bottom,#fff,#fff,#fff,rgba(255,255,255,0)); */
    background:#fff;
    margin-top: 100px;
}

.solution-list-tit{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    font-size: 29px;
    color: #161616;
    font-weight: bold;
}

.solution-list-txt{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    max-width: 1570px;
}

@media only screen and (min-width:1400px){
    .solution-list{
        width: 31.33%;
        height: 360px;
        margin: 1%;
        float: left;
    }
}

@media only screen and (max-width:1399px){
    .solution-list{
        width: 48%;
        height: 360px;
        margin: 1%;
        float: left;
    }
}

.solution-image{
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.solution-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.solution-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 17px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    *white-space: nowrap;
}

.solution-list:hover .solution-title{
    color: #009944;
}

.solution-list:hover .solution-image img{
    transition: all .3s ease;
    transform: scale(1.02);
}

.hot-box .solution-list{
    width: 100%;
    height: 360px;
    margin:  1%;
    float: none;
}

.slution{
    width: 100%;
    height: auto;
    font-size: 19px;
    font-weight: bold;
    color: #222;
    padding-bottom: 20px;
    overflow: hidden;
}

.nav-ph-list{
    display: none;
}

.solution-data-text{
    line-height: 38px
}

.solution-icon{
    width: 50px;
    height: 50px;
    margin:0 auto 30px auto;
}

.solution-ilst-box{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 60px;
}

@media only screen and (min-width:1400px){
    .solution-ilst{
        display: inline-block;
        width: 33%;
        height: auto;
        box-sizing: border-box;
        padding: 35px 0 0 35px;
        position: relative;
        margin-bottom: 30px;
        cursor: pointer;
    }
}

@media only screen and (max-width:1399px){
    .solution-ilst{
        display: inline-block;
        width: 48%;
        height: auto;
        box-sizing: border-box;
        padding: 35px 0 0 35px;
        position: relative;
        margin-bottom: 30px;
        cursor: pointer;
    }
}


.solution-ilst span{
    font-size: 78px;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
}

.solution-ilst-txt{
    width: 100%;
    min-height: 245px;
    background: #fff;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    box-sizing: border-box;
    padding:30px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.solution-ilst-txt h2{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}

.solution-ilst:first-child .solution-ilst-txt h2::after{
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/soluicon1.png) no-repeat 0 0;
}

.solution-ilst:nth-child(2) .solution-ilst-txt h2::after{
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/soluicon2.png) no-repeat 0 0;
}

.solution-ilst:nth-child(3) .solution-ilst-txt h2::after{
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/soluicon3.png) no-repeat 0 0;
}

.solution-ilst:nth-child(4) .solution-ilst-txt h2::after{
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/soluicon4.png) no-repeat 0 0;
}

.solution-ilst:nth-child(5) .solution-ilst-txt h2::after{
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/soluicon5.png) no-repeat 0 0;
}

.solution-ilst-txt p{
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.solution-ilst:hover .solution-ilst-txt{
    background: linear-gradient(120deg,#019a45,#42c67d)
}

.solution-ilst:hover .solution-ilst-txt h2{
    color: #fff;
}

.solution-ilst:hover .solution-ilst-txt h2::after{
    color: #fff;
    background-position:0 -50px;
}

.solution-ilst:hover .solution-ilst-txt p{
    color: #fff;
}

.solutiondata-box{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 170px;
    max-width: 1570px;
    overflow: hidden;
    padding-bottom: 60px;
}

.solutiondata-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
    font-size: 17px;
    color: #666;
}

.solutiondata-info{
    width: 100%;
    height: 420px;
}

.solu-info-list{
    display: inline-block;
    width: 18%;
    height: 420px;
    overflow: hidden;
    margin: 0 1%;
    float: left;
    position: relative;
    cursor: pointer;
    background: #000;
}

.solu-info-list img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .3s ease;
}

.solu-info-list:hover img{
    transition: all .3s ease;
    transform: scale(1.02);
    opacity: .88
}

.solu-info-list:hover{
    box-sizing: border-box;
    border:solid 4px #009944;
}

.solu-info-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.solu-info-list:hover .solu-info-text{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.solu-info-list:hover .solu-info-text h2{
    font-weight: bold;
}

.solution-three{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.solution-three img{
    width: 1920px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1045px;
}

.solution-three-txt{
    width: 90%;
    height: 200px;
    box-sizing: border-box;
    padding-right: 170px;
    max-width: 1570px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.solution-three-txt h2{
    display: block;
    padding: 26px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.solution-three-txt span{
    position: absolute;
    right: 170px;
    font-size: 17px;
    bottom: 0;
    color: #fff;
}

.solution-data-text .invest-title{
    height: 60px;
    line-height: 60px;
    text-align: left;
    margin-top: -40px;
}

.lft{
    height: 400px !important;
    width: auto !important;
}

.solution-four{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
}

.solution-four-tab{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 170px;
    margin-top: 40px;
}

.solution-four-tab .layui-tab-title{
    border:none;
    height: 200px;
    background: #009944;
    display: flex;
}

.solution-four-tab .layui-tab-title li.layui-this::after{
    display: none;
}

.solution-four-tab .layui-tab-title li.layui-this::before{
    display: block;
    content: '';
    width: 31px;
    height: 18px;
    background: url(../images/bficon.png) no-repeat top center;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -15.5px;
}

.solution-four-tab .layui-tab-title li{
    flex: 1;
    text-align: left;
    padding-left: 9vw;
    font-size: 22px;
    color: #fff;
    border-left: solid 1px #80cca2;
    position: relative;
}

.solution-four-tab .layui-tab-title li:first-child{
    border-left: none;
}

.solution-four-tab .layui-tab-title li span{
    display: block;
}

.solution-four-tab .layui-tab-content{
    width: 90%;
    height: auto;
    padding: 70px 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1400px;
    background: url(../images/fourbg.png) no-repeat right 70px;
}

.four-title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    color: #000;
}

.four-texts{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 480px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 27px;
    color: #666;
}

.solution-four-tab .layui-tab-content img{
    max-width: 100%;
}

.xt-right{
    width: 55%;
    /* position: absolute;
    right: 0;
    top: 0; */
    background: #fff;
    height: 490px;
    box-sizing: border-box;
    float: left;
    overflow-y: auto;
}

.xt-right::-webkit-scrollbar {
    width: 0.5vw;
    height: 0.5vw;
    background-color: #00923f;
}

.xt-right::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #fff;
}

.xt-right::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #00923f;
}

.xt-list{
    width: 90%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
    box-sizing: border-box;
    padding: 25px;
    margin: 20px auto;
}

.xt-titl{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    color: #000;
    box-sizing: border-box;
    padding-left: 60px;
    margin-bottom: 15px;
    position: relative;
}

.xt-titl span{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #009944;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.xt-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 27px;
    color: #666;
}

.news-list-2{padding:0;border:none;background:#FFFFFF;transition: all .5s;}
.news-list-2 .news-list-imag{margin-top:0;}
.news-list-2 .news-list-titl{width:90%;padding:0 5%;}
.news-list-2 .news-list-head{width:90%;padding:0 5%;text-align:left;}
.news-list-2 .news-list-head .right{float:right;}
.news-list-2 .news-list-head .right{filter:grayscale(100);}
.news-list-2:hover{box-shadow:0 0 10px #888888;}
.news-list-2:hover .news-list-head .right{filter:grayscale(0);}






.news-sl-box{
    padding: 30px 0 !important;
}

.news-sl-box .news-sl-txt{
    box-sizing: border-box;
    padding: 0 70px;
}

.news-sl-box .news-sl-txt .news-data-infos{
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.news-sl-tit{
    width:100%;
    height:60px;
    line-height: 60px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}

.news-sl-tit::before{
    display: block;
    content: '';
    width: 4px;
    height: 20px;
    background: #009944;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.news-sl-info{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.product-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 185px;
    left: 8%;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    z-index: 9;
    cursor: pointer;
    background: url(../images/xlficon.jpg) no-repeat center center #fff;
}

.product-next:hover{
    background: url(../images/xlficonh.jpg) no-repeat center center #fff;
}

.product-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 185px;
    right: 8%;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    z-index: 9;
    cursor: pointer;
    background: url(../images/xrticon.jpg) no-repeat center center #fff;
}

.product-prev:hover{
    background: url(../images/xrticonh.jpg) no-repeat center center #fff;
}

.news-sl-info .swiper-container{
    width: 158%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.news-sl-info .swiper-slide {
    text-align: center;
    transition: 300ms;
    transform: scale(0.9);
    height: 100%;
}

.news-sl-info .ip-img-box{
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.news-sl-info .ip-img-box img{
    display: block;
    margin: 0 auto;
    position: relative;
    /*left: 50%;*/
    width: 100%;
    min-height: 420px;
    /*object-fit: contain;*/
    /*transform: translateX(-50%);*/
}

.news-sl-info .ip-tit-box{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #111;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-sl-info .swiper-slide .ip-tit-box{
    opacity: 0;
}

.news-sl-info .swiper-slide-active .ip-tit-box{
    opacity: 1 !important;
}

.news-sl-info .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}












