.sec1 {
    padding: 180px 0 107px;
}

.sec1 .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 932px;
}

.sec1 .wrap .l .title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
    margin-bottom: 55px;
}

.sec1 .wrap .l .list .item:not(:last-child) {
    margin-bottom: 50px;
}

.sec1 .wrap .l .list .item .item_title {
    display: flex;
    align-items: center;
    gap: 0 21px;
    margin-bottom: 23px;
}

.sec1 .wrap .l .list .item .item_title p {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
}

.sec1 .wrap .l .list .item .item_title .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

.sec1 .wrap .l .list .item .item_title .icon img {
    display: block;
}

.sec1 .wrap .l .list .item .item_text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.sec1 .wrap .r {
    padding: 20px 17px;
    width: 500px;
    background: #F5F5F5;
    border-radius: 10px;
    margin: 30px 0 0;
}

.sec1 .wrap .r .num_item {
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 37px 38px 0;
    position: relative;
}

.sec1 .wrap .r .num_item:not(:last-child) {
    margin-bottom: 10px;
}

.sec1 .wrap .r .num_item .icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 126px;
    opacity: 0.2;
    transition: 0.6s;
}

.sec1 .wrap .r .num_item .icon img {
    display: block;
    width: 100%;
}

.sec1 .wrap .r .num_item .txt .num_item_title {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 12px 0 0;
}

.sec1 .wrap .r .num_item .txt .num {
    display: flex;
    align-items: flex-start;
    gap: 0 9px;
}

.sec1 .wrap .r .num_item .txt .num p {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 52px;
    color: #006A52;
    line-height: 1;
}

.sec1 .wrap .r .num_item .txt .num span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 20px;
    color: #006A52;
}

.sec1 .wrap .r .num_item:nth-child(4) .icon {
    width: 140px;
    right: -25px;
    bottom: -22px;
}

.sec1 .wrap .r .num_item:hover .icon {
    opacity: 1;
}

.sec2 {
    width: 100vw;
}

.sec2 .map {
    width: 100%;
    position: relative;
}

.sec2 .map .box {
    position: absolute;
    right: 0;
    top: 5vh;
  pointer-events: none;
}
.sec2 .map .box .wrap {
  pointer-events: none;
}
.sec2 .map .box .wrap .item {
    width: 250px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 6px;
    transition: 0.6s;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 35px;
    cursor: pointer;
  pointer-events: auto;
}

.sec2 .map .box .wrap .item .name {
    width: 111px;
    font-weight: 400;
    font-size: 16px;
    color: #02755F;
    line-height: 20px;
    transition: 0.6s;
}

.sec2 .map .box .wrap .item .icon {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec2 .map .box .wrap .item .icon img {
    display: block;
    object-fit: unset;
}

.sec2 .map .box .wrap .item:hover, .sec2 .map .box .wrap .item.on {
    background: #02755F;
}

.sec2 .map .box .wrap .item:hover .name, .sec2 .map .box .wrap .item.on .name {
    color: #FFFFFF;
}

.sec2 .map .box .wrap .item:hover .icon, .sec2 .map .box .wrap .item.on .icon {
    filter: brightness(0) invert(1);
}

.sec2 .map .box .wrap .item:nth-last-child(1) .icon, .sec2 .map .box .wrap .item:nth-last-child(2) .icon {
    height: 42px;
}

.sec2 .map img {
    display: block;
    width: 100%;
}

.sec2 .map .map_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec2 .map .map_box .dian {
    position: absolute;
  cursor: pointer;
}

.sec2 .map .map_box .dian .cir {
    width: 10px;
    height: 10px;
    background: #02755F;
    border-radius: 50%;
    position: relative;
    transition: 0.6s;
}

.sec2 .map .map_box .dian .cir:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #02755F;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    transition: 0.6s;
}

.sec2 .map .map_box .dian .cir:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #02755F;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    animation-delay: 1.5s;
    transition: 0.6s;
}

.sec2 .map .map_box .dian p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    position: absolute;
    width: max-content;
    top: 50%;
    transform: translate(100%, -50%);
    right: -28px;
}
.sec2 .map .map_box .dian:nth-child(3) p {
    right: unset;
    left: -96px;
}
.sec2 .map .map_box .dian:nth-child(1) {
    top: 7.1875vw;
    left: 33.3333333333vw;
}

.sec2 .map .map_box .dian:nth-child(2) {
    top: 22.4479166667vw;
    left: 65.1041666667vw;
}

.sec2 .map .map_box .dian:nth-child(3) {
    top: 23.8541666667vw;
    left: 80.78125vw;
}

.sec2 .map .map_box .dian:nth-child(4) {
    top: 18.75vw;
    left: 84.3229166667vw;
}

