.home {
    position: relative;
    width: 100%
}

.home .banner {
    width: 100%;
    height: calc(100vh + 300px)
}

.home .banner .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex
}

.home .banner .bg2 {
    position: relative;
    z-index: 10
}

.home .banner .bg2 img {
    width: 29.82292vw;
    display: block;
    transform: translateY(10.2vw)
}

.home .banner .bg2 .text {
    position: absolute;
    left: 4.16667vw;
    top: 55%;
    transform: translateY(-50%)
}

.home .banner .bg2 .text.on .p1 {
    color: #000
}

.home .banner .bg2 .text.on .p1 p {
    color: #3EBABB
}

.home .banner .bg2 .text.on .des {
    color: #666
}

.home .banner .bg2 .text .p1 {
    color: #fff;
    font-size: 3.33333vw;
    text-transform: uppercase;
    margin-bottom: 2.08333vw;
    position: relative;
    transition: .6s ease
}

.home .banner .bg2 .text .p1::before {
    content: attr(data-t);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 3.33333vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
    transition: .6s ease
}

.home .banner .bg2 .text .des {
    color: #fff;
    width: 29.6875vw;
    font-size: .9375vw;
    line-height: 1.67;
    transition: .6s ease
}

.home .banner .bg {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%
}

.home .banner .bg img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%
}

.home .banner .end_bg {
    right: 4.16667vw;
    width: 52.08333vw;
    height: auto;
    bottom: 47%;
    transform: translateY(50%)
}

.home .section_bg {
    position: relative;
    z-index: 4
}

.home .section1 {
    padding: 5.72917vw 4.27083vw 18.22917vw 4.27083vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 4.47917vw;
    z-index: 3
}

.home .section1 .cursor {
    width: 59.73958vw;
    height: 54.63542vw;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    pointer-events: none;
    backface-visibility: hidden
}

@keyframes opacityAnimate {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1)
    }

    30% {
        opacity: 0.2;
        transform: translate(30vw, 10vw) scale(0.8)
    }

    50% {
        opacity: 1;
        transform: translate(25vw, 5vw) scale(0.85)
    }

    60% {
        opacity: 0.5;
        transform: translate(10vw, 9vw) scale(0.9)
    }

    80% {
        opacity: 1;
        transform: translate(30vw, 4vw) scale(0.95)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1)
    }
}

.home .section1 .cursor img {
    width: 100%;
    animation: 10s opacityAnimate linear infinite
}

.home .section1 .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    pointer-events: none
}

.home .section1 .bg img {
    max-width: 100%;
    object-fit: contain
}

.home .section1 .l {
    width: 40%
}

.home .section1 .l .t1 {
    color: #2D2D2D;
    font-size: 2.08333vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 2.08333vw
}

.home .section1 .l .t1 p {
    color: #00B3B8
}

.home .section1 .l .des {
    color: #666;
    font-size: .9375vw;
    line-height: 1.67
}

.home .section1 .icons {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}
.home .section1 .mobile{
    display: none;
} 

.home .section1 .icons::before {
    content: '';
    position: absolute;
    left: -6.25vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6.25vw;
    background: rgba(217, 217, 217, 0.5);
    height: 1px
}

.home .section1 .icons .item {
    width: calc(22% - 1px);
    border-left: 1px solid rgba(217, 217, 217, 0.5);
    text-align: center
}

.home .section1 .icons .item .icon {
    width: 4.42708vw;
    height: 4.42708vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5625vw auto
}

.home .section1 .icons .item .icon img {
    max-width: 80%;
    display: block;
    object-fit: contain
}

.home .section1 .icons .item p {
    color: #000;
    font-size: .9375vw;
    line-height: 1.67
}

.home .section1 .icons .item .joke {
    transition: 1s
}

.home .section1 .icons .item:hover .joke {
    transform: translateY(-10px)
}

