.common_title {
    display: flex;
    align-items: center;
}

.common_title .drop {
    margin-right: 20px;
}

.common_title h3 {
    color: #333;
    font-size: 34px;
}

.section1 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

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

.section1 .wrap .top .left {
    width: 680px;
}

.section1 .wrap .top .left .text {
    margin-top: 30px;
}

.section1 .wrap .top .left .text p {
    color: #666666;
    font-size: 20px;
    line-height: 1.8;
    text-indent: 2em;
}

.section1 .wrap .top .right {
    width: 680px;
}

.section1 .wrap .top .right .img {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.section1 .wrap .top .right .img img {
    filter: brightness(0.8);
}

.section1 .wrap .top .right .img .play {
    width: 100px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    cursor: pointer;
}

.section1 .wrap .top .right .img .play:hover {
    background-color: #3055A5;
}

.section1 .wrap .top .right .img .play:hover .icon {
    background-color: #fff;
}

.section1 .wrap .top .right .img .play:hover .icon span {
    color: #3055A5;
}

.section1 .wrap .top .right .img .play .icon {
    width: 30px;
    height: 30px;
    background-color: #3055A5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    border-radius: 50%;
}

.section1 .wrap .top .right .img .play .icon span {
    color: #CED9E2;
    transition: all 0.6s;
    font-size: 14px;
}

.section1 .wrap .bottom {
    margin-top: 30px;
}

.section1 .wrap .bottom .list {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px 0;
    border-radius: 8px;
}

.section1 .wrap .bottom .list .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.section1 .wrap .bottom .list .item:not(:last-child):after {
    content: "";
    width: 2px;
    height: 50px;
    background: #E9E9E9;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.section1 .wrap .bottom .list .item .value .num {
    color: #3055A5;
    font-size: 36px;
    font-weight: 700;
}

.section1 .wrap .bottom .list .item .key {
    color: #999999;
    margin-top: 6px;
}

.section1 .wrap .bottom .list .item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 50px;
    right: 0;
    background-color: #E9E9E9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section2 {
    position: relative;
}

.section2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.section2 .bg img {
    width: 100%;
    height: 100%;
}

