* {
    padding: 0
}

.w {
    width: 1200px;
    margin: 0 auto
}

p {
    line-height: 1
}

.banner {
    width: 100%;
    height: 800px;
    position: relative;
    padding-top: 1px;
    box-sizing: border-box
}

.banner .swiper {
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block
}

.banner .slide1 {
    background-image: url(/img/banner.jpg)
}

.banner .slide2 {
    background-image: url(/img/banner6.jpg)
}

.banner .slide3 {
    background-image: url(/img/banner7.jpg)
}

.banner .slide4 {
    background-image: url(/img/banner8.jpg)
}

.banner .slide5 {
    background-image: url(/img/banner9.jpg)
}

.banner .h1_p_img {
    position: absolute;
    z-index: 999;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner .h1_p_img h1 {
    font-size: 34px;
    color: #fff
}

.banner .h1_p_img p {
    color: #fff;
    font-size: 20x;
    display: flex;
    align-items: center
}

.banner .h1_p_img p img {
    margin-right: 15px
}

.banner .h1_p_img .p_img {
    margin-top: 60px
}

.banner .h1_p_img .p_img p {
    width: 600px;
}

.banner .h1_p_img .p_img p:nth-child(n+2) {
    margin-top: 18px
}

.banner .sp {
    width: 58px;
    height: 58px;
    background-image: url(/img/sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -29px;
    cursor: pointer;
    z-index: 999
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.541);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: #c4161c;
    transform: scale(1.05);
    color: #fff
}

.banner .swiper-button-next:hover:after,
.banner .swiper-button-prev:hover:after {
    transform: scale(1.05);
    color: #fff
}

.banner .text-animate-h1 {
    animation: fadeInUp .8s ease-out .2s forwards
}

.banner .text-animate-p {
    animation: fadeInUp .8s ease-out .5s forwards
}

.banner .text-animate-p:nth-child(1) {
    animation-delay: .3s
}

.banner .text-animate-p:nth-child(2) {
    animation-delay: .4s
}

.banner .text-animate-p:nth-child(3) {
    animation-delay: .5s
}

.box_newlist {
    overflow: hidden;
    background-color: #f5f5f5;
    padding-bottom: 100px
}

.box_newlist .new_list h1 {
    margin-top: 100px;
    text-align: center;
    font-size: 36px;
    color: #c4161c
}

.box_newlist .new_list .new_p {
    margin-top: 30px;
    color: #666666;
    font-size: 16px;
    text-align: center
}

.box_newlist .new_list .new_list_bot {
    margin-top: 60px;
    display: flex;
    justify-content: space-between
}

.box_newlist .new_list .new_list_bot .new_list_bot_left {
    width: 585px;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.box_newlist .new_list .new_list_bot .new_list_bot_left .box_new_top {
    width: 585px;
    height: 324px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.box_newlist .new_list .new_list_bot .new_list_bot_left .box_new_bot {
    width: 100%;
    height: 125px;
    box-sizing: border-box;
    padding: 42px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.box_newlist .new_list .new_list_bot .new_list_bot_left .box_new_bot p {
    text-align: left;
    line-height: 1.5;
    color: #333;
    font-size: 16px
}

.box_newlist .new_list .new_list_bot .new_list_bot_left .box_new_bot i {
    color: #333
}

.box_newlist .new_list .new_list_bot .new_list_bot_left:hover .box_new_bot {
    transition: all .3s ease;
    background-color: #c4161c
}

.box_newlist .new_list .new_list_bot .new_list_bot_left:hover .box_new_bot p {
    transition: all .3s ease;
    color: #fff
}

.box_newlist .new_list .new_list_bot .new_list_bot_left:hover .box_new_bot i {
    transition: all .3s ease;
    color: #fff
}

.box_newlist .new_list .new_list_bot .new_list_bot_right {
    width: 585px;
    border: 1px solid #e4e4e4;
    background-color: #fff
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .time {
    width: 131px;
    text-align: center
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .time h2 {
    color: #333333;
    font-size: 36px;
    font-family: roboto;
    font-weight: 300;
    line-height: 50px
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .time h3 {
    color: #333333;
    font-size: 16px;
    font-family: roboto;
    font-weight: 400
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .new_img {
    width: 178px;
    height: 108px
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .new_img img {
    width: 100%;
    height: 100%
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .new_lis_p {
    width: 275px;
    padding: 0 35px;
    box-sizing: border-box;
    color: #333
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .new_lis_p p {
    line-height: 1.5
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li:not(:last-child) {
    border-bottom: 1px solid #e4e4e4
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li:hover a {
    transition: all .3s ease;
    background-color: #c4161c
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li:hover a .time h2 {
    transition: all .3s ease;
    color: #fff
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li:hover a .time h3 {
    transition: all .3s ease;
    color: #fff
}

.box_newlist .new_list .new_list_bot .new_list_bot_right ul li:hover a .new_lis_p {
    transition: all .3s ease;
    color: #fff
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease
}

.video-modal.show {
    display: flex;
    opacity: 1
}

.modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5)
}

.modal-content video {
    width: 100%;
    height: auto;
    display: block
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color .3s
}

.close-btn:hover {
    background-color: rgba(255, 0, 0, 0.8)
}

@media (max-width:800px) {
    .banner .h1_p_img h1 {
        font-size: 5.20833333vw
    }

    .banner .h1_p_img p {
        font-size: 2.60416667vw
    }

    .banner .h1_p_img .p_img {
        margin-top: 7.8125vw
    }
}

@media (max-width:1060px) {
    .box_newlist .new_list .new_list_bot {
        display: flex;
        justify-content: center
    }

    .box_newlist .new_list .new_list_bot .new_list_bot_left {
        display: none
    }

    .box_newlist .new_list .new_list_bot .new_list_bot_right {
        width: 100%
    }

    .box_newlist .new_list .new_list_bot .new_list_bot_right ul li a .new_lis_p {
        width: 35.80729167vw
    }
}

@media (max-width:1215px) {
    .banner {
        width: 100%;
        height: 65.10416667vw
    }

    .box_newlist .new_list .new_list_bot .new_list_bot_left {
        width: 76.171875vw
    }

    .box_newlist .new_list .new_list_bot .new_list_bot_right ul li a {
        padding: .65104167vw 0
    }
}