/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}

.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }

@media only screen and (max-width: 1920px) {
    /* rem+vw+calc, 同时设置px兼容 */
    html{font-size:100px; font-size:calc(100px - 30 * ((1920px - 100vw) / 680));}
}

/* FHD缩放125% */
@media only screen and (max-width: 1540px) {
    html{font-size:90px; font-size:calc(100px - 30 * ((1920px - 100vw) / 680));}
    .mwrap { width:1200px; }
    /*1540（FHD缩放125%） 网站样式*/








}


/* 1440（2K） */
@media only screen and (max-width: 1440px) {
    .mwrap { width:1200px; }
    /*1440（2K） 网站样式*/
    html{font-size:80px;}


    /* 首页 */
    .ipart01 .bd .mess .item .left .btns2 a{display:block; margin-left:0;}
    .ipart01 .bd .mess .item .left .btns2 a:first-child{margin-bottom:.1rem;}
    .ipart03 .item .txt_box .icon{height:.5rem;}


    /* 导航 */
    .header .header_bott .inav_a{padding:0 .2rem;}
    .header .sear_container{right:25%;}

    
    /* 公共字号 */
    .tit46{font-size:.44rem; line-height:.6rem;}


    /* 下层banner */
    .xc_banner .xc_words{font-size:.5rem;}
    .xc_banner .xc_nav li{margin-right:.2rem;}


    /* 联系我们 */
    .contact_us01{margin-top:-1.8rem;}
    .contact_us01 .content{padding:.9rem 6% .6rem;}
    .contact_us02 .content li .box{padding-top:.6rem; padding-bottom:.5rem;}



    /* 荣誉资质 */
    .honor01 li .words{margin-top:.2rem;}


    /* 新闻详情 */
    .news_detail01 .right{width:24%;}


    /* 新闻列表 */
    .news_list02 .bd .right{width:24%;}




}


/* 1366（普通14寸） */
@media only screen and (max-width: 1366px) {
    
    .mwrap { width:1200px; }
    /*1366（普通14寸） 网站样式*/


    .xc_banner .xc_nav li{margin-right:.1rem;}


    /* 导航 */
    .header .header_bott .inav_a{padding:0 .1rem;}


}


/*
* PadMode
*/
@media only screen and (max-width: 1240px) {
    html{font-size:80px;}
    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    /* html { overflow-x:hidden;} */
    body,input,textarea,button,select { font-size:.16rem;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; }
    /*padMode 1240px 网站样式*/


    /* 导航 */
    .header .header_bott .inav_a{padding:0 .1rem;}
    .header .sear_container{right:30%; width:33%;}
    .header .sear_container .box .sear_btn{font-size:.25rem;}
    .header .header_bott .inav_a .iconfont{margin-left:5px;}


    /* 公共字号 */
    .tit46{font-size:.4rem; line-height:.54rem;}
    .tit40{font-size:.36rem; line-height:.44rem;}
    .tit36{font-size:.32rem; line-height:.4rem;}
    .tit32{font-size:.28rem; line-height:.34rem;}
    .tit28{font-size:.24rem; line-height:.3rem;}
    .tit24{font-size:.2rem; line-height:.3rem;}


    /* 首页 */
    .layer_more .cir>img{height:1rem;}
    .layer_more .txt{line-height:1rem;}
    .ipart01,.ipart03,.ipart05{padding-top:.6rem;}
    .ipart01 .top{margin-bottom:.6rem;}
    .ipart01 .top .car_fn1{width:1rem; height:1rem;}
    .ipart01 .hd .tab_{padding:0 .25rem .25rem; margin-right:.3rem;}
    .ipart01 .bd .car .swiper-container{width:75%;}
    .ipart01 .bd .mess .item .left .name{width:65%;}
    .ipart03 .top,.ipart05 .top{margin-bottom:.4rem;}
    .ipart03 .item .txt_full{width:4.8rem;}
    .ipart03{padding-bottom:.6rem;}
    .ipart04 .words{padding:1rem 0;}
    .ipart04 .btns_box li{padding:0; padding-right:.1rem;}
    .ipart04 .btns_box li:last-child{padding-right:0;}
    .ipart04 .btns_box .right{padding:0 .2rem;}
    .ipart04 .btns_box .icon{padding:0 .2rem;}
    .ipart06{padding-top:0;}
    .ipart06 .words .con{margin-bottom:.3rem;}
    .ipart06 .words .cont{width:60%;}


    /* 底部 */
    .footer .f_top{padding:.3rem 0;}
    .footer .f_center{padding:.3rem 0 .4rem;}


    /* 公共部分 */
    .channel_content{padding:.6rem 0;}

    /* 下层banner */
    .xc_banner{padding-bottom:0;}
    .xc_banner .xc_nav{display:none;}
    .xc_banner .xc_words{top:50%; font-size:.45rem;}



    /* 关于我们 */
    .about_us01 .item{margin-bottom:.8rem;}
    .about_us01 .item .right .intro .con{max-height:1.92rem;}
    .about_us02 .content{padding-top:.6rem;}
    .about_us02 .bott li{min-height:5rem;}
    .about_us02 .bott li:hover .box .btn01{margin-top:.3rem;}


    /* 联系我们 */
    .contact_us01{margin-top:-1.2rem;}
    .contact_us01 .content{padding:.5rem 4%;}
    .contact_us01 .content li{padding:0 .1rem;}
    .contact_us01 .content li.line{padding:0;}
    .contact_us01 .content li .t{margin-bottom:.1rem;}
    .contact_us02{padding:.6rem 0 .4rem;}
    .contact_us02 .infor{margin-bottom:.3rem;}
    .contact_us02 .content li{width:31.8%; margin-left:2.3%;}
    .contact_us02 .content li:nth-child(3n+1){margin-left:0;}
    .contact_us02 .content li .box{padding:.4rem .3rem;}
    .contact_us02 .content li .li_hover .img{margin-bottom:3%;}
    .contact_us03 .form{width:58%; padding:.4rem .3rem; box-shadow:0px 6px 12px 2px rgb(0 0 0 / 10%);}
    .contact_us03 .form .form_box .choose_box .item{margin-right:.2rem;}
    .contact_us03{padding:.6rem 0;}


    /* 资料下载 */
    .download01 .hd{padding-top:.25rem;}
    .download01 .hd .tit{padding-bottom:.1rem;}
    .download01 .hd .item{padding-bottom:.3rem;}
    .download01 .hd li{padding:0 .3rem; margin-right:.2rem;}
    .download01 .bd{margin-top:.6rem;}
    .download01 .bd li{margin-bottom:.3rem;}
    .download01 .bd li .words{min-height:1rem;}


    /* 荣誉资质 */
    .honor01 li{width:31.8%; margin-right:2.3%; margin-bottom:.3rem;}
    .honor01 li:nth-child(4n){margin-right:2.3%; }
    .honor01 li:nth-child(3n){margin-right:0; }


    /* 加入我们 */
    .join_us01 .bd .container .j_c .j_c_box{padding:.4rem 0 .6rem;}
    .join_us01 .bd .container .j_c .intro .job_btn{margin-top:.4rem;}
    .join_us01 .hd .sear_box{width:80%;}


    /* 故事分享 */
    .know_list01 .item .cont{padding:.8rem 0;}
    .know_list01 .item .left{width:25%;}
    .know_list01::after{left:calc(50vw - 197px); height:100%;}
    .know_list01 .item .cont .jt{left:29%;}
    .know_list01 .item .right .icon{width:.44rem; height:.35rem;}


    /* 产品询价 */
    .inquire01 .top .box .item{height:100px; padding-left:.3rem;}
    .inquire01 .top .box .item .num{font-size:.6rem;}
    .inquire01 .top .box .item .infor{margin-left:.2rem;}
    .inquire01 .top .box .item .infor .tit{font-size:.24rem;}
    .inquire01 .bott{padding:.5rem .7rem;}
    .inquire01 .bott .hd .box .left .words .tit{font-size:.22rem;}
    .inquire01 .bott .hd .box{padding:.4rem 4%;}


    /* 营销网络 */
    .network01 .right{height:7.5rem!important;}
    .network01 .left .content .bott .item{min-height:auto;}


    /* 新闻详情 */
    .news_detail01 .left{width:70%;}
    .news_detail01 .right{width:26%;}
    .news_detail01 .right .item .item_con .sub input{text-indent:.1rem; width:calc(100% - .7rem);}


    /* 新闻列表 */
    .news_list02 .bd .left{width:70%;}
    .news_list02 .bd .right{width:26%;}
    .news_list02 .bd .right .sub input{width:calc(100% - .7rem); text-indent:.1rem;}
    .news_list02 .bd .left li{margin-bottom:.4rem;}
    .news_list02 .bd .left li a{padding-bottom:.4rem;}
    .news_list02 .bd .left .img{width:33%;}
    .news_list01 .title{font-size:.5rem;}
    .news_list01 .swiper-slide .words{padding:.3rem 6%;}


    /* 产品对比 */
    .pro_compare01 .sideLayer{display:none!important;}
    .pro_compare01 .subject{width:100%;}
    .pro_compare01 .hd{height:2.76rem;}
    .pro_compare01 .hd .item{padding:.2rem .1rem;}
    .pro_compare01 .hd .item.item_first .title{font-size:.26rem;}
    .pro_compare01 .hd .item.choose .box .img{height:.8rem;}
    .pro_compare01 .hd .item .box{height:1.25rem; width:100%;}
    .pro_compare01 .bd .section .title_box .title,
    .pro_compare01 .bd .section .name_item .tit{font-size:.24rem;}
    .pro_compare01 .bd .section .title_box{padding:.2rem .3rem;}
    .pro_compare01 .bd .section.section1 .cont_box .name_item li{padding-left:10%;}
    .pro_compare01 .bd .section.section3 .item .words .t{height:3rem;}
    .pro_compare01 .bd .section.section3 .item .words{padding:.3rem .2rem; padding-right:.05rem;}


    .compare_product .compare-selli .compare_box .add_btns{margin-right:.2rem;}
    .compare_product .compare-selul{width:80%;}
    .compare_product .compare-selbtn{width:19%;}


    /* 产品列表 */
    .pro_list01 .content{padding:.4rem 4%;}
    .pro_list01 .list li .type .item{margin-right:.3rem; padding-bottom:.1rem;}
    .pro_list02{margin:.6rem 0;}
    .pro_list02 .top1{margin-bottom:.6rem;}
    .pro_list02 li{width:32.4%; margin-right:1.4%; margin-bottom:.2rem;}
    .pro_list02 li:nth-child(4n){margin-right:1.4%; }
    .pro_list02 li:nth-child(3n){margin-right:0; }


    /* 解决方案-模板1 */
    .solu_top .icon img{max-height:.6rem;}
    .solu_top{margin-bottom:.7rem;}
    .solu_list1_02{padding:.6rem 0;}
    .solu_list1_02 .swiper-slide .words{padding:.3rem 6%;}
    .solu_common{padding:.7rem 0 .6rem;}
    .solu_common .content{width:100%;}

    /* 解决方案-模板2 */
    .solu_list2_01 .cont ul li .words{padding:.3rem 6%;}
    .solu_list2_01 .content .cont{padding:.6rem 0 .4rem;}


    /* 服务支持 */
    .support01 li .box .words{padding:.2rem 4%;}
    .support01 li .box .words .t{margin-bottom:.1rem;}
    .support02{margin-top:.6rem; padding:.6rem 0;}
    .support02 .right{width:50%;}


    /* 公开招标 */
    .tender01 .bott{padding-top:.6rem;}
    .tender01 .bott .li_{padding:.2rem 0; margin-bottom:.3rem;}
    .tender01 .bott .li_ .intro{padding:.2rem .3rem;}


    /* 视频列表 */
    .video_list01 .video_box .intro{width:60%;}
    .video_list01 .video_box .play{right:1rem;}
    .video_list02 li{width:23.8%; margin-right:1.6%;}
    .video_list02 li:nth-child(5n){margin-right:1.6%;}
    .video_list02 li:nth-child(4n){margin-right:0;}
    

    /* 智能制造 */
    .manufacture01 .con{margin:.2rem 0 .4rem;}
    .manufacture01 .swiper-container-horizontal>.swiper-pagination-progressbar{margin-top:.4rem;}
    .manufacture02{margin-top:.6rem; padding:.6rem 0 .4rem;}
    .manufacture02 .left{width:31%; padding-top:0;}
    .manufacture02 .left .con{margin-top:.3rem;}
    .manufacture03,.manufacture04{margin-top:.6rem;}
    .manufacture03 .bott .tab_b_box{height:6rem;}
    .manufacture04 .bott li{width:32%; margin-right:2%; margin-bottom:.3rem;}
    .manufacture05{padding:.8rem 0 .6rem; margin-top:.6rem;}
    .manufacture05 .infor .index_infor::after{width:3rem; height:1.54rem;}
    .manufacture05 .cont li{padding-bottom:.3rem;}

   
    /* 发展历程 */
    .history01 .stage_item .cont .year_item .tit{font-size:.28rem;}
    .history01 .stage_item .cont .widget .period{font-size:.5rem; top:1.8rem;}

}