.home .section1 .icons .item:nth-child(1),
.home .section1 .icons .item:nth-child(2),
.home .section1 .icons .item:nth-child(3),
.home .section1 .icons .item:nth-child(4) {
    border-bottom: 1px solid rgba(217, 217, 217, 0.5)
}

.home .section1 .icons .item:nth-child(4),
.home .section1 .icons .item:nth-child(8) {
    width: 33.6%
}

.home .section1 .icons .item:nth-child(4) .icon,
.home .section1 .icons .item:nth-child(8) .icon {
    width: 8.33333vw;
    height: 8.33333vw;
    background: url(../images/aball.webp) no-repeat;
    margin: 0 auto;
    background-size: contain
}

.home .section1 .icons .item:nth-child(4) .icon,
.home .section1 .icons .item:nth-child(4) p {
    transform: translateY(-2vw)
}

.home .section1 .icons .item:nth-child(8) .icon,
.home .section1 .icons .item:nth-child(8) p {
    transform: translateY(1vw)
}

.home .section2 {
    width: 100%;
    position: relative
}

.home .section2 .bg2 {
    position: relative;
    z-index: 8
}

.home .section2 .bg2 img {
    width: 41.66667vw;
    display: block
}

.home .section2 .bg2 .text {
    position: absolute;
    left: 4.16667vw;
    top: 20%
}

.home .section2 .bg2 .text .p1 {
    color: #000;
    font-size: 2.08333vw;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2.08333vw;
    position: relative
}

.home .section2 .bg2 .text .p1 span {
    color: #3EBABB
}

.home .section2 .bg2 .text .des {
    color: #666;
    width: 29.6875vw;
    font-size: .9375vw;
    line-height: 1.67
}

.home .section2 .card {
    position: absolute;
    width: 12.5vw;
    height: 12.5vw;
    transition: all 600ms;
    z-index: 8;
    cursor: pointer
}

.home .section2 .card .joke {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #FFF;
    box-shadow: 0px .52083vw 1.04167vw 0px rgba(0, 0, 0, 0.04), 0px -1.04167vw 2.60417vw 0px rgba(255, 255, 255, 0.2), 0px 4px 1.5625vw 0px rgba(0, 0, 0, 0.1);
    padding: 2.08333vw;
    transition: .6s ease
}

.home .section2 .card .icon {
    text-align: right;
    margin-bottom: 4.94792vw
}

.home .section2 .card .icon img {
    width: 3.64583vw;
    vertical-align: middle
}

.home .section2 .card .st {
    color: #666;
    font-size: 1.04167vw;
    transition: all 600ms
}

.home .section2 .card:hover .joke {
    border-radius: 2.08333vw;
    transform: translateY(-15px);
    box-shadow: .52083vw .52083vw .41667vw rgba(0, 0, 0, 0.1)
}

.home .section2 .card:hover .st {
    color: #00B3B8;
    font-weight: 600
}

.home .section2 .card1 {
    left: 40.57292vw;
    top: -5vw
}

.home .section2 .card2 {
    right: 16.19792vw;
    top: 0
}

.home .section2 .card3 {
    right: 26.66667vw;
    top: 21.35417vw
}

.home .section2 .card4 {
    left: 29.16667vw;
    bottom: -3vw
}

.home .section3 {
    margin: 10.83333vw 0 6.66667vw 0;
    display: flex;
    justify-content: space-between;
    gap: 7.08333vw;
    align-items: center
}

.home .section3 .l {
    width: 65%
}

.home .section3 .l .pic {
    position: relative
}

.home .section3 .l .pic img {
    width: 100%;
    display: block;
    object-fit: cover
}

