.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: hidden;
}
.banner img {
    width: 100%;
    display: block;
}
.banner p {
    font-size: 30px;
    font-family: Roboto;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    text-transform: uppercase;
    bottom: 32px;
    right: 187px;
}
.section {
    width: 100%;
    background: #e9e7e6;
    padding-top: 114px;
    overflow: hidden;
}
.section .list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .list .item {
    width: 172px;
    height: 46px;
    border: 1px solid #666666;
    border-radius: 22px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #666666;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin-right: 32px;
    transition: 0.6s;
}
.section .list .item:nth-last-child(1) {
    margin-right: 0;
}
.section .list .on {
    border: none;
    background: #DC0715;
    color: #FFFFFF;
}
.section .news {
    width: 1474px;
    margin: 92px auto 102px;
}
.section .news .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item {
    width: 448px;
    margin: 0 65px 48px 0;
    opacity: 0;
    transform: translateY(25px);
    transition: 1s;
    border-bottom: 1px solid rgba(102,102,102,0.26);
}
.section .news .swiper .swiper-wrapper .swiper-slide .item:nth-child(3n) {
    margin-right: 0;
}
.section .news .swiper .swiper-wrapper .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.section .news .swiper .swiper-wrapper .swiper-slide-active {
    opacity: 1;
    pointer-events: unset!important;
}
.section .news .swiper .swiper-wrapper .swiper-slide-active .item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item:hover {
    border-bottom: 1px solid #666666;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .img img {
    transition: 1s;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .img img:hover {
    transform: scale(1.2);
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .title {
    display: block;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    margin: 29px 0 37px;
    white-space: nowrap;
    overflow: hidden;
    transition: 1s;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .title:hover {
    color: #DC0715;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .bottom {
    display: flex;
    align-items: center;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .bottom p {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    margin-left: 16px;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .bottom a {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #666666;
    transition: 1s;
}
.section .news .swiper .swiper-wrapper .swiper-slide .item .bottom a:hover {
    color: #DC0715;
}
@media screen and (max-width: 1919px) {
    .banner p{
        font-size: 1.5625vw;
        bottom: 1.6666666667vw;
        right: 9.7395833333vw;
    }
    .section{
        padding-top: 5.9375vw;
    }
    .section .list .item{
        width: 8.9583333333vw;
        height: 2.3958333333vw;
        border-radius: 1.1458333333vw;
        font-size: 0.7291666667vw;
        line-height: 2.5vw;
        margin-right: 1.6666666667vw;
    }
    .section .news{
        width: 76.7708333333vw;
        margin: 4.7916666667vw auto 5.3125vw;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item{
        width: 23.3333333333vw;
        margin: 0px 3.3854166667vw 2.5vw 0px;
        transform: translateY(1.3020833333vw);
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .title{
        font-size: 1.0416666667vw;
        margin: 1.5104166667vw 0px 1.9270833333vw;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .bottom p{
        font-size: 0.625vw;
        margin-left: 0.8333333333vw;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .bottom a{
        font-size: 0.7291666667vw;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        margin: 60px 0 0;
    }

    .banner img {
        height: 60vh;
    }

    .banner p {
        font-size: 24px;
        left: 5vw;
        right: unset;
        bottom: 30px;
    }
    .section {
        padding: 60px 0;
    }
    .section .list .item {
        width: fit-content;
        height: 40px;
        padding: 0 20px;
        border-radius: 30px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 10px;
    }
    .section .news {
        width: 90%;
        margin: 30px auto 0;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .content {
        padding: 15px 0 10px;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .title {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .bottom a {
        font-size: 13px;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .bottom p {
        font-size: 14px;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item .bottom {
        justify-content: space-between;
    }
    .section .news .swiper .swiper-wrapper .swiper-slide .item {
        margin: 0 0 30px;
    }
}
