@media (max-width: 1200px) {
    .mauto{padding:0 0.1rem;}
}
/*头部***banner*/
@media (max-width: 1024px) {
    .header .nav_list li>a{padding:0 14px;}
    .banner .banner_list li{height:320px;}
}
@media (max-width: 830px) {
    .header .nav_list{
        position: fixed;top:0;bottom:0;left:-60%;transition: all .5s;
        z-index: 4;background: #fff;width:60%;max-width: 300px;
    }
    .header .nav_list li{float:none;line-height: 60px;}
    .close_div{position: fixed;top:0;bottom:0;right:0;left:0;z-index: 3;}
    .nav_btn{
        display: block;float:right;width:70px;padding: 31px 0;
        height:80px;border-left: 1px solid #eee;box-sizing: border-box;
    }
    .nav_btn span{display: block;margin:3px auto;}
    .nav_btn:after,.nav_btn:before{content: " ";margin: auto;}
    .nav_btn span,.nav_btn:after,.nav_btn:before{
        display: block;width: 30px;height:4px;
        background-color:#005aab;border-radius: 4px;
    }
    .nav_list li .subNav{position: static;}
}
@media (max-width: 701px) {
    .header{height:0.7rem;}
    .header .logo{height:0.4rem;margin-top: 0.15rem;}
    .head_other .search_btn i{width:0.7rem;height:0.7rem;}
    .head_other .other_lang{width:0.7rem;}
    .head_other .other_lang a{line-height:0.7rem;font-size: 14px;height:0.7rem;}
    .nav_btn{width:0.7rem;padding: 0.2rem 0;height:0.7rem;}
    .nav_btn span{margin:0.06rem auto;}
    .nav_btn span,.nav_btn:after,.nav_btn:before{width:0.4rem;height:0.06rem;border-radius:0;}
    .banner .banner_list li{height:2.8rem;}
    .notice_banner{height:30px;line-height:30px;}
    .notice_banner .notice_list li{height:30px;}
    .notice_banner .notice_list li a{width:calc(100% - 70px);box-sizing:border-box;line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}
/*主体*/
@media (max-width: 701px) {
    .abt_us,.news{width:96%;margin:auto;float:none;}
    .abt_us{margin-bottom: 15px;}
    .news .news_list li{padding-left:0;}

}
@media (max-width: 1200px) {
    .index_other .pro_one{padding-left:20px;}
    .pro_one .pro_name i{margin-right: 8px;}
}
@media (max-width: 901px) {
    .index_other .pro_one{width:50%;}
    .index_other .pro_one:after{display: none;}
}
@media (max-width: 540px) {
    .index_other{margin-bottom:20px;}
    .index_other .pro_one{width:100%;}
}










/*footer*/
@media (max-width: 701px) {
    .footer{height:auto;}
    .footer .copyright{float:none;text-align:center;line-height: 40px;width:calc(100% + 0.2rem);margin-left: -0.1rem;}
    .footer .footOther{float:none;text-align: center;}
    .footer .footOther a{display:inline-block;line-height: 40px;}
}




