@media only screen and (max-width: 1200px){
    /**header**/
    body{}
    #Header .PBox{ padding:.15rem 0; }
    #Header .t-cell{ height:.4rem; font-size:0; }
    #Header .logo img{ height:.36rem; }
    #Header .MenuBox{ position: fixed; top:10%; left:0; overflow:hidden; height:100%; width:100%; z-index:99; background:rgba(0,0,0,.3); transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); opacity:0; transition:opacity .3s,top .3s; -webkit-transition:opacity .3s,top .3s; -moz-transition:opacity .3s,top .3s; -ms-transition:opacity .3s,top .3s; }
    #Header .MenuBox .Menu{ overflow-y:auto; position: absolute; right:0; top:0; background:#fff; height:100%; width:100%; border-top:.7rem solid #fff; }
    #Header .MenuBox .Menu li{ display:block; padding:0; border-bottom:1px solid #ddd; }
    #Header .MenuBox .Menu li+li{ margin-left:0; }
    #Header .MenuBox .Menu li:first-child{ border-top:1px solid #ddd; }
    #Header .MenuBox .Menu li .title{ padding:0.06rem .15rem; font-size:.2rem; }
    #Header .MenuBox .Menu li .libs{ display:none; background:#f1f1f1; padding:.06rem 0; }
    #Header .MenuBox .Menu li .libs a{ display:block; padding:.05rem .15rem; font-size:.18rem; line-height:1.4em; color:#666; }
    #Header .MenuBtn{ display:inline-block; vertical-align:middle; width:.34rem; position: relative; cursor: pointer; z-index:3; }
    #Header .MenuBtn i{ display: block; background: #072770; height: 3px; opacity: 1; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;  }
    #Header .MenuBtn i+i{ margin-top:.06rem; }
    .MenuShow #Header .logo{ position: relative; z-index:100; }
    .MenuShow #Header .MenuBox{ top:0; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); opacity:1; }
    .MenuShow #Header .MenuBtn{ z-index:100; }
    .MenuShow #Header .MenuBtn .i1{ transform: rotate(.06rem,.06rem) translate(.06rem,.06rem); -webkit-transform: rotate(45deg) translate(.06rem,.06rem); -ms-transform: rotate(45deg) translate(.06rem,.06rem); -moz-transform: rotate(45deg) translate(.06rem,.06rem); -o-transform: rotate(45deg) translate(.06rem,.06rem); }
    .MenuShow #Header .MenuBtn .i2{ opacity: 0; }
    .MenuShow #Header .MenuBtn .i3{ transform: rotate(-45deg) translate(.06rem,-.06rem); -webkit-transform: rotate(-45deg) translate(.06rem,-.06rem); -ms-transform: rotate(-45deg) translate(.06rem,-.06rem); -moz-transform: rotate(-45deg) translate(.06rem,-.06rem); -o-transform: rotate(-45deg) translate(.06rem,-.06rem); }
    /***底部***/
    #Footer .top .pad{ padding:.15rem 0; }
    #Footer .top .wid1{ float:none; display:block; width:100%; text-align:center; }
    #Footer .top .wid2{ display:none; }
    #Footer .top .logo{ display:none; }
    #Footer .top .wid1 .h3{ margin:.15rem 0; display:none; }
    #Footer .top .cont{ display:none; }
    #Footer .top .share{ display:flex; justify-content:center; }
    #Footer .top .share a{ float:none; }
    #Footer .top .share .icon-skype{ order:2; }
    #Footer .bot{ font-size:.16rem; text-align:center; }
    #Footer .bot .f_l,
    #Footer .bot .f_r{ width:100%; }

    /***标题***/
    .AutoTitle1{ padding:5% 0 4%; }
    .AutoTitle1 .Atit{ font-size:.32rem; }

    /**首页**/
    #IndBanner .Big{ font-size:.38rem; margin-bottom:.15rem; }
    #IndexWord .Box{ padding:5.6% 0; }
    #IndexWord .wid1{ width:3rem; padding:0 .2rem 0 0; }
    #IndexWord .wid2{ width:calc(100% - 3rem); padding-left:.2rem; padding-right:0; }
    #IndexBlock1 .ul{ padding-bottom:5%; }
    #IndexBlock1 .ul li{ margin-bottom:.15rem; }
    #IndexBlock1 .ul li img{ margin-bottom:.1rem; }
    #IndexBlock2 .ul{ margin:-.08rem; padding-bottom:5%; }
    #IndexBlock2 .ul li{ padding:.08rem; }

    /***框架***/
    .LRBox{}
    .LRBox .LRPad{ padding-top:.3rem; }
    .LRBox .LBox{ width:calc(100% - 2.8rem - 3%); }
    .LRBox .RBox{ width:2.8rem; }
    .LRBox .RBox .ul a{ padding-top:.16rem; padding-bottom:.16rem; padding-left:.2rem; }
    .LRBox .RBox .ul a::after{ top:.16rem; }
    .LRBox .RBox .contact .word{ padding-right:.2rem; }

    /**单页**/
    #InfoBlock .LBox .content .h1{ font-size:.22rem; margin-bottom:.1rem; }
    #InfoBlock .LBox .content .h3{ font-size:.22rem; }
    #InfoBlock .LBox .content .html{ font-size:.15rem; }
    
    /**联系我们**/
    .FormBox .form{ padding:.3rem 0 .3rem; }
    .AddressList .ul{ padding-top:.3rem; }
    .FormBox .title{ font-size:.24rem; }
    .FormBox .submitBox{ padding-top:0; }

    /**新闻**/
    .news{ padding:.3rem 0 .1rem; }

    /**新闻详情**/
    #NewsInfo{ padding:.3rem 0 .25rem; }
    #NewsInfo .content .h1{ font-size:.22rem; margin-bottom:.1rem; }
    #NewsInfo .content .h3{ font-size:.22rem; }
    #NewsInfo .content .html{ font-size:.15rem; }

}
@media only screen and (max-width: 992px){

    /***标题***/
    .AutoTitle1{ padding:.4rem 0 .3rem; }
    .AutoTitle1 .Atit{ font-size:.26rem; }

    /**侧边栏**/
    #Nav{}

    /**首页**/
    #IndBanner .Big{ font-size:.24rem; margin-bottom:.1rem; }
    #IndexWord .Box{ padding:.4rem 0; }
    #IndBanner .word{ font-size:.16rem; padding:0 .15rem; }
    #IndexWord .wid1{ width:100%; text-align:left; padding:0 0 0 .15rem; border-right:0; border-left: 2px solid #325dbb; font-size:.22rem; }
    #IndexWord .wid2{ width:100%; padding:.15rem 0 0 0; line-height:1.4em; }
    #IndexBlock1 .ul{ padding-bottom:.2rem; }
    #IndexBlock1 .ul li{ width:33.33%; margin-bottom:.25rem; }
    #IndexBlock2 .ul{ padding-bottom:.5rem; }
    #IndexBlock2 .ul li{ width:33.33%; line-height:.4rem; }
    
    /*************面包屑地址*************/
    #Location .Box{ padding-right:.4rem; position: relative; }
    #Location .SMenu{ display:block; position: absolute; right:0; top:-.06rem; width:.3rem; height:.3rem; background:url(../images/pos_bg2.png) no-repeat center; }

    /***框架***/
    .LRBox{}
    .LRBox .LRPad{}
    .LRBox .LBox{ width:100%; }
    .ShowSMenu .LRBox .RBox{ left:0; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); opacity:1; }
    .LRBox .RBox{ position: fixed; left:10%; top:0; width:100%; height:100%; width:100%; background:rgba(0,0,0,.3); z-index:9; display:flex; justify-content:flex-end; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); opacity:0; transition:opacity .3s,left .3s; -webkit-transition:opacity .3s,left .3s; -moz-transition:opacity .3s,left .3s; -ms-transition:opacity .3s,left .3s; }
    .LRBox .RBox::before{ content:""; position: absolute; right:62%; top:10vh; width:.4rem; height:.87rem; background:#fff url(../images/about_pic1.png) no-repeat center/100% auto; border-top-left-radius:.1rem; border-bottom-left-radius:.1rem; }
    .LRBox .RBox .PBox{ width:62%; background:#fff; height:100%; overflow-y:auto; }
    .LRBox .RBox .ul a::after{ right:.18rem; }
    .LRBox .RBox .ul li+li{ margin-top:.05rem; }
    .LRBox .RBox .contact .h2{ font-size:.23rem; }
    .LRBox .RBox .contact .word{ padding:.2rem .2rem; }
    .LRBox .RBox .contact .p{ font-size:.16rem; }

    /***产品***/
    #ProductList{ padding-bottom:0; }
    
    /***产品详情***/
    #ProductInfo{ padding-bottom:0; }
    
    /**单页**/
    #InfoBlock{ padding-bottom:0; }
    #InfoBlock .LBox .content .h1{ font-size:.2rem; margin-top:-.05rem; }
    #InfoBlock .LBox .content .h3{ font-size:.2rem; margin-top:-.05rem; }
    #InfoBlock .LBox .content .html{ font-size:.16rem; }
    
    /**联系我们**/
    .AddressList .ul li{ width:100%; height:auto!important; margin-bottom:0; }
    .AddressList .ul li:nth-last-child(2){ border-bottom:1px solid #e2e2e2; }
    .AddressList .ul li+li{ margin-top:.2rem; }
    .AddressList .ul .h2{ margin-bottom:.1rem; }
    .FormBox .title{ font-size:.2rem; }
    .FormBox .ltitle{ margin-top:0; }
    .FormBox .label{ width:100%; margin-bottom:.2rem; }

    /**新闻详情**/
    #NewsInfo .content .h1{ font-size:.2rem; margin-top:-.05rem; }
    #NewsInfo .content .h3{ font-size:.2rem; margin-top:-.05rem; }
    #NewsInfo .content .html{ font-size:.16rem; }
}
@media only screen and (max-width: 768px){
    body{ padding-top:.7rem; }
    /**头部**/
    #Header .logo img{ height:.3rem; }

    /***内页Banner图片***/
    #AutoBan .pc{ display:none; }
    #AutoBan .phone{ display:block; }
    /*************上一篇下一篇*************/
    .PNBox p{ max-width:100%; display:block; float: none; }

    /*************面包屑地址*************/
    #Location a,
    #Location span,
    #Location .jt{ font-size:.16rem; }

    /**首页**/
    #IndBanner .pc{ display:none; }
    #IndBanner .m{ display:block; }
    #IndexBlock2 .ul li{ width:50%; }
    
    /***框架***/
    .LRBox{}
    .LRBox .LRPad{ padding-top:.25rem; }
    .LRBox .RBox .ul a{ font-size:.18rem; }

    /**单页**/
    #InfoBlock .LBox .content .other{ font-size:.16rem; }
    
    /***产品中心***/
    #ProductList .LBox .TypeCont .word{ font-size:.16rem; }
    #ProductList .LBox .LBox .ul .words{ font-size:.16rem; }
    
    /**企业荣誉**/
    #Honor{ padding-bottom:.1rem; }
    #Honor .LBox .ul li+li{ margin-top:.2rem; padding-top:.2rem; }
    #Honor .LBox .ul .imgBox{ width:1.8rem; }
    #Honor .LBox .ul .time,
    #Honor .LBox .ul .more,
    #Honor .LBox .ul .other{ display:none; }
    #Honor .LBox .ul .title{ margin-top:.02rem; margin-bottom:.05rem; }
    #Honor .LBox .ul .words{ font-size:.16rem; }
    
    /**联系我们**/
    .AddressList .ul .li_con{ font-size:.16rem; }
    .FormBox .l_tit{ font-size:.16rem; }
    .FormBox .input{ font-size:.16rem; }
    .FormBox textarea.input{ padding:.1rem .15rem; }

    /***新闻详情***/
    #NewsInfo .content .other{ font-size:.16rem; }
    
}