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

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

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

.home .banner .nums {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    display: flex;
    justify-content: center
}

.home .banner .nums .line {
    width: 1px;
    height: 93px;
    background-color: white;
    margin: 0 8vw
}

.home .banner .nums .item {
    text-align: center
}

.home .banner .nums .item .t1 {
    display: flex;
    align-items: flex-end
}

.home .banner .nums .item .t1 .sz {
    color: #FFFFFF;
    font-size: 3.2vw;
    font-weight: bold
}

.home .banner .nums .item .t1 .tag {
    color: white;
    font-size: 1.1vw;
    transform: translateY(-15px)
}

.home .banner .nums .item .t2 {
    color: white;
    font-size: 1.1vw;
    margin-top: 10px
}

.home .section1 {
    width: 80vw;
    margin: 4vw auto
}

.home .section1 .t {
    color: #232323;
    font-size: 2.5vw;
    font-weight: bold
}

.home .section1 .box1 {
    display: flex;
    justify-content: space-between;
    padding: 5vw 5%;
    border: 1px solid #d3c6b6;
    margin: 4vw 0 15px 0;
    position: relative
}

.home .section1 .box1::before {
    content: '';
    display: block;
    height: 50%;
    width: 1px;
    top: 25%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 34%
}

.home .section1 .box1::after {
    content: '';
    display: block;
    height: 50%;
    width: 1px;
    top: 25%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    right: 34%
}

.home .section1 .box1 .item {
    width: 26%
}

.home .section1 .box1 .item .p1 {
    color: #333333;
    font-size: 1.4vw;
    position: relative;
    padding-bottom: 15px
}

.home .section1 .box1 .item .p1::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 4px;
    background-color: #d3c6b6
}

.home .section1 .box1 .item .des {
    color: #333333;
    font-size: .9vw;
    line-height: 1.8;
    margin-top: 2vw
}

.home .section1 .box2 {
    padding: 5vw 5%;
    border: 1px solid #E1CAA9;
    border-bottom: 20px solid #E1CAA9
}

.home .section1 .box2 .p1 {
    color: #333333;
    font-size: 1.4vw;
    position: relative;
    padding-bottom: 15px
}

.home .section1 .box2 .p1::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 4px;
    background-color: #B4835A
}

.home .section1 .box2 .des {
    color: #333333;
    font-size: .9vw;
    line-height: 1.8;
    margin-top: 2vw
}

.home .section2 {
    background: url(../images/whbg.jpg) no-repeat;
    background-size: cover;
    padding: 4vw 10vw
}

.home .section2 .t {
    color: #232323;
    font-size: 2.5vw;
    font-weight: bold
}

.home .section2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home .section2 .content .l {
    width: 50%
}

.home .section2 .content .l .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3vw 0
}

.home .section2 .content .l .item .icon {
    width: 100px
}

.home .section2 .content .l .item .txt {
    width: calc(98% - 100px)
}

.home .section2 .content .l .item .txt .p1 {
    color: #333;
    font-size: 1.5vw
}

.home .section2 .content .l .item .txt .tag {
    font-size: .9vw;
    margin-top: 15px
}

.home .section2 .content .r {
    width: 45%;
    text-align: right
}

.home .section2 .content .r img {
    max-width: 100%
}

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

    .home .banner .nums .item .t1 .sz {
        font-size: 30px
    }

    .home .banner .nums .item .t1 .tag {
        font-size: 16px;
        transform: translateY(-5px)
    }

    .home .banner .nums .item .t2 {
        font-size: 16px
    }

    .home .section1 {
        width: 90%;
        margin: 20px auto
    }

    .home .section1 .t {
        font-size: 24px
    }

    .home .section1 .box1 {
        padding: 20px;
        margin: 20px 0;
        flex-direction: column
    }

    .home .section1 .box1::before,.home .section1 .box1::after {
        display: none
    }

    .home .section1 .box1 .item {
        width: 100%;
        margin-bottom: 20px
    }

    .home .section1 .box1 .item .p1 {
        font-size: 18px
    }

    .home .section1 .box1 .item .des {
        font-size: 14px
    }

    .home .section1 .box2 {
        border-bottom: 10px solid #E1CAA9;
        display: none
    }

    .home .section1 .box2 .p1 {
        font-size: 18px
    }

    .home .section1 .box2 .des {
        font-size: 14px
    }

    .home .section2 {
        padding: 30px 5%
    }

    .home .section2 .t {
        font-size: 24px
    }

    .home .section2 .content {
        flex-direction: column
    }

    .home .section2 .content .l {
        width: 100%
    }

    .home .section2 .content .l .item {
        margin: 20px 0
    }

    .home .section2 .content .l .item .icon {
        width: 50px
    }

    .home .section2 .content .l .item .icon img {
        width: 50px
    }

    .home .section2 .content .l .item .txt {
        width: calc(98% - 50px)
    }

    .home .section2 .content .l .item .txt .p1 {
        font-size: 16px
    }

    .home .section2 .content .l .item .txt .tag {
        font-size: 14px;
        margin-top: 10px
    }

    .home .section2 .content .r {
        width: 100%;
        text-align: center
    }
}