.home .section3 .l .pic .sha {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home .section3 .l .pic .sha img {
    width: 100%;
    display: block
}

.home .section3 .r {
    width: 35%;
    margin-right: 3.125vw
}

.home .section3 .r .t {
    color: #2D2D2D;
    font-size: 2.08333vw;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5
}

.home .section3 .r .t p {
    color: #00B3B8
}

.home .section3 .r .des {
    color: #666;
    font-size: .9375vw;
    line-height: 1.6;
    margin: 2.08333vw 0
}

.home .section3 .r .nums {
    display: flex;
    justify-content: space-between
}

.home .section3 .r .nums .item .p1 {
    color: #00B3B8;
    font-size: 3.33333vw;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.home .section3 .r .nums .item .p1 span {
    font-size: 2.5vw
}

.home .section3 .r .nums .item .tag {
    color: #666;
    font-size: .83333vw;
    text-align: center;
    margin-top: .625vw
}

.home .section4 .scroll-container {
    width: 100%;
    overflow: hidden;
    margin: 3vw 0 6vw 0
}

.home .section4 .scroll-container .animate_box {
    display: flex;
    width: max-content;
    animation: ani-loop 20s linear infinite;
    padding-bottom: 20px
}

.home .section4 .scroll-container .animate_box .flex-xb {
    display: flex;
    flex-wrap: wrap
}

.home .section4 .scroll-container .animate_box .flex-xb .icon {
    width: 9.375vw;
    height: 9.375vw;
    background: url(../images/cbg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4.16667vw
}

.home .section4 .scroll-container .animate_box .flex-xb .icon img {
    max-width: 60%;
    display: block;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .3;
    transition: all 600ms
}

.home .section4 .scroll-container .animate_box .flex-xb .icon:hover img {
    filter: grayscale(0);
    opacity: 1
}

@keyframes ani-loop {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.home .section4 .scroll-container .animate_box2 {
    animation-direction: reverse
}

.home .section5 {
    margin: 4.16667vw
}

.home .section5 .t {
    color: #000;
    font-size: 2.08333vw;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 4.01042vw
}

.home .section5 .t::before {
    content: attr(data-t);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    color: #3EBABB;
    font-size: 2.08333vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10
}

.home .section5 .allItems {
    display: flex;
    justify-content: space-between
}

.home .section5 .allItems .item {
    width: 25%;
    position: relative;
    cursor: pointer;
    transition: all 600ms
}

.home .section5 .allItems .item .bg {
    position: relative
}

.home .section5 .allItems .item .bg::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home .section5 .allItems .item .bg img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 29.16667vw
}

.home .section5 .allItems .item .dt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2.60417vw;
    text-align: center;
    z-index: 5;
    transition: all 600ms
}

.home .section5 .allItems .item .dt .icon {
    margin-bottom: 1.04167vw
}

.home .section5 .allItems .item .dt .icon img {
    width: 3.125vw;
    vertical-align: middle;
    object-fit: contain
}

.home .section5 .allItems .item .dt p {
    color: white;
    font-size: .83333vw;
    font-weight: 600
}

.home .section5 .allItems .item .text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    transition: all 600ms;
    padding-bottom: 6vw;
    opacity: 0
}

.home .section5 .allItems .item .text .p1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.875vw;
    font-weight: 600;
    margin-bottom: 2.60417vw
}

.home .section5 .allItems .item .text .des {
    color: white;
    font-size: 1.04167vw;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto;
    opacity: 0;
    transition: all 600ms;
    transition-delay: 400ms
}

.home .section5 .allItems .item .text .icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 600ms;
    transition-delay: 400ms
}

.home .section5 .allItems .item .text .icon img {
    width: 11.45833vw;
    display: block;
    object-fit: contain;
    opacity: .5
}

.home .section5 .allItems .item:hover {
    width: 60%
}

.home .section5 .allItems .item:hover .bg::before {
    background: rgba(0, 0, 0, 0.5)
}

.home .section5 .allItems .item:hover .dt {
    transform: translateY(10px);
    opacity: 0
}

.home .section5 .allItems .item:hover .text {
    opacity: 1
}

.home .section5 .allItems .item:hover .text .des,
.home .section5 .allItems .item:hover .text .icon {
    opacity: 1
}