.sec2 .map .map_box .dian:nth-child(5) {
    top: 19.7395833333vw;
    left: 84.84375vw;
}
.sec2 .map .map_box .dian:nth-child(6) {
    top: 23.654167vw;
    left: 81.28125vw;
}

.sec2 .map .map_box .dian.on .cir {
    width: 14px;
    height: 14px;
    transform: scale(1.2);
}



.sec2 .list {
    margin: -156px 0 0 auto;
}

.sec2 .list .item {
    display: none;
    width: 100%;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 56, 45, 0.08);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 37px 104px 37px 47px;
}

.sec2 .list .item .img {
    width: 740px;
    height: 456px;
    border-radius: 6px;
    overflow: hidden;
}

.sec2 .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .list .item .img:hover img {
    transform: scale(1.1);
}

.sec2 .list .item .item_txt {
    width: 585px;
}

.sec2 .list .item .item_txt .item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2 .list .item .item_txt .item_title h5 {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 40px;
}

.sec2 .list .item .item_txt .item_title .map_link {
    display: flex;
    gap: 0 18px;
}

.sec2 .list .item .item_txt .item_title .map_link a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.sec2 .list .item .item_txt .item_title .map_link a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.sec2 .list .item .item_txt .item_title .map_link a:hover img {
    transform: scale(1.2);
}

.sec2 .list .item .item_txt .item_text {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    max-height: 256px;
    overflow-y: scroll;
    padding: 0;
    margin: 30px 0;
}

.sec2 .list .item .item_txt .more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    width: fit-content;
    padding: 0 30px 0 28px;
    height: 54px;
    background: #006A52;
    border-radius: 6px;
}

.sec2 .list .item .item_txt .more p {
    font-weight: 100;
    font-size: 15px;
    color: #FFFFFF;
}

.sec2 .list .item .item_txt .more .iconfont {
    font-weight: 100;
    font-size: 10px;
    color: #FFFFFF;
}

.sec2 .list .item.on {
    display: flex;
}

.sec3 {
    padding: 130px 0 69px;
}

.sec3 .wrap .title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
    margin-bottom: 60px;
}

.sec3 .wrap .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec3 .wrap .content .l {
    width: 790px;
    border-radius: 4px;
    overflow: hidden;
}

.sec3 .wrap .content .l img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec3 .wrap .content .l:hover img {
    transform: scale(1.1);
}

.sec3 .wrap .content .r {
    width: 700px;
}

.sec3 .wrap .content .r .item:not(:last-child) {
    margin-bottom: 66px;
}

.sec3 .wrap .content .r .item h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    margin-bottom: 18px;
}

.sec3 .wrap .content .r .item p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.sec3 .wrap .content .r .item .item_line {
    margin: 28px 0 0;
    width: 100%;
    height: 1px;
    background: #DFDFDF;
}

.sec4 {
    background: #F7F7F7;
    padding: 62px 0 175px;
}

.sec4 .wrap .title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
    margin-bottom: 60px;
}

.sec4 .wrap .list {
    display: flex;
    gap: 94px;
}

.sec4 .wrap .list .item {
    width: 464px;
}

.sec4 .wrap .list .item .img {
    width: 100%;
    height: 286px;
    overflow: hidden;
}

.sec4 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .list .item h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    margin: 50px 0 24px;
}

