.w14 {
    width: 1400px;
    margin: 0 auto;
}

.esgnewswiper {
    overflow: hidden;
}

.newslide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_p1 {
    margin-top: 45px;
}

.newslide_left {
    width: 45%;
}

.newslide_right {
    width: 50%;
}

.newsbg_li1 {
    overflow: hidden;
}

.newsbg_li1 img {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.news_p2 {
    font-size: 16px;

}

.news_p3 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: bold;
}

.news_p4 {
    font-size: 16px;
    margin-top: 20px;
}

.newspage {
    text-align: right;
    margin-top: 30px;
    padding-right: 280px;
}

.news_list {
    width: 100%;
    background: #fafafa;
}

.news_pd .ptb90p {
    padding: 60px 0;
}

.news_com {
    display: none;
}

.news_com.on {
    display: block;
}

.news_item {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    /* margin-top: 45px; */
}

.news_title {
    margin-right: 30px;
    padding: 10px 30px;
    color: #666;
}

.news_title.on {
    color: #3473b5;
    border-bottom: 2px solid #3473b5;
}

.news_alist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.news_aitem {
    margin-top: 20px;
    width: 31%;
    margin-right: 20px;
    background: #fff;
}

.news_li1 {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    width: 100%;
}

.news_li1 img {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.news_li1 span {
    color: #fff;
    background: rgba(48, 113, 183, 0.8);
    font-size: 12px;
    display: inline-block;
    backdrop-filter: blur(10px);
}

.news_li1 span {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    padding: 5px 20px;
    border-radius: 5px;
}

.news_aitem:hover .news_li1 img {
    transform: scale(1.1);
}

.news_li2 {
    padding: 25px 30px;
    min-height: 150px;
}

.newsa_p1 {
    font-size: 16px;
}

.newsa_p2 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-top: 15px;
}

.newsa_p3 {
    margin-top: 10px;
}

/*  */
.pagination {
    text-align: center;
}

.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination .prev,
.pagination .next {
    font-size: 23px;
}

.pagination {
    height: 40px;
    margin: 40px auto 40px;
    vertical-align: middle;
}

.pagination a,
.pagination p {
    vertical-align: middle;
}


.pagination a {
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ececec;
    color: #333;
    border-radius: 50%;
    text-align: center;
}

.pagination a:hover {
    color: #fff;
    background: #0046aa;
}

.pagination a.nohover {
    font-size: 16px;
}

.pagination a.on {
    border: none;
    background: #0046aa;
    color: #fff;
}

