.home .banner {
    position: relative
}
img{
    object-fit: cover;
}

.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 .section {
    margin: 5.20833vw 16.41667vw 10.41667vw 16.41667vw;
    display: flex;
    justify-content: space-between
}

.home .section .l {
    width: 13.02083vw
}

.home .section .l .recommend .item {
    width: 100%;
    cursor: pointer;
    background: #FFF;
    transition: all 600ms;
    display: block
}

.home .section .l .recommend .item:not(:last-child) {
    margin-bottom: 2.08333vw
}

.home .section .l .recommend .item .pic {
    overflow: hidden
}

.home .section .l .recommend .item .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 600ms;
    height: 12.96875vw
}

.home .section .l .recommend .item .text {
    padding: 0 .41667vw
}

.home .section .l .recommend .item .text .pt {
    color: #000;
    font-size: .9375vw;
    line-height: 1.55
}

.home .section .l .recommend .item .text .time {
    color: #666;
    font-size: .67708vw;
    line-height: 1;
    margin: 1.25vw 0 .41667vw 0
}

.home .section .l .recommend .item:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)
}

.home .section .l .recommend .item:hover .pic img {
    transform: scale(1.05)
}

.home .section .r {
    width:45.41667vw
}

.home .section .r .t {
    color: #282828;
    font-size: 1.45833vw;
    line-height: 1.25
}

.home .section .r .t2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEE;
    padding: 1.14583vw 0
}

.home .section .r .t2 .tags {
    display: flex
}

.home .section .r .t2 .tags .tag {
    display: flex;
    align-items: center;
    font-size: .72917vw
}

.home .section .r .t2 .tags .tag span {
    font-weight: 200;
    margin: 0 .52083vw
}

.home .section .r .t2 .icons {
    display: flex;
    align-items: center
}

.home .section .r .t2 .icons a {
    margin-left: .78125vw
}

.home .section .r .t2 .icons a img {
    width: 1.04167vw;
    display: block
}

.home .section .r .html {
    text-align: center;
    margin: 3.125vw 0
}

.home .section .r .html img {
    max-width: 100%;
    object-fit: contain
}

.home .section .r .pics {
    position: relative;
    width: 28.64583vw;
    margin: 0 auto
}

.home .section .r .pics .swiper1 {
    width: 100%
}

.home .section .r .pics .swiper1 .item {
    text-align: center
}

.home .section .r .pics .swiper1 .item .pic {
    overflow: hidden
}

.home .section .r .pics .swiper1 .item .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 16.875vw;
    transition: all 600ms
}

.home .section .r .pics .swiper1 .item p {
    color: #5F6368;
    line-height: 1.625;
    font-size: .72917vw;
    margin-top: .78125vw
}

.home .section .r .pics .swiper1 .item:hover .pic img {
    transform: scale(1.05)
}

.home .section .r .pics .prev {
    position: absolute;
    left: -5.20833vw;
    top: 45%;
    transform: translateY(-50%);
    width: 3.38542vw;
    height: 3.38542vw;
    border-radius: 1.69271vw;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(54, 64, 67, 0.3), 0px 1px 3px 1px rgba(54, 64, 67, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer
}

.home .section .r .pics .prev svg {
    display: block;
    width: 1.875vw
}

.home .section .r .pics .next {
    position: absolute;
    right: -5.20833vw;
    top: 45%;
    transform: translateY(-50%);
    width: 3.38542vw;
    height: 3.38542vw;
    border-radius: 1.69271vw;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(54, 64, 67, 0.3), 0px 1px 3px 1px rgba(54, 64, 67, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer
}

.home .section .r .pics .next svg {
    display: block;
    width: 1.875vw
}

.home .section .r .pics .swiper-pagination {
    position: static;
    margin-top: 1.5625vw;
    width: 100%;
    display: flex;
    justify-content: center
}

.home .section .r .pics .swiper-pagination .swiper-pagination-bullet {
    border-radius: .26042vw;
    border: .10417vw solid #FB0000;
    width: .52083vw;
    height: .52083vw;
    background: transparent;
    transition: all 600ms;
    opacity: 1;
    margin: 0 .88542vw
}

.home .section .r .pics .swiper-pagination .swiper-pagination-bullet-active {
    background: #FB0000
}

.home .section .r .des {
    width: 100%;
    /* width: 38.54167vw; */
    margin: 3.125vw auto;
    font-size: .72917vw;
    line-height: 2.23
}
.home .section .r .des img{
    max-width: 100%;
    width: auto!important;
}
@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 .section {
        margin: 30px 5%;
        flex-direction: column-reverse
    }

    .home .section .r {
        width: 100%
    }

    .home .section .r .t {
        font-size: 18px;
        line-height: 1.5
    }

    .home .section .r .t2 {
        flex-direction: column;
        padding: 15px 0
    }

    .home .section .r .t2 .tags {
        flex-wrap: wrap
    }

    .home .section .r .t2 .tags .tag {
        font-size: 14px;
        margin-bottom: 10px
    }

    .home .section .r .t2 .tags .tag span {
        margin: 0 10px
    }

    .home .section .r .t2 .icons {
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    .home .section .r .t2 .icons a {
        margin-right: 10px;
        margin-left: 0
    }

    .home .section .r .t2 .icons a img {
        width: 20px
    }

    .home .section .r .html {
        margin: 20px 0
    }

    .home .section .r .des {
        font-size: 14px;
        width: 100%;
        line-height: 1.8
    }

    .home .section .r .pics {
        width: 90%
    }

    .home .section .r .pics .prev,
    .home .section .r .pics .next {
        width: 35px;
        height: 35px;
        border-radius: 50%
    }

    .home .section .r .pics .prev svg,
    .home .section .r .pics .next svg {
        width: 20px
    }

    .home .section .r .pics .swiper1 .item .pic img {
        height: auto
    }

    .home .section .r .pics .swiper1 .item p {
        font-size: 14px;
        margin-top: 10px
    }

    .home .section .r .pics .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .home .section .l {
        width: 100%;
        margin-top: 30px
    }

    .home .section .l .recommend .item:not(:last-child) {
        margin-bottom: 20px
    }

    .home .section .l .recommend .item .pic {
        margin-bottom: 10px
    }

    .home .section .l .recommend .item .pic img {
        height: auto
    }

    .home .section .l .recommend .item .text {
        padding: 10px
    }

    .home .section .l .recommend .item .text .pt {
        font-size: 18px
    }

    .home .section .l .recommend .item .text .time {
        font-size: 16px
    }
}