.home .section6 {
    margin: 7.8125vw 4.16667vw 0 4.16667vw;
    padding-bottom: 3.125vw;
    position: relative;
    z-index: 5;
    background: #fff
}

.home .section6 .t {
    color: #000;
    font-size: 2.08333vw;
    text-transform: uppercase;
    font-weight: 600;
    position: relative
}

.home .section6 .t::before {
    content: attr(data-t);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    color: #3EBABB;
    font-size: 2.08333vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10
}

.home .section6 .map {
    position: relative;
    padding: 0 4.375vw
}

.home .section6 .map .bg img {
    width: 100%;
    display: block
}

.home .section6 .map .points .point {
    position: absolute;
    transition: all 600ms;
    cursor: pointer
}

.home .section6 .map .points .point img {
    width: 1.40625vw
}

.home .section6 .map .points .on {
    transform: scale(1.5)
}

.home .section6 .map .points .c1 {
    left: 17.70833vw;
    top: 13.54167vw
}

.home .section6 .map .points .c2 {
    left: 27.65625vw;
    bottom: 18.48958vw
}

.home .section6 .map .points .c3 {
    position: absolute;
    left: 41.875vw;
    top: 7.96875vw
}

.home .section6 .map .points .c4 {
    position: absolute;
    left: 46.77083vw;
    top: 6.5625vw
}

.home .section6 .map .points .c5 {
    position: absolute;
    left: 48.75vw;
    top: 8.85417vw
}

.home .section6 .map .points .c6 {
    position: absolute;
    left: 50vw;
    top: 18.75vw
}

.home .section6 .map .points .c7 {
    position: absolute;
    right: 18.54167vw;
    top: 14.58333vw
}

.home .section6 .map .points .c8 {
    position: absolute;
    right: 13.02083vw;
    top: 15.15625vw
}

.home .section6 .map .points .c9 {
    position: absolute;
    right: 11.14583vw;
    top: 13.17708vw
}

.home .section6 .map .points .c10 {
    position: absolute;
    right: 14.53125vw;
    top: 20.9375vw
}

.home .section6 .map .points .c11 {
    position: absolute;
    right: 10.41667vw;
    bottom: 13.54167vw
}

.home .section6 .map .points .c12 {
    position: absolute;
    right: 6.25vw;
    bottom: 11.45833vw
}

.home .section6 .map .boxes .box {
    position: absolute;
    left: 55%;
    bottom: 11.45833vw;
    width: 28.22917vw;
    height: 3.64583vw;
    border-radius: 1.04167vw;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    display: none;
    padding: 2.39583vw 2.08333vw
}

.home .section6 .map .boxes .box::after {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(250deg, #07B1B6 24.71%, #7DE7EA 70.97%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .88542vw;
    content: '';
    display: block;
    position: absolute
}

.home .section6 .map .boxes .box .p1 {
    color: #333;
    font-size: 1.25vw;
    line-height: 1.25
}

.home .section6 .map .boxes .box .des {
    color: #666;
    font-size: .9375vw;
    margin-top: 1.04167vw
}

.home .section6 .map .boxes .box .des span {
    color: #00B3B8
}

.home .section6 .map .boxes .on {
    display: block
}

.home .section6 .nums {
    display: flex;
    justify-content: space-between;
    width: 70%;
    position: absolute;
    left: 15%;
    bottom: 5.20833vw
}

.home .section6 .nums .item .p1 {
    color: #00B3B8;
    font-size: 3.33333vw;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.home .section6 .nums .item .p1 span {
    font-size: 2.5vw
}

.home .section6 .nums .item .tag {
    color: #666;
    font-size: .83333vw;
    text-align: center;
    margin-top: .625vw
}

.home .section_bg {
    position: relative
}

.home .section_bg img {
    width: 100%;
    display: block;
    object-fit: cover
}

.home .section_bg .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    color: #FFF
}

.home .section_bg .text .p1 {
    font-size: 3.33333vw;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04)
}