@media only screen and (max-width: 1024px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:750px; }
    /*padMode 992px 网站样式*/

    /* 公共字号 */
    .tit46{font-size:.36rem; line-height:.44rem;}
    .tit40{font-size:.32rem; line-height:.4rem;}
    .tit36{font-size:.28rem; line-height:.34rem;}
    .tit32{font-size:.24rem; line-height:.3rem;}
    .tit28{font-size:.2rem; line-height:.3rem;}
    /* .tit24{font-size:.18rem; line-height:.3rem;} */
    .con18{font-size:.16rem;}
    .con16{font-size:.15rem; line-height:.24rem;}


    /* 导航 */
    .header .header_bott{display:none;}
    .header.fixed{top:0;}


    /* 底部 */
    .footer .f_center .c_left{display:none;}
    .footer .f_center .c_right{float:left; width:4rem;}
    .footer .f_bott>div{width:100%; text-align:center;}
    .footer .f_bott .b_right{margin-top:.1rem;}


    /* 下层banner */
    .xc_banner .xc_words{font-size:.4rem;}
    .xc_banner .crumbs{top:.3rem;}


    /* 关于我们 */
    .about_us01 .item .right .intro .tit{margin-bottom:.15rem;}
    .about_us01 .item .right .intro .con{max-height:1.44rem;}
    .about_us02 .bott li{min-height:4rem;}
   

    /* 联系我们 */
    .xc_banner.type1 .index_scroll{width:.8rem; height:.8rem;}
    .xc_banner.type1 .index_scroll i{width:.4rem; height:.35rem;}
    .contact_us01 .content{padding-bottom:.3rem;}
    .contact_us01 .content ul{flex-wrap:wrap;}
    .contact_us01 .content li{margin-bottom:.2rem;}
    .contact_us03 .form .form_box .choose_box .item{margin-right:.1rem;}


    /* 资料下载 */
    .download01 .bd li{width:31.8%; margin-right:2.3%;}
    .download01 .bd li:nth-child(4n){margin-right:2.3%;}
    .download01 .bd li:nth-child(3n){margin-right:0;}
    .download01 .hd li.li_first .t{padding-left:.3rem;}


    /* 故事分享 */
    .know_list01 .item .cont{padding:.6rem 0; align-items:center;}
    .know_list01::after{left:calc(50vw - 157px);}


    /* 产品询价 */
    .inquire01 .top .box .item .infor .con{font-size:.16rem; line-height:.28rem;}
    .inquire01 .bott .hd .box .right .line{padding:0 .2rem;}
    .inquire01 .bott .hd .box .left .img{height:1.4rem;}
    .inquire01 .top .box .item .num{font-size:.5rem;}
    .inquire01 .top .box .item .infor .tit{font-size:.2rem; line-height:.28rem;}
    .inquire01 .top .box .item .infor{margin-left:.1rem;}
    .inquire01 .top .box .item{padding-left:.25rem;}


    /* 新闻详情 */
    .news_detail01 .left .text img{max-width:100%!important;}
    .news_detail.channel_content{padding-top:.3rem;}
    .news_detail .crumbs{margin-bottom:.4rem;}
    .news_detail01 .left{width:100%;}
    .news_detail01 .left .share_box{margin:.2rem 0 .4rem;}
    .news_detail01 .right{width:100%; margin-top:.6rem; display:flex; align-items:flex-start; justify-content:space-between;}
    .news_detail01 .right .item{width:48.5%;}
    .news_detail01 .left .text{padding-bottom:.4rem;}


    /* 新闻列表 */
    .news_list01{padding-top:.3rem;}
    .news_list01 .title{font-size:.4rem;}
    .news_list02 .bd .left{width:100%;}
    .news_list02 .bd .right{display:none;}
    .news_list02 .bd .left .words .con{margin:.1rem 0;}
    /* .news_list02 .bd .m_top{display:flex; align-items:flex-start; margin-bottom:.4rem;}
    .news_list02 .bd .m_top .sear{flex:1; margin-right:.2rem; background:#fff; border:0; padding:.1rem .2rem; border-radius:5px; border:1px solid #d3d3d3; box-sizing:border-box; position:relative;}
    .news_list02 .bd .m_top .sear .word{display:flex; justify-content:space-between; align-items:center; cursor:pointer; width:100%;}
    .news_list02 .bd .m_top .sear .word span{width:90%; white-space:nowrap; color:#000;}
    .news_list02 .bd .m_top .sear .word .icon{margin:0; font-size:.16rem; font-weight:bold; color:#333333;}
    .news_list02 .bd .m_top .sear2{margin-bottom:0; margin-right:0;}
    .news_list02 .bd .m_top .sear2 input{padding:0; margin:0; display:inline-block; line-height:.24rem; height:.24rem; border:none; outline:none; color:#000; width:calc(100% - .5rem); background:none; }
    .news_list02 .bd .m_top .sear2 input::-webkit-input-placeholder{color:#000;}
    .news_list02 .bd .m_top .sear2 .word{display:flex; justify-content:space-between; align-items:center; cursor:pointer; width:100%;}
    .news_list02 .bd .m_top .sear2 .word .icon{font-size:.2rem; margin:0; display:block; color:#333333; font-weight:normal; line-height:1;}
    .news_list02 .bd .m_top ul{display:none; background:#fff; width:100%; position:absolute; left:50%; transform:translateX(-50%); max-height:1.8rem; overflow-y:auto; top:calc(100% + 1px); box-shadow:0 20px 20px 0px rgba(0,0,0,0.04); z-index:1;}
    .news_list02 .bd .m_top ul::-webkit-scrollbar {width:2px; height:4px;}
    .news_list02 .bd .m_top ul::-webkit-scrollbar-thumb {border-radius:5px; background:#d38f00;}
    .news_list02 .bd .m_top ul::-webkit-scrollbar-track {border-radius:0; background:#fff;}
    .news_list02 .bd .m_top ul li{line-height:1; padding:.1rem 1em; color:#000; transition:all .3s ease; cursor:pointer;}
    .news_list02 .bd .m_top ul li:hover{background:#f8f8f8; color:#d38f00;} */
  

    /* 产品对比 */
    .pro_compare.channel_content{margin-top:57px;}
    .pro_compare.channel_content{padding-bottom:.8rem;}


    /* 产品列表 */
    .pro_list.channel_content{margin-top:57px;}
    .pro_list01 .top_tit{display:block;}
    .pro_list01 .top_tit .tit{margin-bottom:.1rem;}
    .pro_list02 li .img_box{height:1.5rem; margin-bottom:.2rem;}
    .pro_list04 .content{display:block;}
    .pro_list04 .infor{width:100%; margin-bottom:.3rem;}
    .pro_list04 .form_box{width:100%;}


    /* 解决方案-模板1 */
    .solu_common .form_box .inp_box{width:48%; margin-right:4%;}
    .solu_common .form_box .inp_box:nth-child(2){margin-right:0;}
    .solu_common .form_box{flex-wrap:wrap;}
    .solu_common .form_box .inp_box.inp_need{width:100%; margin-top:.2rem; margin-right:0;}


    /* 服务支持 */
    .support02 .right li .c{font-size:.18rem;}


    /* 公开招标 */
    .tender01 .top{width:100%;}
    .tender01 .bott .li_ .icon img{width:.4rem;}

    
    /* 首页 */
    .loading{padding-right:1.5rem;}
    .loading .inner{width:3.5rem;}
    .loading .inner .logo{width:90%; margin-bottom:.3rem;}
    .loading .inner .part .t1,
    .loading .inner .part p{width:100%;}
    .ipart03 .item .txt_full{width:3.8rem;}
    .ipart03 .item .txt_box .icon{height:.4rem;}
    .ipart03 .item.on .txt_full{bottom:.2rem;}
    .ipart06 .words{top:0;}
    .ipart06 .bott .bott_img{transform:none;}
    .ipart06 .bott .img_base{transform:none; margin:0;}
    .ipart06 .bott .cloud_left,
    .ipart06 .bott .cloud_right{transform:none; width:2rem;}


    /* 智能制造 */
    .manufacture02::after{top:.6rem; width:6.4rem; height:1rem;}
    .manufacture02 .left .con{margin-top:.2rem; max-height:1.2rem; overflow-y:auto;}
    .manufacture02 .left .con::-webkit-scrollbar{width:2px; height:2px;}
    .manufacture02 .left .con::-webkit-scrollbar-thumb{border-radius:5px; background:#fff;}
    .manufacture02 .left .con::-webkit-scrollbar-track{border-radius:0; background:#0051c6;}
    .manufacture03 .bott .tab_box .box{flex-wrap:wrap;}
    .manufacture03 .bott .tab_box .tab_{flex:auto; width:32%; margin-right:2%; margin-top:.1rem;}
    .manufacture03 .bott .tab_box .tab_:nth-child(3n){margin-right:0;}
    .manufacture05 .cont li{top:1.2rem;}
    .manufacture05 .infor{width:80%;}
    .manufacture04 .bott li{width:49%;}
    .manufacture04 .bott li:nth-child(3n){margin-right:2%;}
    .manufacture04 .bott li:nth-child(2n){margin-right:0;}



}

@media only screen and (max-width: 820px) {
    
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:4%; padding-right:4%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }


    /* 分页 */
    .widgets_common_pages_4{margin-top:.2rem;}
    .widgets_common_pages_4 a, 
    .widgets_common_pages_4 span{display:none;}
    .widgets_common_pages_4 .goprev, 
    .widgets_common_pages_4 .gonext, 
    .widgets_common_pages_4 span.count{display:inline-block;}

    /* 头部 */
    .header .header_top .h_tools .h_sear{display:none;}
    .header .sear_container{display:none;}
    .header .header_nav{padding:1rem 0 .2rem;}
    .header .header_nav .logo_{top:.3rem; left:4%;}
    .header .header_nav .wrap{overflow-y:auto;}
    .header .header_nav .sear_m{display:block;}
    .header .header_nav .sear_m .box{width:100%; margin-bottom:.3rem;}
    .header .header_nav .sear_m form{display:flex; width:100%; height:46px; padding:5px 15px; justify-content:space-between; align-items:center; border-radius:5px; background:rgba(0, 0, 0, 0.20); backdrop-filter:blur(4px); opacity:0; transform:translate(0, .3rem); transition:all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82); transition-delay:0.2s; box-sizing:border-box;}
    .header .header_nav .sear_m .sear_inp{width:calc(100% - .3rem); height:.3rem; background-color:transparent; color:#fff; padding:0; margin:0; outline:0; border:0;}
    .header .header_nav .sear_m .sear_inp::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.8);}
    .header .header_nav .sear_m .sear_inp:-moz-placeholder{color:rgba(255, 255, 255, 0.8);}
    .header .header_nav .sear_m .sear_inp::-moz-placeholder{color:rgba(255, 255, 255, 0.8);}
    .header .header_nav .sear_m .sear_inp:-ms-input-placeholder{color:rgba(255, 255, 255, 0.8);}
    .header .header_nav .sear_m .sear_btn{font-size:.2rem; color:#fff; width:.3rem; text-align:center; line-height:.3rem; cursor:pointer; outline:none; background:none; padding:0; margin:0; border:0;}
    .header .header_nav.active .sear_m form{opacity:1; transform:translate(0, 0);}
    .header .header_nav .content{display:block; height:auto;}
    .header .header_nav .content .top{flex-wrap:wrap;}
    .header .header_nav .content .top .menu_box{width:100%; margin-bottom:.25rem;}
    .header .header_nav .content .top .menu_box .t1{padding-right:.3rem; position:relative;}
    .header .header_nav .content .top .menu_box .t1 .m_ico{position:absolute; right:0; width:30%; top:0; height:100%;}
    .header .header_nav .content .top .menu_box .t1 .m_ico::before{content:''; position:absolute; right:6px; top:50%; transform:translate(0, -50%); width:2px; height:14px; background:#fff; transition:all .3s ease;}
    .header .header_nav .content .top .menu_box .t1 .m_ico::after{content:''; position:absolute; right:0; top:50%; transform:translate(0, -50%); width:14px; height:2px; background:#fff;}
    .header .header_nav .content .top .menu_box .c1{display:none; margin-top:.2rem; width:100%;}
    .header .header_nav .content .top .menu_box .c1 a{margin-bottom:.1rem; margin-right:.1rem;}
    .header .header_nav .content .top .menu_box .t1 .m_ico.ico_show::before{transform:translate(0, -50%) rotate(90deg);}
    .header .header_nav .content .bott{flex-wrap:wrap; width:100%; margin:0; padding-top:.2rem;}
    .header .header_nav .content .bott .b_left{width:100%;}
    .header .header_nav .content .bott .b_left .item{width:100%; margin-bottom:.2rem; margin-right:0;}
    .header .header_nav .content .bott .b_right{display:none;}

    .header .header_top .h_tools .h_lan .lan_down{min-width:2.5rem;}

    /* 公共部分 */
    .channel_content{padding:.4rem 0;}
    .right_nav .service{font-size:12px;}

    /* 底部 */
    .footer .f_center{display:none;}


    /* 公共字号 */
    .tit46{font-size:.32rem; line-height:.4rem;}
    .tit40{font-size:.28rem; line-height:.34rem;}
    .tit36{font-size:.24rem; line-height:.3rem;}
    .tit32{font-size:.22rem; line-height:.3rem;}
    .tit24{font-size:.18rem;}


    /* 下层banner */
    .xc_banner .xc_words{font-size:.36rem; line-height:.45rem;}
    .xc_banner .xc_words .btns_box{right:4%;}


    /* 底部 */
    .footer .f_top{display:none;}


    /* 关于我们 */
	.about_us01 .item{margin-bottom:0.4rem;}
    .about_us01 .item .left{width:100%;}
    .about_us01 .item .left .box{width:100%; border-bottom-left-radius:0; border-bottom-right-radius:0;}
	.about_us01 .item .right .intro{padding:0.2rem 4%; width:100%; box-sizing:border-box;}
    .about_us01 .item .right{position:relative; top:0; transform:none; height:auto; width:100%;}
	.about_us01 .item .intro_box{position:static; transform:none; width:100%; padding:0.4rem 0;}
    .about_us01 .item .right .intro .con{max-height:none;}
    .about_us01 .item .right .bg{width:92%; right:4%;}
    .about_us01 .item:nth-child(2n) .right .bg{right:auto; left:4%;}

    .about_us02 .content{padding-top:.4rem;}
    .about_us02 .top .icon{width:.5rem;}
    .about_us02 .bott ul{display:block;}
    .about_us02 .bott li{min-height:auto; padding:.15rem 0;}
    .about_us02 .bott li::before{left:0; top:100%; width:100%; height:1px; background:linear-gradient(to right,rgba(255,255,255,0.3) 60%,rgba(255,255,255,0))}
    .about_us02 .bott li:last-child::after{display:none;}
    .about_us02 .bott li .box{display:flex; align-items:center; justify-content:space-between; padding:0;}
    .about_us02 .bott li .box .icon{flex-shrink:0; margin-top:.2rem;}
    .about_us02 .bott li .box .words{text-align:left; margin-left:.2rem; width:calc(100% - .8rem);}
    .about_us02 .bott li .box .words .line{display:none;}
    .about_us02 .bott li .box .words .c{font-size:.16rem; min-height:auto;}
    .about_us02 .bott li .box .btn01{height:.3rem; opacity:1; margin:0; width:.3rem;}
    .about_us02 .bott li:hover .box .btn01{margin-top:0;}


    /* 联系我们 */
    .contact_us01{margin-top:0; padding-top:.4rem;}
    .contact_us01 .content li .t,
    .contact_us01 .content li .c{font-size:.18rem;}
    .contact_us01 .content li .t{margin-bottom:0;}
    .contact_us02{padding:.4rem 0 .2rem;}
    .contact_us03{padding:.4rem 0;}
    .contact_us03 .infor{width:100%; padding-top:0; margin-bottom:.2rem;}
    .contact_us03 .form{width:100%; padding:.3rem 4%;}
    .contact_us03 .bott_img{display:none;}


    /* 资料下载 */
    .download01 .bd li{width:48.5%; margin-right:3%; margin-bottom:.3rem; padding-top:.25rem;}
    .download01 .bd li:nth-child(4n){margin-right:0;}
    .download01 .bd li:nth-child(3n){margin-right:3%;}
    .download01 .bd li:nth-child(2n){margin-right:0;}
    .download01 .hd li{margin-top:.1rem; padding:0 .2rem;}
    .download01 .hd li .t{min-width:auto;}
    .download01 .bd{margin-top:.4rem;}


    /* 荣誉资质 */
    .xc_banner.honor .intro{display:none}
    .honor01 li{width:48.5%; margin-right:3%; margin-bottom:.2rem;}
    .honor01 li:nth-child(4n){margin-right:0;}
    .honor01 li:nth-child(3n){margin-right:3%;}
    .honor01 li:nth-child(2n){margin-right:0;}


    /* 加入我们 */
    .join_us01 .hd{margin-bottom:.3rem;}
    .join_us01 .hd .sear_box{width:100%; margin-bottom:.3rem;}
    .join_us01 .hd .line .list li{margin-right:.3rem;}
    .join_us01 .bd .container li.first{line-height:.7rem; height:.7rem; font-size:.2rem;}
    .join_us01 .bd .container li ._un{padding-top:.1rem; padding-bottom:.1rem; line-height:.24rem; height:.68rem;}
    .join_us01 .bd .container .j_c .j_c_box{padding:.2rem 0 .4rem;}
    .join_us01 .bd .container .j_c .j_c_box .intro .box{display:block; margin-right:0; margin-bottom:.2rem;}
    .join_us01 .bd .container .j_c .intro .job_btn{margin-top:.3rem; display:block;}
    .join_us01 .bd .container .j_c .intro .job_btn>a{display:block;}
    .join_us01 .bd .container .j_c .intro .job_btn ._btn1{margin-top:.1rem;}
   
    
    /* 故事分享 */
    .know_list01 .item .cont{padding:.4rem 0;}
    .know_list01::after{left:30.7%;}
    .know_list01 .item .cont .jt{width:.7rem; height:.7rem;}
    .know_list01 .item .right .icon{width:.4rem; height:.33rem;}
    .know_list01 .item .right .con{margin-top:.1rem;}
    .know_list01{padding:.6rem 0 0.2rem;}


    /* 产品询价 */
    .inquire01 .bott{padding:.3rem 4%; margin-top:0;}
    .inquire01 .top{display:none;}
    .inquire01 .bott .bd .tips{margin-bottom:.3rem;}
    .inquire01 .bott .bd .form_box .inp_box.inp_yzm{margin-top:0;}


    /* 营销网络 */
    .network01 .area{display:flex; flex-direction:column-reverse;}
	.network01 .left{position:relative; z-index:2; padding:0;}
	.network01 .left .content{width:auto; padding:.4rem; box-shadow:0px 2px 8px 2px rgba(0, 0, 0, 0.06); border-radius:.1rem; box-sizing:border-box; transform:translateY(-.4rem); background:#ffffff;}
    .network01 .left .content .top{padding-top:0;}
    .network01 .left .content .top .title{padding-top:0; margin-bottom:.2rem;}
    .network01 .left .content .top .line{margin-bottom:.1rem;}
    .network01 .left .content .top .line01 .sel_item .sel_box{padding:.1rem 4%;}
    .network01 .left .content .top .line .input_item{padding:.1rem 4%;}
    .network01 .left .content .top .line .input_item input{line-height:.25rem;}
    .network01 .left .content .bott .item{padding:.2rem;}
    .network01 .left .content .bott .item .tit{font-size:.18rem; line-height:.3rem; margin-bottom:.1rem;}
	.network01 .left .content .bott ul{padding-right:.1rem;}
    .network01 .left .content .bott .item:last-child{margin-bottom:.1rem;}
	.network01 .right{float:none; width:auto; height:6rem!important;}
    


    /* 新闻详情 */
    .news_detail01 .left .share_box{margin:.1rem 0 .2rem;}
    .news_detail01 .right{margin-top:.4rem;}
    .news_detail01 .left .text{padding-bottom:.3rem;}


    /* 新闻列表 */
    .news_list01 .title{font-size:.3rem;}
    .news_list01{padding-bottom:.4rem;}
    .news_list01 .swiper-slide .words .c{margin-top:.1rem;}
    .news_list01 .swiper-slide .words .time{margin-top:.2rem;}
    .news_list01 .swiper-slide .words{padding:.2rem 8%;}
    .news_list02{margin-top:.4rem;}
    .news_list02 .bd .left li{margin-bottom:.3rem;}
    .news_list02 .bd .left li a{padding-bottom:.3rem;}
    

    /* 产品列表 */
    .pro_list01 .content{padding-top:.3rem;}
    .pro_list02{margin:.4rem 0;}
    .pro_list02 .top1{margin-bottom:.4rem;}
    .pro_list02 li .compare{display:none!important;}
    .pro_list02 li .item_box{padding:.3rem 8%;}
    .pro_list02 li .intro .c{font-size:.25rem; line-height:.3rem; height:.6rem;}
    .pro_list02 li .img_box{height:1.2rem;}
    .pro_list02 li .para{margin-bottom:.2rem;}
    .pro_list02 li .btn_box a{width:48%;}
    .pro_list03{padding:.4rem 0;}
    .pro_list03 .content{display:block;}
    .pro_list03 .left{width:100%; margin-bottom:.2rem;}
    .pro_list03 .right{width:100%;}
    .pro_list03 .right .item1 .words{display:block; height:auto; top:.25rem;}
    .pro_list01 .list li .name{width:auto; margin-right:0; margin-bottom:.1rem;}
    .pro_list01 .list li{display:block; padding-top:.1rem;}
    .pro_list01 .list li .name::after{display:none;}
    .pro_list01 .list li .type .item{margin-right:.2rem;}
    .pro_list03 .left .item1,
    .pro_list03 .right .item1{height:3rem;}
    .pro_list03 .item .words{height:auto; top:.25rem;}
    .pro_list02 li{width:49%; margin-right:2%;}
    .pro_list02 li:nth-child(3n){margin-right:1.4%; }
    .pro_list02 li:nth-child(2n){margin-right:0; }


    /* 解决方案-模板1 */
    .solu_top{margin-bottom:.5rem;}
    .solu_list1_02{padding:.4rem 0;}
    .solu_common{padding:.4rem 0;}
    .solu_common .form_box .inp_box label{font-size:.18rem;}


    /* 解决方案-模板2 */
    .solu_list2_01 .cont ul li .words .t{min-height:auto;}
    .solu_list2_01 .cont ul li{width:48%; margin-right:4%;}
    .solu_list2_01 .cont ul li:nth-child(3n){margin-right:4%;}
    .solu_list2_01 .cont ul li:nth-child(2n){margin-right:0;}
    .solu_list2_01 .content .cont{padding:.4rem 0 .2rem;}
    .solu_list2_01 .cont ul li .words{padding:.2rem 4%;}


    /* 服务支持 */
    .support02{margin-top:.4rem; padding:.4rem 0;}


    /* 公开招标 */
    .tender01 .bott{margin-top:.3rem; padding-top:.4rem;}
    .tender01 .bott .li_ .intro{padding:.1rem .3rem;}
    .tender01 .top .top_sel>span{padding-left:.1rem;}
    .tender01 .top .top_sel{width:20%;}
    .tender01 .top .top_inp{width:calc(60% - .6rem);}


    /* 视频列表 */
    .video_list01 .video_box .intro{left:5%;}
    .video_list01 .video_box .play{right:5%; width:.6rem; height:.6rem;}
    .video_list01 .wrap{margin-bottom:.4rem; padding-bottom:.4rem;}
    .video_list02 li{width:48%; margin-right:4%; margin-bottom:.2rem;}
    .video_list02 li:nth-child(5n){margin-right:4%;}
    .video_list02 li:nth-child(4n){margin-right:0;}
    .video_list02 li:nth-child(2n){margin-right:0;}
    

    /* 首页 */
    .ipart01 .clear{display:none;}
    .ipart01 .top .car_fn1{display:none;}
    .ipart01 .top .index_infor{margin-top:0;}
    .ipart01, .ipart03, .ipart05{padding-top:.4rem;}
    .ipart01 .top{margin-bottom:.4rem;}
    .ipart01 .content{height:auto;}
    .ipart01 .bd .mess{width:100%;}
    .ipart01 .bd .car{height:auto;}
    .ipart01 .bd .mess .item .left{width:100%; margin-bottom:.1rem;}
    .ipart01 .bd .mess .item .left .btns2 a{display:inline-block;}
    .ipart01 .bd .mess .item .right{width:100%;}
    .ipart03 .item{width:100%; margin-bottom:.2rem;}
    .ipart03 .rect-2994{padding-bottom:30%;}
    .ipart03 .item .img_full{display:none;}
    .ipart03 .item .img_cover{border-radius:.1rem; overflow:hidden;}
    .ipart03 .item .txt_full{display:none;}
    .ipart06 .words{position:relative;}
    .ipart06 .words .cont{width:80%;}
    .ipart06 .bott .bott_img{top:auto; bottom:0;}
    .ipart01 .hd .tab_{padding:0 .1rem .1rem; margin-right:.2rem;}
    .ipart01 .hd .tab_t_box{white-space:nowrap; overflow-x:auto;}
    .ipart01 .hd .tab_t_box::-webkit-scrollbar{display:none;}
    .ipart01 .bd .car .swiper-button-next{right:0;}
    .ipart01 .bd .car .swiper-button-prev{left:0;}
    .ipart01 .hd{padding-top:0;}


    /* 智能制造 */
    .manufacture01 .swiper-slide{width:49%;}
    .manufacture01 .con{margin:.1rem 0 .3rem;}
    .manufacture01 .swiper-container-horizontal>.swiper-pagination-progressbar{margin-top:.2rem;}
    .manufacture02{margin-top:.4rem; padding:.4rem 0 .2rem; background:#0051c6;}
    .manufacture02::before{display:none;}
    .manufacture02 .content{display:block;}
    .manufacture02 .left{width:100%;}
    .manufacture02 .right{width:100%;}
    .manufacture03, .manufacture04{margin-top:.4rem;}
    .manufacture03 .top{margin-bottom:.2rem;}
    .manufacture03 .top .wrap{display:block;}
    .manufacture03 .top .index_infor{width:100%;}
    .manufacture03 .top .con{width:100%; margin-top:.1rem;}
    .manufacture04 .top{display:block; margin-bottom:.2rem;}
    .manufacture04 .top .index_infor{width:100%;}
    .manufacture04 .top .con{width:100%; margin-top:.1rem;}
    .manufacture05 .motive_wr02{display:none;}
    .manufacture05{margin-top:.2rem; padding:.5rem 0 .3rem;}
    .manufacture05 .infor{width:100%; margin-bottom:.2rem;}
    .manufacture05 .infor .index_infor{margin-bottom:.2rem;}
    .manufacture05 .infor .index_infor::after{width:2rem; height:1rem;}
    .manufacture05 .cont li{position:relative; top:auto; padding-bottom:.2rem;}
    .manufacture05 .cont li .area{padding:5px;}


    /* 发展历程 */
    .history01{display:none;}
    .m_history01{display:block;}
    .m_history01 .swiper-slide{width:auto; text-align:center; margin-right:30px;}
    .m_history01 .tab_t .t{width:auto; white-space:nowrap;}
    .m_history01 .tab_t .t span{display:block;}
    .m_history01 .tab_t:after{content:''; width:24px; height:27px; background:url(../img/m_history01_arrow.png) no-repeat center; position:absolute; right:0px; top:50%; margin-top:-13px;; animation: certFlag infinite linear 1.8s; opacity: 0;animation-fill-mode: forwards; z-index:2;}
    @keyframes certFlag{
        0% {transform:translateX(-10px); opacity:0;}
        100% {transform:translateX(0); opacity:1;}
    }
    .m_history01 .swiper-slide.cur{color:#0031c3;}
    .m_history01 .tab_c>ul{margin-top:.3rem;}
    .m_history01 .tab_c>ul>li{margin-bottom:0; padding:0.3rem 0; border-top:1px solid #cfcfcf;}
    .m_history01 .tab_c li .intro_box .tit{font-size:.26rem; line-height:.4rem; color:#0031c3;}
    .m_history01 .tab_c li .intro_box .txt{font-size:16px; line-height:.3rem;}
    .m_history01 .tab_c li .intro_box .con{font-size:14px; line-height:25px; }
    .m_history01 .tab_c li .img_box{margin-top:.2rem;}
    .m_history01 .tab_c li .img_box .rect-56{padding-bottom:56%;}
    .m_history01 .tab_c li .img_box .rect-56 img{object-fit:cover;}



}

@media only screen and (max-width: 760px) {
    .ipart04 .btns_box li{width:100%; margin-bottom:.1rem;}
    .ipart04 .words{padding:.4rem 0;}
    .ipart04 .words .con{width:100%;}
    .layer_more{width:1rem;}
    .ipart01 .bd .car .swiper-slide .btns_box{top:0;}
    .ipart01 .bd .car .swiper-button-prev, .ipart01 .bd .car .swiper-button-next{width:.45rem; height:.4rem;}



    /* 手机端首页 */
    .m_index{margin-top:57px;}
    .m_ibanner{position:relative; overflow:hidden;}
    .m_ibanner .swiper1 .swiper-slide{width:100%;}
    .m_ibanner .swiper1 .swiper-slide img{width:100%;}
    .m_ibanner .bott{border-radius:0 0 .1rem .1rem; background:#15181D; padding:.25rem 4% .2rem; color:#fff;}
    .m_ibanner .bott .swiper-slide a{display:block; position:relative; padding-right:.25rem; font-size:.22rem; line-height:.3rem;}
    .m_ibanner .bott .swiper-slide a::after{content:'\e65f'; position:absolute; right:0; top:0; font-family:'iconfont'!important; margin:0; font-size:.16rem;}
    .m_ibanner .bott .swiper-container-horizontal>.swiper-pagination-bullets{position:relative; font-size:0; margin-top:10px; bottom:auto;}
    .m_ibanner .bott .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{background:#fff;}
    .m_index .common_m_tit{margin-bottom:.2rem; display:flex; align-items:center; justify-content:space-between; font-weight:bold;}
    .m_index .common_m_tit .m_tit{font-size:.22rem; color:#000; line-height:.3rem;}
    .m_index .common_m_tit .iconfont{font-size:.16rem; line-height:.3rem; margin:0; color:#000; font-weight:bold;}
    .m_ipart01{margin-top:.1rem; overflow:hidden;}
    .m_ipart01 .top{margin-bottom:.2rem;}
    .m_ipart01 .top ul{display:flex; flex-wrap:wrap; align-items:stretch;}
    .m_ipart01 .top li{margin-top:.1rem; position:relative; width:31.6%; margin-right:2.6%; border-radius:6px; overflow:hidden;}
    .m_ipart01 .top li:nth-child(3n){margin-right:0;}
    .m_ipart01 .top li a{display:block; padding:.1rem 0; position:relative;}
    .m_ipart01 .top li a::after{content:''; position:absolute; bottom:0; left:0; width:100%; height:65%; background:url(../img/m_ipart01_bg.png) no-repeat top center; background-size:auto 100%;} 
    .m_ipart01 .top li .t{color:#fff; margin-bottom:10px; padding:0 .1rem; line-height:20px; position:relative; z-index:5;}
    .m_ipart01 .top li .img{text-align:right; position:relative; z-index:5; }
    .m_ipart01 .top li .img img{width:auto; min-width:60%; max-width:80%;}
    .m_ipart01 .bott{margin-top:.2rem;}
    .m_ipart01 .bott .swiper-container{overflow:visible;}
    .m_ipart01 .bott .swiper-wrapper{align-items:center;}
    .m_ipart01 .bott .swiper-slide{background:url(../img/m_ipart01_b_bg.png) no-repeat center/cover; filter:grayscale(1); transform:scale(.95); color:#fff; border-radius:.1rem; overflow:hidden; padding:.25rem 4%; box-sizing:border-box; transition:all .3s ease-in-out;}
    .m_ipart01 .bott .swiper-slide-active{transform:scale(1); filter:grayscale(0);}
    .m_ipart01 .bott .swiper-slide .top1{text-align:center; margin-bottom:.3rem;}
    .m_ipart01 .bott .swiper-slide .top1 .name{margin-bottom:.35rem;}
    .m_ipart01 .bott .swiper-slide .top1 .name .type{margin-top:.1rem;}
    .m_ipart01 .bott ul{display:flex; align-items:flex-start; justify-content:space-between;}
    .m_ipart01 .bott ul .c1{font-size:.14rem; line-height:.2rem;}
    .m_ipart01 .bott .btns_box{display:flex; align-items:stretch; justify-content:space-between;}
    .m_ipart01 .bott .btns_box a{width:48.7%; font-size:.18rem; line-height:30px; padding:5px 0; display:block; text-align:center; background:#fff; color:#0031c3; border-radius:.1rem;}
    .m_ipart01 .bott .btns_box a:nth-child(2){background:#0031c3; color:#fff;}
    .m_ipart02{margin-top:.4rem;}
    .m_ipart02 .content{position:relative; overflow:hidden; border-radius:.1rem; padding-bottom:.8rem;}
    .m_ipart02 .content>img{width:100%; height:100%; object-fit:cover; position:absolute; left:0; top:0;}
    .m_ipart02 .content .box li{padding:0 4%;}
    .m_ipart02 .content .box li a{display:block; padding:.2rem 0; position:relative; color:#fff;}
    .m_ipart02 .content .box li a::after{content:'\e65f'; position:absolute; right:0; top:50%; transform:translateY(-50%); font-family:'iconfont'!important; margin:0; font-size:.16rem;}
    .m_ipart03{margin-top:.4rem;}
    .m_ipart03 .top{display:flex; align-items:center; justify-content:space-between; margin-bottom:.2rem;}
    .m_ipart03 .top .left{display:flex; align-items:center;}
    .m_ipart03 .top .left .logo{width:.5rem; height:.5rem; margin-right:.1rem;}
    .m_ipart03 .top .more{border-radius:6px; border:1px solid #D5D8DD; background:#FFF; display:block; padding:0 .2rem; font-size:12px; line-height:24px;}
    .m_ipart03 .content{display:flex; align-items: stretch; justify-content:space-between;}
    .m_ipart03 .content>div{width:48.7%;}
    .m_ipart03 .content .item{display:block; position:relative; border-radius:.1rem; overflow:hidden;}
    .m_ipart03 .left1 .item,
    .m_ipart03 .left1 .item .bg{height:100%;}
    .m_ipart03 .item .bg img{width:100%; height:100%; object-fit:cover;}
    .m_ipart03 .item .cont{position:absolute; left:.2rem; top:.2rem; color:#fff; width:calc(100% - .4rem);}
    .m_ipart03 .right1{display:flex; align-items:stretch; justify-content:space-between; flex-direction:column;} 
    .m_ipart03 .left1 .item .cont{display:flex; align-items:flex-start; justify-content:space-between; flex-direction:column; height:calc(100% - .4rem);}
    .m_ipart03 .left1 .item .cont .more{width:100%; text-align:center; font-size:.18rem; line-height:30px; padding:5px 0; background:#0031c3; color:#fff; border-radius:.1rem;}
    .m_ipart04{margin-top:.4rem;}
    .m_ipart04 .content .top{margin-bottom:.35rem;}
    .m_ipart04 .content .top .tit{font-size:.2rem; color:#000; line-height:.26rem; margin-bottom:.1rem;}
    .m_ipart04 .content .top .img_box{margin-bottom:.15rem; border-radius:.1rem; overflow:hidden;}
    .m_ipart04 .content .top .img_box img{width:100%;}
    .m_ipart04 .content .top .txt{display:flex; justify-content:space-between;}
    .m_ipart04 .content .top .txt .tags ul{display:flex; margin-left:-0.06rem;}
    .m_ipart04 .content .top .txt .tags .item{font-size:.12rem; line-height:.24rem; padding:0 .06rem; box-sizing:border-box; min-width:.8rem; text-align:center; background:#ecf0f1; margin-left:.06rem; border-radius:.06rem;}
    .m_ipart04 .content .top .txt .date{font-size:13px; line-height:.24rem; color:#0a1e40;}
    .m_ipart04 .content .bott{padding-bottom:.2rem;}
    .m_ipart04 .content .bott .item{border-bottom:1px solid #f3f3f3;}
    .m_ipart04 .content .bott .item>a{display:flex; padding:.24rem 0;}
    .m_ipart04 .content .bott .item:first-child>a{padding-top:0;}
    .m_ipart04 .content .bott .item .img_box{width:1.5rem; flex:0 0 auto; border-radius:.03rem; overflow:hidden;}
    .m_ipart04 .content .bott .item .intro_box{padding-left:.15rem; width:calc(100% - 1.8rem);}
    .m_ipart04 .content .bott .item .intro_box .tit{font-size:1.1em; line-height:1.5em; color:#000; margin-bottom:.15rem;}
    .m_ipart04 .content .bott .item .intro_box .txt{display:flex; justify-content:space-between; font-size:13px; line-height:.2rem; color:#686868;}


    /* 手机端底部导航 */
    .m_tabbar{display:block; position:fixed; z-index:100; bottom:0; left:0; right:0; padding:.15rem 0; background:#e7e8ea;}
    .m_tabbar ul{display:flex; align-items:flex-end; justify-content:space-between;}
    .m_tabbar .item{position:relative; width:25%; flex:1 1 auto; text-align:center; display:flex; flex-direction:column; align-items:center;}
    .m_tabbar .item .icon{text-align:center; height:.4rem; margin-bottom:.05rem;}
    .m_tabbar .item .icon img{max-height:100%;}
    .m_tabbar .item .icon .img0{display:inline-block;}
    .m_tabbar .item .tit{font-size:.15rem; line-height:.2rem; color:#222320;}
    .m_tabbar .item.cur.icon .tit{color:#0a1e40;}
    .footer{display:none;}
    .pageFooter{padding-bottom:1rem;}
    


}

/*
* MobileMode
*/
@media only screen and (max-width: 580px) {
    /*mobileMode 580 网站样式*/
    body,input,textarea,button,select {font-size:12px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    body:after {
        content: 'Mobile';
    }
    .channel_content{min-height:calc(100vh - 4rem);}

    /* 导航 */
    .header .header_nav .logo_{top:.2rem;}
    .header .header_nav .logo_ a{height:.4rem;}


    /* 下层banner */
    .xc_banner .content>img{height:3rem; object-fit:cover;}
    .xc_banner .crumbs{display:none;}
    .xc_banner .xc_words{font-size:.3rem;}
    .xc_banner .xc_words .infor{width:100%; max-width:none;}
    .xc_banner .xc_words .btns_box{display:none;}


    /* 公共字号 */
    .tit46{font-size:.28rem; line-height:.4rem;}
    .tit40{font-size:.26rem; line-height:.34rem;}


    /* 联系我们 */
    .contact_us01 .content li{width:50%; box-sizing:border-box;}
    .contact_us01 .content li.line{display:none;}
    .contact_us01 .content{padding:.3rem 4% .1rem;}
    .contact_us02 .content li .box .img_{height:.4rem; margin-bottom:.1rem;}
    .contact_us02 .content li{width:48.5%; margin-left:3%;}
    .contact_us02 .content li:nth-child(3n+1){margin-left:3%;}
    .contact_us02 .content li:nth-child(5n+1){margin-left:3%;}
    .contact_us02 .content li:nth-child(2n+1){margin-left:0;}
    .contact_us03 .form .form_box .inp_box{width:100%; margin-right:0; margin-bottom:.1rem;}
    .contact_us03 .form .btns01{position:static; margin:.2rem auto 0; display:block;}


    /* 加入我们 */
    .join_us01 .hd .line{display:block;}
    .join_us01 .hd .line .list{width:100%; margin-top:.1rem;}
    .join_us01 .bd .container li{padding:0 .3rem;}
    .join_us01 .bd .container li ._t3{width:30%;}


    /* 故事分享 */
    .know_list01{padding:.4rem 0;}
    .know_list01::after{display:none;}
    .know_list01 .item{border:0!important; margin-bottom:.3rem;}
    .know_list01 .item:last-child{margin-bottom:0;}
    .know_list01 .item .cont .jt{display:none;}
    .know_list01 .item:last-child .cont .jt2{display:none;}
    .know_list01 .item .cont{padding:0; display:block;}
    .know_list01 .item .left{width:100%;}
    .know_list01 .item .right{width:100%; margin-top:.2rem;}
    .know_list01 .item .right .icon{display:none;}
    .know_list01 .item .right .tit{font-weight:bold;}
    .know_list01 .item .right .con{margin-bottom:.2rem;}


    /* 产品询价 */
    .inquire01 .bott .hd .box{padding:.2rem 4%;}
    .inquire01 .bott .hd .box .right{display:none;}
    .inquire01 .bott .hd .box .left{width:100%; max-width:none; display:block;}
    .inquire01 .bott .hd .box .left .img{height:auto; text-align:center;}
    .inquire01 .bott .hd .box .left .words{margin:0; margin-top:.2rem; text-align:center;}
    .inquire01 .bott .hd .box .left .words .tit{font-size:1.15em; margin-bottom:0;}
    .inquire01 .bott .bd .form_box .inp_box{width:100%; margin-right:0;}
    .inquire01 .bott .bd .form_box .form-btn{position:static; margin-top:.3rem; text-align:center; float:left; width:100%;}
    .inquire01 .bott .bd .form_box .inp_box.inp_yzm{width:100%; margin-top:0;}


    /* 营销网络 */
	.network01 .right{height:5rem!important;}
    .network01 .left .content .top{width:100%;}


    /* 新闻详情 */
    .news_detail01 .left .share_box li .iconfont{font-size:.24rem;}
    .news_detail01 .left .share_box li:nth-child(3) .iconfont{font-size:.35rem;}
    .news_detail01 .left .share_box li a{padding-left:0; margin-bottom:0;}
    .news_detail01 .right{display:block;}
    .news_detail01 .right .item{width:100%;}
    .news_detail01 .left .btns .prev{width:100%; margin-bottom:.1rem;}
    .news_detail01 .left .btns .next{width:100%; margin-bottom:.1rem; text-align:left;}


    /* 新闻列表 */
    .news_list01 .swiper-slide{width:100%;}
    .news_list02 .hd .line{display:block;}
    .news_list02 .bd .left li a{display:block;}
    .news_list02 .bd .left .img{width:100%; margin-bottom:.2rem;}
    .news_list02 .bd .left .words{width:100%;}
    .news_list02 .hd .line .list li{padding:0 .1rem; margin-bottom:10px; margin-right:3px;}


    /* 产品列表 */
    .pro_list02 li{width:100%;}
    .pro_list02 li .item_box{display:flex; align-items:center; flex-wrap:wrap;}
    .pro_list02 li .btn_box{width:100%;}
    .pro_list02 li .intro .c{height:auto; max-height:.6rem;}
    .pro_list02 li .item_box .itop{width:40%; margin-right:.1rem;}
    .pro_list02 li .para{margin-bottom:0; width:calc(60% - .1rem);}
    .pro_list02 li .img_box{height:auto; max-height:1rem;}
    .pro_list02 li .img_box img{max-height:1rem;}
    .pro_list02 li .item_box{padding:.2rem 4%;}
    .pro_list01 .bott .tips{display:none;}
    .pro_list02 .top1 .box a{padding:0 .3rem;}
    .pro_list01 .list li .type .item{margin-bottom:.1rem;}
    .pro_list04 .form_box form{flex-wrap:wrap;}
    .pro_list04 .form_box .inp_box{width:100%; margin-bottom:.1rem;}
    .pro_list04 .form_box .btns01{width:100%;}


    /* 解决方案-模板1 */
    .solu_top .con{width:100%;}
    .solu_top .icon img{max-height:.5rem;}
    .solu_top{margin-bottom:.3rem;}
    .solu_list1_02 .swiper-slide .words .time{margin-top:.2rem;}
    .solu_common .form_box .inp_box{width:100%; margin-right:0; margin-top:.1rem;}
    .solu_common .title{margin-bottom:.3rem;}


    /* 服务支持 */
    .support01 li{width:100%; margin-right:0; margin-bottom:.2rem;}
    .support02{margin-top:.2rem;}
    .support02 .content{display:block;}
    .support02 .left{width:100%;}
    .support02 .left .t{padding:.3rem 4%; margin:0;}
    .support02 .right{width:100%; margin:0; padding:.3rem 4%; box-sizing:border-box;}
    .support02 .right li{padding-bottom:.15rem; margin-bottom:.15rem;}


    /* 公开招标 */
    .tender01 .top .top_sel{width:100%; }
    .tender01 .top .top_inp{width:calc(100% - .5rem); padding:.1rem .4rem; height:auto; background:#fff;}
    .tender01 .top .top_btn{top:auto; bottom:0; height:.5rem; width:.5rem; background:#fff; box-sizing:border-box;}
    .tender01 .top .top_sel>span{padding:.1rem .4rem;}
    .tender01 .top .top_sel{border-right:0; background:#fff; margin-bottom:.1rem;}
    .tender01 .top{background:none; padding:0;}
    .tender01 .bott .li_{width:100%; margin-right:0; margin-bottom:.2rem;}


    /* 视频中心 */
    .video_list .rect-2875{padding-bottom:80%;}
    .video_list01 .video_box .video_img{display:block;}
    .video_list01 .video_box .video_{display:none;}
    .video_list01 .video_box .intro{width:100%; padding:0 0.3rem; left:0; top:40%;}
    .video_list01 .video_box .intro .c_tit{line-height:0.36rem;}
    .video_list01 .video_box .play{width:40px; height:40px; top:auto; bottom:30px; right:30px; transform:translate(0,0)}

    

    /* 首页 */
    .ipart01 .bd .car{height:3rem;}
    .loading{padding:0 .5rem;}
    .loading .inner{width:100%;}
    .loading .inner .part .load_go .load_sum{font-size:.4rem;}
    .ibanner .bannerRight{display:none;}
    .ibanner{height:4rem;}
    .ibanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:.2rem;}
    .ipart02 .container .words{width:100%;}


    /* 智能制造 */
    .manufacture02 .left .con{max-height:none;}
    .manufacture03 .bott .tab_b_box .tab_b video{display:none;}
    .manufacture03 .bott .tab_b_box .tab_b img{display:none;}
    .manufacture03 .bott .tab_b_box .tab_b img.m_img{display:block; }
    .manufacture03 .bott .tab_b_box{height:auto;}
    .manufacture03 .bott .tab_box{position:relative; bottom:auto; }
    .manufacture03 .bott .tab_box .box{display:block; white-space:nowrap; margin-bottom:.1rem; overflow-x:auto;}
    .manufacture03 .bott .tab_box .tab_{background:rgba(0, 0, 0, 0.6); display:inline-block; width:auto; margin-top:0;}
    .manufacture03 .bott .tab_box .tab_ .icon{display:none;}
    .manufacture03 .bott .tab_box .tab_ .t{height:.3rem;}
    .manufacture03 .bott .tab_box .tab_.cur{background:#0051c6;}

    /*20260104lyx*/
    .support02 .left .box{padding:0 4% .3rem; margin-left:0; margin-top:0;}
    .right_nav .popup .box{width:3rem;}
    .right_nav .popup .box .cont .img_box1 .title{font-size:10px;}


}



@media only screen and (max-width: 480px){
    /* 联系我们 */
    .contact_us01 .content li{width:auto; min-width:50%;}


    /* 荣誉资质 */
    .honor01 li{width:100%; margin-right:0; padding:.2rem 4%;}
    .honor01 li:nth-child(3n){margin-right:0;}


    /* 加入我们 */
    .join_us01 .bd .container li.first{display:none;}
    .join_us01 .bd .container li{flex-wrap:wrap;}
    .join_us01 .bd .container li ._t1{width:100%; font-weight:bold; font-size:.2rem; padding-bottom:0; height:auto;}
    .join_us01 .bd .container li ._t2{width:25%;}
    .join_us01 .bd .container li ._t3{width:65%;}

    
    /* 营销网络 */
    .network01 .left .content .top .line01 .sel_item{width:100%; }
    .network01 .left .content .top .line01 .sel_item02{margin-left:0; margin-top:.1rem;}
    .network01 .left .content .top .line .sel_item .item_r{right:.2rem;}


    /* 智能制造 */
    .manufacture01 .swiper-slide{width:80%;}
    .manufacture02 .right li{width:49%;}
    .manufacture02 .right li:nth-child(3n){margin-right:2%;}
    .manufacture02 .right li:nth-child(2n){margin-right:0;}
    .manufacture02::after{height:.6rem; width:4.2rem;}
    .manufacture04 .bott li{width:100%; margin-right:0; margin-bottom:.2rem;}
    .manufacture04 .bott li:nth-child(3n){margin-right:0;}
   

}