body .header.h_b {
    background: #000
}

body .header.h_b .box .logo img:nth-child(1) {
    opacity: 1
}

body .header.h_b .box .logo img:nth-child(2) {
    opacity: 0
}

body .header.h_b .box .links .item .a1 {
    color: #fff
}

body .header.h_b .box .links .item .sub_box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.32) 100%) !important
}

body .header.h_b .box .links .item .sub_box .nr a .name {
    color: #fff
}

body .header.h_b .box .links .item .sub_box .nr a .tip {
    color: #fff
}

body .header.h_b .box .links .item .sub_box .nr .line {
    background: #fff
}

body .home .c_btn {
    padding: .88542vw 1.5625vw .98958vw 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625vw;
    border: 1px solid #000;
    width: fit-content;
    transition: all 600ms
}

body .home .c_btn img {
    width: 1.25vw;
    transition: all 600ms
}

body .home .c_btn:hover {
    background: #000;
    color: white
}

body .home .c_btn:hover img {
    filter: invert(1)
}

body .home .c_btn.c_white {
    border-color: #fff
}

body .home .c_btn.c_white img {
    filter: invert(1)
}

body .home .c_btn.c_white:hover {
    background: #fff;
    color: #000
}

body .home .c_btn.c_white:hover img {
    filter: invert(0)
}

body .home .banner {
    position: relative
}

body .home .banner video {
    width: 100%;
    object-fit: cover;
    display: block
}

body .home .banner .e_b {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 12.13542vw;
    text-align: center;
    transition: all 600ms
}

body .home .banner .e_b.hide {
    opacity: 0;
    pointer-events: none
}

body .home .banner .e_b .logo img {
    width: 18.64583vw
}

body .home .banner .e_b .play {
    margin-top: 2.08333vw
}

