#index-banner{
    height: 50.2vw;
    max-height: 972px;
}
#index-banner  .layui-carousel-ind ul{
    background: none;
}
#index-banner .layui-carousel-ind{
    top: -.5rem;
}
#index-banner .layui-carousel-ind li{
    width: .5rem;
    height:3px;
    margin: 0 .05rem;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    border-radius: unset;
}
/*#index-banner .layui-carousel-ind li:after{
    display: block;
    content: '';
    width: 2px;
    height: .08rem;
    margin: .06rem auto;
    background: rgba(255, 255, 255, 0.5);
}*/
#index-banner .layui-carousel-ind li.layui-this{
    background-color: #fff;
}
/*#index-banner .layui-carousel-ind li.layui-this:after{
    display: none;
}*/

.self-carousel-arrow{
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border: 0;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    display: none;
}
.self-carousel-arrow.right-arrow{
    left: auto!important;
    right: 18px;
}
.self-carousel-arrow .iconfont{
    font-size: .5rem;
}
.banner:hover .self-carousel-arrow{
    display: block;
}

.keywords-content{
    width: 100%;
    margin: .1rem auto .4rem;
}
.keywords-list{
    width: 50%;
    text-align:justify;
    margin:  0 auto;
}
.keywords-list::after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}
.keywords-item{
    display: inline-block;
    width: .6rem;
    text-align: center;
}
.keywords-item img{
    width: 95%;
}
.keywords-item .keywords-title{
    margin-top: .1rem;
    font-size: .24rem;
    text-align: center;
    color: #16918f;
}
.keywords-item:first-of-type .keywords-title{
    color: #0b6ec7;
}
.keywords-item:last-of-type .keywords-title{
    color: #281e78;
}
.keywords-info{
    text-align: center;
    font-size: .24rem;
    color: #595757;
    margin-top: .1rem;
    line-height: .4rem;
}




.career-list{
    width: 100%;
    text-align: justify;
    margin-top: .6rem;
    height: 3.6rem;
    overflow: hidden;
}
.career-list::after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}
.career-list .career-item{
    display: inline-block;
    width: 19.6%;
    height: 3.5rem;
    vertical-align: top;
}
.career-item img{
    width: 100%;display: block;
}
.career-item .career-info{
    padding: .1rem .18rem;
    height: 1.35rem;
    border: 1px solid #dedede;
}
@media screen and (max-width: 1280px) {
    .career-list{
        height: 3.8rem;
    }
    .career-list .career-item{
        height: 3.7rem;
    }
}
.career-item .career-info .career-title{
    font-size: .2rem;
    color: #444;
    text-align: center;
    margin-top: .06rem;
    font-weight: 600;
}
.career-item .career-info .career-content{
    font-size: .16rem;
    color: #999;
    text-align: left;
    line-height: .24rem;
    margin-top: .04rem;
}

/*环保贡献*/
.contribute-container{

}
.contribute-title{
    /*width: 9.6rem;*/
    margin: 0 auto;
    font-size: .22rem;
    color: #595757;
    text-align: center;
    line-height: .4rem;
}
.contribute-list{
    width: 100%;
    margin: .25rem auto;
    text-align: justify;
    background: #daedf1;
    padding: .3rem 0;
    white-space: nowrap;
    font-size: 0;
}

.contribute-list::after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}
.contribute-list .contribute-item{
    width: 24.9%;
    padding: 0 1rem;
    display: inline-block;
    text-align: center;
    color: #595757;
    border-right: 1px solid #0b6ec7;
}
.contribute-list .contribute-item.contribute-item-last{
    border: none;
}
.contribute-list .contribute-item img{
    width: 100%;
}
.contribute-list .contribute-item .contribute-item-title{
    font-size: .24rem;margin: .1rem auto;
}
.contribute-list .contribute-item .contribute-item-title span{
    font-size: .6rem;
}
.contribute-list .contribute-item .contribute-item-subtitle{
    font-size: .2rem;
}
.contribute-images{
    overflow: hidden;
    text-align: justify;
    height: 3rem;
}
.contribute-images::after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}
.contribute-images .contribute-image{
    width: 32.5%;display: inline-block;
    position: relative;height: 2.9rem;
}
.contribute-images .contribute-image video{
    width: 100%;display: none;
}
.contribute-images .contribute-image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100;
}
.contribute-images  .contribute-video-play{
    position: absolute;
    width: .6rem;
    height: .6rem;
    left: .16rem;
    bottom: .16rem;
    z-index: 102;
}
.contribute-images  .contribute-video-play i{
    font-size: .6rem;
    color: #fff;
    font-weight: lighter;
    transition: color .3s;
    cursor: pointer;
}
.contribute-images  .contribute-video-play i:hover{
    color: #0a6dc7;
}