.pagination p {
    display: inline-block;
    padding: 0 18px;
    background: #ececec;
    margin: 0 5px;
    color: #333;
    line-height: 40px;
    font-size: 16px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

/*  */
.esgb1_main {
    position: relative;
    margin-top: 45px;
}

.esgb1_li1 {
    border-radius: 8px;
    overflow: hidden;
}

.esgb1_li1 img {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.esgb1_main:hover .esgb1_li1 img {
    transform: scale(1.1);
}

.esgb1_li2 {
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 90%;
}

.esgb2_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.esgb2page2 {
    margin-top: 25px;
}

.esgb2_item {
    width: 31%;
    margin-right: 15px;
}

.esgb2_item:nth-child(3n) {
    margin-right: 0;
}

.esgb2_top1 {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 8px;
    background: rgb(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.esgb2_bottom {
    padding: 20px 30px;
    border-radius: 8px;
    background: rgb(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    margin-top: 30px;
}

.esgb2_btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.esgb2_img1 {
    width: 22%;
    margin-right: 10px;
    margin-top: 15px;
}

.esgb2_img1:nth-child(4n) {
    margin-right: 0;
}

.esgb2_img1 img {
    width: 100%;
}

.esgb2_li1 img {
    width: 65px;
    height: 65px;
}

.esgb2_p1 {
    font-size: 28px;
    color: #fff;
}

.esgb2_p2 {
    font-size: 16px;
    color: #fff;
}

.esgb2_p3 {
    font-size: 16px;
    color: #fff;
}

.esgb1_p1 {
    font-size: 42px;
    color: #246abf;
    font-weight: bold;
}

.esgb1_p4 {
    color: #246abf;
    font-size: 18px;
}

.esgb1_p2 {
    margin-top: 20px;
    font-size: 18px;
}

.esgb1_li12 {
    border-radius: 0px;
}

.esgb1_li12 img {
    border-radius: 0px;
}

/*  */
.honor {
    width: 100%;
    position: relative;
}

.honor_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.honor_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.honor_item {
    width: 24%;
    background: rgb(255, 255, 255, 0.6);
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.honor_item:nth-child(4n) {
    margin-right: 0;
}

.honor_p1 {
    font-size: 18px;
    color: #222;
}

.honor_p2 {
    margin-top: 15px;
}

.honor_span1 {
    font-size: 48px;
    color: #246abf;
    font-weight: bold;
}

.honor_span2 {
    font-size: 16px;
    color: #246abf;

}

.esgb1_p3 {
    color: #3372b4;
}

/*  */

/*  */

.about06m {
    margin-top: 45px;
    display: flex;
    justify-content: flex-start;
}

.about06mn {
    height: 530px;
    position: relative;
    overflow: hidden;
    margin-right: calc((var(--w13) - 750px - 250px - 250px) / 2);
    border-radius: 8px;
}

.about06mn:last-child {
    margin: 0;
}

.about06mnbg {
    position: absolute;
    width: 750px;
    height: 100%;
    left: 0;
    top: 0;
}

.about06mnbg {
    transition: filter 0.25s, transform 0.25s;
}

.about06mnbg {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.about06mnwz1,
.about06mnwz2 {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 50px;
    z-index: 3;
}

.about06mnwz21,
.about06mnwz22 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s ease;
}

.about06mnwz22 {
    transition-delay: 0.3s;
}

.about06mnwz22 {
    width: 650px;
    width: 100%;
}

.about06mnwz2 {
    top: 0;
}

.about06mnwz1 {
    bottom: 0;
}

.about06mp1,
.about06mp2 {
    color: #fff;
}


.about06mp2 {
    margin-top: 20px;
}

.about06mp2 p {
    font-size: 14px;
}

.about06mp1 {
    line-height: 1.2;
    font-size: 24px;
}

.about06mp3 {
    font-size: 14px;
    margin-top: 15px;
}

.about06mp4 {
    margin-top: 10px;
}

.about06mn {
    width: 250px;
    transition: all 0.5s ease;
    margin-right: 20px;
}

.about06mn:nth-child(3n) {
    margin-right: 0;
}

.about06mn {
    width: calc((100% - 50px) / 3);
}

.about06mn.ons {
    width: 250px;
}

.about06mn.on {
    width: 750px;
    width: 810px;
}

.about06mn.on .about06mnwz1 {
    opacity: 0;
}

.about06mn.on .about06mnwz21,
.about06mn.on .about06mnwz22 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.about06mn.on .about06mnbg {
    transform: scale(1.2);
    filter: blur(15px);
}

.about06mnwz1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 50%, rgba(0, 0, 0, 0.83) 100%);
}


/*  */
.esglogo_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.esglogo_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    box-shadow: 0px 0px 43.86px 7.14px rgba(76, 76, 76, 0.1);
    /* border-top: 2px solid #71b838; */
    width: 23.8%;
    margin-right: 15px;
    border-radius: 8px;
}

.esglogo_item2 {
    margin-top: 20px;
}

.esglogo_item:nth-child(4n) {
    margin-right: 0;
}

.esglogo_item1 img {
    width: 90%;
}

.esglogo_img2 {
    display: none;
}

.esglogo_item:hover .esglogo_img1 {
    display: none;
}

.esglogo_item:hover .esglogo_img2 {
    display: block;
}



.esglogo_item span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.esglogo_item:hover span {
    opacity: 1;
    visibility: visible;
}

.esglogo_item:hover {
    background: #3473b7;
    color: #Fff;
}

.esglogo_item span i {
    color: #2e6db0;
}

.esglogo_item ul {
    width: 90%;
}

.propose {
    width: 100%;
    background: #f6f9fa;
}

.poseslide {
    /* margin-top: 20px; */
    margin-right: 20px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.pose_p1 {
    font-size: 26px;
    font-weight: bold;
    color: #222;
}

.pose_p2 {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.pose_p2 strong {
    color: #000;
}

.posepage_pl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.posepage span {
    margin: 0 5px;
}

.playesgbtn {
    position: absolute;
    bottom: 30px;
}

.newsb_p1 {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;

}

.newsb_p2 {
    margin-top: 10px;
}

.newsb_p2 span {
    margin-left: 10px;
}

.esgboxmain {
    margin-top: 160px;
}

.esgboxmain2 {
    margin-top: 80px;
}

.esgboxmain h4 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
}

.esgboxmain img {
    max-width: 100%;
    min-width: 60%;

}

.esgboxmain .news_li1 img {
    height: 80vh;
    object-fit: cover;
}

.playbtneve1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.playbtneve1:hover {
    left: 51%;
}

.rate {
    width: 100%;
    background: #f6f9fa;
}

.rate_p1 {
    font-size: 42px;
    font-weight: bold;
    color: #3372b4;
}



.rate_pfff {
    color: #fff;
}

.rate_p2 {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    text-align: right;
}

.rate_box {
    display: flex;
    flex-wrap: wrap;
}

.rate_item {
    width: 23%;
    margin-right: 2.5%;
    margin-top: 45px;
    position: relative;
    overflow: hidden;
}

.rate_item:nth-child(4n) {
    margin-right: 0;
}

.rate_p3 {
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
}

.rate_li {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.rate_li img {
    width: 100%;
    border-radius: 8px;
}

.rate_li2 {
    position: absolute;
    top: 150px;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: #254859;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease;
    border-radius: 8px;
    /* transform: translateY(10px); */
}

.rate_li3 {
    background: #fff;
}



.rate_item:hover .rate_li2,
.esgralitem1:hover .rate_li2 {
    opacity: 1;
    top: 0;
    /* transform: translateY(0px); */

}

.esgralitem1 .rate_li2 {
    height: 100%;
}


.rate_list3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rate_box1 {
    width: 30%;
    margin-top: 50px;
}

.rate_box2 {
    width: 65%;
}

.posepage_pl2 {
    margin-top: 160px;
}

.esgralist3 {
    display: flex;
    flex-wrap: wrap;
}

.esgralitem1 {
    width: 31%;
    background: url(../pic/rateiconbg.png) no-repeat center;
    border-radius: 8px;
    margin-right: 25px;
    margin-top: 30px;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}

.esgralitem2 {
    margin-top: 0;
}

.esgralitem1:nth-child(3n) {
    margin-right: 0;
}

.esgralitem1 img {
    width: 85%;
}

.rate_p5 {
    font-size: 16px;
    margin-top: 20px;
}


.esgnewswiper {
    overflow: hidden;
    margin-top: 45px;
}

.esgralist {
    display: flex;
    flex-wrap: wrap;
}

.esgraslide {

    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.esgraslide2 {
    width: 24%;
    margin-top: 20px;
    margin-right: 10px;
    /* height: auto;
    display: flex;
    flex-wrap: wrap; */
}

.esgraslide2:nth-child(4n) {
    margin-right: 0;
}

.esgraslide:hover .news_li1 img {
    transform: scale(1.1);
}

.esgraslide2:hover .news_li1 img {
    transform: scale(1.1);
}

.esgras_li2 {
    padding: 30px 20px;
    background: #Fff;
    width: 100%;
    border-radius: 0 0 8px 8px;
    min-height: 110px;
}

.esgra_p1 {
    font-size: 22px;
}

.esgra_p2 {
    font-size: 16px;
    color: #222;
}

.esgra1page span,
.esgra2page span,
.esgra3page span,
.esgra4page span {
    margin: 0 5px;
}

.esgra1swiper,
.esgra2swiper,
.esgra3swiper,
.esgra4swiper {
    overflow: hidden;
    margin-top: 25px;
}

/*  */
.pre-z-8 {
    position: relative;
    z-index: 8;
}

.esg24cswiper {
    overflow: hidden;
    padding: 45px 0;
    position: relative;
}

.esg24c {
    position: relative;
}

.esg24c:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    height: 60%;
    background: #f6f9fa;
    z-index: -1;
}

.esg24cp1 {
    font-size: 32px;
    font-weight: var(--b400);
    line-height: 1.4;
}

.esg24cp2 {
    color: #444;
    margin-top: 15px;
}

.esg24cp3 {
    margin-top: 45px;
}

.esg24cimg {
    width: 405px;
    transition: all 0.4s;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
    display: block;
}

.esg24cimg img {
    width: 100%;
    vertical-align: top;
}

.esg24cwz {
    width: calc(100% - 405px);
    padding-left: 7%;
    padding-top: 20px;
}

.esg24cslide {
    display: flex;
    flex-wrap: wrap;
}

.esg24csub {
    position: absolute;
    width: 42%;
    width: 30%;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.esg24csub {
    position: absolute;
    bottom: 45px;
    z-index: 3;
}

.esg24csub img {
    width: 100%;
}

.esg24csubm {
    width: 45% !important;
}

.esg24cslide {
    opacity: 0 !important;
}

.esg24cslide.swiper-slide-active {
    opacity: 1 !important;
}

.esg24csub .esg24csubm {
    cursor: pointer;
    pointer-events: inherit
}

/*  */
.esginfomain {
    position: relative;
}

.esginfoswiper {
    overflow: hidden;
}

.esginfopage {
    text-align: center;
    margin-top: 20px;
}

.esginfopage span {
    margin: 0 5px;
}

.infopage_pl span:hover {
    cursor: pointer;
}

.infopage_pl span {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #3472b4;
    border-radius: 50%;
    z-index: 11;
}

.esginfo_p1 {
    text-align: center;
    color: #346da8;
    font-size: 26px;
}

.esginfo_p1 span {
    position: relative;
}

.esginfo_p1 span::before {
    content: "";
    position: absolute;
    left: -133px;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(to right, #fff, #346da8);
}

.esginfo_p1 span::after {
    content: "";
    position: absolute;
    right: -133px;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(to right, #346da8, #fff);
}



/*  */
.infopage_pl_s1 {
    position: absolute;
    left: -5%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.infopage_pl_s2 {
    position: absolute;
    right: -5%;
    top: 35%;
    transform: translate(50%, -50%);
}

/*  */
/*  */
.rate_box {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 25px; */
}

.rate_item1 {
    width: 23%;
    margin-right: 2%;
    margin-top: 25px;
}

.rate_item1:nth-child(4n) {
    margin-right: 0;
}

.rate_item1:hover .rate_li1 img {
    transform: scale(1.1);
}

.rate_li1 {
    overflow: hidden;
}

.rate_li1 img {
    width: 100%;
    transition: all 0.3s ease;
}

.rate_p4 {
    /* margin-top: 20px; */
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.rate_p45 {
    color: #333;
}

.proposeswiper {
    margin-top: 45px;
}

/*  */

.newsinfo_li1 {
    margin-top: 85px;
}

.newsinfo_li1 img {
    width: 100%;
}


.rate_bg {
    background: url(../pic/rate_bg1.jpg) no-repeat center;
}

/*  */

@media screen and (max-width:1440px) {
    .w14 {
        width: 1200px;
        margin: 0 auto;
    }

    .honor_item {
        padding: 20px 30px;
    }

    .honor_span1 {
        font-size: 36px;
    }

    .honor_p1 {
        font-size: 15px;
    }

    .esgb2_p1 {
        font-size: 22px;
    }

    .esgb2_p3 {
        font-size: 14px;
    }

    .esgb2_bottom {
        padding: 20px 25px;
    }

}

@media screen and (max-width:768px) {
    .w14 {
        width: 90%;
    }

    .newslide_left {
        width: 100%;
    }

    .newslide_right {
        width: 100%;
        margin-top: 20px;
    }

    .newspage {
        text-align: center;
        margin-top: 20px;
        padding-right: 0;
    }

    .news_p3 {
        font-size: 20px;
    }

    .news_p4 {
        font-size: 14px;
        margin-top: 10px;
    }

    .news_p1 {
        margin-top: 25px;
    }

    .news_title {
        margin-right: 10px;
        padding: 10px 7px;
    }

    .news_alist {
        margin-top: 20px;
    }

    .news_aitem {
        width: 100%;
        margin-right: 0;
    }

    .news_li2 {
        padding: 15px 20px;
        min-height: auto;
    }

    .newsa_p2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .esgboxmain h4 {
        font-size: 20px;
    }

    .esgboxmain {
        margin-top: 40px;
    }

    .playbtneve1 {
        top: 25%;
    }

    .esgb1_p2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .esgb1_p1 {
        font-size: 24px;
    }

    .about06mnbg {
        width: 100%;
        height: 220px;
        position: relative;
    }

    .about06m {
        flex-wrap: wrap;
    }

    .about06mn {
        width: 100%;
    }

    .about06mn.on .about06mnbg {
        transform: scale(1);
        filter: none;
    }

    .about06mn:nth-child(1) {
        margin: 0;
    }

    .about06mn,
    .about06mn.ons,
    .on.about06mn {
        width: 100%;
    }

    .about06mn {
        box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    }

    .about06mn {
        height: auto;
        padding-bottom: 0;
    }

    .about06mnwz1,
    .about06mnwz2 {
        padding: 20px;
    }

    .about06mn {
        margin-right: 0;
        margin-top: 20px;
    }

    .about06mn:last-child {
        margin-top: 20px;
    }

    .about06mp2 p {
        display: none;
    }

    .about06mp2 .playbtn {
        margin-top: 20px;
    }

    .about06mp1 {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .esglogo_item:nth-child(2n) {
        margin-right: 0;
    }

    .esglogo_item {
        width: 47%;
        padding: 25px 20px;
        margin-top: 20px;
    }

    .proposeswiper {
        margin-top: 25px;
    }

    .proposeswiper .cultureboton {
        margin-top: 15px;
    }

    .pose_p1 {
        font-size: 18px;
    }

    .pose_p2 {
        font-size: 14px;
    }

    .esglogo_list {
        margin-top: 25px;
    }

    .honor_item {
        width: 47%;
        padding: 15px 15px;
    }

    .honor_p1 {
        font-size: 14px;
    }

    .honor_span1 {
        font-size: 20px;
    }

    .honor_span2 {
        font-size: 14px;
    }

    .honor_mains {
        display: flex;
        flex-wrap: wrap;
    }

    .honor_item:nth-child(2n) {
        margin-right: 0;
    }

    .about06mp3 {
        font-size: 14px;
    }

    .about06m {
        margin-top: 25px;
    }

    .posepage2 {
        text-align: center;
        margin-top: 20px;
    }

    .posepage2 span {
        margin: 0 5px;
        background: #fff;
    }

    .rate_p1 {
        font-size: 24px;
    }

    .rate_item {
        width: 48%;
        margin-top: 25px;
    }

    .rate_item:nth-child(2n) {
        margin-right: 0;
    }

    .rate_p3 {
        margin-top: 10px;
        font-size: 14px;
    }

    .esgra_p2 {
        font-size: 14px;
    }

    .esgras_li2 {
        padding: 20px 15px;
        min-height: 80px;
    }

    .rate_item {
        margin-right: 10px;
    }

    .rate_item1 {
        width: 48%;
        margin-right: 10px;
        margin-top: 15px;
    }

    .rate_item1:nth-child(2n) {
        margin-right: 0;
    }

    .rate_p4 {
        /* margin-top: 10px; */
        font-size: 12px;
    }

    .pagination {
        margin: 40px auto 0;
    }

    .esgb1_li2 {
        bottom: 5%;
    }

    .esgb2_p2 {
        font-size: 14px;
    }

    .esgb2_p3 {
        font-size: 14px;
    }

    .esgb2_li1 img {
        width: 45px;
        height: 45px;
    }

    .esgb2_p1 {
        font-size: 18px;
    }

    .esgra1page {
        width: 50%;
    }

    .esgra2page {
        width: 50%;
    }

    .rate_box {
        margin-top: 0;
    }

    .esg24cwz {
        width: 100%;
        padding-left: 0;
    }

    .esg24cp1 {
        font-size: 22px;
    }

    .esg24cp3 {
        margin-top: 25px;
    }

    .esg24cswiper {
        padding: 25px 0;
    }

    .esgboxmain .news_li1 img {
        height: auto;
    }

    .esginfo_p1 {
        font-size: 18px;
    }

    .esginfo_p1 span::after {
        width: 50px;
        right: -73px;
    }

    .esginfo_p1 span::before {
        left: -73px;
        width: 50px;
    }

    .newsinfo_li1 {
        margin-top: 0;
    }

    .news_pd .ptb90p {
        padding: 40px 0;
    }

    .esgnewswiper {
        margin-top: 5px;
    }

    .rate_box1 {
        width: 100%;
        margin-top: 0;
    }

    .rate_p5 {
        font-size: 14px;
        margin-top: 10px;
    }

    .rate_box2 {
        width: 100%;
    }

    .esgralitem1 {
        margin-right: 10px;
        margin-top: 15px;
    }

    .rate_bg {
        background: url(../pic/rate_bg1ph.jpg) no-repeat center;
    }
}