.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 .container {
    margin: 1.82292vw 10.41667vw
}

.home .container .back {
    display: flex;
    align-items: center;
    width: fit-content
}

.home .container .back svg {
    width: 1.25vw
}

.home .container .back p {
    color: #E94829;
    font-size: 1.04167vw;
    margin-left: .52083vw
}

.home .container .section1 .t {
    margin: 2.23958vw 0;
    color: #191919;
    font-size: 1.46667vw
}

.home .container .section1 .content {
    display: flex;
    justify-content: space-between
}

.home .container .section1 .content .l {
    width: 23%
}

.home .container .section1 .content .l .types .box .pt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .88542vw .52083vw .98958vw .52083vw;
    border-bottom: 2px solid #191919;
    color: #333;
    font-size: 0.8vw;
    margin-bottom: 1.82292vw;
    cursor: pointer;
}

.home .container .section1 .content .l .types .box .pt svg {
    transition: all 600ms;
    width: .72917vw
}

.home .container .section1 .content .l .types .box .chose .item {
    display: flex;
    align-items: center;
    margin-bottom: .88542vw;
    cursor: pointer
}

.home .container .section1 .content .l .types .box .chose .item .k {
    width: 1.25vw;
    height: 1.25vw;
    border: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .52083vw
}

.home .container .section1 .content .l .types .box .chose .item .k img {
    max-width: 80%;
    object-fit: contain;
    opacity: 0;
    transition: all 600ms
}

.home .container .section1 .content .l .types .box .chose .item p {
    font-size: 0.8vw;
    line-height: 1.3
}

.home .container .section1 .content .l .types .box .chose .on2 .k img {
    opacity: 1
}

/* .home .container .section1 .content .l .types .box:first-child .chose {
    max-height: 15.625vw;
    overflow-y: scroll
} */

.home .container .section1 .content .r {
    width: 70%
}

.home .container .section1 .content .r .list {
    border-top: 1px solid #C7C7C7
}

.home .container .section1 .content .r .list .item {
    border-bottom: 1px solid #C7C7C7;
    cursor: pointer
}

.home .container .section1 .content .r .list .item .d1 {
    padding: 2.08333vw 1.5625vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home .container .section1 .content .r .list .item .d1 .lb .pt {
    color: #191919;
    font-size: 1vw;
    line-height: 1.5;
    margin-bottom: 1.30208vw
}

.home .container .section1 .content .r .list .item .d1 .lb .tags {
    display: flex;
    align-items: center;
    line-height: 1
}

.home .container .section1 .content .r .list .item .d1 .lb .tags .sp1 {
    padding: .52083vw 1.5625vw;
    background: #191919;
    border-radius: 1.04167vw;
    color: white;
    font-size: .83333vw
}

.home .container .section1 .content .r .list .item .d1 .lb .tags .yq {
    display: flex;
    align-items: center
}

.home .container .section1 .content .r .list .item .d1 .lb .tags .yq span {
    color: #666;
    font-size: .83333vw;
    margin: 0 1.25vw
}

.home .container .section1 .content .r .list .item .d1 .lb .tags .yq .line {
    width: 1px;
    height: .625vw;
    background: #666;
    margin: 0 .26042vw
}

.home .container .section1 .content .r .list .item .d1 .icon svg {
    width: 3.125vw;
    display: block
}

.home .container .section1 .content .r .list .item .d2 {
    color: #000;
    font-size: .83333vw;
    line-height: 1.75;
    display: none
}

.home .container .section1 .content .r .list .item .d2 .html {
    padding: 0 1.5625vw
}

.home .container .section1 .content .r .list .item .d2 .btn {
    text-align: right;
    margin: 3.125vw 0;
    display: none;
}

.home .container .section1 .content .r .list .item .d2 .btn a {
    border-radius: 4.6875vw;
    background: #E94829;
    padding: 1.09375vw 2.39583vw;
    display: inline-block;
    color: white;
    font-size: .9375vw;
    line-height: 1
}

.home .container .section1 .content .r .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.125vw 0
}

.home .container .section1 .content .r .pager .prev svg,
.home .container .section1 .content .r .pager .next svg {
    display: block;
    width: 1.19792vw
}

.home .container .section1 .content .r .pager a img {
    margin: 0 0 0 10px;
    display: block
}

.home .container .section1 .content .r .pager a:nth-last-child(2) img {
    margin: 0 10px 0 0
}

.home .container .section1 .content .r .pager .nums {
    display: flex;
    margin: 0 1vw
}

.home .container .section1 .content .r .pager .nums a {
    color: #8b8b8b;
    font-size: 1.04167vw;
    padding: 0.1vw 0.5vw;
    margin: 0 0.2vw
}