body .home .banner .e_b .play .c {
    width: 4.84375vw;
    height: 4.84375vw;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

body .home .banner .e_b .play .c .b {
    width: 3.54167vw;
    height: 3.54167vw;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

body .home .banner .e_b .play p {
    margin-top: .625vw;
    color: white;
    cursor: pointer
}

body .home .banner .text {
    position: absolute;
    left: 10.41667vw;
    bottom: 10.41667vw;
    color: white;
    transition: all 600ms;
    display: none
}

body .home .banner .text.show {
    display: block
}

body .home .banner .text .p1 {
    font-weight: 700;
    font-family: "Montserrat"
}

body .home .banner .text .des {
    margin: 1.25vw 0 4.16667vw 0;
    width: 30.3125vw;
    line-height: 1.41
}

body .home .banner .text .btns {
    display: flex;
    gap: 1.25vw
}

body .home .container .sec1 {
    padding: 11.45833vw 14.79167vw 16.09375vw 10.41667vw
}

body .home .container .sec1 .t {
    text-align: center;
    color: #212529;
    font-weight: 700
}

body .home .container .sec1 .list {
    margin-top: 5.72917vw
}

body .home .container .sec1 .list .item {
    display: flex;
    justify-content: space-between;
    gap: 6.25vw
}

body .home .container .sec1 .list .item:not(:last-child) {
    margin-bottom: 3.33333vw
}

body .home .container .sec1 .list .item:nth-child(2n) {
    flex-direction: row-reverse
}

body .home .container .sec1 .list .item .pic {
    width: 32.08333vw;
    height: 30.20833vw;
    overflow: hidden;
    border-radius: 16px
}

body .home .container .sec1 .list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 600ms
}

body .home .container .sec1 .list .item .pic:hover img {
    transform: scale(1.05)
}

body .home .container .sec1 .list .item .text {
    width: 36.45833vw;
    margin-top: 1.82292vw
}

body .home .container .sec1 .list .item .text .pt {
    font-weight: 700
}

body .home .container .sec1 .list .item .text .des {
    margin: 2.1875vw 0 2.08333vw 0;
    line-height: 1.75
}

body .home .container .sec1 .list .item.spItem {
    /*flex-direction:row-reverse;*/
    margin-top: 8.85417vw
}

body .home .container .sec1 .list .item.spItem .pic {
    width: 46.40625vw;
    height: 32.8125vw;
    position: relative
}

body .home .container .sec1 .list .item.spItem .pic .info {
    position: absolute;
    right: 2.39583vw;
    bottom: 4.16667vw;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(30px);
    width: 19.73958vw;
    padding: 1.04167vw;
    padding-bottom: 1.5625vw;
    color: white
}

body .home .container .sec1 .list .item.spItem .pic .info .des {
    line-height: 1.5
}

body .home .container .sec1 .list .item.spItem .pic .info .f_20 {
    margin: 1.25vw 0 .78125vw 0
}

body .home .container .sec1 .list .item.spItem .pic .info .gp {
    opacity: .6
}

body .home .container .sec1 .list .item.spItem .text {
    width: 20.67708vw
}

body .home .container .sec2 {
    padding: 0 0 8.33333vw 10.41667vw
}

body .home .container .sec2 .t {
    margin-bottom: 4.16667vw
}

body .home .container .sec2 .content {
    width: 100%
}

body .home .container .sec2 .content .swiper1 {
    width: 100%
}

body .home .container .sec2 .content .swiper1 .item {
    display: flex;
    justify-content: space-between;
    gap: 3.125vw;
    align-items: center
}

body .home .container .sec2 .content .swiper1 .item .pic {
    width: 30.72917vw;
    height: 25.36458vw;
    border-radius: 16px;
    overflow: hidden
}

body .home .container .sec2 .content .swiper1 .item .pic img,
body .home .container .sec2 .content .swiper1 .item .pic video {
    width: 100%;
    height: 100%;
    min-height: 25.36458vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec2 .content .swiper1 .item .info {
    width: 30.10417vw
}

body .home .container .sec2 .content .swiper1 .item .info .pt {
    line-height: 1
}

body .home .container .sec2 .content .swiper1 .item .info .des {
    color: #616161;
    font-weight: 350;
    line-height: 1.75;
    margin-top: 2.23958vw
}

body .home .container .sec2 .content .swiper1 .item .info .tags {
    margin-top: 1.25vw
}

body .home .container .sec2 .content .swiper1 .item .info .tags .t1 {
    display: flex;
    gap: 1.5625vw;
    align-items: center;
    margin-bottom: 1.77083vw
}

body .home .container .sec2 .content .swiper1 .item .info .tags .t1 p {
    padding: .52083vw 1.35417vw;
    border: 1px solid #000;
    color: #616161;
    line-height: 1
}

body .home .container .sec2 .content .swiper1 .item .info .tags .t1 span {
    color: #616161;
    font-weight: 350
}

body .home .container .sec2 .content .swiper1 .item .info .tags a {
    padding: .52083vw 1.35417vw;
    background: #000;
    color: white;
    line-height: 1;
    border: 1px solid #000
}

body .home .container .sec2 .content .swiper1 .item .info .tags_normal {
    margin-top: 1.25vw
}

body .home .container .sec2 .content .swiper1 .item .info .tags_normal .t1 {
    display: flex;
    gap: 1.25vw;
    align-items: center;
    margin-bottom: 1.25vw
}

body .home .container .sec2 .content .swiper1 .item .info .tags_normal .t1 p {
    padding: .52083vw 1.35417vw;
    border: 1px solid #000;
    color: #616161;
    line-height: 1;
    border-radius: 12px
}

body .home .container .sec2 .content .swiper1 .item .info .tags_normal .t1 span {
    color: #616161;
    font-weight: 350
}

body .home .container .sec2 .content .swiper1 .item .info .tags_normal a {
    padding: .52083vw 1.35417vw;
    background: #000;
    color: white;
    line-height: 1;
    border: 1px solid #000
}

body .home .container .sec2 .content .swiper1 .item:hover .pic img {
    transform: scale(1.05)
}

body .home .container .sec2 .ds {
    margin-top: 3.125vw;
    display: flex;
    gap: 2.08333vw;
    align-items: center
}

body .home .container .sec2 .ds .btns {
    display: flex;
    gap: 3.125vw
}

body .home .container .sec2 .ds .btns div {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 1.564px 9.385px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

body .home .container .sec2 .ds .btns div img {
    width: .41667vw
}

body .home .container .sec2 .ds .swiper-pagination {
    position: static;
    width: 38.54167vw;
    height: 3px;
    background: rgba(0, 0, 0, 0.3)
}

body .home .container .sec2 .ds .swiper-pagination .swiper-pagination-progressbar-fill {
    background: rgba(0, 0, 0, 0.8)
}

body .home .container .sec3 {
    background: #1A1A1A;
    padding: 5.72917vw 10.41667vw
}

body .home .container .sec3 .flex1 {
    display: flex;
    gap: 1.5625vw
}

body .home .container .sec3 .flex1 .lbox {
    width: 25.9375vw;
    border-radius: 12px;
    background: #2A2A2A;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    padding: 6.14583vw 4.89583vw 4.16667vw 2.08333vw;
    color: white
}

body .home .container .sec3 .flex1 .lbox .p1 {
    font-weight: 700;
    line-height: 1.3
}

body .home .container .sec3 .flex1 .lbox .des {
    line-height: 1.75;
    margin-top: 1.25vw
}

body .home .container .sec3 .flex1 .rbox {
    width: 51.92708vw;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    overflow: hidden
}

body .home .container .sec3 .flex1 .rbox::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%)
}

body .home .container .sec3 .flex1 .rbox img {
    width: 100%;
    height: 18.22917vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec3 .flex1 .rbox:hover img {
    transform: scale(1.05)
}

body .home .container .sec3 .flex1 .rbox .text {
    position: absolute;
    left: 2.08333vw;
    bottom: 2.08333vw;
    color: white;
    z-index: 10
}

body .home .container .sec3 .flex1 .rbox .text .des {
    width: 23.125vw;
    line-height: 1.5;
    margin-top: .83333vw
}

body .home .container .sec3 .flex2 {
    display: flex;
    gap: 2.13542vw;
    margin-top: 1.25vw
}

body .home .container .sec3 .flex2 .item {
    width: 38.48958vw;
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

body .home .container .sec3 .flex2 .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%)
}

body .home .container .sec3 .flex2 .item img {
    width: 100%;
    height: 18.22917vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec3 .flex2 .item:hover img {
    transform: scale(1.05)
}

body .home .container .sec3 .flex2 .item .text {
    position: absolute;
    left: 2.08333vw;
    bottom: 2.08333vw;
    color: white;
    z-index: 10
}

body .home .container .sec3 .flex2 .item .text.tr {
    left: auto;
    right: 2.08333vw;
    text-align: right
}

body .home .container .sec3 .flex2 .item .text .des {
    width: 23.125vw;
    line-height: 1.5;
    margin-top: .83333vw
}

body .home .container .sec4 {
    padding: 8.33333vw 12.8125vw 8.33333vw 10.41667vw;
    display: flex;
    justify-content: space-between;
    gap: 6.25vw;
    align-items: center
}

body .home .container .sec4 .pic {
    width: 32.08333vw;
    height: 29.84375vw;
    overflow: hidden;
    border-radius: 16px
}

body .home .container .sec4 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec4 .pic:hover img {
    transform: scale(1.05)
}

body .home .container .sec4 .info {
    width: 38.4375vw
}

body .home .container .sec4 .info .p1 {
    font-weight: 700
}

body .home .container .sec4 .info .des {
    margin: 2.08333vw 0 1.25vw 0;
    width: 36.45833vw;
    color: #616161;
    font-weight: 350;
    line-height: 1.75
}

body .home .container .sec4 .info .icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25vw;
    margin-bottom: 2.08333vw
}

body .home .container .sec4 .info .icons .item {
    width: 100%;
    border-radius: 16px;
    position: relative
}

body .home .container .sec4 .info .icons .item .m_b {
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    padding: 1.25vw;
    border-radius: 16px;
    transition: all 600ms
}

body .home .container .sec4 .info .icons .item .h_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    color: white;
    padding: 1.04167vw;
    transform: rotateY(180deg);
    opacity: 0;
    transition: all 600ms;
    text-align: center;
    padding-top: 1.30208vw
}

