.swiperbanner{
    width: 100%;
    height: 330px;
    padding: 0;
    box-sizing: border-box;
}
.swiper-slide>img{
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 10px;
    border-radius: 0;
    background: rgba(255,255,255,0.9);
}
.swiper-pagination-bullet-active{
    background: #D51938;
}
.search_label{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
}
.search_label_part{
    width: 24%;
    box-sizing: border-box;
}
.search_label_part:not(:last-child){
    border-right: 1px solid #eee;
}
.search_label_part>p{
    margin-bottom: 5px;
}
.search_label_part:first-child>p{
    color: #E96F4A;
    font-size: 16px;
}
.search_label_part:nth-child(2)>p{
    color: #789E3B;
    font-size: 16px;
}
.search_label_part:nth-child(3)>p{
    color: #b579c3;
    font-size: 16px;
}
.search_label_part:nth-child(4)>p{
    color:#5186b8;
    font-size: 16px;
}
.search_label_items{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.search_label_items>a{
    font-size: 12px;
    color: #555;
    padding: 0 5px;
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
}
.news_title{
    padding: 15px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news_title>p{
    font-size: 26px;
    color: #333;
}
.news_title>div{
    display: flex;
    display: -webkit-flex;
}
.news_title>div>a{
    font-size: 14px;
    color: #999;
    padding-right: 10px;
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
}
.news_title>div>a:not(:last-child){
    border-right: 1px solid #999;
}
.news_content{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.news_content_left{
    width: 200px;
}
.news_content_left>a{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
}
.news_content_left>a:first-child{
    margin-bottom: 15px;
}
.news_content_left>a>img{
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
    margin-bottom: 10px;
}
.news_content_left>a>p{
    color: #666;
    font-size: 12px;
}
.news_content_mid{
    width: 650px;
}
.news_content_mid_title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.news_content_mid_title>img{
    height: 86px;
    width: 142px;
}
.news_content_mid_title>a{
    font-size: 24px;
    color: #000;
    height: 86px;
    width: 508px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    box-sizing: border-box;
    padding: 10px;
}
.news_content_mid_list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_content_mid_list>a{
    width: 48%;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    color: #666;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}
.news_content_mid_list>a::before{
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    background: #D95B4F;
    display:inline-block;
    content: '';
}
.news_content_right{
    width: 240px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F6F6F6;
}
.news_content_right>p{
    color: #333;
    font-size: 18px;
}
.news_content_right>a{
    width: 100%;
    display: block;
    margin: 10px 0;
}
.news_content_right>a>img{
    width: 100%;
}
.news_content_right_list>a{
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    display: block;
}
.news_content_right_list>a::before{
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #D95B4F;
    display:inline-block;
    content: '';
}
.tb_list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.tb_list>a{
    width: 266px;
    position: relative;
}
.tb_list>a>img{
    width: 100%;
}
.tb_list>a>p{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    padding: 5px;
    text-align: left;
    background-color: #eee;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.xf_part{
    margin-top: 10px;
}
.xf_title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: flex-end;
}
.xf_title_left{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.xf_title_left>p{
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
}
.xf_tab{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
}
.xf_tab.on{
    background-color: #D51938;
    color: #fff;
}
.xf_title>a{
    color: #666;
    font-size: 14px;
}
.esf_list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.esf_list_left{
    width: 450px;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
}
.esf_list_left_title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
    height: 30px;
    line-height: 30px;
    background-color: #F7F7F7;
    padding: 0 10px;
}
.esf_list_left_title>p{
    font-size: 14px;
    font-weight: bolder;
}
.esf_list_left_title>a{
    color: #333;
    font-size: 12px;
}
.esf_list_left_list{
    box-sizing: border-box;
    padding: 6px 10px;
}
.esf_list_left_list>a{
    display: block;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.esf_list_left_list>a>span:first-child{
    color: #333;
    width: 170px;
}
.esf_list_left_list>a>span:nth-child(2){
    width: 85px;
    text-align: center;
    color: #666;
}
.esf_list_left_list>a>span:nth-child(3){
    width: 85px;
    text-align: center;
    color: #F60;
}
.esf_list_left_list>a>span:nth-child(4){
    width: 85px;
    text-align: center;
    color: #666;
}
.esf_list_right{
    width: 240px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F6F6F6;
}
.esf_list_right>p{
    color: #333;
    font-size: 18px;
}
.esf_list_right_item{
    height: 34px;
    line-height: 34px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.esf_list_right_item>span:first-child{
    color: #666;
    font-size: 14px;
}
.esf_list_right_item>span:last-child{
    color: #999;
    font-size: 12px;
}
.esf_adv{
    width: 100%;
    display: block;
}
.esf_adv>img{
    width: 100%;
}
.xf_list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.xf_list_left{
    width: 920px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xf_list_left_item{
    width: 280px;
    margin-bottom: 15px;
    cursor: pointer;
}
.xf_list_left_item>div{
    position: relative;
}
.xf_list_left_item>div>img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.xf_list_left_item>div>p{
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #ffffff;
    padding: 5px;
    width: 100%;
}
.xf_list_left_item>p{
    font-size: 18px;
    color: #D61F3D;
    font-weight: bolder;
    line-height: 28px;
}
.xf_list_left_item>p>span{
    color: #333;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 100;
}
.xf_list_left_item_label{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.xf_list_left_item_label>a{
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 0 8px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.xf_list_right{
    width: 240px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F6F6F6;
}
.xf_list_right>p{
    color: #333;
    font-size: 18px;
}
.xf_list_right_item{
    height: 34px;
    line-height: 34px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.xf_list_right_item>span:first-child{
    color: #666;
    font-size: 14px;
}
.xf_list_right_item>span:last-child{
    color: #999;
    font-size: 12px;
}
.xf_adv{
    width: 100%;
    display: block;
}
.xf_adv>img{
    width: 100%;
}
.flink_part{

}
.flink_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.flink_list>a{
    padding-right: 15px;
    color: #666;
    line-height: 32px;
    font-size: 12px;
    margin-bottom: 10px;
}
.shop_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
}
.shop_list>a{
    width: 150px;
    margin: 0 20px 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.shop_list>a>img{
    width: 100%;
    height: 50px;

}