.home .section_bg .text .des {
    margin: 2.08333vw 0 6.04167vw 0;
    font-size: 1.04167vw;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    font-family: 'Montserrat-Light'
}

.home .section_bg .text a {
    border-radius: 4.6875vw;
    background: #00B3B8;
    width: 10.41667vw;
    display: block;
    font-size: .9375vw;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 2.5vw;
    color: white;
    margin: 0 auto;
    box-shadow: 0px .52083vw 1.04167vw 0px rgba(0, 0, 0, 0.02) inset, 0px -1.04167vw 2.60417vw 0px rgba(255, 255, 255, 0.4) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    transition: all 600ms
}

.home .section_bg .text a:hover {
    background: #fff;
    color: #00B3B8
}

@media screen and (max-width: 1024px) {
    .home {
        padding-top: 60px
    }

    .home .banner {
        flex-direction: column-reverse;
        align-items: flex-start;
        height: auto
    }

    .home .banner .fix {
        height: auto;
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .home .banner .bg2 {
        padding: 40px 0 0 0;
    }

    .home .banner .bg2 img {
        width: 70%;
        transform: translateY(0)
    }

    .home .banner .bg2 .text {
        left: 5%;
        width: 90%
    }

    .home .banner .bg2 .text .p1 {
        font-size: 24px;
        color: #000
    }

    .home .banner .bg2 .text .p1:before {
        font-size: 24px;
        color: #3EBABB
    }

    .home .banner .bg2 .text .des {
        width: 100%;
        color: #666;
        font-size: 16px
    }

    .home .banner .bg {
        position: static;
        width: 100% !important;
        height: auto !important;
        bottom: 0 !important
    }

    .home .banner .end_bg {
        transform: translateY(0)
    }

    .home .section1 {
        flex-direction: column;
        padding: 60px 5%  0 5%;
        padding-top: 0;
        gap: 0
    }

    .home .section1 .l {
        width: 100%
    }

    .home .section1 .l .t1 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .home .section1 .l .des {
        font-size: 16px
    }
    .home .section1 .l .des p span{
        text-wrap: wrap !important;
    }
    .home .section1 .icons {
        width: 100%;
        margin-top: 20px;
        display: none;
        justify-content: center;
    }
    .home .section1 .mobile{
        display: flex;
    }

    .home .section1 .icons::before {
        display: none
    }

    .home .section1 .icons .item {
        width: 33%;
        border-left: none;
        margin-bottom: 20px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(217, 217, 217, 0.5) !important
    }

    .home .section1 .icons .item .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto
    }
    .home .section1 .icons .item .icon img {
        max-height: 70%;
        max-width: 70%;
    }

    .home .section1 .icons .item p {
        font-size: 12px;
        margin-top: 15px;
        line-height: 1.2;
    }
    .home .section1 .icons .item:nth-child(4) .icon,
.home .section1 .icons .item:nth-child(4) p {
    transform: translateY(0)
}
.home .section1 .icons .item:nth-child(8) .icon,
.home .section1 .icons .item:nth-child(8) p {
    transform: translateY(0)
}
.home .section1 .icons .item:nth-child(4) .icon{
    width: 60px;
    height: 60px;
    background: none;
}
.home .section1 .icons .item:nth-child(7),
.home .section1 .icons .item:nth-child(8){
    width: 50%;
    height:50%;
}

    .home .section1 .icons .item:nth-child(7) .icon,
    .home .section1 .icons .item:nth-child(8) .icon {
        width: 80px;
        height:80px;
        background: url(../images/aball.webp) no-repeat;
        margin: 0 auto;
        background-size: contain
    }
    

    .home .section2{
        display: flex;
        flex-wrap: wrap;
    }
    .home .section2 .bg2 {
        padding: 40px 0 60px 0
    }

    .home .section2 .bg2 img {
        width: 70%;
        transform: translateY(0)
    }

    .home .section2 .bg2 .text {
        left: 5%;
        width: 90%
    }

    .home .section2 .bg2 .text .p1 {
        font-size: 24px
    }

    .home .section2 .bg2 .text .des {
        width: 100%;
        font-size: 16px
    }

    .home .section2 .card {
        position: static;
        width: 39%;
        padding: 18px 5%;
        height: 140px;
        margin: 0;
    }

    .home .section2 .card .icon {
        margin-bottom: 15px;
        text-align: center;
    }

    .home .section2 .card .icon img {
        width: 60px
    }

    .home .section2 .card .st {
        font-size: 18px;
        text-align: center;
    }

    .home .section3 {
        margin: 60px 0 0 0;
        gap: 0;
        flex-direction: column
    }

    .home .section3 .l {
        width: 100%
    }

    .home .section3 .r {
        width: 90%;
        margin: 30px auto
    }

    .home .section3 .r .t {
        font-size: 20px
    }

    .home .section3 .r .des {
        font-size: 16px;
        margin: 20px 0
    }

    .home .section3 .r .nums .item .p1 {
        font-size: 32px
    }

    .home .section3 .r .nums .item .p1 span {
        font-size: 24px
    }

    .home .section3 .r .nums .item .tag {
        font-size: 16px
    }

    .home .section4 .scroll-container .animate_box .flex-xb .icon,
    .home .section4 .scroll-container .animate_box .flex-xb .icon_bg {
        width: 95px;
        height: 95px;
        margin-left: 10px
    }

    .home .section5 {
        margin: 30px 5%
    }

    .home .section5 .t {
        font-size: 24px;
        margin-bottom: 30px
    }

    .home .section5 .t::before {
        font-size: 24px
    }

    .home .section5 .allItems {
        flex-direction: column
    }

    .home .section5 .allItems .item {
        width: 100% !important
    }

    .home .section5 .allItems .item .bg img {
        height: 300px;
    }

    .home .section5 .allItems .item .dt {
        display: none
    }

    .home .section5 .allItems .item .text {
        opacity: 1;
        padding-bottom: 40px
    }

    .home .section5 .allItems .item .text .p1 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .home .section5 .allItems .item .text .des {
        font-size: 16px;
        opacity: 1;
        width: 90%
    }

    .home .section5 .allItems .item .text .icon {
        opacity: 1
    }

    .home .section5 .allItems .item .text .icon img {
        width: 120px
    }

    .home .section6 {
        margin: 30px 5%
    }

    .home .section6 .t {
        font-size: 24px;
        margin-bottom: 30px
    }

    .home .section6 .t::before {
        font-size: 24px
    }

    .home .section6 .map .points .point img {
        width: 10px
    }

    .home .section6 .map .boxes {
        display: none
    }

    .home .section6 .map .boxes .box {
        left: 50%;
        width: 80%;
        padding: 20px;
        height: auto
    }

    .home .section6 .map .boxes .box .p1 {
        font-size: 18px
    }

    .home .section6 .map .boxes .box .des {
        font-size: 16px
    }

    .home .section6 .nums {
        width: 100%;
        position: static
    }

    .home .section6 .nums .item .p1 {
        font-size: 28px
    }

    .home .section6 .nums .item .p1 span {
        font-size: 16px
    }

    .home .section6 .nums .item .tag {
        font-size: 10px
    }

    .home .section_bg img {
        height: 400px
    }

    .home .section_bg .text {
        width: 90%
    }

    .home .section_bg .text .p1 {
        font-size: 18px;
        line-height: 1.6
    }

    .home .section_bg .text .des {
        font-size: 16px;
        margin: 15px 0 30px 0;
        line-height: 1.6
    }

    .home .section_bg .text a {
        width: 60%;
        line-height: 50px;
        font-size: 16px;
        border-radius: 30px
    }
}