.banner {
    position: relative;
}

.banner .swiper {
    height: 100vh;
}

.banner .swiper .swiper-slide-active .common_bg {
    transform: scale(1);
}

.banner .swiper .swiper-slide-active .content .text p,
.banner .swiper .swiper-slide-active .content .text h1 {
    opacity: 1;
    transform: translateY(0);
}

.banner .swiper .swiper-slide-active .content .text p {
    transition-delay: 0.5s;
}

.banner .swiper .swiper-slide-active .content .text h1 {
    transition-delay: 0.7s;
}

.banner .swiper .swiper-slide-active .content .flex {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.banner .swiper .content {
    position: absolute;
    top: 7.29166667vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.banner .swiper .content .text {
    margin-bottom: 50px;
    color: #fff;
}

.banner .swiper .content .text p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.banner .swiper .content .text h1 {
    color: #fff;
    font-size: 48px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    line-height: 1.2;
}

.banner .swiper .content .flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

.banner .swiper .content .flex .common_button {
    height: 36px;
    padding: 0 15px;
}
.banner .swiper_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 10;
}
.banner .swiper_bottom .play {
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.banner .swiper_bottom .play img {
    display: block;
    width: 12px;
    position: absolute;
    transition: 0.6s;
}
.banner .swiper_bottom .play img:nth-child(1) {
    opacity: 0;
    width: 8px;
}
.banner .swiper_bottom .play.on img:nth-child(1) {
    opacity: 1;
}
.banner .swiper_bottom .play.on img:nth-child(2) {
    opacity: 0;
}
.banner .swiper-pagination {
    position: unset;
    width: fit-content;
    display: flex;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 100px;
    height: 2px;
    overflow: hidden;
    opacity: 1;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background-color: #fff;
    transform: translateX(-100%);
}

.banner .swiper-pagination .swiper-pagination-bullet.on.swiper-pagination-bullet-active::after {
    animation: line 7s ease alternate;
}

.banner .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 64px);
}

.banner .button .circle {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 0.6s;
}

.banner .button .circle:hover {
    color: #005F6A;
}

.banner .button .circle:nth-child(1) {
    transform: rotate(180deg);
}


.section1 .wrap {
    padding-bottom: 120px;
    padding-top: 12px;
}

.section1 .wrap .top .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.section1 .wrap .top .list .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section1 .wrap .top .list .item img {
    width: 100%;
}

