.about-banner .banner-text{
    justify-content: flex-start;
    align-items: flex-end;
}
.about-banner .banner-text span{
    margin-left: 15%;
    margin-bottom: 1em;
}

.company-introduce{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 70px 0 48px;
}

.company-introduce-title{
    padding-right: 3em;
    flex-shrink: 0;
    font-size: 28px;
}
.company-introduce-desc{
    line-height: 2em;
    letter-spacing: 1px;
    flex: 1;
    text-align: justify;
    font-size: 16px;
}

.company-icon-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.company-icon-item-box{
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.company-icon-item-container{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed #B3B3B3;
}
.company-icon-item-container-box{
    width: 100%;
    box-sizing: border-box;
    padding-right: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #B3B3B3;
    font-size: 0.8em;
    color: #909090;
}
.company-icon-num{
    font-weight: bold;
    position: relative;
    font-size: 32px;
    display: inline-block;
}
.company-icon-item-box:nth-child(3) .company-icon-num:before{
    content: "+";
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 0.8em;
}
.company-icon-item-box:nth-child(4) .company-icon-num:before{
    content: "+";
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 0.8em;
}
.company-icon-item-container-box  img {
    width: 40px;
}
.positions-box{
    width: 100%;
    position: relative;
}
.positions-indicators{
    position: absolute;
    width: 100%;
    /*width: 18.1%;*/
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 15;
    list-style: none;
    margin: 0;
    font-size: 35px;
}
.positions-indicators li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: inherit;
    height: 3em;
    width: calc(16.66% - 1px);
    cursor: pointer;
    text-align: center;
    text-indent: 0;
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    transition: .6s ease;
    border: none;
    margin: 0;
}
.positions-inner{
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.positions-item{
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}
.positions-item.active{
    display: block;
}
.positions-item-desc{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0.85), rgba(255, 255, 255, 0));
    padding: 20px 0;
    display: flex;
}
.positions-item-desc-text{
    font-size: 1.1em;
    line-height: 1.5;
    margin-left: 15%;
}
.positions-item-desc-title{
    font-size: 1.8em;
}
.position-transition-next{
    display: block;
    transform: translateX(-100%);
    transition: transform .6s ease-in-out;
}
.position-transition-prev{
    display: block;
    transform: translateX(100%);
    transition: transform .6s ease-in-out;
}
.position-transition-site-next{
    display: block;
    right: -100%;
    top: 0;
}
.position-transition-site-prev{
    display: block;
    left: -100%;
    top: 0;
}

.company-duty{
    width: 80.5%;
    max-width: 1540px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.company-duty-item{
    width: 20%;
    padding: 0 7px;
    box-sizing: border-box;
    position: relative;
}
.company-duty-item-box{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.company-duty-relative{
    position: relative;
}
.company-duty-item-box img{
    width: 100%;
}
.company-duty-desc {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    color: #ffffff;
    transition: 0.2s;
    padding: 15px;
}
.company-title{
    width: 100%;
    font-size: 1.1em;
    display: flex;
}
.company-title img {
    width: 30px;
    height: auto;
    object-fit: contain;
    margin-right: 15px;
}
.company-duty-detail{
    display: none;
}
.company-duty-detail-box{
    width: 100%;
    color: #FFFFFF;
    padding: 15px 5px;
    font-size: 14px;
    display: none;
    height: 100%;
}
.company-duty-item:hover .company-duty-desc{
    height: 100%;
}
.company-duty-item:hover .company-duty-detail{
    display: block;
}

.company-culture{
    width: 100%;
    /*max-width: 1540px;*/
    margin: 0 auto;
    /*padding: 0 7px;*/
    box-sizing: border-box;
    position: relative;
}
.carousel-indicators li.active{
    background-color:rgba(118, 183, 43,0.5) !important;
    color: #ffffff;
    opacity: 1 !important;
}
#cultures .carousel-indicators{
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 10%;
    top: unset;
    left: 0%;
    display: flex;
    align-items: center;
    z-index: 15;
    list-style: none;
    margin: 0 auto;
}
#cultures .carousel-indicators li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: inherit;
    height: 80px;
    width: 25%;
    cursor: pointer;
    text-indent: 0;
    opacity: 0.6;
    background-color: #fff;
    transition: .6s ease;
    border: none;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 19px;
}
#cultures .carousel-indicators li.active{
    height: 100px;
}
.culture-desc{
    position: absolute;
    top: 0;
    bottom: calc(10% + 120px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 60px;
}
.culture-desc > div{
    padding: 0 60px;
}
.culture-desc > span{
    padding: 0 25px;
}
#cultures .carousel-inner .carousel-item:nth-child(3) .culture-desc,#cultures .carousel-inner .carousel-item:nth-child(4) .culture-desc{
    flex-direction: row;
    align-content: center;
}


