.home .banner {
    position: relative
}

.home .banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

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

.home .banner .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.5625vw;
    color: white;
    padding: 0 10.41667vw
}

.home .banner .text .p1 {
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 1
}

.home .banner .text .des {
    font-size: 1.04167vw;
    margin-top: 1.04167vw;
    line-height: 1.3;
    font-weight: 200
}

.home .nav_menu {
    background: #F5F5F5;
    padding: 0 10.41667vw;
    display: flex;
    align-items: center
}

.home .nav_menu a {
    display: block;
    padding: 1.04167vw 2.29167vw;
    color: #222;
    font-size: .88542vw;
    line-height: 1.2;
    transition: all 600ms;
    cursor: pointer
}

.home .nav_menu a:hover {
    background: #FFF;
    color: #E6001A
}

.home .nav_menu .on {
    background: #FFF;
    color: #E6001A
}

.home .nav_menu span {
    width: 1px;
    height: .52083vw;
    background: #CCC
}

.home .section1 {
    padding: 4.16667vw 10.41667vw 3vw 10.41667vw;
    position: relative
}

.home .section1 .map_box {
    position: absolute;
    right: 4.79167vw;
    top: 7.13542vw;
    width: 54.16667vw;
    height: 26.04167vw;
}

.home .section1 .map img {
    max-width: 100%
}

.home .section1 .t {
    color: #000;
    font-size: 1.66667vw;
    font-weight: 700;
    line-height: 1
}

.home .section1 .des {
    margin: 4.79167vw 0 3.28125vw 0;
    width: 27.96875vw;
    font-size: .83333vw;
    line-height: 2;
    color: #333
}

.home .section1 .nums {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    position: relative;
    z-index: 10;
}

.home .section1 .nums .item {
    width: 33%;
     /* margin-right: 3vw; */
     margin-bottom: 2vw;
}
/* .home .section1 .nums .item:nth-child(4) .pnum{
    font-size: 1.5vw;
} */
.home .section1 .nums .item .pnum {
    color: #E94829;
    font-size: 2.5vw;
    max-height: 3vw;
}

.home .section1 .nums .item .tag {
    color: #E94829;
    font-size: .9375vw;
    margin-top: .41667vw
}

.home .section2 {
    display: flex;
    justify-content: space-between;
    margin: 3.64583vw 5.20833vw;
    cursor: pointer;
}

.home .section2 .swiper-container {
    width: 100%
}

.home .section2 .pic1 {
    width: 50%;
    position: relative;
    height: 25.41667vw;
    overflow: hidden
}

.home .section2 .pic1 img {
    display: block;
    width: 101%;
    object-fit: cover;
    height: 25.41667vw;
    transition: all 600ms
}

.home .section2 .pic1 p {
    position: absolute;
    right: 1.45833vw;
    bottom: 1.25vw;
    color: #FFF;
    font-size: .72917vw;
    z-index: 40
}

.home .section2 .pics {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    height: 25.41667vw
}

.home .section2 .pics .pic {
    width: 50%;
    height: 12.70833vw;
    position: relative;
    overflow: hidden
}

.home .section2 .pics .pic img {
    width: 101%;
    display: block;
    height: 12.70833vw;
    object-fit: cover;
    transition: all 600ms
}

.home .section2 .pics .pic p {
    position: absolute;
    right: 1.04167vw;
    bottom: 1.25vw;
    color: #FFF;
    font-size: .72917vw;
    z-index: 40
}

.home .section3 {
    margin: 9.375vw 10.41667vw 6.25vw 10.41667vw;
    display: flex;
    justify-content: space-between
}

.home .section3 .l {
    color: #000;
    font-size: 1.2vw;
    line-height: 1.18
}

.home .section3 .r {
    width: 59.79167vw
}

.home .section3 .r .des {
    color: #666;
    font-size: .83333vw;
    line-height: 1.8
}

