.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 .section {
    margin: 5.72917vw 10.41667vw 15.625vw 10.41667vw;
    display: flex;
    justify-content: space-between
}

.home .section .l {
    width: 14.58333vw
}

.home .section .l .types {
    width: 100%
}

.home .section .l .types .p1 {
    color: #FB0000;
    font-size: 1.04167vw;
    font-weight: bold;
    border-bottom: 3px solid #FB0000;
    padding: .52083vw 0
}

.home .section .l .types .list .item {
    margin-top: .83333vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: .83333vw 0;
    cursor: pointer;
    transition: all 600ms
}

.home .section .l .types .list .item p {
    color: #666;
    font-size: 1.04167vw;
    transition: all 600ms
}

.home .section .l .types .list .item svg path {
    fill: #666;
    transition: all 600ms
}

.home .section .l .types .list .item:hover {
    border-color: #fb0000
}

.home .section .l .types .list .item:hover p {
    color: #fb0000
}

.home .section .l .types .list .item:hover svg path {
    fill: #fb0000
}

.home .section .l .types .list .on {
    border-color: #fb0000
}

.home .section .l .types .list .on p {
    color: #fb0000
}

.home .section .l .types .list .on svg path {
    fill: #fb0000
}

.home .section .r {
    width: 59.89583vw;
    position: relative
}

.home .section .r .btns {
    position: absolute;
    right: 2.60417vw;
    top: 2.60417vw;
    display: flex;
    align-items: center;
    z-index: 10
}

.home .section .r .btns .btn {
    display: flex;
    align-items: center;
    cursor: pointer
}

.home .section .r .btns .btn svg {
    width: .83333vw
}

.home .section .r .btns .btn p {
    color: #FB0000;
    font-size: .83333vw;
    line-height: 1.5;
    margin-left: .3125vw
}

.home .section .r .btns .play {
    margin:0 1vw 0 1.6vw;
}

.home .section .r .pics {
    width: 100%
}

.home .section .r .pics .swiper1 {
    width: 100%
}

.home .section .r .pics .swiper1 .pic img {
    width: 100%;
    display: block;
    object-fit: cover
}

.home .section .r .html {
    border-top: 1px solid #000;
    padding-top: .72917vw;
    color: #666;
    font-size: .83333vw;
    line-height: 1.62;
    font-weight: 200
}

.home .section .r .html img {
    max-width: 100%
}

.home .dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1003
}

.home .dialog .close {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    z-index: 100
}

.home .dialog .close img {
    width: 50px
}

.home .dialog .content {
    width: 100%
}

.home .dialog .content video {
    width: 80%;
    height: 80vh;
    object-fit: cover;
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .home .banner img {
        height: 300px
    }

    .home .nav_menu {
        padding: 0
    }

    .home .nav_menu a {
        padding: 15px 10px;
        font-size: 14px
    }

    .home .nav_menu span {
        height: 10px
    }

    .home .section {
        margin: 30px 5% 60px 5%;
        flex-direction: column
    }

    .home .section .l {
        width: 100%
    }

    .home .section .l .types .p1 {
        padding: 15px 0;
        font-size: 18px
    }

    .home .section .l .types .list .item {
        padding: 15px 0
    }

    .home .section .l .types .list .item p {
        font-size: 18px
    }

    .home .section .r {
        width: 100%;
        margin-top: 30px;
        padding-top: 30px
    }

    .home .section .r .btns .btn svg {
        width: 25px
    }

    .home .section .r .btns .btn p {
        font-size: 16px
    }

    .home .section .r .btns .play {
        margin-left: 20px
    }

    .home .section .r .html {
        margin: 20px 0;
        font-size: 14px;
        line-height: 1.8
    }

    .home .dialog .close {
        top: 80px
    }

    .home .dialog .close img {
        width: 30px
    }

    .home .dialog .content video {
        height: 60vh
    }
}