.contribute-item1{
    background-color: #F6F6F6;
    padding: 30px 0;
    margin: 7px -8px;
}
.contribute-item1 img{
    width: 30%;
    margin: 0 30px 0 0 ;
}
.contribute-scroll{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.contribute-scroll-box{
    width: 62.5%;
    background-color: rgba(51,51,51,0.61);
    padding: 30px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contribute-scroll-box  img {
    width: 28%;
    flex-shrink: 0;
}
.contribute-scroll-box > div{
    margin-bottom: 2%;
}
.contribute-scroll-box > div:last-child{
    margin-bottom: 0;
}
.contribute-scroll-box > div div{
    width: 40%;
    margin-left: 5%;
    font-size: 26px;
}
.contribute-scroll-box-text{
    margin-left: 5%;
    font-size: 26px;
}
.contribute-scroll-box-text-middle{
    margin: 24px 0;
}

.second-content{
    width: 60%;
    background-color: rgba(51,51,51,0.61);
    padding:30px 5px;
}
#angel_down{
    width: 30px;
}

.certificate-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.certificate-list-item{
    width: 25%;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}
.certificate-list-item-img{
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    border: 1px solid #dee2e6;
}
.certificate-list-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    margin: auto;
    width: 80%;
    height: 95%;
    object-fit: contain;
}

/* 环保贡献 */
.contribution-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    flex-wrap: wrap;
}
.contribution-list-item{
    width: 49%;
    background-color: #F6F6F6;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.contribution-list-item > img {
    width: 30%;
    margin-right: 30px;
}
.contribute-content{
    font-size: 1.1em;
}
.contribution-num{
    font-size: 1.8em;
}
.contribution-desc-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #F6F6F6;
    margin-bottom: 60px;
}
.contribution-desc{
    width: 83%;
    padding: 25px 15px;
    background-color: #fff;
    font-size: 1.2em;
    color: #333333;
}
.contribution-list-item:nth-child(2n-1){
    margin-right: 2%;
}

/*sustainability*/
.about-title {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}
.about-title span{
    color: #569654;
}
.savings-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.savings-box-item {
    width: 32.43%;
    background: #F7F7F7;
    opacity: 1;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 20px;
}

.savings-box-item img {
    height: 60px;
    vertical-align: middle;
    flex-shrink: 0;
    margin-top: 10px;
}

.savings-box-item img.savings-box-item-sym {
    height: 55px;
    margin-right: 7px;
}

.savings-box-item-num {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: #569654;
    margin-bottom: 7px;
}

.savings-box-item-quantity {
    font-size: 35px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
}
.savings-box-item-num .savings-box-item-quantity{
    font-size: 0.7em;
    font-weight: 400;
    line-height: inherit;
}

.savings-banner {
    width: 100%;
    position: relative;
}
.savings-container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.savings-container .savings-list{
    display: flex;
    justify-content: space-between;
}
.savings-item{
    flex-shrink: 0;
    text-align: center;
    color: #FFFFFF;
    max-width: 20%;
    width: 20%;
}
.savings-item img{
    width: 120px;
    vertical-align: middle;
}
.savings-item-text-1{
    font-size: 24px;
    font-weight: bold;
    margin: 0.7em 0 ;
}
.savings-item-text-1 span{
    font-size: 0.8em;
    font-weight: 400;
}
.savings-item-text-2{
    font-size: 18px;
    font-weight: 300;
}

.savings-banner > img {
    width: 100%;
    vertical-align: middle;
}
.savings-box-item > div:last-child{
    flex-shrink: 0;
}

@media screen and (max-width: 1457px) {
    .culture-desc{
        font-size: 45px;
    }
    .culture-desc > div{
        padding: 0 30px;
    }
    .positions-indicators{
        font-size: 25px;
    }
}
@media screen and (max-width: 1300px) {
    .company-duty{
        width: 90%;
    }
}