/*新闻资讯*/
.news-container{
    overflow: hidden;
    margin: .6rem 0 .4rem;
}
.news-list{
    overflow: hidden;
    /*width: 400%;*/
    transition: all .5s;
    text-align: justify;
}
.news-list::after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 0;
}
.news-item{
    /*float: left;*/
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-height: 5.2rem;
    /*margin-right: 1.398%;*/
    overflow: hidden;
    margin-bottom: .2rem;
    box-shadow: 0 0 .2rem rgba(0,0,0,.075);
}
.news-item.news-item-more{
    background: #f8f8f8;
    position: relative;
}
.news-item.news-item-more:before {
    content: "";
    height: 80px;
    right: 15px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(248,248,248,0) 0%,rgba(248,248,248,1) 80%);
    left: 15px;
    z-index: 20;
}
.news-item.news-item-more.ended:before{
    display: none;
}
.news-item.news-item-more:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .3rem;
    background: #f8f8f8;
}
.news-item.news-item-more .news-more-body{
    overflow-y: scroll;
    padding:0 .3rem;
    max-height: 5.2rem;
    position: relative;
    /*width: calc(100% + 17px);*/
}
.news-item.news-item-more .news-content{
    padding: 0;margin-bottom: .3rem;
}
.news-item.news-item-more .news-content:hover .news-title{
    color: #0a6dc7;
}
.news-item.news-item-more .news-content:hover .news-date{
    color: #0a6dc7;
}

.news-item .news-image{
    height: 2.9rem;
    position: relative;
    overflow: hidden;
}
.news-item .news-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    transition: all 0.5s;
}
/*.news-item:hover .news-image img {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
}*/

.news-item .news-content{
    background: #fff;
    padding: .25rem;
}

/*.news-item:nth-of-type(3n){*/
    /*margin: 0;*/
/*}*/
.news-item .news-title{
    color: #444;
    font-size: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: .1rem;
    font-weight: bold;
}