.home .container .section1 .content .r .pager .nums .active {
    color: #FB0000;
    border-bottom: 2px solid #FB0000;
    font-weight: 600
}

.home .container .section1 .content .r .pager p {
    color: #333;
    font-size: .78125vw;
    margin-left: 2.08333vw
}

.home .container .section2 {
    margin: 7.8125vw 0
}

.home .container .section2 .t {
    color: #191919;
    font-size: 2.91667vw;
    line-height: 1.32
}

.home .container .section2 .list {
    margin: 4.16667vw 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 2.08333vw
}

.home .container .section2 .list .item {
    width: 100%;
    padding: 4.16667vw 0;
    text-align: center
}

.home .container .section2 .list .item .icon {
    width: 4.16667vw;
    height: 4.16667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.home .container .section2 .list .item .icon img {
    max-width: 100%;
    object-fit: contain
}

.home .container .section2 .list .item .p1 {
    margin: 2.08333vw 0 .78125vw 0;
    color: #191919;
    font-size: .83333vw;
    line-height: 1
}

.home .container .section2 .list .item .p2 {
    color: #191919;
    font-size: 1.25vw;
    line-height: 1
}

.home .container .section2 .notice .p1 {
    color: #191919;
    font-size: .9375vw;
    margin-bottom: .625vw
}

.home .container .section2 .notice .des {
    color: #666;
    font-size: .83333vw;
    line-height: 1.8
}

@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 .nav_menu {
        padding: 0
    }

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

    .home .nav_menu span {
        height: 10px
    }

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

    .home .container .back svg {
        width: 20px
    }

    .home .container .back p {
        font-size: 16px;
        margin-left: 10px
    }

    .home .container .section1 .t {
        font-size: 24px;
        margin: 20px 0
    }

    .home .container .section1 .content {
        flex-direction: column
    }

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

    .home .container .section1 .content .l .types .box .pt {
        font-size: 18px;
        padding: 15px;
        margin-bottom: 15px
    }

    .home .container .section1 .content .l .types .box .pt svg {
        width: 20px
    }

    .home .container .section1 .content .l .types .box .chose .item {
        margin-bottom: 10px
    }

    .home .container .section1 .content .l .types .box .chose .item .k {
        width: 20px;
        height: 20px
    }

    .home .container .section1 .content .l .types .box .chose .item p {
        font-size: 16px;
        margin-left: 10px
    }

    .home .container .section1 .content .r {
        width: 100%;
        margin-top: 20px
    }

    .home .container .section1 .content .r .list {
        margin-bottom: 40px
    }

    .home .container .section1 .content .r .list .item .d1 {
        padding: 20px 15px
    }

    .home .container .section1 .content .r .list .item .d1 .lb .pt {
        font-size: 18px;
        margin-bottom: 0
    }

    .home .container .section1 .content .r .list .item .d1 .lb .tags {
        flex-direction: column;
        align-items: flex-start
    }

    .home .container .section1 .content .r .list .item .d1 .lb .tags .sp1 {
        margin: 10px 0;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 20px
    }

    .home .container .section1 .content .r .list .item .d1 .lb .tags .yq span {
        font-size: 14px;
        margin: 0 10px 0 0
    }

    .home .container .section1 .content .r .list .item .d1 .lb .tags .yq .line {
        height: 10px;
        margin-right: 10px
    }

    .home .container .section1 .content .r .list .item .d1 .icon svg {
        width: 20px
    }

    .home .container .section1 .content .r .list .item .d2 .html {
        padding: 0 15px;
        font-size: 14px
    }

    .home .container .section1 .content .r .list .item .d2 .btn {
        margin: 20px 15px
    }

    .home .container .section1 .content .r .list .item .d2 .btn a {
        font-size: 16px;
        padding: 8px 15px
    }

    .home .container .section1 .content .r .pager .prev svg,
    .home .container .section1 .content .r .pager .next svg {
        width: 15px;
    }

    .home .container .section1 .content .r .pager .nums {
        margin: 0 5px
    }

    .home .container .section1 .content .r .pager .nums a {
         font-size: 14px;
        padding: 3px 0;
        margin: 0 5px
    }

    .home .container .section1 .content .r .pager p {
        font-size: 12px;
    }

    .home .container .section2 {
        margin: 30px 0
    }

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

    .home .container .section2 .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 30px 0
    }

    .home .container .section2 .list .item .icon {
        width: 100px;
        height: 100px
    }

    .home .container .section2 .list .item .p1 {
        font-size: 16px;
        margin: 15px 0 10px 0
    }

    .home .container .section2 .list .item .p2 {
        font-size: 18px
    }

    .home .container .section2 .notice .p1 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .home .container .section2 .notice .des {
        font-size: 16px
    }
}