@media screen and (max-width: 1217px) {
    .culture-desc{
        font-size: 40px;
    }
    .culture-desc > div{
        padding: 0 20px;
    }

    .savings-box-item{
        font-size: 18px;
    }
    .savings-box-item-num{
        font-size: 40px;
    }
    .savings-box-item-quantity{
        font-size: 26px;
    }

    .savings-box-item img{
        height: 50px;
    }
    .savings-box-item img.savings-box-item-sym{
        height: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .company-duty{
        width: 100%;
    }
    .company-title,.company-duty-desc{
        font-size: 16px;
    }
    .company-duty-desc{
        display: flex;
        justify-content: flex-start;
        overflow-y: auto;
        height: auto;
    }
    .contribute-scroll-box-text{
        font-size: 20px;
    }
    .contribute-scroll-box > div div{
        font-size: 20px;
    }
    .positions-item-desc-text{
        font-size: 0.8em;
        line-height: 1.5;
        margin-left: 7%;
    }
    .savings-item img{
        width: 90px;
    }
}
@media screen and (max-width: 992px) {
    .savings-item img{
        width: 70px;
    }
    .savings-item-text-1{
        font-size: 20px;
    }
    .savings-item-text-2{
        font-size: 15px;
    }
    .culture-desc{
        font-size: 34px;
    }
    .company-title,.company-duty-desc{
        font-size: 14px;
    }
    .company-title img{
        margin-right: 10px;
    }
    .company-duty-detail{
        overflow-y: auto;
    }
    .contribute-scroll-box-text{
        font-size: 16px;
    }
    .contribute-scroll-box > div div{
        font-size: 16px;
    }
}
@media screen and (max-width: 880px) {
    .company-introduce{
        flex-direction: column;
        margin: 30px 0 30px;
    }
    .company-introduce-title{
        text-align: center;
        padding-right: 0;
        margin-bottom: 12px;
    }
    .company-icon-item-box{
        width: 50%;
        margin-bottom: 20px;
    }
    .positions-indicators{
        font-size: 20px;
    }
    .positions-item-desc-text{
        width: 100%;
        box-sizing: border-box;
        padding-right: 23%;
        font-size: 1em;
        margin-left: 9%;
    }

    .positions-item-desc-title{
        font-size: 1.4em;
    }
    #cultures .carousel-indicators{
        width: 100%;
        bottom: 0;
        align-items: flex-end;
    }
    #cultures .carousel-indicators li{
        height: 50px;
        font-size: 12px;
    }
    #cultures .carousel-indicators li.active{
        height: 60px;
    }
    .culture-desc{
        font-size: 36px;
        bottom: 60px;
    }
    .culture-desc > span{
        padding: 0 10px;
    }
    .company-title img{
        margin-right: 5px;
        width: 22px;
    }
    .company-duty-desc{
        padding: 15px 5px;
    }
    .company-duty-item:hover .company-duty-desc{
        height: 50px;
    }
    .company-duty-detail{
        display: none !important;
    }
    .company-duty-detail-box{
        display: block;
    }
    .certificate-list-item{
        width: 33.33%;
    }
    .contribute-scroll-box-text-middle{
        margin: 20px 0;
    }
    .savings-box-item-num{
        font-size: 30px;
    }
    .savings-box-item img {
        height: 40px;
    }
}
@media screen and (max-width: 768px) {
    .culture-desc{
        font-size: 30px;
    }
    .certificate-list-item{
        width: 50%;
    }
    .contribute-scroll-box{
        width: 70%;
    }
    .contribute-scroll-box-text{
        font-size: 14px;
    }
    .contribute-scroll-box > div div{
        font-size: 14px;
    }
    .contribute-scroll-box-text-middle{
        margin: 14px 0;
    }
    .contribution-desc{
        font-size: 1em;
    }
    .contribute-scroll h3{
        font-size: 1rem;
    }

    .savings-item img{
        width: 50px;
    }
    .savings-item-text-1{
        font-size: 18px;
    }
    .savings-item-text-2{
        font-size: 14px;
    }

}
@media screen and (max-width: 650px) {
    .about-title{
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .savings-box-item{
        font-size: 14px;
    }
    .savings-box-item-num{
        font-size: 25px;
    }
    .savings-box-item-quantity{
        font-size: 20px;
    }

    .savings-box{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .savings-box-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .savings-box-item img{
        height: 40px;
    }
    .savings-box-item img.savings-box-item-sym{
        height: 30px;
    }

    .savings-item img{
        width: 35px;
    }
    .savings-item-text-1{
        font-size: 16px;
    }
    .savings-item-text-2{
        font-size: 12px;
    }
}
@media screen and (max-width: 550px) {
    .contribute-scroll-box{
        width: 95%;
    }
    .culture-desc{
        width: 90%;
        font-size: 24px;
    }
    .culture-desc > div{
        padding: 0 10px;
    }
    .positions-indicators{
        font-size: 10px;
    }
    .positions-indicators.en  li{
        height: 4em;
    }
    .positions-item-desc-title{
        font-size: 14px ;
    }
    .positions-item-desc-text{
        font-size: 12px;
        margin-left: 4%;
    }
    .company-duty-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .certificate-list-item{
        /*width: 100%;*/
    }
    .contribution-list-item{
        width: 100%;
        margin-right: 0 !important;
    }
    .contribute-scroll-box-text {
        font-size: 12px;
        white-space: nowrap;
    }
    .contribute-scroll-box > div div{
        font-size: 12px;
    }
    .company-icon-item-box{
        width: 100%;
    }
    .company-icon-item-container-box{
        border-right: none;
    }
    .company-introduce-desc{
        text-align: left;
    }
    #angel_down{
        width: 16px;
    }


    .savings-item img{
        width: 30px;
    }
    .savings-item-text-1{
        font-size: 10px;
    }
    .savings-item-text-2{
        font-size: 8px;
    }
}
<!--0.00023889541625977-->