img{
    max-width: 100%;
    /*width: 100%;*/
}
.full-container{
    max-width: 1570px;
    margin: 0 auto;
    width: 90%;
}
.esg-main{
    overflow: hidden;
}
.esg-main .banner{
    /*height: 660px;*/
    position: relative;
    padding: 128px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner .full-container{
    display: flex;
    align-items: center;
    height: 100%;
}
.esg-main .banner h2{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 42px;
}
.esg-main .banner p{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: justify;
    max-width: 522px;
}
.esg-main .banner a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 54px;
    background: #bd1b21;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-top: 44px;
}
.esg-main .banner img{
    margin-right: 8px;
}
.video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video-icon img{
    transition: all 0.3s;
}
.video-icon img:hover{
    transform: scale(1.05,1.05);
}
.model{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0);
    transition: all 0.3s;
}
.model.active{
    background: rgba(0,0,0,0.7);
    z-index: 99999;
}
.video-box {
    position: fixed;
    width: 100%;
    max-width: 800px;
    /* height: 100%; */
    opacity: 0;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}
.close{
    position: absolute;
    right: 0;
    top: -37px;
    margin-right: 0!important;
    transition: all 0.3s;
    cursor: pointer;
}
.close:hover{
    transform: rotate(180deg);
}
.video-box video{
    width: 100%;
}
.video-box.active{
    z-index: 999991;
    opacity: 1;
}

.ESG-nav ul{
    display: flex;
    justify-content: center;
}
.ESG-nav li{
    margin: 0 120px;
}
.ESG-nav li a{
    display: block;
    color: #282828;
    font-size: 22px;
    border-bottom: 4px solid transparent;
    transition: all 0.3s;
    padding: 30px 15px;
}
.ESG-nav li a img{
    margin-left: 12px;
}
.ESG-nav li a:hover{
    color: #bd1b21;
    border-bottom: 4px solid #bd1b21;
}
.ESG-nav li a.active{
    color: #bd1b21;
    border-bottom: 4px solid #bd1b21;
}
.text h3{
    color: #212121;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
}
.strategy{
    background: url("../images/bg-1_02.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}
.strategy .text h4{
    color: #bd1b21;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.text p{
    color: #58595b;
    font-size: 20px;
    line-height: 30px;
}
.strategy .content{
    margin-top: 45px;
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
}
.strategy .topics{
    width: 50%;
}

.topics-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.topics-title h3{
    color: #212121;
    font-size: 18px;
    margin-left: 12px;
}
.topics-title ul{
    display: flex;
    align-items: center;
}
.topics-title li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100%;
    margin-left: 5px;
}
.topics-title li:nth-child(1){
    background: #78be00;
    margin-left: 0;
}
.topics-title li:nth-child(2){
    background: #fea73a;
}
.topics-title li:nth-child(3){
    background: #3046b7;
}
.strategy table{
    width: 100%;
    box-shadow: 10px -3px 10px #e7e7e7;
    border-top-left-radius: 25px;
    background: #fff;
}
.strategy table th{
    background: #dbdbdb;
    color: #212121;
    font-size: 18px;
    text-align: center;
    padding: 11px 0;
    border: 1px solid #e7e7e7;
}
.strategy table th:nth-child(1){
    border-top-left-radius: 25px;
}

.strategy table tr:last-child td:nth-child(1){
    border-bottom-left-radius: 25px;
}
.strategy table td{
    border: 1px solid #e7e7e7;
    padding: 7px 0;
}
.strategy table td:nth-child(1){
    width: 200px;
    padding-left: 60px;
}
.strategy table td:nth-child(2){
    padding: 10px 60px;
}
.strategy table td p{
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 6px;
}
.strategy table td p:last-child{
    margin-bottom: 0;
}
.strategy table .green{
    color: #5ec100;
}
.strategy table .orange{
    color: #ffa300;
}
.strategy table .blue{
    color: #2a43be;
}
.strategy table .num{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-weight: bold;
    cursor: pointer;
}
.strategy table .num:last-child{
    margin-bottom: 0;
}
.strategy table .num span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
}
.strategy table .green span{
    background: #5fc200;
}
.strategy table .orange span{
    background: #ffa300;
}
.strategy table .blue span{
    background: #2a43be;
}
.strategy .matrix{
    width: 50%;
}
.strategy .matrix h3{
    display: flex;
    justify-content: center;
    color: #212121;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 10px;
}
.strategy .matrix .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
    padding: 0 30px;
    border: 1px solid #eeeeee;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.strategy .matrix .pic img{
    width: 100%;
}
.strategy .matrix .pic .matrixPic{
    position: relative;
}
.strategy .matrix .pic .matrixPic li{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100%;
    transition: all 0.3s;
}
.strategy .matrix .pic .matrixPic .green{
    background: #78be00;
}
.strategy .matrix .pic .matrixPic .orange{
    background: #fea73a;
}
.strategy .matrix .pic .matrixPic .blue{
    background: #3046b7;
}
.strategy .matrix .pic .matrixPic li.active{
    transform: scale(1.1,1.1);
    z-index: 9;
}
.point, .point::before, .point::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}
.point2, .point2::before, .point2::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}
.point3, .point3::before, .point3::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}
.point4, .point4::before, .point4::after {
    position: absolute;
    width: 561px;
    height: 550px;
    border-radius: 50%;
    content: '';
    top: 0;
}
.point::before {
    animation: scale 2s infinite;
}
.point::after {
    animation: scale2 2s infinite;
}