body .home .container .sec4 .info .icons .item .h_box p {
    margin: 0
}

body .home .container .sec4 .info .icons .item .h_box .p1 {
    font-weight: 350;
    margin-bottom: .26042vw;
    line-height: 1.11
}

body .home .container .sec4 .info .icons .item .h_box .en {
    font-weight: 350;
    margin-bottom: .78125vw;
    line-height: 1.11;
    text-transform: uppercase
}

body .home .container .sec4 .info .icons .item .h_box .sdes p {
    line-height: 1.5;
    font-weight: 350
}

body .home .container .sec4 .info .icons .item .icon img {
    width: 1.25vw;
    transition: all 600ms;
    display: block
}

body .home .container .sec4 .info .icons .item p {
    margin-top: 3.64583vw;
    font-weight: 500;
    line-height: 1
}

body .home .container .sec4 .info .icons .item:hover .m_b {
    transform: rotateY(180deg)
}

body .home .container .sec4 .info .icons .item:hover .h_box {
    transform: rotateY(360deg);
    opacity: 1
}

body .home .container .sec5 {
    padding: 4.16667vw 0 4.16667vw 10.41667vw;
    background: #1A1A1A;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: white
}

body .home .container .sec5 .tip {
    margin: 1.30208vw 0 4.16667vw 0;
    width: 25.625vw;
    line-height: 1.75;
    font-weight: 350
}

body .home .container .sec5 .news {
    margin-bottom: 3.125vw;
    width: 100%
}

body .home .container .sec5 .news .swiper2 {
    width: 100%
}