.section1 .wrap .top .list .item .content {
    position: absolute;
    top: 80px;
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.section1 .wrap .top .list .item .content .text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.section1 .wrap .top .list .item .content .text p {
    color: #10253F;
    font-size: 20px;
}

.section1 .wrap .top .list .item .content a {
    color: #10253F;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.6s;
    text-transform: capitalize;
}

.section1 .wrap .top .list .item .content a:hover {
    color: #005F6A;
}

.section1 .wrap .top .list .item .content a:hover span {
    transform: translateX(5px);
}

.section1 .wrap .top .list .item .content a span {
    transition: all 0.6s;
    display: block;
}

.section1 .wrap .top .list .item .content a p {
    margin-right: 5px;
}

.section1 .wrap .bottom {
    margin-top: 12px;
    position: relative;
}

.section1 .wrap .bottom .img img {
    width: 100%;
}

.section1 .wrap .bottom .content {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}

.section1 .wrap .bottom .content .text {
    text-align: center;
}

.section1 .wrap .bottom .content .text h2 {
    color: #fff;
    margin-bottom: 10px;
}

.section1 .wrap .bottom .content .index_title {
    text-align: center;
}

.section1 .wrap .bottom .content .index_title p {
    color: #fff;
}

.section1 .wrap .bottom .content .list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.section1 .wrap .bottom .content .list .item {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section1 .wrap .bottom .content .list .item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    font-weight: 400;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section1 .wrap .bottom .content .list .item .value {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.section1 .wrap .bottom .content .list .item .value::after {
    content: attr(data-text);
    font-size: 20px;
}

.section1 .wrap .bottom .content .list .item .key {
    color: #fff;
    font-size: 18px;
}

.section1 .wrap .bottom .content .common_button {
    font-size: 14px;
    height: 40px;
    margin: 40px auto 0;
}

.section1 .wrap .bottom .content .common_button div {
    min-width: auto;
}

.section1 .wrap .bottom .content .common_button:hover {
    border-color: #005F6A;
    background-color: #005F6A;
    color: #fff;
}

.section2 .wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 200px;
}

.section2 .wrap .img {
    border-radius: 20px;
    overflow: hidden;
}

.section2 .wrap .content {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.section2 .wrap .content .title {
    margin-bottom: 10px;
}

.section2 .wrap .content .title h2 {
    color: #ffffff;
    font-size: 40px;
}

.section2 .wrap .content .text {
    margin-bottom: 40px;
}

.section2 .wrap .content .text p {
    color: #ffffff;
    font-size: 18px;
}

.section2 .wrap .content .common_button {
    background-color: #10253F;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}

.section2 .wrap .content .common_button:hover {
    border-color: #005F6A;
    background-color: #005F6A;
    color: #fff;
}

.section3 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 160px;
}

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

.section3 .wrap .top .common_button {
    background-color: #10253F;
    color: #fff;
}

.section3 .wrap .top .common_button:hover {
    border-color: #005F6A;
    background-color: #005F6A;
    color: #fff;
}

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

.section3 .wrap .bottom .list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.section3 .wrap .bottom .list .item {
    border-radius: 20px;
    overflow: hidden;
    width: 714px;
    position: relative;
}

.section3 .wrap .bottom .list .item .img img {
    transition: all 1s;
}

.section3 .wrap .bottom .list .item .content {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
}

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

.section3 .wrap .bottom .list .item .content .title h3 {
    color: #fff;
    font-size: 30px;
}

.section3 .wrap .bottom .list .item .content .text {
    margin-bottom: 20px;
}

.section3 .wrap .bottom .list .item .content .text p {
    color: #fff;
    font-size: 18px;
}

.section3 .wrap .bottom .list .item .content .more {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    transition: all 0.6s;
    background: #10253F;
    border: none;
}
.section3 .wrap .bottom .list .item .content .more p {
    color: #FFFFFF !important;
}
.section3 .wrap .bottom .list .item .content .more span {
    transition: all 0.6s;
    display: block;
}

.section3 .wrap .bottom .list .item .content .more:hover {
    color: #005F6A;
}

.section3 .wrap .bottom .list .item .content .more:hover span {
    transform: translateX(5px);
}

.section3 .wrap .bottom .list .item:hover .img img {
    transform: scale(1.05);
}

.section3 .wrap .bottom .list .item:nth-child(n+3) {
    width: 472px;
}

.section4 {
    background-color: #F5F5F6;
}

.section4 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 90px;
}

.section4 .wrap .top {
    padding-bottom: 100px;
    margin-bottom: 76px;
    border-bottom: 1px solid #D9D9D9;
}

.section4 .wrap .top .main {
    margin-top: 60px;
}
.section4 .wrap .top .des {
    font-size: 20px;
    color: #10253F;
    margin: 15px 0 0;
}
.section4 .wrap .top .main .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.section4 .wrap .top .main .list .item:hover .img img {
    transform: scale(1.05);
}

.section4 .wrap .top .main .list .item:hover .text h4 {
    color: #005F6A;
}

.section4 .wrap .top .main .list .item .img {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.section4 .wrap .top .main .list .item .img img {
    transition: all 1s;
}

.section4 .wrap .top .main .list .item .text h3 {
    color: #10253F;
    transition: all 0.6s;
    font-size: 22px;
    margin-bottom: 10px;
}

.section4 .wrap .top .main .list .item .text p {
    color: #10253F;
    font-size: 14px;
}

.section4 .wrap .bottom .merry .item {
    width: 162px;
}

.section4 .wrap .bottom .merry .item .img{
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .wrap .bottom .merry .item .img img{

}

.section5 .wrap {
    padding-top: 160px;
    padding-bottom: 170px;
    padding-left: calc(50vw - 720px);
}

.section5 .wrap .top {
    width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section5 .wrap .top .common_button {
    background-color: #10253F;
    color: #fff;
}

.section5 .wrap .top .common_button:hover {
    border-color: #005F6A;
    background-color: #005F6A;
    color: #fff;
}

.section5 .wrap .bottom {
    margin-top: 80px;
    overflow: hidden;
}

.section5 .wrap .bottom .swiper {
    width: 1860px;
}

.section5 .wrap .bottom .swiper-slide-active .item .t .num {
    background-color: #10253F;
    color: #fff;
}

.section5 .wrap .bottom .swiper-slide-active .item .t .line::after {
    animation: line 5s ease alternate;
}

.section5 .wrap .bottom .item:hover .b .text {
    color: #005F6A;
}

.section5 .wrap .bottom .item:hover .b .img img {
    transform: scale(1.05);
}

.section5 .wrap .bottom .item .t {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.section5 .wrap .bottom .item .t .num {
    width: 36px;
    height: 36px;
    transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    color: #18191B;
    border: 1px solid #CCC;
    margin-right: 10px;
}

.section5 .wrap .bottom .item .t .line {
    flex: 1;
    height: 1px;
    overflow: hidden;
    background-color: #D9D9D9;
}

.section5 .wrap .bottom .item .t .line::after {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    background-color: #18191B;
    transform: translateX(-100%);
}

.section5 .wrap .bottom .item .b {
    padding-right: 20px;
}

.section5 .wrap .bottom .item .b .time {
    color: #83868A;
    font-size: 16px;
    margin-bottom: 16px;
}

.section5 .wrap .bottom .item .b .text {
    color: #000;
    transition: all 0.6s;
    font-size: 20px;
}

.section5 .wrap .bottom .item .b .img {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.section5 .wrap .bottom .item .b .img img {
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.section6 {
    background-color: #F5F5F6;
}

.section6 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 160px;
    padding-top: 150px;
}

.section6 .wrap .top {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.section6 .wrap .top .content {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
}

.section6 .wrap .top .content .title {
    margin-bottom: 10px;
}

.section6 .wrap .top .content .title h2 {
    color: #fff;
    font-size: 40px;
}

.section6 .wrap .top .content .text {
    margin-bottom: 40px;
}

.section6 .wrap .top .content .text p {
    color: #fff;
    font-size: 18px;
}

.section6 .wrap .top .content .common_button {
    font-size: 14px;
    color: #68A4C8;
    background-color: #fff;
}

.section6 .wrap .top .content .common_button:hover {
    border-color: #005F6A;
    background-color: #005F6A;
    color: #fff;
}

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

.section6 .wrap .bottom .list {
    display: flex;
    gap: 40px;
}

.section6 .wrap .bottom .list .item {
    background-color: #fff;
    border-radius: 20px;
    width: 330px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.section6 .wrap .bottom .list .item .icon {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.section6 .wrap .bottom .list .item .icon img:nth-child(2) {
    filter: brightness(0) invert(1);
    position: absolute;
    left: 0;
    opacity: 0;
}

.section6 .wrap .bottom .list .item .icon img {
    transition: all 0.6s;
}

.section6 .wrap .bottom .list .item .text h3 {
    font-size: 18px;
    position: relative;
    transition: all 0.6s;
    z-index: 2;
}

.section6 .wrap .bottom .list .item:hover .icon img:nth-child(1) {
    opacity: 0;
}

.section6 .wrap .bottom .list .item:hover .icon img:nth-child(2) {
    opacity: 1;
}

.section6 .wrap .bottom .list .item:hover::after {
    opacity: 1;
}

.section6 .wrap .bottom .list .item:hover .text {
    color: #fff;
}

.section6 .wrap .bottom .list .item::after {
    content: "";
    display: block;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.6s;
    background: linear-gradient(0deg, #185FAD 0.02%, #6FC5C4 99.98%), linear-gradient(180deg, #F5F5F6 0%, #8F8F90 100%);
}

.index_title h2 {
    font-size: 48px;
    color: #10253F;
}
.index_title p {
    font-size: 48px;
    color: #10253F;
}
.section1 .wrap .bottom .index_title h2 {
    color: #FFFFFF;
}


.fixed_download {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.fixed_download.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed_download .fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.fixed_download .fixed_box {
    width: 1094px;
    border-radius: 10px;
    background: #FFF;
    padding: 56px 95px 83px 64px;
    position: relative;
}
.fixed_download .fixed_box .close {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 40px;
}
.fixed_download .fixed_box .h5 {
    color: #005F6A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 49px;
}

.fixed_download .fixed_box form input {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
}
.fixed_download .fixed_box form .select {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}
.fixed_download .fixed_box form .select select {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
}
.fixed_download .fixed_box form input::placeholder {
    color: #83868A;
}
.fixed_download .fixed_box form .upload {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.fixed_download .fixed_box form .upload p {
    font-size: 16px;
    font-weight: 300;
    color: #83868A;
    pointer-events: auto;
    transition: 0.6s;
}

.fixed_download .fixed_box form .upload input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.fixed_download .fixed_box form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 60px;
    border-radius: 8px;
    background: #005F6A;
    border: unset;
    box-shadow: none;
    margin: 31px 0 20px;
}

.fixed_download .fixed_box form .tips {
    color: #83868A;
    font-size: 12px;
    font-weight: 300;

}

.fixed_download .fixed_box form .tips b {
    color: #005F6A;
    font-weight: bold;
}

.fixed_download .fixed_box form button p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 1919px) {
    .fixed_download .fixed_box{
        width: 56.9791666667vw;
        border-radius: 0.5208333333vw;
        padding: 2.9166666667vw 4.9479166667vw 4.3229166667vw 3.3333333333vw;
    }
    .fixed_download .fixed_box .close{
        width: 1.0416666667vw;
        top: 1.0416666667vw;
        right: 2.0833333333vw;
    }
    .fixed_download .fixed_box .h5{
        font-size: 1.25vw;
        margin-bottom: 2.5520833333vw;
    }
    .fixed_download .fixed_box form input{
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
        margin-bottom: 0.625vw;
    }
    .fixed_download .fixed_box form .select{
        margin-bottom: 0.625vw;
    }
    .fixed_download .fixed_box form .select select{
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .fixed_download .fixed_box form .upload{
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
    }
    .fixed_download .fixed_box form .upload p{
        font-size: 0.8333333333vw;
    }
    .fixed_download .fixed_box form button{
        width: 11.6145833333vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        margin: 1.6145833333vw 0px 1.0416666667vw;
    }
    .fixed_download .fixed_box form .tips{
        font-size: 0.625vw;
    }
    .fixed_download .fixed_box form button p{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1919px) {
    .banner .swiper .content .text{
        margin-bottom: 2.6041666667vw;
    }
    .banner .swiper .content .text p{
        font-size: 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .text h1 {
        font-size: 2.5vw;
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .flex{
        gap: 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .flex .common_button{
        height: 1.875vw;
        padding: 0px 0.78125vw;
    }
    .banner .swiper_bottom {
        bottom: 1.5625vw;
        gap: 0.8vw;
    }
    .banner .swiper_bottom .play{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
    }
    .banner .swiper_bottom .play img{
        width: 0.625vw;
    }
    .banner .swiper_bottom .play img:nth-child(1){
        width: 0.4166666667vw;
    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 5.2083333333vw;
        height: 0.1041666667vw;
        margin: 0px 0.3125vw;
    }
    .banner .swiper-pagination .swiper-pagination-bullet::after{
        height: 0.1041666667vw;
    }
    .banner .button{
        width: calc(100% - 3.3333333333vw);
    }
    .banner .button .circle{
        font-size: 1.0416666667vw;
    }
    .section1 .wrap{
        padding-bottom: 6.25vw;
        padding-top: 0.625vw;
    }
    .section1 .wrap .top .list{
        gap: 0.625vw;
    }
    .section1 .wrap .top .list .item .content{
        top: 4.1666666667vw;
    }
    .section1 .wrap .top .list .item .content .text{
        margin-top: 0.5208333333vw;
        margin-bottom: 1.0416666667vw;
    }
    .section1 .wrap .top .list .item .content .text p{
        font-size: 1.0416666667vw;
    }
    .section1 .wrap .top .list .item .content a:hover span{
        transform: translateX(0.2604166667vw);
    }
    .section1 .wrap .top .list .item .content a p{
        margin-right: 0.2604166667vw;
    }
    .section1 .wrap .bottom{
        margin-top: 0.625vw;
    }
    .section1 .wrap .bottom .content{
        top: 5.7291666667vw;
    }
    .section1 .wrap .bottom .content .text p{
        margin-bottom: 0.5208333333vw;
    }
    .section1 .wrap .bottom .content .list{
        margin-top: 1.5625vw;
    }
    .section1 .wrap .bottom .content .list .item{
        width: 23.4375vw;
    }
    .section1 .wrap .bottom .content .list .item:not(:last-child)::after{
        height: 2.0833333333vw;
    }
    .section1 .wrap .bottom .content .list .item .value{
        font-size: 3.125vw;
    }
    .section1 .wrap .bottom .content .list .item .value::after{
        font-size: 1.0416666667vw;
    }
    .section1 .wrap .bottom .content .list .item .key{
        font-size: 0.9375vw;
    }
    .section1 .wrap .bottom .content .common_button{
        font-size: 0.7291666667vw;
        height: 2.0833333333vw;
        margin: 2.0833333333vw auto 0px;
    }
    .section2 .wrap{
        width: 75vw;
        padding-bottom: 10.4166666667vw;
    }
    .section2 .wrap .img{
        border-radius: 1.0416666667vw;
    }
    .section2 .wrap .content{
        top: 4.1666666667vw;
    }
    .section2 .wrap .content .title{
        margin-bottom: 0.5208333333vw;
    }
    .section2 .wrap .content .title h2 {
        font-size: 2.0833333333vw;
    }
    .section2 .wrap .content .text{
        margin-bottom: 2.0833333333vw;
    }
    .section2 .wrap .content .text p{
        font-size: 0.9375vw;
    }
    .section2 .wrap .content .common_button{
        font-size: 0.7291666667vw;
    }
    .section3 .wrap{
        width: 75vw;
        padding-bottom: 8.3333333333vw;
    }
    .section3 .wrap .bottom{
        margin-top: 2.0833333333vw;
    }
    .section3 .wrap .bottom .list{
        gap: 0.625vw;
    }
    .section3 .wrap .bottom .list .item{
        border-radius: 1.0416666667vw;
        width: 37.1875vw;
    }
    .section3 .wrap .bottom .list .item .content{
        top: 3.125vw;
    }
    .section3 .wrap .bottom .list .item .content .title{
        margin-bottom: 0.5208333333vw;
    }
    .section3 .wrap .bottom .list .item .content .title h3{
        font-size: 1.5625vw;
    }
    .section3 .wrap .bottom .list .item .content .text{
        margin-bottom: 1.0416666667vw;
    }
    .section3 .wrap .bottom .list .item .content .text p{
        font-size: 0.9375vw;
    }
    .section3 .wrap .bottom .list .item .content .more:hover span{
        transform: translateX(0.2604166667vw);
    }
    .section3 .wrap .bottom .list .item:nth-child(n+3){
        width: 24.5833333333vw;
    }
    .section4 .wrap{
        width: 75vw;
        padding-top: 6.25vw;
        padding-bottom: 4.6875vw;
    }
    .section4 .wrap .top{
        padding-bottom: 5.2083333333vw;
        margin-bottom: 3.9583333333vw;
    }
    .section4 .wrap .top .main{
        margin-top: 3.125vw;
    }
    .section4 .wrap .top .des{
        font-size: 1.0416666667vw;
        margin: 0.78125vw 0px 0px;
    }
    .section4 .wrap .top .main .list{
        gap: 1.0416666667vw;
    }
    .section4 .wrap .top .main .list .item .img{
        margin-bottom: 1.0416666667vw;
        border-radius: 1.0416666667vw;
    }
    .section4 .wrap .top .main .list .item .text h3 {
        font-size: 1.1458333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .section4 .wrap .top .main .list .item .text p{
        font-size: 0.7291666667vw;
    }
    .section4 .wrap .bottom .merry .item{
        width: 8.4375vw;
    }
    .section4 .wrap .bottom .merry .item .img{
        height: 2.6041666667vw;
    }
    .section5 .wrap{
        padding-top: 8.3333333333vw;
        padding-bottom: 8.8541666667vw;
        padding-left: calc(-37.5vw + 50vw);
    }
    .section5 .wrap .top{
        width: 75vw;
    }
    .section5 .wrap .bottom{
        margin-top: 4.1666666667vw;
    }
    .section5 .wrap .bottom .swiper{
        width: 96.875vw;
    }
    .section5 .wrap .bottom .item .t{
        margin-bottom: 2.0833333333vw;
    }
    .section5 .wrap .bottom .item .t .num{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw;
        font-size: 0.7291666667vw;
        margin-right: 0.5208333333vw;
    }
    .section5 .wrap .bottom .item .b{
        padding-right: 1.0416666667vw;
    }
    .section5 .wrap .bottom .item .b .time{
        font-size: 0.8333333333vw;
        margin-bottom: 0.8333333333vw;
    }
    .section5 .wrap .bottom .item .b .text{
        font-size: 1.0416666667vw;
    }
    .section5 .wrap .bottom .item .b .img{
        margin-top: 2.0833333333vw;
        border-radius: 0.5208333333vw;
    }
    .section6 .wrap{
        width: 75vw;
        padding-bottom: 8.3333333333vw;
        padding-top: 7.8125vw;
    }
    .section6 .wrap .top{
        border-radius: 1.0416666667vw;
    }
    .section6 .wrap .top .content{
        left: 7.8125vw;
    }
    .section6 .wrap .top .content .title{
        margin-bottom: 0.5208333333vw;
    }
    .section6 .wrap .top .content .title h2 {
        font-size: 2.0833333333vw;
    }
    .section6 .wrap .top .content .text{
        margin-bottom: 2.0833333333vw;
    }
    .section6 .wrap .top .content .text p{
        font-size: 0.9375vw;
    }
    .section6 .wrap .top .content .common_button{
        font-size: 0.7291666667vw;
    }
    .section6 .wrap .bottom{
        margin-top: 2.0833333333vw;
    }
    .section6 .wrap .bottom .list{
        gap: 2.0833333333vw;
    }
    .section6 .wrap .bottom .list .item{
        border-radius: 1.0416666667vw;
        width: 17.1875vw;
        height: 14.0625vw;
    }
    .section6 .wrap .bottom .list .item .icon{
        margin-bottom: 0.78125vw;
    }
    .section6 .wrap .bottom .list .item .text h3{
        font-size: 0.9375vw;
    }
    .section6 .wrap .bottom .list .item::after{
        border-radius: 0.8333333333vw;
    }
    .index_title h2,.index_title p {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 768px) {
    .section4 .wrap .bottom .merry .item .img {
        height: 40px;
    }
    .banner .button .circle {
        font-size: 16px;
    }
    .banner .button {
        display: none;
    }
    .banner .swiper .common_bg {
        display: none;
    }
    .banner .swiper .ph_img {
        display: block !important;
    }
    .banner .swiper .content {
        top: 50%;
        width: 90%;
        transform: translate(-50%,-50%);
    }
    .banner .swiper .content .text p {
        font-size: 12px;
    }
    .banner .swiper .content .text h3 {
        font-size: 18px;
        margin: 10px 0 20px;
    }
    .banner .swiper img {
        filter: brightness(0.8);
    }
    .banner .swiper .content .flex {
        gap: 10px;
    }
    .banner .swiper .content .flex .common_button {
        height: 28px;
        padding: 0 15px;
        border-radius: 16px;
    }
    .banner .swiper .content .flex .common_button p {
        font-size: 13px;
    }
    .banner .swiper_bottom {
        bottom: 30px;
        gap: 12px;
    }
    .banner .swiper_bottom .play {
        width: 22px;
        height: 22px;

    }
    .banner .swiper_bottom .play img {
        width: 12px;
    }
    .banner .swiper_bottom .play img:nth-child(1) {
        width: 8px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
    }
    .section1 .wrap {
        padding: 20px 5vw;
    }
    .section1 .wrap .top .list {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .section1 .wrap .top .list .item .content {
        position: unset;
        transform: unset;
        text-align: left;
        padding: 15px 0 10px;
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }
    .section1 .wrap .top .list .item .content a {
        margin: 0;
        gap: 4px;
    }
    .section1 .wrap .top .list .item .content a p {
        font-size: 13px;
    }
    .section1 .wrap .top .list .item .content a span {
        font-size: 12px;
    }
    .index_title h2,index_title p {
        font-size: 20px;
    }
    .section1 .wrap .top .list .item .content .index_title h2 {
        font-size: 16px;
    }
    .section1 .wrap .top .list .item .content .text {
        margin: 10px 0 15px;
    }
    .section1 .wrap .top .list .item .content .text p {
        font-size: 13px;
    }
    .section1 .wrap .bottom {
        margin: 30px 0 0;
    }
    .section1 .wrap .bottom .content {
        position: unset;
        transform: unset;
        padding: 15px 0 10px;
        width: 100%;
    }
    .section1 .wrap .bottom .content .text p {
        font-size: 13px;
        margin-bottom: 10px;
        color: #666666;
    }
    .section1 .wrap .bottom .content .index_title h2 {
        color: #000000;
        font-size: 14px;
    }
    .section1 .wrap .bottom .content .list {
        margin-top: 25px;
    }
    .section1 .wrap .bottom .content .list .item .value {
        font-size: 22px;
        color: #000000;
    }
    .section1 .wrap .bottom .content .list .item .value::after {
        font-size: 10px;
    }
    .section1 .wrap .bottom .content .list .item .key {
        font-size: 10px;
        color: #666666;
    }
    .section1 .wrap .bottom .content .list .item {
        width: 32%;
    }
    .section1 .wrap .bottom .content .common_button {
        font-size: 13px;
        height: 30px;
        border-radius: 15px;
        padding: 0 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        margin: 20px auto 0;
    }
    .section2 .wrap {
        width: 90%;
    }
    .section2 .wrap .img {
        border-radius: 8px;
    }
    .section2 .wrap .content {
        position: unset;
        transform: unset;
        width: 100%;
        padding: 15px 0 0;
    }
    .section2 .wrap .content .title h2 {
        font-size: 15px;
    }
    .section2 .wrap .content .title {
        margin-bottom: 10px;
    }
    .section2 .wrap .content .text {
        margin-bottom: 15px;
    }
    .section2 .wrap .content .text p {
        font-size: 13px;
    }
    .section2 .wrap .content .common_button {
        font-size: 13px;
        height: 30px;
        border-radius: 16px;
        padding: 0 15px;
    }
    .section3 .wrap {
        width: 90%;
    }
    .section3 {
        padding: 20px 0 ;
    }
    .section3 .wrap .top {
        display: block;
        margin-bottom: 25px;
    }
    .section3 .wrap .top .common_button {
        height: 30px;
        border-radius: 15px;
        margin: 10px 0 0;
        font-size: 13px;
        padding: 0 15px;
    }
    .section3 .wrap .bottom .list {
        gap: 20px;
    }
    .section3 .wrap .bottom .list .item {
        width: 100% !important;
        border-radius: 8px;
    }
    .section3 .wrap .bottom .list .item .img img {
        filter: brightness(0.8);
    }
    .section3 .wrap .bottom .list .item .content {
        top: 30px;
    }
    .section3 .wrap .bottom .list .item .content .title {
        margin-bottom: 10px;
    }
    .section3 .wrap .bottom .list .item .content .text {
        margin-bottom: 15px;
    }
    .section3 .wrap .bottom .list .item .content .title h3 {
        font-size: 14px;
    }
    .section3 .wrap .bottom .list .item .content .text p {
        font-size: 12px;
    }
    .section3 .wrap .bottom .list .item .content .more p {
        font-size: 10px;
    }
    .section3 .wrap .bottom .list .item .content .more {
        gap: 8px;
        height: 28px;
        padding: 0 10px;
        border-radius: 14px;
    }
    .section3 .wrap .bottom .list .item .content .more span {
        font-size: 10px;
    }
    .section4 .wrap {
        padding: 80px 0;
        width: 90%;
    }
    .section4 .wrap .top .index_title {
        margin-bottom: 15px;
    }
    .section4 .wrap .top .des {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .section4 .wrap .top .main .list {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .section4 .wrap .top .main .list .item .img {
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .section4 .wrap .top .main .list .item .text h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .section4 .wrap .top .main .list .item .text p {
        font-size: 12px;
    }
    .section4 .wrap .top {
        margin-bottom: 30px;
    }
    .section4 .wrap .bottom .merry .item {
        width: 120px;
    }
    .merry .row {
        gap: 30px;
    }
    .section5 .wrap {
        padding: 60px 5vw;
    }
    .section5 .wrap .top {
        width: 100%;
        display: block;
    }
    .section5 .wrap .top .index_title h2 {
        font-size: 18px;
    }
    .section5 .wrap .top .common_button {
        height: 30px;
        margin: 10px 0;
        font-size: 13px;
        padding: 0 15px;
        border-radius: 15px;
    }
    .section5 .wrap .bottom {
        margin: 30px 0 0;
    }
    .section5 .wrap .bottom .item .t .num {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .section5 .wrap .bottom .item .t {
        margin-bottom: 15px;
    }
    .section5 .wrap .bottom .item .b .time {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .section5 .wrap .bottom .item .b .text {
        font-size: 15px;
    }
    .section5 .wrap .bottom .item .b .img {
        border-radius: 8px;
        margin-top: 30px;
    }
    .section6 .wrap {
        width: 90%;
        padding: 50px 0 70px;
    }
    .section6 .wrap .top {
        border: 0;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .section6 .wrap .top .content {
        position: unset;
        transform: unset;
    }
    .section6 .wrap .top .content .title h2 {
        font-size: 20px;
        line-height: 1.4;
        color: #10253F;
    }
    .section6 .wrap .top .content .text {
        margin: 10px 0 15px;
    }
    .section6 .wrap .top .content .text p {
        font-size: 14px;
        line-height: 1.8;
        color: #10253F;
    }
    .section6 .wrap .top .content .common_button {
        height: 30px;
        padding: 0 15px;
        font-size: 13px;
        border-radius: 15px;
        background-color: #10253F;
        color: #fff;
    }
    .section6 .wrap .top .img {
        display: none;
    }
    .section6 .wrap .bottom .list {
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: space-between;
    }
    .section6 .wrap .bottom .list .item {
        width: 48%;
        height: unset;
        border-radius: 6px;
        padding: 40px 0;
    }
    .section6 .wrap .bottom .list .item .icon {
        width: 28px;
        height: 28px;
        margin: 0 auto 14px;
    }
    .section6 .wrap .bottom .list .item .text h3 {
        text-align: center;
        font-size: 13px;
    }
    .fixed_download .fixed_box {
        width: 90vw;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .fixed_download .fixed_box .h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .fixed_download .fixed_box form input,.fixed_download .fixed_box form .select select,.fixed_download .fixed_box form .upload {
        height: 40px;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .fixed_download .fixed_box form .upload p {
        font-size: 14px;
    }
    .fixed_download .fixed_box form button {
        width: 180px;
        height: 32px;
        border-radius: 18px;
        font-size: 14px;
        margin: 20px 0 15px;
    }
    .fixed_download .fixed_box form button p {
        font-size: 13px;
    }
    .fixed_download .fixed_box form .tips {
        font-size: 12px;
    }
    .fixed_download .fixed_box form .select {
        margin-bottom: 10px;
    }
    .fixed_download .fixed_box .close {
        width: 16px;
        top: 10px;
        right: 10px;
    }
}