.news-item.news-item-more .news-title{
    white-space: normal;
}
.news-item .news-title a,.news-item.news-item-more .news-title a{
    font-weight: bold;
}
.news-item .news-date{
    color:#333;font-size: 0.15rem;
}
.news-item .news-introduction{
    line-height: .3rem;
    font-size: .17rem;
    color: #333333;
    margin: .1rem 0 .3rem;
    height: .60rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-item .news-more{
    font-size: .18rem;color: #9fa0a0;width: .95rem;min-width: 64px;
    padding-bottom: .06rem;display: block;
    border-bottom: 1px solid #9fa0a0;
    white-space: nowrap;
}
.news-item .news-more .iconfont{
    font-size: .16rem;
}

.news-item:hover img{

}
.news-item:hover .news-content{
    background: #f2f2f2;
}
.news-item.news-item-more:hover .news-content{
    background: none;
}
.news-btn-group{
    margin: .2rem auto .2rem;
    width: 4.1rem;white-space: nowrap;
}
.news-btn-group a{
    margin: 0 .15rem;
    width: 1.7rem;
    line-height: .4rem;
    text-align: center;
    display: inline-block;
    border: none;
    font-size: 0.15rem;
    color: #999999;
}
.news-btn-group a:hover{
    /*background: #0a6dc7;*/
    /*border: 1px solid #0a6dc7;*/
    color: #0b6ec7;
}

.news-pagination{
    margin: .4rem 0;
    text-align: center;
}
.news-pagination-bullet{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #bdbdbd;
    border-radius: 50%;
    margin: 0 .05rem;
    cursor: pointer;
}
.news-pagination-bullet.active{
    background: #0b6ec7;
}

.fixed-code{
    position: fixed;
    right: -1.4rem;
    bottom: 2rem;
    width: 1.4rem;
    text-align: center;
    color: #0b6ec7;
    padding: .15rem;
    background: #fff;
    border: 1px solid #f9f9f9;
    transition: right .5s;
    z-index: 1000;
}
.fixed-code.show{
    right: 0;
}
.fixed-code .fixed-code-title{
    font-size: .18rem;font-weight: bold;
}
.fixed-code .fixed-code-content{
    font-size: .16rem;white-space: nowrap;
    margin-top: .02rem;
}
.fixed-code img{
    width: 100%;
    margin-top: .06rem;
}



@media screen and (max-width: 1023px) {
    .keywords-list{
        width: 90%;
    }
    .career-list{
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .career-list .career-item{
        width: 100%;
        display: flex;
        height: auto;
        margin-bottom: .12rem;
        align-items: center;
    }
    .career-list .career-item img{
        width: 50%;
        flex: none;
        height: auto;
    }
    .career-list .career-info{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: .1rem .3rem;
    }
    .career-item .career-info .career-content{
        line-height: 1.6;
    }

    .contribute-title{
        width: 100%;
        line-height: 1.8;
    }
    .contribute-list{
        width: 100%;
    }
    .contribute-list .contribute-item{
        padding: 0 .1rem;
    }

    .contribute-images{
        height: auto;
    }
    .contribute-images .contribute-image{
        width: 100%;
        margin-bottom: .1rem;
    }
    .contribute-images .contribute-image{
        min-height: 4.74rem;
    }

    .news-list{
        /*width: 1200%;*/
    }
    .news-item{
        width: 100%;
        /*width: 8.3333%;*/
        max-height: 8.5rem;margin-bottom: .4rem;
        /*margin-right: 0;*/
    }
    .news-item.news-item-more .news-more-body{
        width: 100%;
        max-height: 8rem;
    }
    .news-item .news-image{
        height: 2.8rem;
    }
    .news-item .news-introduction{
        line-height: 1.6;height: 1rem;
    }
    .news-more-btn{
        width: 2.4rem;
        line-height: .6rem;
    }
    .news-item.news-item-more:before{
        display: none;
    }
    .news-btn-group {
        width: 5.6rem;
    }
    .news-btn-group a {
        width: 2.4rem;
        line-height: .6rem;
    }

    /*2 3倍高清屏*/
    @media all and (-moz-device-pixel-ratio: 3),(-webkit-device-pixel-ratio: 3),(resolution: 3dppx),(-moz-device-pixel-ratio: 2),(-webkit-device-pixel-ratio: 2),(resolution: 2dppx) {
        .index-title{
            font-size: .4rem;
            width: 2.6rem;
        }
        .keywords-info{
            font-size: .4rem;
            line-height: .65rem;
        }
        .career-item .career-info .career-title{
            font-size: .36rem;
        }
        .career-item .career-info .career-content{
            font-size: .3rem;
        }
        .contribute-title{
            font-size: .34rem;
        }
        .contribute-list .contribute-item .contribute-item-subtitle{
            font-size: .24rem;
        }

        .news-item .news-title{
            font-size: .36rem;
        }
        .news-item .news-date{
            font-size: .32rem;
        }
        .news-item .news-introduction{
            font-size: .32rem;
            height: auto;
        }
        .news-item .news-more{
            font-size: .3rem;
        }
        .news-item .news-introduction{
            -webkit-line-clamp: 1;
            height: 0.48rem;
        }
    }
}
@media screen and (max-width: 768px){
    .news-item .news-introduction{
        -webkit-line-clamp: 1;
        height: 0.48rem;
    }
}
.index-intro{
    position: absolute;top: 21%;left: 50%;transform: translateX(-50%);width: 74.2%;
    display: flex;
    justify-content: space-between;
}
.index-intro-content{
    float: left;
    width: 55%;
}
.index-intro-title{
    font-size: 0.56rem;
    color: #0b6ec7;
    margin-bottom: 0.1rem;
    letter-spacing: 0.03rem;
    font-weight: bold;
}
.index-intro-en{
    font-family: sans-serif;font-size: 0.25rem;color: #999999;font-weight: lighter;

}
.index-intro-divide{
    width: 0.75rem;height: 3px;background-color: #85C555;margin: 0.2rem 0 0.4rem
}
.index-intro-data{
    text-align: center;
    color: #666666;
}
.index-intro-no{
    font-size: 0.6rem;color: #0b6ec7;margin-bottom: 0.05rem;
    font-weight: 600;
    display: inline-block;
}
.index-intro-add{
    color: #0b6ec7;
    font-size: 0.25rem;
    position: absolute;
}
.index-intro-more{
    font-size: 0.185rem;
    color: #0A6EC6;
    margin: 0.15rem 0 0.4rem;
}
.index-cause-item{
    width: 32%;float: left;
    position: relative;
}
.index-cause-image{
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: 8%;
}
.video-text{
    position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;text-align: center;width: 80%;

}
.video-text h2{
    font-size: 0.66rem;
    font-weight: bold;
    letter-spacing: 3px;
}
.video-play{
    font-size: 0.49rem;
    letter-spacing: 0;
}
.video-play img{
    height: 0.82rem;
    vertical-align: middle;
    margin-top: 0.2rem;
}
.video-play:hover{
    cursor: pointer;
}
.net-point{
    position: absolute;
    animation-name:breath;
    animation-duration:1.5s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point[name='north-mei']{
    position: absolute;
    animation-name:breath;
    animation-duration:1.4s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point[name=asia]{
    position: absolute;
    animation-name:breath;
    animation-duration:1.2s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point[name='south-mei']{
    position: absolute;
    animation-name:breath;
    animation-duration:1.6s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point[name=europe]{
    position: absolute;
    animation-name:breath;
    animation-duration:1.3s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point[name=africa]{
    position: absolute;
    animation-name:breath;
    animation-duration:1.1s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point[name=Australia]{
    position: absolute;
    animation-name:breath;
    animation-duration:1s;
    animation-timing-function:linear;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.net-point-circle{
    display: inline-block;
    border-radius: 100%;
    background-color: #005CB9;
    width: 50%;
    height: 50%;
}
.net-point-circle:after{
    content: "";
    border-radius: 100%;
    background-color: rgba(0, 92, 185, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25%;
    left: -25%;
}
.net-point:hover  +.net-text{
    display: block;
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}
.net-point[name=Australia]:hover +.net-text{
    display: block;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}
.net-text:hover{
    display: block;
}
.net-text{
    position: absolute;
    display: none;
    padding-right: 0.30rem;
    padding-left: 0.30rem;
    padding-bottom: 0.1rem;
    background-color: #fff;
    box-shadow:0 0 10px rgba(0 ,0 ,0 ,0.16);
}
.net-title{
    font-size: 0.3rem;
    margin-top: 0.13rem;
    margin-left: -0.04rem;
    padding-bottom: 0.04rem;
    border-bottom: 1px solid #0065b9;
    width: 1.4rem;
    color: #0065b9;
}
.net-title:before{
    content: "";
    width: 0.5rem;
    border-bottom: 1px solid #0065b9;
    transform: rotate(30deg);
    position: absolute;
    left: -0.2rem;
    top: 0.45rem;
}
.net-title[name=Australia]:before{
    content: "";
    width: 0;
    border: none;
}
.net-title[name=Australia]:after{
    content: "";
    width: 0.5rem;
    border-bottom: 1px solid #0065b9;
    transform: rotate(-30deg);
    position: absolute;
    right: -0.17rem;
    top: 0.45rem;
}
.net-country{
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin: 0;
    color: #0065b9;
}
.net-company{
    position: absolute;
    top:  21.21%;
    left: 52%;
    display: none;
    width: 4.5rem;
    padding: 0.30rem;
    border-radius: 0.1rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.net-name{
    position: absolute;
    font-size: 0.36rem;
    color: #333333;
}
.net-data{
    font-size:0.66rem;color: #0B6EC7;font-weight: bold;
}
.net-add{
    position: absolute;font-size: 0.3rem;color:#0B6EC7
}
.net-desc{
    font-size: 0.3rem;color: #005CB9;
    margin-left: 0.18rem;
}
.company-pointer{
    position: absolute;top: 21.21%;left: 75.9%;
    width: 0.5rem
}
.company-pointer:hover +.net-company{
    display: block;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}
.net-company:hover{
    display: block;
}
.net-company-title{
    font-size: 0.23rem;
    margin-top: 0.13rem;
    margin-left: -0.04rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #e5e5e5;
    color: #0065b9;
}
.net-company-text{
    font-size: 0.16rem;
    color: #666666;
    line-height: 2;
}
@keyframes breath {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.2);
    }
}
@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: none;
        transform: translate3d(0px, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: none;
        transform: translate3d(0px, 0, 0);
        opacity: 1;
    }
}
.learn-more{
    display: none;
    height: 0.25rem;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #0A6EC6;
    margin-top: 0.25rem;
}
.swiper-slide-active .learn-more{
    display: block;
    text-align: right;
}
.swiper-slide-active .news-title{
    color: #0A6EC6;
}
.left-angle,.right-angle{
    width: 0.4rem;
    height: 0.4rem;
    background-color: #E6E6E6;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 100%;
}
.index-intro-text{
    font-size: 0.185rem;color: #333333;line-height: 0.45rem;
}
@media screen and (max-width: 1365px){
    .video-text{
        letter-spacing: 1px;
    }
    .index-intro-text{
        font-size: 0.23rem;
    }
    .company-pointer{
        width: 0.65rem;
        top: 20.21%;
    }
    .news-item .news-title {
        font-size: .25rem;
    }
    .news-item .news-introduction {
        font-size: .22rem;
    }
    .news-btn-group a {
        font-size: 0.25rem;
    }
}
@media screen and (max-width:450px){
    .index-intro{
        position: absolute;top: 2%;left: 50%;transform: translateX(-50%);width: 90%;
        display: flex;
        justify-content: space-between;
    }
    .index-intro-content{
        width: 70%;
    }
    .index-intro-content p{
        line-height: 0.65rem !important;
    }
    .index-intro-data {
        font-size: 0.3rem;
    }
    .net-point[name=asia] .net-point-circle:after,.net-point[name=Australia] .net-point-circle:after,.net-point[name=africa] .net-point-circle:after,.net-point[name='south-mei'] .net-point-circle:after{
        top: -10.5%;
    }
}