.home .section4 {
    margin: 9.375vw 10.41667vw 6.25vw 10.41667vw;
    display: flex;
    justify-content: space-between
}

.home .section4 .l {
    color: #000;
    font-size: 1.2vw;
    line-height: 1.18
}

.home .section4 .r {
    width: 59.79167vw;
    margin-top: -1.25vw
}

.home .section4 .r .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.66667vw
}

.home .section4 .r .list .item {
    width: 100%;
    padding: 1.25vw 1.66667vw;
    text-align: center
}

.home .section4 .r .list .item .p1 {
    color: #191919;
    line-height: 1;
    font-size: 1.14583vw
}

.home .section4 .r .list .item .p2 {
    color: #191919;
    font-size: .72917vw;
    line-height: 1.7;
    margin-top: .83333vw
}

@media screen and (max-width: 1024px) {
    .home .banner img {
        height: 300px
    }

    .home .banner .text {
        padding: 0 5%;
        bottom: 20px
    }

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

    .home .banner .text .des {
        font-size: 16px;
        margin-top: 10px
    }

    /* .home .p_nav{
        width: 100%;
        overflow-x: scroll;
    } */
    .home .nav_menu {
        padding: 0;
        width: 100%;
        overflow-x: scroll;
         display: inline-block;
         white-space: nowrap;
        /* flex-wrap: wrap */
    }

    .home .nav_menu a {
        padding: 15px 10px;
        font-size: 14px;
        display: inline-block;
    }

    .home .nav_menu span {
        height: 10px
    }

    .home .section1 {
        padding: 30px 5%;
        flex-direction: column
    }

    .home .section1 .t {
        font-size: 24px;
        line-height: inherit
    }

    .home .section1 .des {
        font-size: 16px;
        margin: 20px 0;
        width: 100%
    }

    .home .section1 .nums {
        justify-content: space-between;
        width: 100%;
    }

    .home .section1 .nums .item {
        margin-right: 0;
        margin-bottom: 20px;;
        width: 50%;
    }

    .home .section1 .nums .item .pnum {
        font-size: 32px;
        max-height: inherit;
    }
    /* .home .section1 .nums .item:nth-child(4) .pnum{
        font-size: 20px;
    } */

    .home .section1 .nums .item .tag {
        font-size: 14px
    }

    .home .section1  .map_box {
        position: relative;
        width: 100%;
        height: 300px;
        right:0;
    }

    .home .section2 {
        margin: 30px 5%;
        flex-direction: column
    }

    .home .section2 .pic1 {
        width: 100%;
        height: auto
    }

    .home .section2 .pic1 img {
        height: auto
    }

    .home .section2 .pic1 p {
        font-size: 14px;
        width: 80%;
        right: 5%;
        bottom: 10px;
        text-align: right
    }

    .home .section2 .pics {
        width: 100%;
        height: auto
    }

    .home .section2 .pics .pic {
        width: 100%;
        height: auto
    }

    .home .section2 .pics .pic img {
        height: auto
    }

    .home .section2 .pics .pic p {
        font-size: 14px;
        width: 80%;
        right: 5%;
        bottom: 10px;
        text-align: right
    }

    .home .section3 {
        margin: 30px 5%;
        flex-direction: column
    }

    .home .section3 .l {
        font-size: 24px;
        line-height: inherit
    }

    .home .section3 .r {
        width: 100%;
        margin-top: 20px
    }

    .home .section3 .r .des {
        font-size: 16px
    }

    .home .section4 {
        margin: 30px 5%;
        flex-direction: column
    }

    .home .section4 .l {
        font-size: 24px;
        line-height: inherit
    }

    .home .section4 .r {
        width: 100%;
        margin-top: 20px
    }

    .home .section4 .r .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }

    .home .section4 .r .list .item {
        padding: 15px 5%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .home .section4 .r .list .item .p1 {
        font-size: 20px;
        line-height: inherit
    }

    .home .section4 .r .list .item .p2 {
        font-size: 16px;
        margin-top: 10px
    }
}