.point2::before {
    animation: scale 2s infinite;
}

.point2::after {
    animation: scale2 2s infinite;
}
.point3::before {
    animation: scale 2s infinite;
}

.point3::after {
    animation: scale2 2s infinite;
}
.point4::before {
    animation: scale3 2s infinite;
}

.point4::after {
    animation: scale4 2s infinite;
}
.point, .point::before, .point::after {
    /* 设置颜色 */
    background-color: rgba(120, 190, 0, 1);
}
.point2, .point2::before, .point2::after {
    /* 设置颜色 */
    background-color: rgba(254, 167, 58, 1);
}
.point3, .point3::before, .point3::after {
    /* 设置颜色 */
    background-color: rgba(48, 70, 183, 1);
}
.point4, .point4::before, .point4::after {
    /* 设置颜色 */
    background-color: rgba(233, 233, 233, 1);
}
@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}
@keyframes scale3 {
    0% {
        transform: scale(1);
        opacity: .9;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}





.strategy .matrix .pic .matrixPic li:nth-child(1){
    right: 16%;
    top: 21%;
}

.strategy .matrix .pic .matrixPic li:nth-child(2){
    right: 12.5%;
    top: 23%;
}
.strategy .matrix .pic .matrixPic li:nth-child(3){
    right: 35.5%;
    top: 47%;
}
.strategy .matrix .pic .matrixPic li:nth-child(4){
    right: 25.5%;
    top: 54%;
}
.strategy .matrix .pic .matrixPic li:nth-child(5){
    right: 45%;
    top: 64%;
}
.strategy .matrix .pic .matrixPic li:nth-child(6){
    left: 14%;
    top: 48%;
}
.strategy .matrix .pic .matrixPic li:nth-child(7){
    right: 25%;
    top: 28%;
}
.strategy .matrix .pic .matrixPic li:nth-child(8){
    right: 8%;
    top: 17%;
}
.strategy .matrix .pic .matrixPic li:nth-child(9){
    right: 17%;
    top: 17%;
}
.strategy .matrix .pic .matrixPic li:nth-child(10){
    right: 35%;
    top: 36%;
}
.strategy .matrix .pic .matrixPic li:nth-child(11){
    right: 46%;
    top: 47%;
}
.strategy .matrix .pic .matrixPic li:nth-child(12){
    left: 19%;
    bottom: 20%;
}
.strategy .matrix .pic .matrixPic li:nth-child(13){
    right: 17%;
    top: 10%;
}
.strategy .matrix .pic .matrixPic li:nth-child(14){
    right: 12%;
    top: 13%;
}
.strategy .matrix .pic .matrixPic li:nth-child(15){
    right: 8%;
    top: 12%;
}
.strategy .matrix .pic .matrixPic li:nth-child(16){
    right: 12%;
    top: 18.3%;
}
.strategy .matrix .pic .matrixPic li:nth-child(17){
    right: 17%;
    top: 46.3%;
}


.benchmarking{
    padding-top: 50px;
    background: url("../images/bg-2_02.jpg") no-repeat center center;
    background-size: cover;
    scroll-margin: 70px
}
.benchmarking .content{
    display: flex;
    justify-content: center;
    padding-top: 185px;
    padding-bottom: 130px;
}
.Bigpic{
    position: relative;
    width: 550px;
    height: 554px;
}
.Bigpic h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 36px;
    z-index: 14;
}
.Bigpic .yuan{
    position: absolute;
    top: 0;
    left: 0;
    /*opacity: 0;*/
    display: none;
    /*transition: all 0.3s;*/
}
.Bigpic li{
    position: absolute;
    cursor: pointer;
    z-index: 12;
}
.Bigpic li img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}
.Bigpic li:hover img:nth-child(2){
    opacity: 1;
}
.Bigpic li:nth-child(1){
    top: 6.5%;
    left: 41%;
}
.Bigpic li:nth-child(2){
    top: 31.5%;
    right: 6%;
}
.Bigpic li:nth-child(3){
    bottom: 11.5%;
    right: 20%;
}
.Bigpic li:nth-child(4){
    bottom: 11.5%;
    left: 20%;
}
.Bigpic li:nth-child(5){

    top: 31.5%;
    left: 6%;
}
.Bigpic .bg.active{
    opacity: 0;
}
.Bigpic .yuan1.active{
    opacity: 1;
    z-index: 11;
    transition: all 0.3s;
}
.Bigpic .yuan2.active{
    opacity: 1;
    z-index: 11;
    transition: all 0.3s;
}
.Bigpic .yuan3.active{
    opacity: 1;
    z-index: 11;
    transition: all 0.3s;
}
.Bigpic .yuan4.active{
    opacity: 1;
    z-index: 11;
    transition: all 0.3s;
}
.Bigpic .yuan5.active{
    opacity: 1;
    z-index: 11;
    transition: all 0.3s;
}
.Bigpic .list h4{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.Bigpic .list p{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.Bigpic .list{
    position: absolute;
}
.Bigpic .list .icon{
    margin-top: 15px;
    display: flex;
    flex-flow: wrap;
}
.Bigpic .list .icon img{
    margin-right: 10px;
    margin-bottom: 10px;
}
.Bigpic .list .icon img:last-child{
    margin-right: 0;
}
.Bigpic .list1{
    top: -130px;
    right: -133px;
}
.Bigpic .list1 h4{
    text-align: right;
}

.Bigpic .list .xian{
    position: relative;
    display: flex;
    align-items: center;
}
.Bigpic .list1 .xian span{
    display: inline-block;
}
.Bigpic .list .xian span:nth-child(3){
    width: 8px;
    height: 8px;
    background: #b00c13;
    border-radius: 100%;
}
.Bigpic .list .xian span:nth-child(2){
    width: 250px;
    height: 1px;
    background: #a9a9a9;
}
.Bigpic .list .xian span:nth-child(1){
    position: absolute;
    left: -164px;
    top: 46px;
    transform: rotate(-29deg);
    width: 175px;
    height: 1px;
    background: #a9a9a9;
}

.Bigpic .list2{
    max-width: 395px;
    top: 100px;
    right: -427px;
}
.Bigpic .list2 h4 {
    text-align: right;
}
.Bigpic .list2 .xian span:nth-child(2) {
    width: 387px;
}

.Bigpic .list2 .xian span:nth-child(1){
    left: -51px;
    top: 26px;
    transform: rotate(-47deg);
    width: 61px;
}

.Bigpic .list3{
    max-width: 440px;
    bottom: -45px;
    right: -386px;
}
.Bigpic .list3 h4{
    text-align: right;
}
.Bigpic .list3 .xian span:nth-child(1){
    display: none;
}
.Bigpic .list3 .xian span:nth-child(2){
    width: 440px;
}
.Bigpic .list3 p{
    padding-left: 50px;
}
.Bigpic .list3 .icon{
    padding-left: 50px;
}

.Bigpic .list4{
    max-width: 440px;
    bottom: -45px;
    left: -386px;
}
.Bigpic .list4 .xian span:nth-child(1){
    width: 8px;
    height: 8px;
    background: #b00c13;
    border-radius: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
.Bigpic .list4 .xian span:nth-child(2){
    width: 440px;
}
.Bigpic .list4 .xian span:nth-child(3){
    display: none;
}

.Bigpic .list5{
    max-width: 395px;
    top: 100px;
    left: -421px;
}
.Bigpic .list5 .xian span:nth-child(1){
    width: 8px;
    height: 8px;
    background: #b00c13;
    border-radius: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
.Bigpic .list5 .xian span:nth-child(2){
    width: 395px;
}
.Bigpic .list5 .xian span:nth-child(3){
    position: absolute;
    right: -51px;
    top: 26px;
    transform: rotate(47deg);
    width: 61px;
    height: 1px;
    background: #a9a9a9;
    border-radius: 0;
}


.framework{
    background: url("../images/bg-3_02.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
}
.framework .content{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.framework .content .pic{
    width: 65%;
}
.framework .content .pic img{
    width: 100%;
}
.framework .content .txt{
    width: 27%;
}
.framework .content .txt .list{
    box-shadow: 0 0 14px #e9e9e9;
    border-radius: 20px;
    background: #fff;
    padding: 20px 38px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.framework .content .txt .list:hover{
    transform: translateY(-6px);
}
.framework .content .txt .list:last-child{
    margin-bottom: 0;
}
.framework .content .txt h4{
    font-size: 20px;
    font-weight: bold;
    color: #bd1b21;
    margin-bottom: 15px;
}
.framework .content .txt .list:nth-child(3) h4{
    color: #78be00;
}
.framework .content .txt .list:nth-child(4) h4{
    color: #78be00;
}
.framework .content .txt li{
    position: relative;
    font-size: 16px;
    color: #393939;
    padding-left: 13px;
    margin-bottom: 12px;
}
.framework .content .txt li:last-child{
    margin-bottom: 0;
}
.framework .content .txt li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #636363;
}
.performance{
    padding: 50px 0;
    background: #f9f9f9;
}
.performance .content{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.performance .content:nth-child(3){
    justify-content: center;
}
.performance .content:nth-child(3) .list{
    margin: 0 1%;
}

.performance .content:nth-child(2) .list:nth-child(1){
    border-top: 10px solid #2942bb;
    /*background: url("../images/Highlights-icon1.png") #fff no-repeat right bottom;*/
}
.performance .content:nth-child(2) .list:nth-child(2){
    border-top: 10px solid #78bb05;
    /*background: url("../images/Highlights-icon2.png") #fff no-repeat right bottom;*/
}
.performance .content:nth-child(2) .list:nth-child(3){
    border-top: 10px solid #00b7b8;
    /*background: url("../images/Highlights-icon3.png") #fff no-repeat right bottom;*/
}
.performance .content:nth-child(3) .list:nth-child(1){
    border-top: 10px solid #f4bd09;
    /*background: url("../images/Highlights-icon4.png") #fff no-repeat right bottom;*/
}
.performance .content:nth-child(3) .list:nth-child(2){
    border-top: 10px solid #d51263;
    /*background: url("../images/Highlights-icon5.png") #fff no-repeat right bottom;*/
}
.performance .text{
    margin-bottom: 40px;
}
.performance .list{
    width: 32%;
    background: #fff;
    padding: 36px 40px;
    box-shadow: 0 0 14px #e5e4e4;
    border-radius: 22px;
    margin-bottom: 50px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.performance .list:hover{
    transform: translateY(-10px);
}
.performance .list:nth-child(4){
    margin-bottom: 0;
}
.performance .list:nth-child(5){
    margin-bottom: 0;
}
.performance .list .list-title{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.performance .list .list-title .icon{
    margin-right: 20px;
}
.performance .list .list-title h3{
    color: #0c0c0c;
    font-weight: bold;
    font-size: 28px;
}
.performance .list li{
    position: relative;
    color: #868686;
    font-size: 16px;
    padding-left: 14px;
    margin-bottom: 10px;
}
.performance .list li:last-child{
    margin-bottom: 0;
}
.performance .list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #5f5f5f;
    border-radius: 100%;
}
.performance .list li span{
    font-weight: bold;
    font-size: 22px;
    color: #444444;
}

.report{
    background: url("../images/bg-4_02.jpg") no-repeat center bottom;
    background-size: cover;
    padding-top: 165px;
    padding-bottom: 210px;
}
.report h3{
    color: #ffffff;
    font-weight: bold;
    font-size: 52px;
    margin-bottom: 30px;
}
.report .download{
    display: flex;
    flex-flow: wrap;
    width: 570px;
}
.report a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 54px;
    background: none;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: all 0.3s;
}
.report a:hover{
    background: #bd1b21;
    border: 1px solid #bd1b21;
}
/*.report a:nth-child(1){*/
/*    background: #bd1b21;*/
/*    border: 1px solid #bd1b21;*/
/*}*/
.report a:nth-child(1):hover{
    /*border: 1px solid #fff;*/
    /*background: none;*/
}
.report a img{
    margin-right: 9px;
}

.round1{
    position: absolute;
    left: 0;
    top: 0;
    animation: scale5 3s infinite;
}
.round2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    animation: scale6 2s infinite;
}
.Bigpic .bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.Bigpic .yuan1{
    top: 71px;
    z-index: 12;
    left: 159px;
}
.Bigpic .yuan2{
    right: 70px;
    left: auto;
    top: 114px;
    z-index: 12;
}
.Bigpic .yuan3{
    right: 70px;
    left: auto;
    top: 322px;
    z-index: 12;
}
.Bigpic .yuan4{
    left: 69px;
    top: 313px;
    z-index: 12;
}
.Bigpic .yuan5{
    left: 69px;
    top: 106px;
    z-index: 12;
}

@keyframes scale5 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50%{
        transform: scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*@keyframes scale6 {*/
/*    0% {*/
/*        !*transform: scale(1);*!*/
/*        opacity: 1;*/
/*    }*/
/*    50%{*/
/*        opacity: 0.5;*/
/*        !*transform: scale(1.1) translate(-50%,-50%);*!*/
/*    }*/
/*    100% {*/
/*        !*transform: scale(1);*!*/
/*        opacity: 1;*/
/*    }*/
/*}*/


.ESG-report{
    background: #f2f4f5;
    padding-top: 70px;
}

.ESG-download{
    display: flex;
    flex-flow: wrap;
    margin-top: 50px;
}
.ESG-download .list{
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 0 10px #cecece;
    border-radius: 18px;
    padding: 33px 0;
    overflow: hidden;
}

.ESG-download .list:nth-child(3n){
    margin-right: 0;
}
.ESG-download .list .pic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ESG-download .list .pic img{
    width: 100%;
    max-width: 280px;
}
.ESG-download .download-icon{
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    background: #bd1b21;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: all 0.5s;
}
.ESG-download .list:hover .download-icon{
    bottom: 0;
}
.ESG-download .download-icon a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
}
.ESG-download .download-icon a img{
    margin-left: 15px;
}



.ESG-policy{
    padding: 50px 0;
}
.policy-main{
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}
.policy-main table{
    width: 48%;
    border-top: 2px solid #000000;
}
.policy-main th{
    color: #212121;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 0;
}
.policy-main th:last-child{
    text-align: left;
    padding-right: 50px;
}
.policy-main td{
    border-bottom: 1px solid #f3f3f3;
    padding: 26px 0;
}
.policy-main td a{
    font-size: 18px;
    color: #212121;
}
.policy-main td a:hover{
    text-decoration: underline;
}
.policy-main th:nth-child(1){
    padding-left: 80px;
}
.policy-main td:nth-child(1){
    padding-left: 80px;
}
.policy-main td:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
}


.Carbon-inventory-report{
    margin-bottom: 50px;
}
.Carbon-main{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 50px;
}

.Carbon-main .list{
    display: flex;
    /*width: 48%;*/
    max-width: 750px;
    border: 2px solid #f3f3f3;
    border-radius: 18px;
    overflow: hidden;
}
.Carbon-main .list .pic{
    width: 50%;
}
.Carbon-main .list .pic img{
    width: 100%;
}
.Carbon-main .list .txt{
    padding: 0 40px;
}
.Carbon-main .list h3{
    color: #212121;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 35px;
}
.Carbon-main .list h3 a{
    color: #212121;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.Carbon-main .list h3 a:hover{
    text-decoration: underline;
}
.Carbon-main .list a{
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 18px;
    font-weight: bold;
}
.Carbon-main .list a img{
    margin-right: 19px;
}

.ESG-nav{
    position: relative;
    height: 93px;
    /*transition: all 0.3s;*/
}
.ESG-nav.active{
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}
.main_content{
    position: relative;
}
.sub{
    position: absolute;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    background: #eeeeee;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    top: 93px;
}
.sub.active{
    opacity: 1;
    z-index: 9;
}
.sub.active2{
    position: fixed;
}
.sub a{
    margin: 0 70px;
    line-height: 70px;
    color: #5b5b5b;
    font-size: 22px;
}
.sub a:hover{
    color: #bd1b21;
}
.sub a.active{
    color: #bd1b21;
}


.ESG-text{
    padding-bottom: 50px;
}
.ESG-text .item{
    border-bottom: 1px solid #cfcfcf;
    padding: 42px 0;
    width: 100%;
}
.ESG-text .item:last-child{
    border-bottom: none;
}
.ESG-text h3{
    color: #212121;
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: bold;
}
.ESG-text h4{
    color: #000000;
    font-size: 30px;
    margin-bottom: 22px;
    font-weight: bold;
}
.ESG-text h5{
    color: #444;
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 30px;
    border-left: 5px solid #2a43be;
    padding-left: 8px;
}
.ESG-text p{
    color: #58595b;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
}
.ESG-text .red{
    color: #ac215a;
    padding-left: 0;
    border-left: 0;
}
.people h5{
    border-left: 5px solid #ac215a;
}
.ESG-text p span{
    color: #ac215a;
    font-size: 24px;
}



.ESG-text .item a{
    display: inline-block;
    color: #bd1b21;
    font-size: 18px;
    line-height: 32px;
    border-bottom: 1px solid #bd1b21;
    margin-top: 5px;
}

.transformation{
    margin-top: 28px;
}
.transformation h5{
    border-left: 5px solid #83af43;
}
.transformation .green{
    color: #83af43;
    padding-left: 0;
    border-left: 0;
}
.transformation p span{
    color: #83af43;
}

.transformation .pic{
    text-align: center;
    margin-top: 20px;
}
.transformation .pic IMG{
    max-width: 100%;
}

.transformation ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.transformation ul li .num{
    width: 26px;
    min-width: 26px;
    min-height: 26px;
    height: 26px;
    background: #83af43;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.transformation ul li p{
    margin-bottom: 0;
}
.itemPic{
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.itemPic .left{
    width: 50%;
}
.itemPic .right{
    width: 46%;
}

.itemPic .rightPic{
    border-radius: 15px;
}
.itemPic .rightPic img{
    border-radius: 12px;
    border: 4px solid #bbbbbb;
}
.itemPic .right img{
    max-width: 643px;
    width: 100%;
}
.transformation .item:last-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
/*.transformation .item:nth-child(3){*/
/*    border-bottom: none;*/
/*}*/
.transformation .item .left{
    width: 50%;
}

.transformation .item .right{
    width: 46%;
    text-align: center;
}
.transformation .item .right h5{
    border-left: none;
    padding-left: 0;
}
.video-pic{
    cursor: pointer;
}
.video-pic img{
    max-width: 100%;
}




.smart .blue{
    color: #00c6c4;
    padding-left: 0;
    border-left: 0;
}
.smart p span{
    color: #00c6c4;
}
.smart h5 {
    border-left: 5px solid #00c6c4;
}
.smart ul li .num{
    background: #00c6c4;
}

.smart .item:nth-child(3){
    border-bottom: 1px solid #cfcfcf;
}
/*.smart .item:last-child{*/
/*    display: inline-block;*/
/*}*/


.smart .lst{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.smart .lst .list{
    width: 15.5%;
    margin: 0 2px;
    background: #f3f3f3;
}
.smart .lst .list .top{
    background: #00c6c4;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.smart .lst .list .top h4{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    padding: 13px 0;
}
.smart .lst .list .bot{
    background: #f3f3f3;
    padding: 16px 20px;
}
.smart .lst .list .bot p{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.smart .life{
    text-align: center;
    color: #797979;
    font-size: 18px;
    margin-top: 15px;
}
.smart .item:last-child{
    display: inline-block;
}
.cooperation{
    margin-top: 28px;
}
.cooperation .yellow{
    color: #fda73b;
    padding-left: 0;
    border-left: 0;
}
.cooperation h5 {
    border-left: 5px solid #fda73b;
}
.cooperation p span{
    color: #fda73b;
    font-size: 24px;
}
.cooperation ul li .num {
    background: #fda73b;
}
.governance{
    margin-top: 28px;
}
.governance .blue2{
    color: #2a43be;
    padding-left: 0;
    border-left: 0;
}
.governance h5 {
    border-left: 5px solid #2a43be;
}
.governance .item{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    flex-flow: wrap;
}
.governance .item:first-child{
    display: inline-block;
}

.governance .item:last-child{
    display: inline-block;
}
.governance .item:nth-child(3) {
    border-bottom: 1px solid #cfcfcf;
}
.governance .item a{
    margin-right: 18px;
}



@media screen and (max-width: 1500px){
    .Bigpic{
        transform: scale(0.8);
    }
    .ESG-nav li{
        margin: 0 80px;
    }
    .performance .list li span{
        font-size: 18px;
    }
    .strategy table td:nth-child(1){
        padding-left: 30px;
    }
    .strategy table td:nth-child(2){
        padding: 10px 30px;
    }
    .esg-main .banner p{
        max-width: 450px;
    }
}
@media screen and (max-width: 1366px){
    .smart .lst .list{
        width: 19%;
    }
}
@media screen and (max-width: 768px){
    .esg-main .banner{
        padding: 60px 0;
    }
    .esg-main .banner h2{
        font-size: 36px;
    }
    .esg-main .banner .video-icon img{
        width: 100px;
    }
    .ESG-nav ul{
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        justify-content: flex-start;
    }
    .ESG-nav li {
        margin: 0 20px;
        display: inline-block;
    }
    .text h3{
        font-size: 30px;
    }
    .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .strategy .content{
        display: none;
    }
    .Bigpic .yuan{
        display: none;
    }
    .Bigpic{
        width: 100%;
    }
    .Bigpic .bg{
        display: none;
    }
    .benchmarking .content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Bigpic ul{
        display: none;
    }
    .Bigpic .list{
        position: relative;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        bottom: auto!important;
        margin-bottom: 30px;
    }
    .Bigpic .list .xian{
        display: none;
    }
    .Bigpic .list3 p{
        padding-left: 0;
    }
    .Bigpic .list3 .icon{
        padding-left: 0;
    }
    .Bigpic .list h4{
        text-align: left!important;
    }
    .framework .content{
        flex-flow: wrap;
    }
    .framework .content .pic{
        width: 100%;
        margin-bottom: 30px;
    }
    .framework .content .txt{
        width: 100%;
    }
    .performance .list{
        width: 100%;
    }
    .performance .list .list-title h3{
        font-size: 24px;
    }
    .report{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .report h3{
        font-size: 30px;
    }
    .round1{
        display: none;
    }
    .round2{
        display: none;
    }
    .Bigpic{
        height: auto;
        transform: scale(1);
    }
    .performance .content:nth-child(3) .list{
        margin-bottom: 50px;
    }
    .performance .content:nth-child(3) .list:last-child{
        margin-bottom: 0;
    }
    .ESG-download .list{
        width: 100%;
        margin-right: 0;
    }
    .policy-main table{
        width: 100%;
        margin-bottom: 30px;
    }
    .policy-main th:nth-child(1){
        padding-left: 20px;
    }
    .policy-main td:nth-child(1) {
        padding-left: 20px;
        width: 85%;
    }
    .Carbon-main .list{
        width: 100%;
        flex-flow: wrap;
    }
    .Carbon-main .list .pic{
        width: 100%;
    }
    .Carbon-main .list .pic img{
        width: 100%;
        border-radius: 18px;
    }
    .Carbon-main .list .txt{
        width: 100%;
        padding: 0 40px 40px;
    }
    .Carbon-main .list h3{
        margin-top: 40px;
        font-size: 24px;
        line-height: 30px;
    }


    .ESG-text h3{
        font-size: 30px;
    }
    .ESG-text h4{
        font-size: 26px;
    }
    .ESG-text h5{
        font-size: 20px;
    }

    .transformation .item .left{
        width: 100%;
        margin-bottom: 25px;
    }
    .transformation .item .right{
        width: 100%;
    }

    .smart .lst{
        flex-flow: wrap;
    }
    .smart .lst .list{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .ESG-nav li a img{
        display: none;
    }
     .sub{
        display: none;
    }
    .itemPic .left{
        width: 100%;
    }
    .itemPic .right{
        width: 100%;
    }
}