.header_top{
    /* display: flex; */
    /* background-color: rgba(21, 21, 21, 0.68); */
    width: 100%;
    height: 100%;
}

.header_top .banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
.el-breadcrumb__inner a:hover{
    color: rgb(169, 27, 42) !important;
}                     
.top_con .mb{
    position: absolute;
    background: rgba(21, 21, 21, 0.68);
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_con .mb_more {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
    bottom: 20%;
    left: 29%;
    /* display: flex; */
    z-index: 1000;
}
.top_con .mb_more img{
    width: 36px;
    height: 8px;
    object-fit: cover;
}
.click_more{
    margin: 30px auto 30px auto;
    width:163px;
    height:53px;
    border: 1px solid #9B2B2F;
    border-radius: 20px;
    line-height: 53px;
    color: rgba(169, 27, 42, 1);
    font-size:18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.click_more img{
    width: 31px;
    height: 8px;
    object-fit: cover;
    margin-left: 10px;
}
.mb .zhe_text{
    /* width: 770px; */
    /* height: 155px;  */
    font-size: 42px;
    font-family: PingFang SC;   
    font-weight: 600;
    line-height: 88px;
    color: #FFFFFF;
    margin: 0 20px;
    letter-spacing: 3px;
    text-align: center;
}
.mb img{
    width: 34px !important;
    height: 23px !important;
    object-fit: cover;
    margin-bottom: 150px;
}
/* .header_top .big_header ul.big li a{
	font-size: 16px;
	color:#323231;
} */
.big_header{
    box-shadow:0px 4px 8px 0px rgba(221,221,221,0.4);
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.news_content{
    max-width: 1170px;
    margin: 50px auto 0;
}
.news_content .news_list{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.news_content .news_list_a{
    width: 365px;
    box-shadow: 0px 6px 20px rgba(155, 43, 47, 0.08);
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 12px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.news_content .news_list_a:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.news_content  .list_big:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
 
.news_content .news_list_a:hover .news_img{
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}
/* new */
/* 查看按钮 */
.click_more{
    margin: 30px auto 30px auto;
    width:163px;
    height:53px;
    border: 1px solid #9B2B2F;
    border-radius: 20px;
    line-height: 53px;
    color: rgba(169, 27, 42, 1);
    font-size:18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.click_more img{
    width: 31px;
    height: 8px;
    object-fit: cover;
    margin-left: 10px;
}
 
/* 大图 */

.as{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,21,21,0.68);
    border-radius: 10px 10px 0 0;
}
.news_list .list_big{
    position: relative;
    display: block;
    width: 743px;
    height: 410px;
    background-size: cover;
    border-radius: 10px 10px 0 0 ;
    margin-bottom: 20px;
    margin-left: 12px;
}
.news_list .list_big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;

}
.list_big .news_detail{
    top: 280px;
    padding-left: 22px;
    position: absolute;
    z-index: 3;
}
.list_big .news_detail .label_content .biglabel{
    color: rgba(255, 255, 255, 1);
    background:rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    margin-right: 10px;
    width: 87px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.list_big .news_detail .bignews_one{
    font-size:18px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    cursor: pointer;
    padding-right: 15px;
}
.list_big .news_detail .bignews_three {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}

/* 小图 */
.news_list_a .news_detail {
    /* width:238px; */
    padding: 0 22px;
    background: #FFFFFF;
}

.news_list .news_detail .label_content{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 12px;
    min-height: 31px;
    height: auto;
    
}
.news_list .news_detail .label_content .news_label{
    color: #A91B2A;
    background: rgba(169, 27, 42, 0.13);
    border-radius: 5px;
    width: 87px;
    text-align: center;
    min-height: 31px;
    line-height: 31px;
    margin-right: 10px;
    font-size:16px;
    font-weight: 500;
    cursor: pointer;
}
.news_list .news_detail .new_time{
    display: flex;
    align-items: center;
}
.news_list .news_detail .new_time img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
 
.news_content .news_list .news_img{
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 100%;
    height: 237px;
    margin-bottom: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.news_list .news_detail .news_one{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color:rgba(36,41,48,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    cursor: pointer;
    margin-top: 16px;
}
.news_list .news_detail .news_two{
    font-size:14px;
    font-weight:400;
    letter-spacing: 0px;
    line-height: 1.5;
    color:rgba(125,125,125,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
    min-width: 81px;
    padding-right: 18px;
}
.news_list .news_detail .news_three{
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color:rgba(158,158,158,1);
}
 
.bottom_news .list_news .pink{
    position: absolute;
    top: 4px;
    left: -7px;
    width: 12px;
    height: 12px;
}
.bottom_news .list_news .title{
    margin-bottom: 8px;
    font-size:14px;
    font-weight:bold;
    color:rgba(36,41,48,1);
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bottom_news .list_news .time{
    font-size:12px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:bold;
    color:rgba(125,125,125,.6);
    line-height:17px;
    margin-bottom: 22px;
}
.bottom_news .list_news:last-of-type .time{
    margin-bottom: 33px;
}
.bottom_news  .lookmore {
    display: block;
    width: 100%;
    text-align: center;
    height: 41px;
    border-radius: 25px;
    border: 1px solid rgba(241,77,60,1);
    color: #F14D3C;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    margin-top: 18px;
    margin-bottom: 119px;
}
.types{
    display: flex;
    /* border-bottom: 1px solid rgb(151, 151, 151,0.17); */
    align-items: flex-end;
    margin-bottom: 25px;
    flex-wrap:wrap ;
}
.types li{
    padding-bottom: 2px;
    margin-right: 41px;
    color: #a8a8a8;
    font-size: 16px;
    cursor: pointer;
    font-family: PingFang SC;
}
.types li:last-of-type{
    margin-right: 0 !important;
}
.types .active{
    color: #242930;
    font-size: 20px;
    font-weight: 600;
    /* border-bottom: #EE3C3C 2px solid; */
}
.types .active::before{
    content: '';
    width: 49px;
    height: 13px;
    background: linear-gradient(235deg, #E52E21 0%, #FEA49F 100%);
    border-radius: 0px 14px 14px 0px;
    position: absolute;
    top: 18px;
    /* left: 17px; */
    /* bottom: 0; */
    z-index: -1;
}
/* 文章详情 */
.news_list_detail{
    /* width: 780px; */
}
.news_list_detail .detail_h2{
    height: auto;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 62px;
}
.news_list_detail .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.news_list_detail .detail_time{
    font-weight:500;
    color:rgba(102, 102, 102, 1);
    background: url('../image/time.svg') no-repeat left;
    padding: 0 20px;
}
.news_list_detail .num{
    border-left: 1px solid rgba(170, 170, 170, 1);
    padding-left: 20px;
    color: rgba(102, 102, 102, 1);
}
.next{
    display: none;
    align-items: center;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #A91B2A;
    font-size: 18px;
}
.next span{
    margin-right: 10px;
}
.next img{
    width: 22px;
    height: 19px;
    object-fit: cover;
}
.content_text{
    width: 100%;
    margin-top: 35px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}
.content_text a{
    color: inherit;
}
.content_text img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.news_list_detail .detail_content{
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
    padding-bottom: 10px;
}
.news_list_detail .detail_content p{
    letter-spacing: 0px;

}
.news_list_detail .detail_content p img{
    padding-top: 20px;
}
.news_list_detail .detail_content span{
    letter-spacing: 0px;
}
.news_list_detail .dzfx{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.news_list_detail .dzfx .dianzan{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #A91B2A;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #A91B2A;
    cursor: pointer; 
}

/* .news_list_detail .dzfx .dianzan:hover{
    color: #fff;
    background: #A91B2A;
} */
.news_list_detail .dzfx .dianzan .msg{
    margin-left:15px;
    font-size: 24px;
    font-family: Arial;
}
.news_list_detail .dzfx .dianzan img{
    /* margin-bottom: 7px; */
    margin-right: 10px;
    width: 22px;
    /* height: 25px; */
}
.news_list_detail .dzfx .dianzan:hover{
    background: #A91B2A;
    color: #fff;
}
.news_list_detail .dzfx .dianzan p{
    margin-top: 5px;
}
.news_list_detail .dzfx .dianzan:nth-of-type(2) img{
    width: 20px;
}
 
.news_list_detail .share_link{
    width: 100%;
    height: 69px;
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list_detail .share_link .share_logo{
    display: flex;
    align-items: center;
}
.news_list_detail .share_link .share_logo img{
    margin-right: 15px;
}
.padding50{
    padding-right: 50px;
}
/* 分享按钮 */
.social-share .social-share-icon {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.crumbs #share_boxo {
    position: absolute;
    left: -325px;
    top: -18px;
    z-index: 5;
}

#share_boxo .social-share .icon-wechat .wechat-qrcode {
    top: 30px !important;
}

#share_boxt .social-share .icon-wechat .wechat-qrcode {
    top: 40px !important;
    left: -80px !important;
}

#share_boxo .social-share .icon-wechat .wechat-qrcode .qrcode {
    margin: 0 auto !important;
    margin-top: 30px !important;
}

#share_boxo .social-share .icon-wechat .wechat-qrcode:after {
    border-width: 0 !important;
}

#share_boxt .social-share .icon-wechat .wechat-qrcode .qrcode {
    margin: 0 auto !important;
    margin-top: 30px !important;
}

#share_boxt .social-share .icon-wechat .wechat-qrcode:after {
    border-width: 0 !important;
}

#share_boxt {
    position: absolute; 
    right: 45px; 
    bottom: 0;
    z-index: 5;
}

.share .share_box {
    position: fixed !important;
    left: auto !important;
    top: 200px !important;
}

.closeshare {
    width: 20px;
    height: 20px;
    object-fit: cover;
    cursor: pointer;
}

        
.dh {
    display: block;
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(169, 27, 42, 1) !important;
}

.crumbs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    /* margin-top: 110px; */
}
.crumbs .next{
    display: none;
}
.crumbs .share{
    display: block;
    width: 139px;
    height: 47px;
    line-height: 47px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 24px;
    text-align: center;
    font-size: 14px;
    color: rgba(21, 21, 21, 1);
    background: url('../image/share.svg') no-repeat left;
    /* background-size: contain; */
    background-position: 15% center;
    padding-left: 20px;
    cursor: pointer;
}
.crumbs .share:hover{
    background: url('../image/share3.svg') no-repeat left;
    background-position: 15% center;
    cursor: pointer;
    border: 1px solid #A91B2A;
    color: #A91B2A;
}
/* 预约演示 */
.right_div{
    width: 259px;
    float: right;
}
.show{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show .show_content{
    width: 100%;
    height: 369px;
    background: linear-gradient(217deg, #E52E21 0%, #FEA49F 100%);
    border-radius: 8px;
    margin-top: 35px;
    text-align: center;
}
.show .show_content .img_head{ 
    padding-top: 49px;
    width: 168px;
    border-radius:50% ;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.show .show_content .img_head img{
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
}
.show .show_content .img_head span{
    display: inline-block;
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 24px;
}
.show .show_content .phone{
    background: url('../image/yingda.svg') no-repeat ;
    background-size: 18px 18px;
    background-position: 30px center;
    height: 33px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    line-height: 33px;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 15px;
}
.show .show_content .showbtn{
    display: inline-block;
    margin: 0 auto;
    margin-top: 27px;
    width: 182px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #EB4A3F;
    cursor: pointer;
}

/* label */
.news_list_detail .label_atop{
    display: flex;
    flex-wrap: wrap;
}
.news_list_detail .label_a{
    color: #A91B2A;
    background: rgba(169, 27, 42, 0.13);
    border-radius: 5px;
    width: 87px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.news_list_detail .xq{
    width: 100%;
}
.news_list_detail .xq img{
    width: 90%;
    margin-top: 20px;
    object-fit: cover;
    margin-left: 49px;
}
.right_div .right_logo{
    margin-top: 35px;
    padding: 26px 0 15px 20px;
    width: 259px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}
.right_div .right_logo .img_logo{
    width: 123px;
    object-fit: cover;
    
}
.right_div .right_logo .message{  
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: rgba(136, 136, 136, 1);
    margin-top: 8px;
}          
.right_div .right_logo .ewm{  
    width: 100%;
    height: 215px;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
    margin-top: 21px;
}   
.right_div .right_logo .ewm img{  
    width: 215px;
    object-fit: cover; 
}   
       
.right_div .right_logo .ewm_text{  
    width: 100%;
    margin-left: 26px;
    margin-top: 16px;
     
} 
/* 下一篇 */
.page{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page .page_title{
    color: #FFFFFF;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}
.page .next_a>img,
.page .before_a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.page .next_a{
    text-align: right;
}

.page .before_a,
.page .next_a{
    width: 49%;
    height: 94px;
    position: relative;
}
.page .before_a .before_copy{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    padding: 10px 15px 0 15px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    -webkit-border-radius: 4PX;
    -moz-border-radius: 4PX;
    -ms-border-radius: 4PX;
    -o-border-radius: 4PX;
}
.page .before_a .before_copy:hover{
    background-color: rgba(0,0,0,0.7);
}
.page .next_a .next_copy{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
} 
.page .next_a .next_copy:hover{
    background-color: rgba(0,0,0,0.7);
}
.page .next_a .next_copy .next_page{
    display: block; 
    font-size: 12px;
    color: #fff;
}
.page .next_a .next_copy .next_page img{
    margin-bottom: 3px;
    margin-left: 0;
    width: 15px;
}

.page .before_copy .before_page{
    display: block; 
    font-size: 12px;
    color: #fff;
}
.page .before_copy .before_page img{
    margin-bottom: 3px;
    margin-right: 0;
    width: 15px;
}
/* .news_content .page .before_a .before_copy{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 32px;
    padding-top: 20px;
} */

/* .news_content .page .next_a{
    width: 49%;
    height: 94px;
    position: relative;
    border-radius: 10px;
    background-color: red;
}  */



.new_dis{
    display: flex; 
    justify-content: space-between;
}
/* 热推新闻 */
.news_hot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}
.news_hot .hottitle{
    height: 33px;
    line-height: 33px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #151515;
}
.news_hot .hottitle::before{
    content: '';
    width: 50px;
    height: 15px;
    background: linear-gradient(235deg, #E52E21 0%, #FEA49F 100%);
    border-radius: 0px 14px 14px 0px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.news_hot .more{
    display: block;
    width: 110px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 24px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #151515;
    text-align: center;
}
.news_hot .more:hover{
    background: #A91B2A;
    color: #fff;
    border: 1px solid #A91B2A;
}
.imageTitle{
    margin: auto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
/* @media (max-width:1440px) {
    .newsaa{
        padding-left: 15px !important;
    }
    .news_content{
        width: 90%;
    }
} */
.before_a .new,.next_a .new{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}
.before_a .new span,.next_a .new span{
    color: #fff; 
}
.icon-wechat .qrcode img{
    width: 100% !important;
}
.detail_about {
    margin: 30px 0;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    border: 1px solid #efefef;
    background: rgba(239,239,239,.4);
    border-radius: 4px;
}
.detail_about p span{
    color: #777;
    font-size: 14px;
    margin-right: 10px;
}
.detail_about p:first-child{
    color: #ff6827;
    font-size: 16px;
}
.detail_about a{
    color: #197dff;
    font-size: 14px;
    
}
@media (max-width:1200px) {
    .news_content{
        width: 90%;
    }
    /* .news_list_detail .xq{
        text-align: center;
    } */
    .show .right_div{
        float: none;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .show .right_div .show_content{
        width: 259px;
    }
    .show .right_div .right_logo{
        width: 259px;
    }
    .news_list_detail{
        width: auto;
    }
    .news_content{
        margin-top: 100px;
        padding-left: 15px;
    }
    .news_content .new_nav{
        display: none;
    }
    .news_content .new_dis{
        justify-content: center;
    }
    .news_content .news_list{
        justify-content: space-around;
        flex-wrap:wrap ;
    }
    .news_content .big_newsa{
        justify-content: center;
    }
    .click_more{
        width: 90%;
        height: 40px;
        line-height: 40px;
    }
    .mb .zhe_text{
        font-size: 28px;
    }
    .top_con .mb_more{
        position: absolute;
        bottom: 20%;
        left: 17%;
    }
}
@media (max-width:992px) {
    .mb .zhe_text{
        font-size: 24px;
        margin: 0 ;
    }
    
}
@media (min-width:992px) {
    /* .news_content .news_list_a{
        margin-bottom: 20px;
    } */
    
}

@media (min-width:768px) {
    /* .news_content .news_list_a{
        margin-bottom: 20px;
    } */
}
@media (max-width:767px) {
    /* .news_content .news_list_a{
        margin-bottom: 20px;
    } */
    .news_content .news_list .news_img{
        float: none;
        width: 100%;
    }
    .padding50{
        padding-right: 0px;
    }
    .detail_content img{
        width: 100%;
    }
    .detail_content .content{
        width: auto !important;
    }
    .imageTitle{
        font-size: 24px !important;
    }
    .mb .zhe_text{
        font-size: 20px;
        line-height: 25px;
    }
    .mb img{
        margin-bottom: 50px;
    }
    .top_con .mb_more{
        position: absolute;
        bottom: 20%;
        left: 5%;
        font-size: 16px;
    }
}
@media (max-width:640px) {
    .right_div .right_logo{
        margin-top: 20px;
    }
    .news_hot { 
        margin-bottom: 20px;
    }
    .show .right_div .show_content,.show .right_div .right_logo {
        width: 100%;
    }
    .show .show_content .phone { 
        background-position: 24% center; 
    }
    .next {
        display: flex;
    }
    .news_content .news_list_a{
        margin-left: 0 !important;
    }
    .news_list_detail .dzfx .dianzan .msg{
        font-size: 16px;
    }
    .news_content{
        width: 100%;
        padding-left: 0 !important;
    }
    .show .right_div{
        flex-wrap: wrap;
        justify-content: center;
        position: static !important;
        margin-top: 0 !important;
    }
    .show .right_div .right_logo{
        text-align: center;
        padding: 15px 0;
    }
    .right_div .right_logo .ewm_text{
        margin-left: 1px;
    }
    .types .active:first-child:before {
        width: 0 !important;
    }
    .types .active::before {
        width: 0;
    }
    .types .active{
        border-bottom: #EE3C3C 2px solid;
    } 
    .pageTop{
        padding-left: 15px !important;
    }
    .news_list_detail .xq img {
        width: 100%;
        margin-top: 20px;
        object-fit: cover;
        margin-left: 1px;
    }
    .content_text{
        font-size: 15px;
    }
    .news_list .list_big {
        display: block;
        width: 100%;
        height: auto;
    }
    .mb_sm{
        width: 100%;
        margin-bottom: 20px;
    }
    .news_list .list_big img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    .list_big .news_detail{
        top :100px;
    }
    .crumbs{
        padding-right: 15px;
        float: right;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .crumbs .next{
        display: block;
    }
    .crumbs .next img{
        margin-bottom: 5px;
    }
    .crumbs .share{
        display: none;
    }
    .news_list_detail .next{
        display: none;
    }
    .content_text{
        margin-top: 0;
    }
    .news_list_detail .time .flex{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .news_list_detail .time{
        flex-wrap: wrap;
    }
    .top_con .mb_more{
        display: none;
    }
    .header_top{
        /* margin-bottom: 20px; */
    }
    .types {
        margin: 15px 0;
        font-size: 14px;
    }
    .news_list .list_big{
        margin-bottom: 20px;
    }
    .news_list_a .news_detail{
        padding: 0 10px !important;
    }
    .crumbs{
        margin-top: 75px;
    }
    .types li{
        margin-right: 10px;
    }
    .mb img{
        width: 20px !important;
        height: 15px !important;
        object-fit: cover;
    }
    .top_con .mb_more {
        position: absolute;
        bottom: 3%;
        left: 9%;
        font-size: 12px;
    }
    .top_con .mb_more img{
        width: 28px;
        height: 7px;
        object-fit: cover;
    }
    .news_content{
        margin-top: 0 !important;
    }
    .news_list_detail .detail_h2 {
        font-size: 18px;
        line-height: 30px;
        
    }
    
    .news_content .page{
        font-size: 12px;
        margin: 20px 0;
        /* height: 45px;
        line-height: 45px; */
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .news_content .news_list_a {
        width: 100% !important;
    }
    .page .before_a{
        width: 100%;
        height: 80px;
    }
    .page .next_a{
        width: 100%;
        margin-top: 10px;
        height: 80px;
    }
    .before_a .new, .next_a .new{
        margin-top: 10px;
    }
    .page .before_a .before_copy{
        padding-left: 15px;
    }
    .page .next_a .next_copy{
        padding: 10px 15px 0 15px;
    } 
    .page .before_a .before_copy .before_page,
    .page .next_a .next_copy .next_page{
        margin-top: 0 ;
        font-size: 14px;
    }
    .page .before_a .before_copy .before_page img,
    .page .next_a .next_copy .next_page img{
        width: 15px;
        height: 9px;
        object-fit: cover;
    }
    .mb .zhe_text{
		font-size: 16px;
    }
    .news_content .news_list{
        margin-bottom: 0 !important;
        padding-right: 0;
    } 
    .before_a .new, .next_a .new { 
        margin-top: 15px;
    }
}
@media (max-width:400px) {
    .types .active{
        font-size: 16px;
    }
    .types li{
        font-size: 14px;
    }

}