.section2 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section2 .wrap .top {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.section2 .wrap .top .item {
    width: 680px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.section2 .wrap .top .item .color {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(48, 85, 165, 0.2), rgba(63, 128, 197, 0));
}

.section2 .wrap .top .item .icon {
    width: 40px;
    margin-right: 30px;
}

.section2 .wrap .top .item .text {
    width: 550px;
    line-height: 1.6;
}

.section2 .wrap .map {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.section3 .wrap {
    padding: 60px 0;
    width: 1400px;
    margin: 0 auto;
}

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

.section3 .wrap .top .list {
    gap: 20px;
    display: flex;
}

.section3 .wrap .top .list .item {
    background-color: #ffffff;
    width: 130px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.section3 .wrap .top .list .item::after {
    position: absolute;
    background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.6s;
}

.section3 .wrap .top .list .item p {
    position: relative;
    z-index: 10;
    color: #333;
    transition: all 0.6s;
}

.section3 .wrap .top .list .item:hover::after,
.section3 .wrap .top .list .item.active::after {
    opacity: 1;
}

.section3 .wrap .top .list .item:hover p,
.section3 .wrap .top .list .item.active p {
    color: #fff;
}

.section3 .wrap .bottom {
    margin-top: 40px;
}

.section3 .wrap .bottom .image {
    height: 350px;
}

.section3 .wrap .bottom .image img {
    height: 100%;
}

.section3 .wrap .bottom .swiper-slide-active .item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.section3 .wrap .bottom .item {
    background-color: #ffffff;
    padding: 26px 30px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s;
}

.section3 .wrap .bottom .item .content {
    width: 700px;
}

.section3 .wrap .bottom .swiper-pagination-bullets {
    bottom: 18px;
}

.section3 .wrap .bottom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .6s;
    opacity: 1;
    background-color: rgba(255, 255, 255, .5);
}

.section3 .wrap .bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2368F3;
}

.section3 .wrap .bottom .item .content .title {
    margin-bottom: 26px;
}

.section3 .wrap .bottom .item .content .title .ch {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.section3 .wrap .bottom .item .content .title .en {
    color: #CACACA;
    font-size: 16px;
}

.section3 .wrap .bottom .item .content .text {
    text-indent: 2em;
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
}

.section3 .wrap .bottom .item .img {
    width: 540px;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section4 {
}

.section4 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 35px 0 40px;
}

.section4 .wrap .main {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 36px;
}

.section4 .wrap .main .item {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: all .6s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* .section4 .wrap .main .item:hover .img img {
  transform: scale(1.1);
} */
.section4 .wrap .main .item:hover {
    transform: scale(1.05);
}

.section4 .wrap .main .item:hover h4 {
    color: #3055A5;
}

.section4 .wrap .main .item .img {
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
}

.section4 .wrap .main .item .img img {
    transition: all 2s;
    width: 100%;
    height: 100%;
}

.section4 .wrap .main .item h4 {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin: 16px 0 16px;
    transition: all 0.6s;
}

.section4 .wrap .main .item .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section4 .wrap .main .item .content .trem {
    display: flex;
}

.section4 .wrap .main .item .content .trem:nth-child(1) {
    width: 100%;
    height: 56px;
    margin-bottom: 3px;
}

.section4 .wrap .main .item .content .trem .icon {
    margin-right: 10px;
    margin-top: 1px;
}

.section4 .wrap .main .item .content .trem p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    flex: 1;
}

.section5 .wrap {
    padding: 60px 0;
    width: 1400px;
    margin: 0 auto;
}

.section5 .wrap .bottom {
    display: flex;
    margin-top: 36px;
}

.section5 .wrap .bottom .tab {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section5 .wrap .bottom .tab .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.6s;
    position: relative;
    cursor: pointer;
}

.section5 .wrap .bottom .tab .item::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    transition: all 0.6s;
    opacity: 0;
    background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
}

.section5 .wrap .bottom .tab .item:hover::after,
.section5 .wrap .bottom .tab .item.active::after {
    opacity: 1;
}

.section5 .wrap .bottom .tab .item:hover .text,
.section5 .wrap .bottom .tab .item.active .text {
    color: #fff;
}

.section5 .wrap .bottom .tab .item:nth-child(2) .icon span {
    font-size: 30px;
}

.section5 .wrap .bottom .tab .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.section5 .wrap .bottom .tab .item .icon span {
    background: linear-gradient(0deg, #3055A5 0%, #3F80C5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.section5 .wrap .bottom .tab .item .text {
    color: #333;
    font-weight: 700;
    font-size: 28px;
    transition: all 0.6s;
    z-index: 1;
    position: relative;
}

.section5 .wrap .bottom .main {
    width: 1050px;
    margin-left: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.section5 .wrap .bottom .main .swiper-slide-active .list {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.section5 .wrap .bottom .main .list {
    background-color: #ffffff;
    overflow: auto;
    padding: 2px 20px 0 40px;
    height: 462px;
    opacity: 0;
    transform: translateY(20px);

    transition: all 0.6s;
}

.section5 .wrap .bottom .main .list::-webkit-scrollbar {
    height: 0;
}

.section5 .wrap .bottom .main .list .item {
    padding: 24px 0 20px;
    display: block;
}

.section5 .wrap .bottom .main .list .item:hover h5 {
    color: #3055A5;
}

.section5 .wrap .bottom .main .list .item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}

.section5 .wrap .bottom .main .list .item h5 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    transition: all 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section5 .wrap .bottom .main .list .item .content {
    display: flex;
    justify-content: space-between;
}

.section5 .wrap .bottom .main .list .item .content p {
    color: #666666;
    margin-top: 5px;
}



.section6 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 60px 0;
}

.section6 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.section6 .wrap .top .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6 .wrap .top .right .list {
    width: 880px;
}

.section6 .wrap .top .right .prev,
.section6 .wrap .top .right .next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.section6 .wrap .top .right .prev span,
.section6 .wrap .top .right .next span {
    color: #9B9B9C;
}

.section6 .wrap .top .right .prev::after,
.section6 .wrap .top .right .next::after {
    position: absolute;
    background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.6s;
}

.section6 .wrap .top .right .prev span,
.section6 .wrap .top .right .next span {
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}

.section6 .wrap .top .right .prev:hover::after,
.section6 .wrap .top .right .next:hover::after {
    opacity: 1;
}

.section6 .wrap .top .right .prev:hover span,
.section6 .wrap .top .right .next:hover span {
    color: #fff;
}

.section6 .wrap .top .right .prev span {
    transform: rotate(180deg);
}

.section6 .wrap .top .right .list {
    gap: 20px;
    display: flex;
    margin: 0 20px;
}

.section6 .wrap .top .right .list .item {
    background-color: #ffffff;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 15px;
}

.section6 .wrap .top .right .list .item::after {
    position: absolute;
    background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.6s;
}

.section6 .wrap .top .right .list .item p {
    position: relative;
    z-index: 10;
    color: #333;
    transition: all 0.6s;
}

.section6 .wrap .top .right .list .item:hover::after,
.section6 .wrap .top .right .list .swiper-slide-thumb-active .item::after {
    opacity: 1;
}

.section6 .wrap .top .right .list .item:hover p,
.section6 .wrap .top .right .list .swiper-slide-thumb-active .item p {
    color: #fff;
}

.section6 .wrap .bottom .swiper-slide-active .item .right {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.section6 .wrap .bottom .item {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.section6 .wrap .bottom .item .left .img {
    width: 390px;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section6 .wrap .bottom .item .left .img img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.section6 .wrap .bottom .item .right {
    width: 890px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section6 .wrap .bottom .item .right h4 {
    color: #333;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 22px;
}

.section6 .wrap .bottom .item .right .text {
    margin-bottom: 50px;
}

.section6 .wrap .bottom .item .right .text p {
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
}

.section6 .wrap .bottom .item .right .list {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 86px;
}

.section6 .wrap .bottom .item .right .list .trem {
    display: flex;
}

.section6 .wrap .bottom .item .right .list .trem .icon {
    width: 50px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.section6 .wrap .bottom .item .right .list .trem .txt {
    width: 240px;
}

.section6 .wrap .bottom .item .right .list .trem .txt h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

.section6 .wrap .bottom .item .right .list .trem .txt p {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
}

.section6 .wrap .bottom .item .right .more {
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    margin: 20px 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
}

.section7 .wrap {
    width: 1400px;
    padding: 51px 0 60px;
    margin: 0 auto;
}

.section7 .wrap .main {
    margin-top: 36px;
}

.section7 .wrap .main .top {
    display: flex;
    gap: 36px;
}

.section7 .wrap .main .top .img {
    width: 682px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.section7 .wrap .main .top .right {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.section7 .wrap .main .bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 36px;
}

.section7 .wrap .main .item {
    width: 323px;
    height: 80px;
    background-color: #F5F8FD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
}

.section7 .wrap .main .item:hover::after {
    opacity: 1;
}

.section7 .wrap .main .item:hover p {
    color: #fff;
}

.section7 .wrap .main .item:hover .icon span {
    color: #fff;
}

.section7 .wrap .main .item::after {
    position: absolute;
    background: linear-gradient(90deg, #3055A5 0%, #3F80C5 100%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.6s;
    left: 0;
}

.section7 .wrap .main .item p,
.section7 .wrap .main .item .icon {
    position: relative;
    z-index: 1;
}

.section7 .wrap .main .item p {
    transition: all 0.6s;
}

.section7 .wrap .main .item span {
    color: #666666;
    transition: all 0.6s;
}

.section6 .wrap .bottom .item .right .list {
    margin-top: 40px;
}


@media screen and (max-width: 1919px) {
    .common_title .drop {
        margin-right: 1.0416666667vw;
    }

    .common_title h3 {
        font-size: 1.7708333333vw;
    }

    .section1 .wrap {
        width: 72.9166666667vw;
        padding-top: 2.6041666667vw;
        padding-bottom: 3.125vw;
    }

    .section1 .wrap .top .left {
        width: 35.4166666667vw;
    }

    .section1 .wrap .top .left .text {
        margin-top: 1.5625vw;
    }

    .section1 .wrap .top .left .text p {
        font-size: 1.0416666667vw;
    }

    .section1 .wrap .top .right {
        width: 35.4166666667vw;
    }

    .section1 .wrap .top .right .img {
        padding: 0.5208333333vw;
        border-radius: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }

    .section1 .wrap .top .right .img .play {
        width: 5.2083333333vw;
        height: 3.125vw;
        border-radius: 0.5208333333vw;
    }

    .section1 .wrap .top .right .img .play .icon {
        width: 1.5625vw;
        height: 1.5625vw;
    }

    .section1 .wrap .top .right .img .play .icon span {
        font-size: 0.7291666667vw;
    }

    .section1 .wrap .bottom {
        margin-top: 1.5625vw;
    }

    .section1 .wrap .bottom .list {
        border-radius: 0.520833333vw;
        padding: 2.0833333333vw 0px;
    }
    .section1 .wrap .bottom .list .item:not(:last-child):after {
        height: 2.6041666666vw;
    }
    .section1 .wrap .bottom .list .item .value .num {
        font-size: 1.875vw;
    }

    .section1 .wrap .bottom .list .item .key {
        margin-top: 0.3125vw;
    }

    .section1 .wrap .bottom .list .item:not(:last-child)::after {
        height: 2.6041666667vw;
    }

    .section2 .wrap {
        width: 72.9166666667vw;
        padding-top: 2.0833333333vw;
        padding-bottom: 2.0833333333vw;
    }

    .section2 .wrap .top {
        margin-top: 1.7708333333vw;
        gap: 1.0416666667vw;
    }

    .section2 .wrap .top .item {
        width: 35.4166666667vw;
        height: 5.2083333333vw;
        padding-left: 1.5625vw;
        border-radius: 0.5208333333vw 0px 0px 0.5208333333vw;
    }

    .section2 .wrap .top .item .icon {
        width: 2.0833333333vw;
        margin-right: 1.5625vw;
    }

    .section2 .wrap .top .item .text {
        width: 28.6458333333vw;
    }

    .section2 .wrap .map {
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
        margin-top: 2.0833333333vw;
    }

    .section3 .wrap {
        padding: 3.125vw 0px;
        width: 72.9166666667vw;
    }

    .section3 .wrap .top .list {
        gap: 1.0416666667vw;
    }

    .section3 .wrap .top .list .item {
        width: 6.7708333333vw;
        border-radius: 0.5208333333vw;
        height: 2.0833333333vw;
    }

    .section3 .wrap .top .list .item::after {
        border-radius: 0.5208333333vw;
    }

    .section3 .wrap .bottom {
        margin-top: 2.0833333333vw;
    }

    .section3 .wrap .bottom .image {
        height: 18.2291666667vw;
    }

    .section3 .wrap .bottom .item {
        padding: 1.3541666667vw 1.5625vw;
        border-radius: 0.5208333333vw;
        transform: translateY(1.0416666667vw);
    }

    .section3 .wrap .bottom .item .content {
        width: 36.4583333333vw;
    }

    .section3 .wrap .bottom .swiper-pagination-bullets {
        bottom: 0.9375vw;
    }

    .section3 .wrap .bottom .swiper-pagination-bullet {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }

    .section3 .wrap .bottom .item .content .title {
        margin-bottom: 1.3541666667vw;
    }

    .section3 .wrap .bottom .item .content .title .ch {
        font-size: 1.3541666667vw;
        margin-bottom: 0.4166666667vw;
    }

    .section3 .wrap .bottom .item .content .title .en {
        font-size: 0.8333333333vw;
    }

    .section3 .wrap .bottom .item .content .text {
        font-size: 0.9375vw;
    }

    .section3 .wrap .bottom .item .img {
        width: 28.125vw;
        padding: 0.2604166667vw;
        border-radius: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }

    .section4 .wrap {
        width: 72.9166666667vw;
        padding: 1.8229166667vw 0px 2.0833333333vw;
    }

    .section4 .wrap .main {
        margin-top: 1.875vw;
        gap: 1.875vw;
    }

    .section4 .wrap .main .item {
        padding: 1.0416666667vw;
        border-radius: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw 0px;
    }

    .section4 .wrap .main .item .img {
        border-radius: 0.5208333333vw;
        height: 9.375vw;
    }

    .section4 .wrap .main .item h4 {
        font-size: 1.1458333333vw;
        margin: 0.8333333333vw 0px;
    }

    .section4 .wrap .main .item .content .trem:nth-child(1) {
        height: 2.9166666667vw;
        margin-bottom: 0.15625vw;
    }

    .section4 .wrap .main .item .content .trem .icon {
        margin-right: 0.5208333333vw;
    }

    .section4 .wrap .main .item .content .trem p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section5 .wrap {
        padding: 3.125vw 0px;
        width: 72.9166666667vw;
    }

    .section5 .wrap .bottom {
        margin-top: 1.875vw;
    }

    .section5 .wrap .bottom .tab {
        width: 16.6666666667vw;
        gap: 1.5625vw;
    }

    .section5 .wrap .bottom .tab .item {
        height: 6.9791666667vw;
        border-radius: 0.5208333333vw;
    }

    .section5 .wrap .bottom .tab .item::after {
        border-radius: 0.5208333333vw;
    }

    .section5 .wrap .bottom .tab .item:nth-child(2) .icon span {
        font-size: 1.5625vw;
    }

    .section5 .wrap .bottom .tab .item .icon {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        border-radius: 0.5208333333vw;
        margin-right: 1.5625vw;
    }

    .section5 .wrap .bottom .tab .item .icon span {
        font-size: 1.25vw;
    }

    .section5 .wrap .bottom .tab .item .text {
        font-size: 1.4583333333vw;
    }

    .section5 .wrap .bottom .main {
        width: 54.6875vw;
        margin-left: 1.5625vw;
        border-radius: 0.5208333333vw;
    }

    .section5 .wrap .bottom .main .list {
        padding: 0.1041666667vw 1.0416666667vw 0px 2.0833333333vw;
        height: 24.0625vw;
        transform: translateY(1.0416666667vw);
    }

    .section5 .wrap .bottom .main .list .item {
        padding: 1.25vw 0px 1.0416666667vw;
    }

    .section5 .wrap .bottom .main .list .item h5 {
        font-size: 1.25vw;
        margin-bottom: 0.5208333333vw;
    }

    .section5 .wrap .bottom .main .list .item .content p {
        margin-top: 0.2604166667vw;
    }

    .section6 .wrap {
        width: 72.9166666667vw;
        padding: 3.125vw 0px;
    }

    .section6 .wrap .top {
        margin-bottom: 2.3958333333vw;
    }

    .section6 .wrap .top .right .list {
        width: 45.8333333333vw;
    }

    .section6 .wrap .top .right .prev, .section6 .wrap .top .right .next {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        border-radius: 0.5208333333vw;
    }

    .section6 .wrap .top .right .prev::after, .section6 .wrap .top .right .next::after {
        border-radius: 0.5208333333vw;
    }

    .section6 .wrap .top .right .list {
        gap: 1.0416666667vw;
        margin: 0px 1.0416666667vw;
    }

    .section6 .wrap .top .right .list .item {
        border-radius: 0.5208333333vw;
        height: 2.0833333333vw;
    }

    .section6 .wrap .top .right .list .item::after {
        border-radius: 0.5208333333vw;
    }

    .section6 .wrap .bottom .item {
        padding: 0.5208333333vw 0px;
    }

    .section6 .wrap .bottom .item .left .img {
        width: 20.3125vw;
        padding: 0.2604166667vw;
        border-radius: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
    }

    .section6 .wrap .bottom .item .left .img img {
        border-radius: 0.5208333333vw;
    }

    .section6 .wrap .bottom .item .right {
        width: 46.3541666667vw;
        transform: translateY(1.0416666667vw);
    }

    .section6 .wrap .bottom .item .right h4 {
        font-size: 1.1458333333vw;
        margin-bottom: 1.1458333333vw;
    }

    .section6 .wrap .bottom .item .right .text {
        margin-bottom: 2.6041666667vw;
    }

    .section6 .wrap .bottom .item .right .text p {
        font-size: 0.9375vw;
    }

    .section6 .wrap .bottom .item .right .list {
        gap: 1.875vw;
        padding: 0px 4.4791666667vw;
    }

    .section6 .wrap .bottom .item .right .list .trem .icon {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw 0px;
        margin-right: 1.0416666667vw;
        border-radius: 0.5208333333vw;
    }

    .section6 .wrap .bottom .item .right .list .trem .txt {
        width: 12.5vw;
    }

    .section6 .wrap .bottom .item .right .list .trem .txt h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.4166666667vw;
    }

    .section6 .wrap .bottom .item .right .list .trem .txt p {
        font-size: 0.7291666667vw;
    }

    .section6 .wrap .bottom .item .right .more {
        width: 6.25vw;
        height: 2.0833333333vw;
        font-size: 0.8333333333vw;
        border-radius: 0.5208333333vw;
        margin: 1.0416666667vw 0px 0px auto;
    }

    .section7 .wrap {
        width: 72.9166666667vw;
        padding: 2.65625vw 0px 3.125vw;
    }

    .section7 .wrap .main {
        margin-top: 1.875vw;
    }

    .section7 .wrap .main .top {
        gap: 1.875vw;
    }

    .section7 .wrap .main .top .img {
        width: 35.5208333333vw;
        border-radius: 0.5208333333vw;
        box-shadow: 0 0 1.0416666666vw rgba(0,0,0,0.1);
    }

    .section7 .wrap .main .top .right {
        gap: 1.875vw;
    }

    .section7 .wrap .main .bottom {
        gap: 1.875vw;
        margin-top: 1.875vw;
    }

    .section7 .wrap .main .item {
        width: 16.8229166667vw;
        height: 4.1666666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 1.0416666667vw;
        border-radius: 0.5208333333vw;
    }

    .section7 .wrap .main .item::after {
        border-radius: 0.5208333333vw;
    }

    .section6 .wrap .bottom .item .right .list {
        margin-top: 2.0833333333vw;
    }

    .section1 .wrap .bottom .list .item .key, .section2 .wrap .top .item .text, .section3 .wrap .top .list .item p, .section5 .wrap .bottom .main .list .item .content p, .section6 .wrap .top .right .list .item p, .section7 .wrap .main .item span, .section6 .wrap .top .right .prev span, .section6 .wrap .top .right .next span {
        font-size: 0.833333333vw;
    }
    .section6 .wrap .top .right .list .item {
        font-size: 0.78125vw;
    }
    .section4 .wrap .main .item .content .trem .icon {
        width: 0.83333333vw;
    }

    .section4 .wrap .main .item .content .trem .icon img {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .section1 .wrap {
        width: 90%;
        padding: 30px 0 50px;
    }
    .section1 .wrap .top {
        display: block;
    }
    .section1 .wrap .top .left {
        width: 100%;
    }
    .common_title h3 {
        font-size: 20px;
    }
    .common_title .drop {
        margin-right: 10px;
    }
    .section1 .wrap .top .left .text {
        margin-top: 30px;
    }
    .section1 .wrap .top .left .text p {
        font-size: 16px;
        line-height: 2;
    }
    .section1 .wrap .top .right {
        width: 100%;
        margin-top: 25px;
    }
    .section1 .wrap .top .right .img .play {
        width: 80px;
        height: 45px;
        border-radius: 4px;
    }
    .section1 .wrap .top .right .img .play .icon {
        width: 25px;
        height: 25px;
    }
    .section1 .wrap .top .right .img .play .icon span {
        font-size: 9px;
    }
    .section1 .wrap .top .right .img {
        padding: 10px;
    }
    .section1 .wrap .bottom .list .item .value .num {
        font-size: 26px;
    }
    .section1 .wrap .bottom .list .item .key {
        font-size: 12px;
        margin: 5px 0 0;
    }
    .section1 .wrap .bottom .list {
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
    }
    .section1 .wrap .bottom {
        margin: 30px 0 0;
        border-radius: 4px;
    }
    .section1 .wrap .bottom .list .item:not(:last-child)::after {
        height: 40px;
    }
    .section2 .wrap {
        width: 90%;
        padding: 50px 0;
    }
    .section2 .wrap .top {
        margin: 30px 0 0;
        gap: 20px;
    }
    .section2 .wrap .top .item {
        width: 100%;
        height: unset;
        padding: 20px;
        border-radius: 6px;
        display: block;
    }
    .section2 .wrap .top .item .icon {
        width: 40px;
        margin: 0 0 15px;
    }
    .section2 .wrap .top .item .text {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    .section2 .wrap .top .item .color {
        top: 0;
    }
    .section2 .wrap .map {
        width: 100%;
        margin: 30px 0 0;
        height: unset;
    }
    .section2 .wrap .map img {
        width: 100%;
    }
    .section3 .wrap {
        width: 90%;
        padding: 0 0 60px;
    }
    .section3 .wrap .top {
        display: block;
    }
    .section3 .wrap .top .list {
        gap: 10px;
        margin: 15px 0 0;
        flex-wrap: wrap;
    }
    .section3 .wrap .top .list .item {
        width: unset;
        padding: 0 10px;
        border-radius: 4px;
        height: 38px;
    }
    .section3 .wrap .top .list .item p {
        font-size: 14px;
    }
    .section3 .wrap .top {
        margin-bottom: 25px;
    }
    .section3 .wrap .bottom .item {
        padding: 20px;
        display: block;
    }
    .section3 .wrap .bottom .item .content {
        width: 100%;
        margin-bottom: 20px;
    }
    .section3 .wrap .bottom .item .img {
        width: 100%;
        padding: 10px;
        border-radius: 6px;
    }
    .section3 .wrap .bottom .image {
        width: 100%;
        height: 51vw;
        border-radius: 6px;
        overflow: hidden;
    }
    .section3 .wrap .bottom .image img {
        width: 100%;
        height: 100%;
    }
    .section3 .wrap .bottom .item .content .title {
        margin-bottom: 15px;
    }
    .section3 .wrap .bottom .item .content .title .ch {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .section3 .wrap .bottom .item .content .text {
        font-size: 16px;
    }
    .section3 .wrap .bottom .item .content .title .en {
        font-size: 14px;
    }
    .section4 .wrap {
        width: 90%;
        padding: 50px 0;
    }
    .section4 .wrap .main {
        margin: 30px 0 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }
    .section4 .wrap .main .item {
        padding: 15px;
        border-radius: 6px;
    }
    .section4 .wrap .main .item .img {
        height: 46vw;
    }
    .section4 .wrap .main .item h4 {
        font-size: 18px;
        margin: 20px 0;
    }
    .section4 .wrap .main .item .content .trem:nth-child(1) {
        height: unset;
    }
    .section4 .wrap .main .item .content .trem {
        align-items: center;
    }
    .section4 .wrap .main .item .content .trem .icon {
        margin: 0 10px 0 0;
        width: 16px;
    }
    .section4 .wrap .main .item .content .trem p {
        font-size: 16px;
        line-height: 1;
    }
    .section4 .wrap .main .item .content {
        gap: 20px 0;
        padding: 0 0 20px;
    }
    .section5 .wrap {
        width: 90%;
        padding: 50px 0;
    }
    .section5 .wrap .bottom {
        margin: 30px 0 0;
        display: block;
    }
    .section5 .wrap .bottom .tab {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .section5 .wrap .bottom .tab .item .text {
        font-size: 14px;
    }
    .section5 .wrap .bottom .tab .item .icon {
        width: 26px;
        height: 26px;
    }
    .section5 .wrap .bottom .main {
        width: 100%;
        margin: 20px 0 0;
    }
    .section5 .wrap .bottom .tab .item .icon span {
        font-size: 14px !important;
    }
    .section5 .wrap .bottom .tab .item {
        height: 40px;
        border-radius: 4px;
        width: 32%;
    }
    .section5 .wrap .bottom .tab .item::after {
        border-radius: 4px;
    }
    .section5 .wrap .bottom .main .list .item h5 {
        font-size: 18px;
    }
    .section5 .wrap .bottom .main .list {
        height: unset;
        padding: 0 20px;
    }
    .section5 .wrap .bottom .main .list .item h5 {
        margin-bottom: 10px;
    }
    .section5 .wrap .bottom .main .list .item {
        padding: 15px 0;
    }
    .section5 .wrap .bottom .main .list .item .content p {
        font-size: 14px;
    }
    .section6 .wrap {
        padding: 60px 0;
        width: 90%;
    }
    .section6 .wrap .top {
        display: block;
    }
    .section6 .wrap .top .right {
        justify-content: flex-start;
        margin: 20px 0 0;
    }
    .section7 .wrap {
        width: 90%;
        padding: 60px 0;
    }
    .section7 .wrap .main {
        margin: 30px 0 0;
    }
    .section7 .wrap .main .top {
        gap: 15px;
        flex-direction: column;
    }
    .section7 .wrap .main .top .img {
        width: 100%;
    }
    .section7 .wrap .main .top .right,.section7 .wrap .main .bottom {
        gap: 15px;
    }
    .section7 .wrap .main .bottom {
        margin-top: 15px;
    }
    .section7 .wrap .main .item {
        width: 100%;
        height: unset;
        padding: 20px;
        border-radius: 6px;
    }
    .section7 .wrap .main .item p {
        font-size: 16px;
    }
    .section7 .wrap .main .item span {
        font-size: 12px;
    }
    .section6 .wrap .bottom .item {
        display: block;
    }
    .section6 .wrap .bottom .item .left .img {
        width: 100%;
        padding: 10px;
        border-radius: 6px;
    }
    .section6 .wrap .bottom .item .right {
        width: 100%;
        margin-top: 30px;
    }
    .section6 .wrap .bottom .item .right h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section6 .wrap .bottom .item .right .list .trem .txt p {
        font-size: 14px;
    }
    .section6 .wrap .bottom .item .right .text p {
        font-size: 16px;
    }
    .section6 .wrap .bottom .item .right .factor {
        margin: 30px 0 0;
    }
    .section6 .wrap .bottom .item .right .list {
        margin: 15px 0 0;
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0;
    }
    .section6 .wrap .bottom .item .right .list .trem .icon {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin: 0 0 10px;
    }
    .section6 .wrap .bottom .item .right .list .trem .txt {
        width: 100%;
    }
    .section6 .wrap .bottom .item .right .list .trem .txt h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section6 .wrap .bottom .item .right .more {
        width: 120px;
        height: 40px;
        font-size: 16px;
        border-radius: 6px;
        margin: 30px 0 0 auto;
    }
    .section6 .wrap .bottom .item .right .list .trem {
        display: block;
    }
    .section6 .wrap .top {
        margin-bottom: 30px;
    }

    .section6 .wrap .top .right .list .item p {
        font-size: 16px;
    }
    .section6 .wrap .top .right .list .item {
        height: 40px;
        border-radius: 6px;
    }
    .section6 .wrap .top .right .list {
        width: 240px;
        margin: 0 10px;
    }
    .section6 .wrap .top .right .prev, .section6 .wrap .top .right .next {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
    .section6 .wrap .top .right .prev span, .section6 .wrap .top .right .next span {
        font-size: 14px;
    }
}
