
@media (max-width:1600px){
    .header{height: 29rem;}
}
@media (max-width:1260px){
    .header{height: 33.875rem;}
    .xl .content .cont_right .hot .hot_tab .tabs .tab { padding: 0.3rem 0.65rem;}
}
@media (max-width:1024px){
    .footer .message,.header_top,.center{margin: 0 3%;}
    .header{height: 18.875rem;}

}
@media (max-width: 780px) {
    /*首页*/
    body{font-size: 12px;}
    .top_bg{background-color: #f2fef5;}
    .menu a{font-size: 12px;}
    .conter_bg{margin: 1rem 0;}
    .banner01{width: 100%;margin: 0;}
    .right_list{float: unset;width: 100%;}
    .right_list ul li:before{content: none;}
    .right_list ul li a{margin: 0;}
    .footer .cont{flex-direction: column;justify-content: center;align-items: center;}
    /*详情页*/
    .toutit h6{flex-direction: column;align-items: center;}
    /*列表页*/
    .cont_list .page{display: flex;flex-wrap: wrap;}

    .header_top .top_left{justify-content: space-between;}
    .header {
        height: 10.575rem;
        background: url(index20221206_5.png) bottom center no-repeat #222dc8;
        background-size: 125% auto;
    }
    .fanHui {
        width: 50%;
        min-width: 18em;
    }
    .header_top .top_left .logo{width: 3rem;}
    .header_top .top_left .logo img{width: 100%;}
    .header_top .top_right a {
        margin-left: 0.1rem;
        font-size: 0.8rem;
    }
}
@media (max-width: 580px){
    /*详情页*/
    .fenx_left{flex-direction: column;}
}