/**这么多内容，那就1200开始相应啦**/
@media (max-width: 1200px) {
    .head{margin:0.2rem 0;height: 1.3rem;}
    .head .logo{line-height:1.3rem;width: 2.95rem;}
    .logo img{vertical-align: middle;}
    .head_r .head_other{display: none;}
    .nav_btn{display: block;}
    .head_r .nav{
        display: none;position: fixed;top:1.7rem;left: 0;right: 0;box-sizing: border-box;z-index: 2;
        background: #fff;width: 100%;height: calc(100% - 1.7rem);overflow: auto;border-radius: 0;
    }
    .nav li{float:none;margin:0;width: 100%;}
    .nav li>a{text-align: center;line-height:40px;color:#333;}
    .nav li.moNav{display: block;}
    .nav li:hover>a,.nav li>a.act{color:#fff;}
    .moNav .search_box{height: 34px;width:90%;border: 1px solid #d5d5d5;border-radius: 17px;margin: 5px auto;}
    .frd_link span{padding-left: 15px;}
}
@media (max-width: 1100px) {
    .foot .logo_f{display: none;}
    .foot .foot_main{width: calc(100% - 90px);}
    .foot_con .FC_one{line-height: 30px;}
}
@media (max-width: 600px) {
    .foot{padding:0.2rem 0;border-top-width:0.05rem;}
    .foot .foot_qr,.foot_main .foot_con{display: none;}
    .foot .foot_main{width:100%;float: none;text-align: center;}
    .foot_main .copyright{line-height: 24px;}
}
/*首页主体*/
@media (max-width: 1100px) {
    .ind_left{width:100%;float: none;}
    .ind_right{width: 100%;float: none;margin-top: 10px;}
    /*.ind_right .indR_link2,.ind_right .indR_link3{width: calc(50% - 220px);height: 267px;padding-top: 84px;}
    .ind_right .indR_link6,.ind_right .indR_link7{width: calc(50% - 220px);height: 171px;}
    .indR_link6 img,.indR_link7 img{height: 100%;position: relative;left: 50%;transform: translateX(-50%);}
    .ind_right a:hover img{transform: translateX(-50%);}*/
    .ind_right a img{display: none;}
    .indR_link1 .indRL_T{display: block;}
    .indR_link2 i,.indR_link3 i{display: none;}
    .ind_right .right_title{display: block;font-size: 18px;font-weight: bold;color:#51af1f;line-height: 56px;}
    .ind_right a{padding: 0 20px;margin:0;}
    .ind_right .indR_link2,.ind_right .indR_link3{width: auto;height: auto;color:#666;padding-top: 0;line-height: 32px;background: transparent;font-size: 16px;}
    .ind_right a .indRL_T{
        line-height: 32px;font-size: 16px;color:#666 !important;position: static;padding:0 !important;
    }
}
@media (max-width: 997px) {
    .banner_list .banner_one{height: 300px;}
    .banner_one .banner_pic{width: calc(100% - 300px);}
    .banner_one .banner_txt{width: 300px;padding:0.3rem 0.2rem 0;}
    .banner .bx-wrapper .bx-pager{width: 300px;}
    .banner .bx-wrapper .bx-next{right:310px;}
    .ind_other .other_one{width: 32.6%;margin-right: 1.1%;}
}
@media (max-width: 601px) {
    .banner_list .banner_one{height:auto;}
    .banner_one .banner_pic{width:100%;height:3rem;float: none;}
    .banner_one .banner_txt{width: 100%;height:auto;float: none;padding:0.3rem 0.2rem 0.6rem;}
    .banner_txt .banner_T{font-size: 16px;line-height: 26px;}
    .banner_txt .banner_TT{font-size: 12px;margin:0.2rem 0;}
    .banner .bx-wrapper .bx-controls-direction a{display: none;}
    .banner .bx-wrapper .bx-pager{width:100%;bottom:0.2rem;}
    /****/
    .ind_left .news_div1{border-top-width: 0.06rem;border-bottom:none;}
    .news_div1 .news_box{float: none;width: 100%;border-bottom: 1px solid #eceeed;}
    .news_div2{border-top-width: 0.06rem;}
    .news_div2 .news_top2{height:auto;line-height: 30px;}
    .news_nav a{font-size: 14px;padding: 0 0.15rem;display: inline-block;}

    .news_show .newsShow_pic{float: none;margin:0 auto 0.2rem;width: 100%;}
    .news_show .newsShow_txt{width: 100%;float: none;}



    .newsS_list .newsS_one{width:100%;float: none;margin-right:0;}
    .ind_other .other_one{width: 100%;float: none;margin-right:0;margin-bottom: 0.2rem;}
}
@media (max-width: 520px) {
    .frd_link{margin: 0.3rem 0;height: 30px;line-height: 30px;padding-right: 20px;}
    .frd_link .link_open{top: 7px;}
}