body .home .container .sec5 .news .swiper2 a {
    display: block
}

body .home .container .sec5 .news .swiper2 a .pic {
    height: 12.5vw;
    border-radius: 16px;
    overflow: hidden
}

body .home .container .sec5 .news .swiper2 a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec5 .news .swiper2 a .pt {
    margin: 1.66667vw 0 .83333vw 0;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

body .home .container .sec5 .news .swiper2 a .des {
    color: #D8D8D8;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

body .home .container .sec5 .news .swiper2 a:hover .pic img {
    transform: scale(1.05)
}

body .home .container .sec6 {
    position: relative;
    padding: 11.19792vw 0 7.5vw 0;
    overflow: hidden
}

body .home .container .sec6::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 13.80208vw;
    height: 100%;
    background-image: -webkit-linear-gradient(right, #fff 20%, rgba(235, 237, 240, 0));
    z-index: 10;
    transform: rotate(180deg)
}

body .home .container .sec6::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 13.80208vw;
    height: 100%;
    background-image: -webkit-linear-gradient(right, #fff 20%, rgba(235, 237, 240, 0));
    z-index: 10
}

body .home .container .sec6 .logos {
    display: flex;
    width: max-content;
    animation: goA 20s infinite linear;
    gap: 3.20833vw
}

body .home .container .sec6 .logos .pics {
    display: flex;
    gap: 3.20833vw
}

body .home .container .sec6 .logos .pics .pic {
    width: 12.34375vw;
    overflow: hidden;
    height: 5.60417vw;
    display: flex;
    align-items: center;
    justify-content: center
}

body .home .container .sec6 .logos .pics .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 600ms;
    opacity: .5
}

body .home .container .sec6 .logos .pics .pic:hover img {
    opacity: 1
}

@keyframes goA {
    100% {
        transform: translateX(-50%)
    }
}

@-webkit-keyframes goA {
    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 768px) {
    body .home .c_btn {
        padding: 8px 15px 10px 15px;
        gap: 6px
    }

    body .home .c_btn img {
        width: 16px
    }

    body .home .banner {
        margin-top: 60px
    }

    body .home .banner::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4)
    }

    body .home .banner .e_b {
        bottom: 30px;
        z-index: 5
    }

    body .home .banner .e_b .logo img {
        width: 100px
    }

    body .home .banner .e_b .play {
        margin-top: 10px
    }

    body .home .banner .e_b .play .c {
        width: 40px;
        height: 40px
    }

    body .home .banner .e_b .play .c .b {
        width: 30px;
        height: 30px
    }

    body .home .banner .e_b .play .c .b img {
        width: 20px
    }

    body .home .banner .e_b .play p {
        margin-top: 6px
    }

    body .home .banner .text {
        left: 5%;
        bottom: 30px;
        z-index: 5
    }

    body .home .banner .text .des {
        width: 90%;
        margin: 12px 0 20px 0;
        font-size: 12px
    }

    body .home .banner .text .btns {
        gap: 12px
    }

    body .home .banner .text .btns a {
        font-size: 12px
    }

    body .home .container .sec1 {
        padding: 40px 5%
    }

    body .home .container .sec1 .list {
        margin-top: 30px
    }

    body .home .container .sec1 .list .item {
        flex-direction: column !important;
        gap: 20px
    }

    body .home .container .sec1 .list .item:not(:last-child) {
        margin-bottom: 40px
    }

    body .home .container .sec1 .list .item .pic {
        width: 100% !important;
        height: auto !important
    }

    body .home .container .sec1 .list .item .text {
        width: 100% !important;
        margin-top: 0
    }

    body .home .container .sec1 .list .item .text .des {
        margin: 10px 0;
        font-size: 16px
    }

    body .home .container .sec1 .list .item.spItem {
        margin-top: 0
    }

    body .home .container .sec1 .list .item.spItem .pic .info {
        right: 20px;
        bottom: 20px;
        width: 300px;
        padding: 10px;
        font-size: 12px
    }

    body .home .container .sec1 .list .item.spItem .pic .info .f_20 {
        margin: 12px 0 5px 0;
        font-size: 16px
    }

    body .home .container .sec2 {
        padding: 0 0 40px 5%
    }

    body .home .container .sec2 .t {
        margin-bottom: 20px
    }

    body .home .container .sec2 .content .swiper1 .item {
        flex-direction: column;
        gap: 20px
    }

    body .home .container .sec2 .content .swiper1 .item .pic {
        width: 100%;
        height: 200px
    }

    body .home .container .sec2 .content .swiper1 .item .info {
        width: 100%
    }

    body .home .container .sec2 .content .swiper1 .item .info .des {
        margin-top: 10px;
        font-size: 14px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 70px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags {
        margin-top: 12px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags .t1 {
        gap: 8px;
        margin-bottom: 10px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags .t1 p {
        padding: 5px 10px;
        font-size: 14px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags .t1 span {
        font-size: 14px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags a {
        padding: 5px 10px;
        font-size: 14px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags_normal {
        margin-top: 12px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags_normal .t1 {
        gap: 8px;
        margin-bottom: 10px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags_normal .t1 p {
        padding: 5px 10px;
        font-size: 14px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags_normal .t1 span {
        font-size: 14px
    }

    body .home .container .sec2 .content .swiper1 .item .info .tags_normal a {
        padding: 5px 10px;
        font-size: 14px
    }

    body .home .container .sec2 .ds {
        margin-top: 20px;
        gap: 20px
    }

    body .home .container .sec2 .ds .btns {
        gap: 20px
    }

    body .home .container .sec2 .ds .btns div {
        height: 40px;
        width: 40px
    }

    body .home .container .sec2 .ds .btns div img {
        width: 8px
    }

    body .home .container .sec2 .ds .swiper-pagination {
        width: 200px
    }

    body .home .container .sec3 {
        padding: 40px 5%
    }

    body .home .container .sec3 .flex1 {
        gap: 15px;
        flex-direction: column
    }

    body .home .container .sec3 .flex1 .lbox {
        width: 100%;
        padding: 20px
    }

    body .home .container .sec3 .flex1 .lbox .des {
        margin-top: 12px
    }

    body .home .container .sec3 .flex1 .rbox {
        width: 100%
    }

    body .home .container .sec3 .flex1 .rbox img {
        height: 200px
    }

    body .home .container .sec3 .flex1 .rbox .text {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px)
    }

    body .home .container .sec3 .flex1 .rbox .text .des {
        width: auto;
        font-size: 14px;
        margin-top: 8px
    }

    body .home .container .sec3 .flex2 {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px
    }

    body .home .container .sec3 .flex2 .item {
        width: 100%
    }

    body .home .container .sec3 .flex2 .item img {
        height: 200px
    }

    body .home .container .sec3 .flex2 .item .text {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px)
    }

    body .home .container .sec3 .flex2 .item .text .des {
        width: auto;
        font-size: 14px;
        margin-top: 8px
    }

    body .home .container .sec3 .flex2 .item .text.tr {
        left: 20px;
        right: auto;
        text-align: left
    }

    body .home .container .sec3 .flex2 .item .text.tr .des {
        width: auto
    }

    body .home .container .sec4 {
        padding: 40px 5%;
        flex-direction: column;
        gap: 30px
    }

    body .home .container .sec4 .pic {
        width: 100%;
        height: auto
    }

    body .home .container .sec4 .info {
        width: 100%
    }

    body .home .container .sec4 .info .des {
        margin: 10px 0 20px 0;
        width: 100%;
        font-size: 16px
    }

    body .home .container .sec4 .info .icons {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr)
    }

    body .home .container .sec4 .info .icons .item .m_b {
        padding: 20px;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    body .home .container .sec4 .info .icons .item .m_b .icon img {
        width: 20px;
        display: block
    }

    body .home .container .sec4 .info .icons .item .m_b p {
        margin-top: 0;
        font-size: 16px
    }

    body .home .container .sec4 .info .icons .item .h_box {
        padding: 20px
    }

    body .home .container .sec4 .info .icons .item .h_box .p1 {
        margin-bottom: 5px
    }

    body .home .container .sec4 .info .icons .item .h_box .en {
        margin-bottom: 10px
    }

    body .home .container .sec4 .info .icons .item .h_box .sdes {
        font-size: 12px
    }

    body .home .container .sec5 {
        padding: 40px 0 40px 5%
    }

    body .home .container .sec5 .tip {
        margin: 15px 0 40px 0;
        font-size: 16px;
        width: 80%
    }

    body .home .container .sec5 .news {
        margin-bottom: 30px
    }

    body .home .container .sec5 .news .swiper2 a .pic {
        height: 150px
    }

    body .home .container .sec5 .news .swiper2 a .pt {
        margin: 16px 0 8px 0
    }

    body .home .container .sec6 {
        padding: 40px 0
    }

    body .home .container .sec6 .logos {
        width: 100%;
        gap: 20px;
        animation: goA 5s infinite linear
    }

    body .home .container .sec6 .logos .pics {
        gap: 20px
    }

    body .home .container .sec6 .logos .pics .pic {
        width: 100px;
        height: 60px
    }
}