.time_search_content{
    max-width: 1200px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.time_search_content .btn_arrow{
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    /* color: #901C1F; */
    cursor: pointer;
    position:absolute;
    top: 0;
    z-index: 20;
    /* background: #fff; */
    /* border-radius: 7px; */
    box-sizing: border-box;
}
.time_search_content .btn_arrow img{
    width: 40px;
    height: 40px;
}
.before_btn{
    left: 0;
}
.after_btn{
    right: 0;
}
.time_search_content .btn_arrow:hover{
    background: #901C1F;
    color: #fff;
}

.time_search_sfd{
    width: auto;
    /* min-width: 1200px; */
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 70px;
    /* overflow: hidden; */

}
.time_search_sfd li{
    background-color: #dadadb;
    color: #ffffff;
    text-align: center;
    display: block;
    float: left;
    width: 120px;
    line-height: 40px;
    margin-right: 30px;
    cursor: pointer;
}
/* .time_search_sfd li:last-child{
    clear: both;
} */
.time_search_sfd .now_active_sfd{
    background-color: #901C1F;
}
/* 底部内容区域 */
.sfd_Highlight_list{
    width: 100%;
    height: auto;
}
.sfd_Highlight_list li{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #901C1F;
    font-weight: bold;
    padding: 0 30px;
    box-sizing: border-box;
}
.sfd_awards{
    color: #000;
    box-sizing: border-box; 
}
.sfd_awards_list{
    width: 100%;
    height: auto;
    padding-left: 30px;
    box-sizing: border-box; 
}
.sfd_awards p{
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.sfd_awards_list li{
    margin-bottom: 16px;
    /* padding-left: 20px; */
    box-sizing: border-box;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    list-style-type: disc !important;
}
/* 轮播图开始 */
.swiper-box {
    width: 1200px;
    display: block;
    height: 375px;
    margin: 0 auto;
}

.swiper-container .slick-slide{
    width: 100%;
    height: 100%;
}

.swiper-slide, .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img, .slick-slide img{
    /* height: 100%; */
    width: 100%;
}
.swiper-pagination-bullet-active{
    --swiper-theme-color: #901C1F !important;
}
@media (max-width: 1024px) {
    .swiper-box {
        width: 100%;
    }
}
@media (min-width: 1030px) {
    .swiper-box {
        width: 100%;
    }
}
@media (min-width: 1080px) {
    .swiper-box {
        width: 900px;
    }
}
@media (min-width: 1152px) {
    .swiper-box {
        width: 100%;
    }
}
@media (min-width: 1366px) {
    .swiper-box {
        width: 864px;
        height: 270px;
    }
}
@media (min-width: 1440px) {
    .swiper-box {
        width: 900px;
        height: 282px;
    }
}
@media (min-width: 1920px) {
    .swiper-box {
        width: 1200px;
        height: 375px;
    }
}
@media (min-width: 2160px) {
    .swiper-box {
        width: 1350px;
        height: 422px;
    }
}