.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;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home .section1 .l {
    width: 48%;
    color: #232323;
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 3vw
}

.home .section1 .r {
    width: 48%;
    color: #333333;
    font-size: 1vw;
    line-height: 2
}

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

.home .section2 .item {
    cursor: pointer;
    margin-bottom: 15px
}

.home .section2 .item .d1 {
    background: #f3f3f4;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border-left: 3px solid #d3c6b6;
    align-items: center
}

.home .section2 .item .d1 .jname {
    color: #333333;
    font-size: 1vw;
    width: 20%
}

.home .section2 .item .d1 .tag {
    color: #333333;
    font-size: .9vw;
    width: 50%
}

.home .section2 .item .d1 .icon {
    transition: all 600ms
}

.home .section2 .item .d2 {
    display: none
}

.home .section2 .item .d2 .box {
    border-top: 1px solid #d3c6b6;
    display: flex;
    justify-content: space-between;
    padding: 3vw;
    flex-wrap: wrap
}

.home .section2 .item .d2 .box .dt {
    width: 48%
}

.home .section2 .item .d2 .box .dt .p1 {
    color: #333333;
    font-size: 1vw
}

.home .section2 .item .d2 .box .dt .des {
    color: #333333;
    font-size: 1vw;
    line-height: 1.8;
    margin: 20px 0
}

.home .section2 .item .d2 .box .way {
    width: 100%;
    margin-top: 3vw
}

.home .section2 .item .d2 .box .way .p1 {
    color: #333333;
    font-size: 1vw
}

.home .section2 .item .d2 .box .way .st {
    color: #333333;
    font-size: 1vw;
    line-height: 1.8;
    margin: 20px 0
}

.home .section2 .item .d2 .box .way .st span {
    color: #d3c6b6
}

.home .section2 .active .d1 .icon {
    transform: rotate(180deg)
}

@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: 30px auto
    }

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

    .home .section1 .r {
        font-size: 14px
    }

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

    .home .section2 .item .d1 {
        padding: 15px
    }

    .home .section2 .item .d1 .jname {
        font-size: 14px;
        width: 35%
    }

    .home .section2 .item .d1 .tag {
        font-size: 12px;
        width: 60%
    }

    .home .section2 .item .d1 .icon img {
        width: 12px
    }

    .home .section2 .item .d2 .box {
        padding: 20px
    }
    .home .section2 .item .d2 .box .dt{
        width: 100%;
    }

    .home .section2 .item .d2 .box .dt .p1 {
        font-size: 16px
    }

    .home .section2 .item .d2 .box .dt .des {
        font-size: 14px
    }

    .home .section2 .item .d2 .box .way {
        margin-top: 20px
    }

    .home .section2 .item .d2 .box .way .p1 {
        font-size: 16px
    }

    .home .section2 .item .d2 .box .way .st {
        font-size: 14px
    }
}