.c_br {
    display: none;
}
.c1 {
    background: url("../../images/esg/c1_bg.png") no-repeat center;
    height: 500px;
}
.c1 .content {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c1 h1 {
    font-size: 50px;
    font-weight: bold;
    color: #49878d;
    margin: 0 0 25px;
    padding: 0;
    font-family: "Microsoft Yahei";
}
.c1 h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 1.3;
    padding: 0 0 45px;
}
.c1 h2 span {
    color: #f76854;
}
.c1 a {
    width: 100%;
    max-width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    background: #f76854;
    border-radius: 25px;
}
.c1 a:hover {
    background: #e2696f;
}
.c1 a img {
    margin: 0 0 0 5px;
}
.c2 .content {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px 0 150px;
}
.c2 h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    padding: 0 0 20px;
    line-height: 1;
    text-align: center;
}
.c2 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #49878d;
    line-height: 1.2;
    padding: 0 0 100px;
    text-align: center;
}
.c2 .c2_rbas {
    display: flex;
    position: relative;
}
.c2 .c2_rbas .c2_rba {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.c2 .c2_rbas .c2_rbasimg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: 9;
}
.c2 .c2_rbas .c2_rba .c2_rbatxt {
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 700px;
    height: 115px;
    padding: 0 70px 0 0;
    margin: 12.5px 0;
}
.c2 .c2_rbas .c2_rba .c2_rbatxt img {
    margin: 0 20px 0 0;
}
.c2 .c2_rbas .c2_rba .c2_rbatxt .c2_p {
    color: #fff;
    max-width: 360px;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
}
.c2 .c2_rbas .c2_rba .c2_rbatxt .c2_p span {
    text-decoration: underline;
    cursor: pointer;
}
.c2 .c2_rbas .c2_rba .c2_rbatxtg {
    background-image: linear-gradient(
        to left,
        rgba(73, 141, 132, 1) 75%,
        rgba(73, 141, 132, 0)
    );
}
.c2 .c2_rbas .c2_rba .c2_rbatxtgr {
    background-image: linear-gradient(
        to left,
        rgba(76, 199, 126, 1) 75%,
        rgba(76, 199, 126, 0)
    );
    z-index: -1;
}
.c2 .c2_rbas .c2_rba .c2_rbap {
    display: none;
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 20px;
    z-index: 99999999999999999;
}
.c2 .c2_rbas .c2_rba .c2_rbap.c2_hover {
    display: block;
}
.c2 .c2_rbas .c2_rba .c2_rbap::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 18px 13.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
}
.c2 .c2_rbas .c2_rba .c2_rbap span {
    color: #f7c96b;
    text-decoration: initial !important;
}
.c3 {
    background: url("../../images/esg/c3_bg.png") no-repeat center bottom;
}
.c3 .content {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 75px;
    justify-content: center;
}
.c3 h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    padding: 0 0 20px;
    line-height: 1.5;
    text-align: center;
}
.c3 h2 span {
    font-weight: bold;
}
.c3 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #49878d;
    line-height: 1.2;
    padding: 0 0 40px;
    text-align: center;
}
.c3 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #e2696f;
    line-height: 1;
    padding: 0 0 10px;
    text-align: center;
}
.c3 h4 {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    padding: 0 0 7px;
}
.c3 .c3_s {
    background: url("../../images/esg/s.png") no-repeat center;
    height: 349px;
    margin: 0 0 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.c3 .c3_s .c3_slist h5 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    line-height: 1;
    position: relative;
}
.c3 .c3_s .arr-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
.c3 .c3_s .arr-btn .dot {
    background: #0159a1;
    border-radius: 100em;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.c3 .c3_s .arr-btn span {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation: arr-color 4s both infinite ease-in-out;
    border: 1.5px solid #fff;
    border-radius: 100em;
    z-index: 1;
}
.c3 .c3_s .arr-btn span:nth-child(1) {
    animation-delay: 0s;
}
.c3 .c3_s .arr-btn span:nth-child(2) {
    animation-delay: 1s;
}
.c3 .c3_s .arr-btn span:nth-child(3) {
    animation-delay: 2s;
}
.c3 .c3_s .arr-btn span:nth-child(4) {
    animation-delay: 3s;
}
@keyframes arr-color {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    60% {
        transform: scale(2);
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
.c3 .c3_s .c3_slist.c3_hover .arr-line {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.c3 .c3_s .c3_slist .arr-line {
    display: block;
    content: "";
    width: 114px;
    height: 1px;
    position: absolute;
    right: -139px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out;
}
.c3 .c3_s .c3_slistg .arr-btn {
    right: initial;
    left: -25px;
}
.c3 .c3_s .c3_slistg .arr-btn .dot {
    background: #008c81;
}
.c3 .c3_s .c3_slistgr .arr-btn .dot {
    background: #49a316;
}
.c3 .c3_s .c3_slistb .arr-line {
    background: #0159a1;
}
.c3 .c3_s .c3_slistg .arr-line {
    background: #008c81;
    right: initial;
    left: -139px;
}
.c3 .c3_s .c3_slistgr .arr-line {
    background: #49a316;
}
.c3 .c3_s .c3_slist {
    width: 100%;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.c3 .c3_s .c3_slist.c3_hover h6 {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.c3 .c3_s .c3_slist h6 {
    width: 100%;
    max-width: 240px;
    font-size: 20px;
    padding: 20px 25px;
    line-height: 1.2;
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.c3 .c3_s .c3_slistb h6 {
    color: #0159a1;
    border: 1px solid #0159a1;
    top: -40px;
    right: -309px;
}
.c3 .c3_s .c3_slistg h6 {
    color: #008c81;
    border: 1px solid #008c81;
    top: -40px;
    left: -309px;
}
.c3 .c3_s .c3_slistgr h6 {
    color: #49a316;
    border: 1px solid #49a316;
    top: -40px;
    right: -309px;
}
.c3 .c3_txts {
    max-width: 480px;
    margin: 0 auto;
}
.c3 a {
    width: 100%;
    max-width: 400px;
    height: 60px;
    background: #f76854;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    border-radius: 30px;
    margin: 7px auto 0;
}
.c3 a:hover {
    background: #e2696f;
}
.c4 {
    background: url("../../images/esg/c4_bg.png") no-repeat center;
}
.c4 .content {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.c4_img{
    display: block;
    margin: 0 auto;
}
.c4 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #49878d;
    line-height: 1;
    padding: 0 0 50px;
    text-align: center;
}
.c4 .c4_imgs{
    display: flex;
    align-items: center;
}
.c4 .c4_benefit {
    background: url("../../images/esg/c4_bgimg.png") no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0 20px;
    margin: 0 0 35px;
}
.c4 .c4_benefit .c4_benefittxt .c4_benefittxtmb img {
    display: none;
}
.c4 .c4_benefit .c4_benefittxt {
    margin: 0 0 0 25px;
}
.c4 .c4_benefit .c4_benefittxt h2 {
    width: 100%;
    max-width: 130px;
    height: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f76854;
    border-radius: 17.5px;
    margin: 0 0 5px;
}
.c4 .c4_benefit .c4_benefittxt p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.c4 .c4_boxs {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}
.c4 .c4_boxs .c4_box {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.c4 .c4_boxs .c4_box img {
    margin: 0 15px 0 10px;
}
.c4 .c4_boxs .c4_box h3 {
    width: 100%;
    max-width: 550px;
    height: 80px;
    background: #eaeaea;
    border: 2px solid #49878d;
    border-radius: 40px;
    font-size: 20px;
    color: #000;
    padding: 15px 40px 0;
}
.c4 .c4_boxs .c4_box h3 span {
    color: #f76854;
}
.c4 .c4_boxs .c4_box p {
    font-size: 26px;
    font-weight: bold;
    color: #f76854;
    line-height: 1;
    padding: 0;
}
.c4 a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    background: #49878d;
    border-radius: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 160px 0 auto;
}
.c4 .c4_afterbefore {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 45px 0 0;
}
.c4 .c4_afterbefore .c4_after {
    width: 100%;
    height: 180px;
    display: flex;
    background: url("../../images/esg/c4_afterbg.png") no-repeat center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 30px 0 0 30px;
}
.c4 .c4_afterbefore .c4_after h2 {
    max-width: 25px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 0;
}
.c4 .c4_afterbefore .c4_after h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    padding: 0;
}
.c4 .c4_afterbefore .c4_before {
    width: 100%;
    height: 141px;
    display: flex;
    align-items: center;
    background: url("../../images/esg/c4_beforebg.png") no-repeat center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 0 0 30px;
}
.c4 .c4_afterbefore .c4_before h2 {
    max-width: 25px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 0;
}
.c4 .c4_afterbefore .c4_before h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #49878d;
    line-height: 1;
    padding: 0;
}
.c4 .c4_swipers {
    width: 100%;
    max-width: 1200px;
    height: 40px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../../images/esg/c4_siperbg.png") no-repeat center;
}
.c4 .c4_swipers .c4_swiper {
    height: 100%;
    display: flex;
    overflow: initial;
}
.c4 .c4_swipers .swiper-wrapper {
    justify-content: center;
}
.c4 .c4_swipers .swiper-slide {
    max-width: 161px;
    height: 100%;
    /* background: url("../../images/esg/c4_siperbg.png") no-repeat center; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px 0;
    margin: 0 12.5px;
}
.c4 .c4_swipers .swiper-slide .slidedots {
    width: 100%;
    max-width: 161px;
    background: #b8b8b8;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.c4 .c4_swipers .swiper-slide .slidedots h4 {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 98px;
    background: url("../../images//esg/c4_slidebr.png") no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 0 15px;
    text-align: center;
}
.c4 .c4_swipers .swiper-slide .slidedot {
    width: 16px;
    height: 16px;
    background: #49878d;
    border-radius: 50%;
}
.c4 .c4_swipers .swiper-slide .slidedots p {
    font-size: 16px;
    color: #000;
    line-height: 1;
}
.c4 .c4_swipers .swiper-scrollbar {
    opacity: 0;
}
.c5{
    background: #def6f5;
}
.c5 .content {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 110px;
}
.c5 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #49878d;
    line-height: 1;
    padding: 0 0 70px;
    text-align: center;
}
.c5_boxsmb {
    display: none;
}
.c5 .c5_swiper,
.c5 .c5_swiper2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}
.c5 .c5_swipers {
    margin: 0 0 95px;
}
.c5 .c5_swipers {
    width: 100%;
    max-width: 1200px;
    max-width: 1200px;
    height: 620px;
    align-items: flex-end;
    position: relative;
}
.c5 .c5_swipers .c5_swipersborder {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    border-radius: 10px;
    background: #ffffff;
    border: 4px solid #69b1b8;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.c5 .c5_swiper .swiper-slide {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.c5 .c5_swiper .swiper-slide h3 {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
    padding: 0 0 20px;
    text-align: center;
}
.c5 .c5_swiper .swiper-slide .c5_img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.c5 .c5_swiper .swiper-slide .c5_slidetxt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c5 .c5_swiper .c5-pagination {
    bottom: initial;
    top: -23px;
    display: flex;
    justify-content: center;
}
.c5 .c5_swiper .c5-pagination span {
    width: 100%;
    max-width: 150px;
    height: 50px;
    border-radius: 30px;
    background: #96babe;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 5px 30px;
}
.c5 .c5_swiper .c5-pagination span.swiper-pagination-bullet-active {
    border: 3px solid #ffbb17;
    background: #e48100;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ p4 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.c6 {
    background: url("../../images/esg/c6_bg.png") no-repeat center;
    height: 1150px;
}
.c6 .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 115px 0 0;
}
.c6 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #49878d;
    padding: 0 0 50px;
    line-height: 1;
    text-align: center;
}
.covid_p4 {
    width: 100%;
    background-image: url("../../images/esg/p4_background.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.covid_p4_img {
    width: 376px;
    height: 326px;
    background-image: url("../../images/esg/visitors.png");
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
    display: flex;
    align-items: flex-end;
}
.covid_p4_img a {
    width: 100%;
}
.covid_p4_img2 {
    width: 376px;
    height: 326px;
    background-image: url("../../images/esg/visitors2.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.covid_p4_img3 {
    width: 376px;
    height: 326px;
    background-image: url("../../images/esg/visitors3.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.covid_p4_img h3,
.covid_p4_img2 h3,
.covid_p4_img3 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    width: 100%;
    max-width: 260px;
    height: 65px;
    background: #f76854;
    border-radius: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 50px;
}
.covid_p4_img2 h3,
.covid_p4_img3 h3 {
    margin: 0 auto 10px;
}
.covid_p4_img h3 span,
.covid_p4_img2 h3 span,
.covid_p4_img3 h3 span {
    font-size: 18px;
}
.covid_p4_img h3:hover,
.covid_p4_img2 h3:hover,
.covid_p4_img3 h3:hover {
    background: #e2696f;
}
.covid_p4_center .c6_hoverstop:hover {
    background: #f76854;
}
.covid_p4_center {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.covid_p4_center > img {
    margin-bottom: 50px;
}

.covid_p4_center_visitors {
    width: 100%;
    max-width: 1000px;
    height: 800px;
    margin: 0 auto;
}
.covid_p4_center_visitors_vi {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.covid_p4_center_visitors_vi > div > div {
    width: 126px;
    height: 52px;
    font-size: 36px;
    color: #000000;
    background-color: #ffc600;
    border-radius: 10px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 10px;
}
.covid_p4_center_visitors_vi > div > p {
    width: 150px;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}
.covid_p4_center_visitors_vi2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.covid_p4_vitext {
    display: block;
    position: absolute;
    top: 50px;
}
.covid_p4_vitext h2 {
    font-size: 40px;
    font-weight: bold;
    color: #dff6f5;
    line-height: 1.5;
}
.covid_p4_vitext2 {
    display: none;
}
.covid_p4_center_visitors_vi2_11 {
    display: none;
}
.covid_p4_center_visitors_vi1 {
    display: none;
}
.covid_p4_center_visitors_vi2_1 {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .c_br {
        display: block;
    }
    .c1 {
        background: url("../../images/esg/c1_bgmb.png") no-repeat center;
        background-size: cover;
    }
    .c1 .content {
        max-width: 330px;
        align-items: center;
        justify-content: flex-start;
        padding: 80px 0 0;
    }
    .c1 h1 {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .c1 h2 {
        font-size: 20px;
        padding: 0 0 25px;
        text-align: center;
    }
    .c1 a {
        max-width: 150px;
        height: 35px;
        font-size: 18px;
        border-radius: 17.5px;
    }
    .c2 .content {
        padding: 60px 15px 65px;
    }
    .c2 h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .c2 h1 {
        font-size: 28px;
        padding: 0 0 40px;
    }
    .c2 .c2_rbas {
        flex-direction: column;
    }
    .c2 .c2_rbas .c2_rba {
        align-items: center;
    }
    .c2 .c2_rbas .c2_rbasimg {
        position: relative;
        z-index: 9999;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxt {
        justify-content: center;
        align-items: flex-start;
        height: auto;
        max-width: initial;
        padding: 80px 15px 30px;
        margin: -50px 0 0;
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxt:nth-child(1) {
        position: relative;
        z-index: 999;
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxt img {
        margin: 0;
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxt picture {
        width: 100%;
        max-width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxt .c2_p {
        max-width: initial;
        font-size: 18px;
        padding: 0;
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxtg {
        background-image: initial;
        background: rgba(73, 141, 132, 1);
    }
    .c2 .c2_rbas .c2_rba .c2_rbatxtgr {
        background-image: initial;
        background: rgba(76, 199, 126, 1);
    }
    .c3 {
        background: url("../../images/esg/c3_bgmb.png") no-repeat center bottom;
        background-size: cover;
    }
    .c3 .content {
        padding: 0 15px 75px;
    }
    .c3 h2 {
        font-size: 20px;
        padding: 0 0 30px;
    }
    .c3 h2 br {
        display: none;
    }
    .c3 h1 {
        font-size: 28px;
        padding: 0 0 30px;
    }
    .c3 h3 {
        font-size: 24px;
        padding: 0 0 15px;
    }
    .c3 h4 {
        font-size: 16px;
    }
    .c3 .c3_s {
        margin: 0 0 40px;
    }
    .c3 .c3_s .arr-btn span {
        display: block;
    }
    .c3 .c3_s .c3_slist.c3_hover .arr-line {
        display: block;
    }
    .c3 .c3_s .c3_slist .arr-line {
        display: none;
        width: 1px;
        height: 20px;
        right: -18px;
        top: 100%;
        opacity: initial;
    }
    .c3 .c3_s .c3_slistg .arr-line {
        left: -18px;
    }
    .c3 .c3_s .c3_slist.c3_hover h6 {
        display: block;
        opacity: initial;
        visibility: visible !important;
    }
    .c3 .c3_s .c3_slist h6 {
        display: none;
        font-size: 18px;
        padding: 7px 15px;
        opacity: initial;
        background: rgba(255, 255, 255, 0.8);
    }
    .c3 .c3_s .c3_slistb h6 {
        top: 35px;
        right: 0px;
    }
    .c3 .c3_s .c3_slistg h6 {
        top: 30px;
        left: 0px;
    }
    .c3 .c3_s .c3_slistgr h6 {
        top: 35px;
        right: 0px;
    }
    .c3 a {
        max-width: 300px;
        height: 50px;
        font-size: 22px;
        border-radius: 25px;
    }
    .c4 {
        background: url("../../images/esg/c4_bgmb.png") no-repeat center;
        background-size: cover;
    }
    .c4 .content {
        height: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 0;
    }
    .c4 .c4_imgs{
        flex-direction: column;
    }
    .c4 .c4_img {
        display: block;
        margin: 0 auto 40px;
    }
    .c4 h1 {
        font-size: 28px;
        padding: 0 0 30px;
        line-height: 1.2;
    }
    @media screen and (max-width: 768px) {
        .c3{
            background-size: initial;
        }
        .c4 .c4_benefit {
            background: url("../../images/esg/c4_bgimgmb.png") no-repeat center;
        }
        .c4 .c4_benefit {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            margin: 0 0 35px;
            flex-direction: column;
        }
        .c4 .c4_benefit img {
            display: none;
        }
        .c4 .c4_benefit .c4_benefittxt .c4_benefittxtmb img {
            display: block;
            width: 90px;
        }
        .c4 .c4_benefit .c4_benefittxt p br {
            display: none;
        }
        .c4 .c4_benefit .c4_benefittxt p {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            line-height: 1.2;
            max-width: 220px;
        }

        .c4 .c4_benefit .c4_benefittxt {
            margin: 0;
        }
    }

    .c4 .c4_benefit .c4_benefittxt .c4_benefittxtmb {
        display: flex;
        align-items: center;
        margin: 0 0 10px;
    }

    .c4 .c4_benefit .c4_benefittxt h2 {
        width: 100%;
        max-width: 130px;
        height: 35px;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f76854;
        border-radius: 17.5px;
        margin: 0 0 5px 10px;
    }

    .c4 .c4_boxs {
        display: flex;
        flex-direction: column;
        max-width: 900px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .c4 .c4_boxs .c4_box {
        display: flex;
        align-items: center;
        margin: 0 0 10px;
    }
    .c4 .c4_boxs .c4_box picture {
        width: 100%;
        max-width: 31px;
        margin: 0 5px;
    }
    .c4 .c4_boxs .c4_box img {
        width: 100%;
        margin: 0;
        max-width: 31px;
    }
    .c4 .c4_boxs .c4_box h3 {
        width: 100%;
        max-width: 550px;
        height: auto;
        background: #eaeaea;
        border: 2px solid #49878d;
        border-radius: 20px;
        font-size: 15px;
        color: #000;
        padding: 13px 18px;
    }
    .c4 .c4_boxs .c4_box h3 span {
        color: #f76854;
    }
    .c4 .c4_boxs .c4_box p {
        width: 100%;
        max-width: 131px;
        font-size: 18px;
        font-weight: bold;
        color: #f76854;
        line-height: 1;
        padding: 0;
    }
    .c4 a {
        width: 100%;
        max-width: 250px;
        height: 40px;
        background: #49878d;
        border-radius: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px calc(10px + (160 - 10) * ((100vw - 360px) / (1024 - 360)))
            0 auto;
    }
    .c4 .c4_afterbefore {
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0;
        overflow: hidden;
    }
    .c4 .c4_afterbefore .c4_after {
        width: 100%;
        height: 180px;
        display: flex;
        background: url("../../images/esg/c4_afterbg.png") no-repeat center;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 0;
    }
    .c4 .c4_afterbefore .c4_after h2 {
        max-width: 40px;
        height: 100%;
        background: #757575;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        display: flex;
        align-items: center;
        line-height: 1;
        padding: 0 0 0 10px;
        border-top-left-radius: 10px;
        z-index: 99999;
    }
    .c4 .c4_afterbefore .c4_after h3 {
        width: 100%;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        line-height: 1.2;
        padding: 18px 0 0 28px;
    }
    .c4 .c4_afterbefore .c4_before {
        width: 100%;
        height: 141px;
        display: flex;
        align-items: center;
        background: url("../../images/esg/c4_beforebg.png") no-repeat center;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0;
    }
    .c4 .c4_afterbefore .c4_before h2 {
        max-width: 40px;
        height: 100%;
        font-size: 20px;
        font-weight: bold;
        background: #4aa082;
        color: #ffffff;
        line-height: 1;
        padding: 0 0 0 10px;
        border-bottom-left-radius: 10px;
        display: flex;
        z-index: 99999;
        align-items: center;
    }
    .c4 .c4_afterbefore .c4_before h3 {
        width: 100%;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: #49878d;
        line-height: 1.2;
        padding: 0 0 0 15px;
    }
    .c4 .c4_swipers {
        width: 100%;
        max-width: 1200px;
        height: 40px;
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("../../images/esg/c4_siperbg.png") no-repeat center left;
    }
    .c4 .c4_swipers .c4_swiper {
        height: 100%;
    }
    .c4 .c4_swipers .swiper-wrapper {
        justify-content: initial;
    }
    .c4 .c4_swipers .swiper-slide {
        max-width: 200px;
        height: 100%;
        background: url("../../images/esg/c4_siperbg.png") no-repeat center;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 3px 0;
    }
    .c4 .c4_swipers .swiper-slide .slidedots {
        width: 100%;
        max-width: 161px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .c4 .c4_swipers .swiper-slide .slidedots h4 {
        position: absolute;
        top: -80px;
        left: 0;
        width: 100%;
        height: 98px;
        background: url("../../images//esg/c4_slidebrmb.png") no-repeat center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        border-radius: 10px;
        padding: 0 0 15px;
        text-align: center;
    }
    .c4 .c4_swipers .swiper-slide .slidedot {
        width: 12px;
        height: 12px;
        background: #49878d;
        border-radius: 50%;
    }
    .c4 .c4_swipers .swiper-slide .slidedots p {
        font-size: 15px;
        color: #000;
        line-height: 1;
    }

    .c5 .content {
        padding: 60px 0 0;
    }
    .c5 h1 {
        font-size: 28px;
        padding: 0 0 60px;
    }

    .c5 .c5_swipers {
        display: none;
    }
    .c5_boxsmb {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    .c5_boxsmb .c5_box {
        width: 100%;
        border-radius: 10px;
        background: #eaeaea;
        border: 2px solid #4cc77e;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 60px;
        padding: 20px 0 0;
    }
    .c5_boxsmb .c5_box .c5_b {
        margin: 0 0 20px;
    }
    .c5_boxsmb .c5_box .c5_b h3 {
        width: 100%;
        max-width: 150px;
        margin: 0 auto 15px;
        height: 35px;
        background: #49878d;
        border-radius: 17.5px;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .c5_boxsmb .c5_box .c5_b p {
        font-size: 16px;
        color: #000;
        line-height: 1.2;
    }
    .c5_boxsmb .c5_box .c5_b img {
        width: 302px;
        margin: 15px 0 0;
    }
    .c6 {
        background: url("../../images/esg/c6_bgmb.png") no-repeat center;
        background-size: cover;
        height: 467px;
        overflow: hidden;
    }
    .c6 .content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .c6 h1 {
        font-size: 26px;
        padding: 0 0 30px;
    }
    /* .covid_p4 {
        width: 100%;
        height: 707px;
        background-image: url("../../images/esg/c6_bgmb.png");
    } */
    .covid_p4_img {
        width: 173px;
        height: 149px;
        background-image: url("../../images/esg/visitorsmb.png");
        margin: -11px 0 0 -11px;
    }
    .covid_p4_img2 {
        width: 173px;
        height: 149px;
        background-image: url("../../images/esg/visitors2mb.png");
        margin: -2px 0 0 5px;
    }
    .covid_p4_img3 {
        width: 173px;
        height: 149px;
        background-image: url("../../images/esg/visitors3mb.png");
        margin: -2px 0 0 0;
    }
    .covid_p4 h6 {
        padding-top: 60px;
    }
    .covid_p4_center_visitors {
        height: 310px;
        background: url("../../images//esg/c6_armb.png") no-repeat center;
    }
    .covid_p4_vitext {
        display: block;
        margin: -30px 0 0;
    }
    .covid_p4_vitext h2 {
        font-size: 16px;
    }

    .covid_p4_center_visitors_vi {
        display: none;
    }
    .covid_p4_center_visitors_vi2_11 {
        display: flex;
        flex-direction: column;
    }
    .covid_p4_center_visitors_vi2_11:nth-child(2) {
        padding-top: 2px;
    }
    .covid_p4_center_visitors_vi2_11:nth-child(6) {
        padding-right: 7px;
    }
    .covid_p4_center_visitors_vi1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 150px;
        margin: 20px auto 0;
    }
    .covid_p4_center_visitors_vi1 > div > div {
        width: 69px;
        height: 28px;
        margin: 0 auto 9px;
        font-size: 19px;
        color: #000;
        font-weight: 600;
        background-color: #ffc600;
        border-radius: 10px;
        line-height: 28px;
    }
    .covid_p4_center_visitors_vi1 > div p {
        font-size: 16px;
        color: #ffffff;
    }
    .covid_p4_center_visitors_vi2_1 {
        flex-direction: column;
    }
    .covid_p4_center_visitors_vi2_1 {
        display: none;
    }
    .covid_p4_center_visitors_vi2_3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .covid_p4_center_visitors_vi2_2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .covid_p4_center_visitors_vi2_3 > div {
        width: 69px;
        height: 28px;
        font-size: 18px;
        margin: 0;
        line-height: 30px;
        margin: 18px 0 10px 0;
    }
    .covid_p4_center_visitors_vi2_2 > div {
        width: 69px;
        height: 28px;
        font-size: 18px;
        margin: 0;
        line-height: 30px;
        margin: 18px 0 10px 0;
    }
    .covid_p4_center_visitors_vi > div > div {
        width: 69px;
        height: 28px;
        margin: 18px auto 0;
        font-size: 18px;
        line-height: 30px;
    }
    .covid_p4_center_visitors_vi2_3 p,
    .covid_p4_center_visitors_vi2_2 p,
    .covid_p4_center_visitors_vi > div > p {
        font-size: 16px;
        line-height: 20px;
    }
    .covid_p4_img h3,
    .covid_p4_img2 h3,
    .covid_p4_img3 h3 {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        line-height: 1.1;
        width: 100%;
        max-width: 140px;
        height: 30px;
        background: #f76854;
        border-radius: 32.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto 50px;
    }
    .covid_p4_img h3,
    .covid_p4_img2 h3,
    .covid_p4_img3 h3 {
        margin: 0 auto 4px;
    }
    .covid_p4_img h3 span,
    .covid_p4_img2 h3 span,
    .covid_p4_img3 h3 span {
        font-size: 10px;
    }
}