.sec4 .wrap .list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.sec4 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
html[lang='en'] .sec2 .map .box .wrap .item .name {
    width: 210px;
}
html[lang='en'] .sec2 .map .box .wrap .item {
    width: 350px;
}
/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 9.375vw 0px 5.5729166667vw;
    }
    .sec1 .wrap .l{
        width: 48.5416666667vw;
    }
    .sec1 .wrap .l .title{
        font-size: 2.1875vw;
        margin-bottom: 2.8645833333vw;
    }
    .sec1 .wrap .l .list .item:not(:last-child){
        margin-bottom: 2.6041666667vw;
    }
    .sec1 .wrap .l .list .item .item_title{
        gap: 0px 1.09375vw;
        margin-bottom: 1.1979166667vw;
    }
    .sec1 .wrap .l .list .item .item_title p{
        font-size: 1.25vw;
    }
    .sec1 .wrap .l .list .item .item_title .icon{
        width: 2.34375vw;
        height: 2.34375vw;
    }
    .sec1 .wrap .l .list .item .item_text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec1 .wrap .r{
        padding: 1.0416666667vw 0.8854166667vw;
        width: 26.0416666667vw;
        border-radius: 0.5208333333vw;
        margin: 1.5625vw 0px 0px;
    }
    .sec1 .wrap .r .num_item{
        height: 7.8125vw;
        border-radius: 0.5208333333vw;
        padding: 1.9270833333vw 1.9791666667vw 0px;
    }
    .sec1 .wrap .r .num_item:not(:last-child){
        margin-bottom: 0.5208333333vw;
    }
    .sec1 .wrap .r .num_item .icon{
        bottom: -0.5208333333vw;
        right: -0.5208333333vw;
        width: 6.5625vw;
    }
    .sec1 .wrap .r .num_item .txt .num_item_title{
        font-size: 0.8333333333vw;
        margin: 0.625vw 0px 0px;
    }
    .sec1 .wrap .r .num_item .txt .num{
        gap: 0px 0.46875vw;
    }
    .sec1 .wrap .r .num_item .txt .num p{
        font-size: 2.7083333333vw;
    }
    .sec1 .wrap .r .num_item .txt .num span{
        font-size: 1.0416666667vw;
    }
    .sec1 .wrap .r .num_item:nth-child(4) .icon{
        width: 7.2916666667vw;
        right: -1.3020833333vw;
        bottom: -1.1458333333vw;
    }
    .sec2 .map .box .wrap .item{
        width: 13.0208333333vw;
        height: 3.5416666667vw;
        border-radius: 0.3125vw;
        margin-bottom: 0.5208333333vw;
        padding: 0px 1.3020833333vw 0px 1.8229166667vw;
    }
    .sec2 .map .box .wrap .item .name{
        width: 5.78125vw;
        font-size: 0.8333333333vw;
        line-height: 1.0416666667vw;
    }
    .sec2 .map .box .wrap .item .icon{
        width: 3.125vw;
        height: 2.8645833333vw;
    }
    .sec2 .map .box .wrap .item:nth-last-child(1) .icon, .sec2 .map .box .wrap .item:nth-last-child(2) .icon{
        height: 2.1875vw;
    }
    .sec2 .map .map_box .dian .cir{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .sec2 .map .map_box .dian .cir::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .sec2 .map .map_box .dian .cir::before{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .sec2 .map .map_box .dian p{
        font-size: 0.9375vw;
        right: -1.4583333333vw;
    }
    .sec2 .map .map_box .dian:nth-child(3) p{
        left: -5vw;
    }
    .sec2 .map .map_box .dian.on .cir{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    .sec2 .list{
        margin: -8.125vw 0px 0px auto;
    }
    .sec2 .list .item{
        height: 27.6041666667vw;
        box-shadow: rgba(0, 56, 45, 0.08) 0px 0px 1.5625vw 0px;
        border-radius: 1.0416666667vw;
        padding: 1.9270833333vw 5.4166666667vw 1.9270833333vw 2.4479166667vw;
    }
    .sec2 .list .item .img{
        width: 38.5416666667vw;
        height: 23.75vw;
        border-radius: 0.3125vw;
    }
    .sec2 .list .item .item_txt{
        width: 30.46875vw;
    }
    .sec2 .list .item .item_txt .item_title h5{
        font-size: 1.25vw;
        line-height: 2.0833333333vw;
    }
    .sec2 .list .item .item_txt .item_title .map_link{
        gap: 0px 0.9375vw;
    }
    .sec2 .list .item .item_txt .item_title .map_link a{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 0.2083333333vw;
    }
    .sec2 .list .item .item_txt .item_text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        max-height: 13.3333333333vw;
        margin: 1.5625vw 0px;
    }
    .sec2 .list .item .item_txt .more{
        gap: 0px 0.4166666667vw;
        padding: 0px 1.5625vw 0px 1.4583333333vw;
        height: 2.8125vw;
        border-radius: 0.3125vw;
    }
    .sec2 .list .item .item_txt .more p{
        font-size: 0.78125vw;
    }
    .sec2 .list .item .item_txt .more .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec3{
        padding: 6.7708333333vw 0px 3.59375vw;
    }
    .sec3 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 3.125vw;
    }
    .sec3 .wrap .content .l{
        width: 41.1458333333vw;
        border-radius: 0.2083333333vw;
    }
    .sec3 .wrap .content .r{
        width: 36.4583333333vw;
    }
    .sec3 .wrap .content .r .item:not(:last-child){
        margin-bottom: 3.4375vw;
    }
    .sec3 .wrap .content .r .item h5{
        font-size: 1.25vw;
        margin-bottom: 0.9375vw;
    }
    .sec3 .wrap .content .r .item p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec3 .wrap .content .r .item .item_line{
        margin: 1.4583333333vw 0px 0px;
    }
    .sec4{
        padding: 3.2291666667vw 0px 9.1145833333vw;
    }
    .sec4 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 3.125vw;
    }
    .sec4 .wrap .list{
        gap: 4.8958333333vw;
    }
    .sec4 .wrap .list .item{
        width: 24.1666666667vw;
    }
    .sec4 .wrap .list .item .img{
        height: 14.8958333333vw;
    }
    .sec4 .wrap .list .item h5{
        font-size: 1.25vw;
        margin: 2.6041666667vw 0px 1.25vw;
    }
    .sec4 .wrap .list .item p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    html[lang='en'] .sec2 .map .box .wrap .item .name {
        width: 10.9375vw;
    }
    html[lang='en'] .sec2 .map .box .wrap .item {
        width: 18.22916666666vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;

    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 .wrap .l .title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .sec1 .wrap .l .list .item:not(:last-child) {
        margin-bottom: 40px;
    }
    .sec1 .wrap .l .list .item .item_title {
        gap: 0 10px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .l .list .item {
        padding: 0 0 15px;
        border-bottom: 1px solid #ccc;
    }
    .sec1 .wrap .l .list .item .item_text {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .l .list .item .item_title p {
        font-size: 20px;
    }
    .sec1 .wrap .l .list .item .item_title .icon {
        width: 30px;
        height: 30px;
    }
    .sec1 .wrap .r {
        padding: 20px;
        width: 100%;
        border-radius: 8px;
        margin: 50px 0 0;
    }
    .sec1 .wrap .r .num_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec1 .wrap .r .num_item {
        height: unset;
        padding: 20px;
        border-radius: 6px;
    }
    .sec1 .wrap .r .num_item .txt .num p {
        font-size: 40px;
    }
    .sec1 .wrap .r .num_item .txt .num span {
        font-size: 16px;
    }
    .sec1 .wrap .r .num_item .txt .num_item_title {
        font-size: 14px;
        margin: 6px 0 0;
    }
    .sec1 .wrap .r .num_item .icon {
        bottom: -10px;
        right: -10px;
        width: 75px;
    }
    .sec1 .wrap .r .num_item:nth-child(4) .icon {
        width: 80px;
        right: -15px;
        bottom: -10px;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .content {
        display: block;
    }
    .sec3 .wrap .content .l {
        width: 100%;
        border-radius: 6px;
    }
    .sec3 .wrap .content .r {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec3 .wrap .content .r .item:not(:last-child) {
        margin-bottom: 40px;
    }
    .sec3 .wrap .content .r .item h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec3 .wrap .content .r .item p {
        font-size: 15px;
        line-height: 2;
    }
    .sec3 .wrap .content .r .item .item_line {
        margin: 15px 0 0;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec4 .wrap .list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec4 .wrap .list .item {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 15px;
    }
    .sec4 .wrap .list .item .img {
        height: 55vw;
    }
    .sec4 .wrap .list .item h5 {
        font-size: 18px;
        margin: 30px 0 10px;
    }
    .sec4 .wrap .list .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec2 .map .map_box,.sec2 .map img,.sec2 .map .box .wrap .item .name,.sec2 .map .box .wrap .item .icon {
        display: none;
    }
    .sec2 .map .box .wrap .item {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 0;
        background: #ccc;
    }
    .sec2 .map .box {
        position: unset;

    }
    .sec2 .map {
        margin: 20px 0 0;
    }
    .sec2 {
        padding: 20px 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec2 .map .box .wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .sec2 .list {
        margin: 0;
    }
    .sec2 .list .item {
        height: unset;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0px 0px 30px 0px rgba(0, 56, 45, 0.08);
    }
    .sec2 .list .item.on {
        display: block;
    }
    .sec2 .list .item .img {
        width: 100%;
        height: 47vw;
        border-radius: 6px;
    }
    .sec2 .list .item .item_txt {
        width: 100%;
        padding: 30px 0 0;
    }
    .sec2 .list .item .item_txt .item_title h5 {
        font-size: 20px;
        line-height: 1;
    }
    .sec2 .list .item .item_txt .item_title .map_link a {
        width: 30px;
        height: 30px;
    }
    .sec2 .list .item .item_txt .item_title .map_link {
        gap: 0 15px;
    }
    .sec2 .list .item .item_txt .item_text {
        font-size: 15px;
        line-height: 2;
        margin: 20px 0;
        max-height: 300px;
    }
    .sec2 .list .item .item_txt .more p {
        font-size: 15px;
    }
    .sec2 .list .item .item_txt .more {
        gap: 0 5px;
        padding: 0 20px;
        height: 40px;
        border-radius: 4px;
    }
    .sec2 .list .item .item_txt .more .iconfont {
        font-size: 10px;
    }
    html[lang='en'] .sec2 .map .box .wrap .item {
        width: 8px;
        height: 8px;
    }
}
