*,body {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.esg-page-content {
    width: 100%;
}
.honor-video {
    width: 100%;
    /* margin-top: 100px; */
    padding: 178px 0 160px 0;
}
.honor-swiper-wrap {
    width: 100%;
    position: relative;
}
.swiper-container {
    position: unset;
}
.swiper-wrapper {
    position: unset;
}
.swiper-button-next {
    right: calc(calc(100% - 1472px)/2);
    transform: translateX(60px);
}
.swiper-button-prev {
    left: calc(calc(100% - 1472px)/2);
    transform: translateX(-60px);
}
.honor-swiper {
    max-width: 1472px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
    color: #808080;
}
.swiper-slide {
    width:366px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor-img {
    width: 350px;
    height: 220px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    vertical-align: bottom;
    object-fit: cover;
}
.video-wrap {
    max-width: 1472px;
    margin: 0 auto;
    margin-top: 106px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}
.video-item {
    max-width: 690px;
    max-height: 350px;
    width: calc(50% - 46px);
    object-fit: cover;
    border-radius: 8px;
    /* background: #000; */
}
.video-img {
    width: 100% !important;
    object-fit: cover;
}
.video-a {
    position: relative;
}
.video-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 50px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.video-text-top {
    font-size: 22px;
    display: flex;
    align-items: center;
}
.video-text-arrow {
    display: inline-block;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
    width: 0;
    height: 0;
    margin-left: 18px;
    margin-top: 2px;
}
.video-text-bottom {
    font-size: 18px;
    margin-top: 20px;
}
.governance-structure, .related-policies {
    width: 100%;
}
.governance-structure {
    padding: 136px 0 140px;
}
.governance-container {
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.4);
    background: rgba(255, 255, 255, .4);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 90px 90px;
    color: #666666;
}
.basic-container {
    max-width: 1472px;
}
.pyramid-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.pyramid-box {
    width: 100%;
    height: 300px;
    display: inline-block;
    position: relative;
}
.pyramid-layer {
    margin: 0 auto;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom-style: solid;
    box-sizing: content-box;
    margin-top: 3px;
    position: relative;
    line-height: 52px;
    z-index: 9;
}
.pyramid-layer::after {
    position: absolute;
    content: "01";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 26px;
    text-align: center;
    z-index: 99;
}
.layer1 {
    width: 0;
    border-bottom-color: #979798;
    margin-top: 0;
    border-right: 59px solid transparent;
    border-left: 59px solid transparent;
    border-bottom-width: 98px;
}
.layer2 {
    width: 120px;
    border-bottom-color: #b9babb;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
    border-bottom-width: 70px;
}
.layer3 {
    width: 206px;
    border-bottom-color: #d2d2d3;
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-bottom-width: 60px;
}
.layer4 {
    width: 280px;
    border-bottom-color: #e1e1e2;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-bottom-width: 52px;
}
.layer1:hover {
    border-bottom-color: #066036 !important;
}
.layer2:hover {
    border-bottom-color: #22802e !important;
}
.layer3:hover {
    border-bottom-color: #5da526 !important;
}
.layer4:hover {
    border-bottom-color: #8dc916 !important;
}
.layer1::after {
    content: "01";
    line-height: 116px;
}
.layer2::after {
    content: "02";
    line-height: 70px;
}
.layer3::after {
    content: "03";
    line-height: 60px;
}
.layer4::after {
    content: "04";
    line-height: 52px;
}
.layer-info {
    position: absolute;
    color: #666666;
    width: 50%;
}
.layer-info .layer-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    border-bottom: 2px solid #979798;
    padding-bottom: 4px;
    position: relative;
}
.layer-info .short-line {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #979798;
}
.layer1-info {
    width: 50%;
    left: 0;
    top: 20px;
}
.layer2-info {
    right: 0;
    top: 100px;
}
.layer3-info {
    top: 170px;
}
.layer4-info {
    right: 0;
    top: 225px;
}
.layer2-info .layer-title {
    border-bottom: 2px solid #b9babb;
    text-align: right;
}
.layer2-info .short-line, .layer4-info .short-line {
    left: unset;
    right: 0;
    background: #b9babb;
}
.layer3-info .short-line {
    background: #d2d2d3;
}
.layer3-info .layer-title {
    border-bottom: 2px solid #d2d2d3;
}
.layer4-info .short-line {
    background: #e1e1e2;
}
.layer4-info .layer-title {
    border-bottom: 2px solid #e1e1e2;
    text-align: right;
}
.layer1-info:hover .short-line {
    background: #066036 !important;
}
.layer1-info:hover .layer-title {
    border-bottom-color: #066036 !important;
}
.layer2-info:hover .short-line {
    background: #22802e !important;
}
.layer2-info:hover .layer-title {
    border-bottom-color: #22802e !important;
}
.layer3-info:hover .short-line {
    background: #5da526 !important;
}
.layer3-info:hover .layer-title {
    border-bottom-color: #5da526 !important;
}
.layer4-info:hover .short-line {
    background: #8dc916 !important;
}
.layer4-info:hover .layer-title {
    border-bottom-color: #8dc916 !important;
}
.layer-info .layer-desc {
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 60px);
    padding-top: 4px;
    display: flex;
}
.layer2-info .layer-desc {
    width: calc(100% - 124px);
    margin-left: auto;
    justify-content: flex-end;
}
.layer3-info .layer-desc {
    width: calc(100% - 164px);
}
.layer4-info .layer-desc {
    width: calc(100% - 180px);
    margin-left: auto;
    justify-content: flex-end;
}
.introduce-text {
    font-size: 16px;
    line-height: 30px;
}
.related-policies {
    padding: 50px 0 100px;
}
.title-text {
    font-size: 28px;
    text-align: center;
    position: relative;
    margin-bottom: 120px;
    color: #666666;
}
.title-text::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    width: 42px;
    height: 4px;
    border-radius: 4px;
    background: #25852f;
    margin-left: -21px;
}
.governance-structure .title-text {
    margin-bottom: 90px;
}
.report-title {
    margin-top: 160px;
}
.policy-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.policy-item {
    width: calc(50% - 45px);
    height: 205px;
    background: #fff;
    border-radius: 12px;
    box-shadow:0 2px 12px 0 rgba(0,0,0,.4);
    cursor: pointer;
    padding: 50px 0 0 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.sector-box {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #efefef;
}
.subtitle-text {
    font-size: 18px;
    color: #666666;
    display: flex;
    align-items: center;
}
.policy-item:hover .subtitle-text {
    color: #007f49;
}
.arrow-right {
    display: inline-block;
    border: 9px solid transparent;
    border-left: 12px solid #cbcbcb;
    width: 0;
    height: 0;
    margin-left: 30px;
}
.policy-item:hover .arrow-right {
    border-left: 12px solid #007f49;
}
.policy-icon {
    width: 80px;
    height: 92px;
    position: absolute;
    right: 28px;
    bottom: 25px;
    z-index: 9;
    display: flex;
}
.policy-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.icon-active {
    display: none;
}
.report-box {
    margin: 0 auto;
    height: 152px;
    background: #fff;
    border-radius: 12px;
    box-shadow:0 2px 12px 0 rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.report-box:hover .subtitle-text {
    color: #007f49;
}
.report-box .icon3 {
    width: 56px;
    height: 58px;
    margin-right: 50px;
    display: flex;
}
.icon3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.marginTop {
    /* margin-top: 100px; */
}
.responsibilities-mobile {
    width: 0;
    display: none;
}
.more {
    width: 127px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    font-size: 15px;
    color: #25852f;
    border-radius: 2px;
    transition: background .3s, color .3s, border .3s;
    margin-top: 45px;
}
@media screen and (max-width: 1920px) {
    .honor-swiper {
        width: 76.6%;
    }
    .swiper-button-next {
        right: 11.7%;
        transform: translateX(60px);
    }
    .swiper-button-prev {
        left: 11.7%;
        transform: translateX(-60px);
    }
}
@media screen and (max-width: 1440px) {
    .honor-video {
        padding: 108px 0 90px 0;
    }
    .honor-swiper {
        width: 86%;
    }
    .swiper-button-next {
        right: 7%;
        transform: translateX(40px);
    }
    .swiper-button-prev {
        left: 7%;
        transform: translateX(-40px);
    }
    .video-wrap {
        width: 88%;
    }
    .video-item {
        width: calc(50% - 26px);
        height: 270px;
    }
    .basic-container {
        width: 90%;
    }
    .policy-item {
        width: calc(50% - 30px);
        height: 180px;
        padding: 35px 0 0 30px;
    }
    .report-title {
        margin-top: 78px;
    }
    .title-text {
        font-size: 24px;
        margin-bottom: 80px;
    }
    .governance-structure .title-text {
        margin-bottom: 58px;
    }
    .pyramid-wrap {
        margin-top: 58px;
    }
    .subtitle-text {
        font-size: 16px;
    }
    .governance-structure {
        padding: 80px 0;
    }
    .related-policies {
        padding: 30px 0 80px;
    }
    .governance-container {
        padding: 40px 50px;
    }
    .introduce-text {
        font-size: 14px;
        line-height: 24px;
    }
    .layer-info .layer-title {
        font-size: 14px;
        line-height: 24px;
    }
    .layer-info .layer-desc {
        font-size: 12px;
        line-height: 20px;
    }
    .video-text {
        padding: 0 40px 40px;
    }
}
@media screen and (max-width: 1024px) {
    .video-wrap {
        margin-top: 78px;
    }
    .video-item {
        width: calc(50% - 16px);
        height: 220px;
    }
    .marginTop {
        /* margin-top: 70px;  */
    }
    .governance-container {
        padding: 50px 30px;
    }
    .pyramid-layer {
        margin-top: 2px;
    }
    .layer1 {
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
        border-bottom-width: 88px;
        border-bottom-color: #066036 !important;
    }
    .layer2 {
        width: 82px;
        border-right: 32px solid transparent;
        border-left: 32px solid transparent;
        border-bottom-color: #22802e !important;
    }
    .layer3 {
        width: 148px;
        border-right: 28px solid transparent;
        border-left: 28px solid transparent;
        border-bottom-color: #5da526 !important;
    }
    .layer4 {
        width: 206px;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-bottom-color: #8dc916 !important;
    }
    .layer2-info {
        top: 92px;
    }
    .layer3-info {
        top: 158px;
    }
    .layer4-info {
        top: 218px;
    }
    .layer1-info .layer-desc {
        width: calc(100% - 124px);
    }
    .layer2-info .layer-desc {
        width: calc(100% - 124px);
    }
    .layer3-info .layer-desc {
        width: calc(100% - 138px);
    }
    .layer4-info .layer-desc {
        width: calc(100% - 150px);
        margin-left: auto;
        justify-content: flex-end;
    }
    .layer1-info .short-line {
        background: #066036 !important;
    }
    .layer2-info .short-line {
        background: #22802e !important;
    }
    .layer3-info .short-line {
        background: #5da526 !important;
    }
    .layer4-info .short-line {
        background: #8dc916 !important;
    }
    .layer1-info .layer-title {
        border-bottom-color: #066036 !important;
    }
    .layer2-info .layer-title {
        border-bottom-color: #22802e !important;
    }
    .layer3-info .layer-title {
        border-bottom-color: #5da526 !important;
    }
    .layer4-info .layer-title {
        border-bottom-color: #8dc916 !important;
    }
    .pyramid-layer::after {
        font-size: 24px;
    }
    .video-text {
        padding: 0 30px 30px;
    }
    .video-text-top {
        font-size: 20px;
    }
    .video-text-bottom {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .swiper-button-next {
        right: 7%;
        transform: translateX(30px);
    }
    .swiper-button-prev {
        left: 7%;
        transform: translateX(-30px);
    }
    .honor-video {
        /* margin-top: 50px; */
        padding: 88px 0 80px 0;
    }
    .video-wrap {
        width: 92%;
        flex-direction: column;
        align-items: center;
    }
    .video-item {
        width: 100%;
        height: 380px;
    }
    .video-item:last-child {
        margin-top: 20px;
    }
    .title-text {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .subtitle-text {
        font-size: 14px;
    }
    .report-title {
        margin-top: 60px;
    }
    .policy-item {
        width: calc(50% - 20px);
        height: 150px;
        padding: 30px 0 0 25px;
    }
    .policy-icon {
        width: 60px;
        height: 69px;
    }
    .sector-box {
        width: 160px;
        height: 160px;
        right: -80px;
        bottom: -80px;
    }
    .governance-structure {
        padding: 70px 0;
    }
    .related-policies {
        padding: 30px 0 80px;
    }
    .report-box {
        height: 128px;
    }
    .report-box .icon3 {
        width: 46px;
        height: 48px;
    }
    .pyramid-box {
        height: 240px;
    }
    .layer-info .layer-desc {
        font-size: 13px;
        zoom: 0.917;
        line-height: 20px;
    }
    .layer3-info {
        top: 160px;
    }
    .layer1 {
        border-right: 32px solid transparent;
        border-left: 32px solid transparent;
        border-bottom-width: 75px;
    }
    .layer2 {
        width: 66px;
        border-right: 22px solid transparent;
        border-left: 22px solid transparent;
        border-bottom-width: 55px;
    }
    .layer3 {
        width: 112px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom-width: 45px;
    }
    .layer4 {
        width: 154px;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-bottom-width: 40px;
    }
    .layer1-info {
        top: 10px;
    }
    .layer2-info {
        top: 76px;
    }
    .layer3-info {
        top: 128px;
    }
    .layer4-info {
        top: 174px;
    }
    .layer1-info .layer-desc {
        width: calc(100% - 54px);
    }
    .layer2-info .layer-desc {
        width: calc(100% - 78px);
    }
    .layer3-info .layer-desc {
        width: calc(100% - 105px);
    }
    .layer4-info .layer-desc {
        width: calc(100% - 110px);
        margin-left: auto;
        justify-content: flex-end;
    }
    .layer1::after {
        line-height: 100px;
    }
    .layer2::after {
        line-height: 55px;
    }
    .layer3::after {
        line-height: 45px;
    }
    .layer4::after {
        line-height: 40px;
    }
    .pyramid-layer::after {
        font-size: 20px;
    }
    .pyramid-wrap {
        margin-top: 48px;
    }
    .introduce-text {
        font-size: 13px;
    }
}
@media screen and (max-width: 766px) {
    .pyramid-wrap {
        margin-top: 30px;
    }
    .pyramid-box {
        width: 0;
        display: none;
    }
    .responsibilities-mobile {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .mobile-layer {
        width: 100%;
        position: unset;
        color: #666666;
        margin-top: 15px;
    }
    .mobile-layer:first-child {
        margin-top: 0;
    }
    .mobile-layer-title {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        border-bottom: 1px solid #066036;
        padding-bottom: 4px;
        position: relative;
    }
    .mobile-short-line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 0px;
        background: #5da526;
    }
    .mobile-layer-desc {
        font-size: 12px;
        line-height: 20px;
        padding-top: 4px;
    }
    .serial-number {
        color: #066036;
    }
    .mobile-layer2 .serial-number {
        color: #22802e;
    }
    .mobile-layer3 .serial-number {
        color: #5da526;
    }
    .mobile-layer4 .serial-number {
        color: #8dc916;
    }
    .mobile-layer2 .mobile-layer-title {
        border-bottom: 1px solid #22802e;
    }
    .mobile-layer3 .mobile-layer-title {
        border-bottom: 1px solid #5da526;
    }
    .mobile-layer4 .mobile-layer-title {
        border-bottom: 1px solid #8dc916;
    }
}
@media screen and (max-width: 600px) {
    .governance-container {
        border-radius: 8px;
    }
    .video-wrap {
        margin-top: 48px;
    }
    .swiper-slide {
        width: 360px;
    }
    .honor-img {
        width: 340px;
    }
    .swiper-button-next {
        right: 7%;
        transform: translateX(25px);
    }
    .swiper-button-prev {
        left: 7%;
        transform: translateX(-25px);
    }
    .policy-box {
        flex-direction: column;
    }
    .policy-item {
        width: 100%;
        margin-top: 20px;
        border-radius: 8px;
    }
    .policy-item:first-child {
        margin-top: 0;
    }
    .report-box {
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 8px;
    }
    .report-box .icon3 {
        margin-left: 10px;
        margin-right: 30px;
    }
    .video-text {
        padding: 0 24px 24px;
    }
    .video-text-top {
        font-size: 16px;
    }
    .video-text-bottom {
        font-size: 12px;
    }
}
@media screen and (max-width: 440px) {
    .honor-video {
        padding: 58px 0 58px 0;
    }
    .introduce-text {
        font-size: 12px;
    }
    .mobile-layer-title {
        font-size: 12px;
    }
    .mobile-layer-desc {
        font-size: 12px;
        zoom: 0.83;
    }
    .marginTop {
        /* margin-top: 50px; */
    }
    .video-item {
        height: 220px;
    }
}
@media screen and (max-width: 414px) {
    .swiper-slide {
        width: 100%;
        height: 220px;
    }
    .honor-img {
        width: calc(100% - 24px);
        height: 184px;
    }
}
@media screen and (max-width: 380px) {
    .video-item {
        height: 194px;
    }
}
@media screen and (max-width: 374px) {
    .swiper-slide {
        height: 200px;
    }
    .honor-img {
        height: 174px;
    }
    .governance-container {
        padding: 30px 20px;
    }
    .related-policies {
        padding: 20px 0 70px;
    }
    .report-title {
        margin-top: 45px;
    }
    .policy-item {
        height: 136px;
    }
    .arrow-right {
        border: 7px solid transparent;
        border-left: 9px solid #cbcbcb;
        margin-left: 20px;
    }
    .sector-box {
        width: 140px;
        height: 140px;
        right: -70px;
        bottom: -70px;
    }
    .policy-icon {
        width: 50px;
        height: 57px;
    }
    .introduce-text {
        font-size: 12px;
        zoom: 0.91;
    }
    .mobile-layer-title {
        font-size: 12px;
        zoom: 0.91;
    }
    .mobile-layer-desc {
        font-size: 12px;
        zoom: 0.83;
    }
    .marginTop {
        /* margin-top: 40px; */
    }
}