/*
* 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); }
/*
* PadMode
*/

@media only screen and (max-width: 1440px) {
	/* 专题 */
	.zt_main {background:url(../images/zt_pt1_bg1.jpg) no-repeat 0 -240px;}
	.zt_pt1{padding:80px 0 0;}
	.zt_pt4 .img1{top:32px;}
	.zt_pt4 .infor{padding-top:60px;}
}
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    html { overflow-x:hidden;}
    body,input,textarea,button,select { font-size:14px;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; }
    /*padMode 1240px 网站样式*/

    .header_bott .inav{display:none;}
    .xc_nav{display:none;}
    .xc_banner .infor .con{font-size:30px;}
    .footer_top .share_box a{margin:0 2px;}
    
    /*手机端导航下拉按钮*/
    .header_bott .h_tools .mobile_key{position:relative; cursor:pointer; transition:all 0.3s ease-in-out; z-index:10; display:block; width:20px; height:20px; margin-top:4px;} 
    .header_bott .h_tools .mobile_key span,
    .header_bott .h_tools .mobile_key:before,
    .header_bott .h_tools .mobile_key:after {position:absolute; top:50%; left:50%; width:17px; height:2px; margin-left:-10px; background:#666; border-radius:2px; display:inline-block; transition:all 0.3s ease-in-out;}
    .header_bott .h_tools .mobile_key span{margin-top:-4px;}
    .header_bott .h_tools .mobile_key:before{content:''; margin-top:3px;}
    .header_bott .h_tools .mobile_key:after{content:''; margin-top:10px;}
    .menu-open .header_bott .mobile_key:before{opacity:0; transition:0.2s ease 0.1s;}
    .menu-open .header_bott .mobile_key:after{margin-top:2px !important; -webkit-transform:rotateZ(-45deg); transform:rotateZ(-45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}
    .menu-open .header_bott .mobile_key span{margin-top:2px !important; -webkit-transform:rotateZ(45deg); transform:rotateZ(45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}

    /*------------------手机端下拉---------------------*/
    .m_nav{position:fixed; left:0; top:105px; right:0; width:100%; background:#00a1e9; z-index:20; display:none; max-height:calc(100vh - 55px); max-height:calc(var(--vh, 1vh) * 100 - 55px); overflow-y:auto;} 
    .m_nav .m_wrap{padding:0 5%;}
    .m_nav .mNav_bott .m_navli{position:relative; transition:all 0.3s ease-out; border-bottom:solid 1px #58a3e7;}
    .m_nav .mNav_bott .m_navli:last-child{border-bottom:none;}
    .m_nav .mNav_bott .m_navli>a{display:block; padding:15px 35px 15px 15px; font-size:14px; position:relative; overflow:hidden; color:#fff;}
    .m_nav .mNav_bott .m_navli>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli>a:after,
    .m_nav .mNav_bott .m_navli>a:before{content:''; background:#fff; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
    .m_nav .mNav_bott .m_navli>a:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_nav .mNav_bott .m_navli>a:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_nav .mNav_bott .m_navli.active{background:#2a7ecc;}
    .m_nav .mNav_bott .m_navli.active>a:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a{/*border-bottom:solid 1px #58a3e7;*/ font-weight:bold;}
    .m_nav .mNav_bott .m_navli .m_secNav{display:none;}
    .m_nav .mNav_bott .m_navli .m_secNav .li-title{width:100%; padding:8px 25px; border-top:solid 1px #58a3e7; padding-top:18px; box-sizing:border-box; color:#fff; font-size:13px; position:relative;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a{padding:5px 0 5px 25px; display:block; position:relative; font-size:14px; line-height:1.25; transition:all 0.3s ease-out;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a:after{content:''; width:15px; height:15px; background:url(../images/m_anniu1.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-7px; background-size:cover;}
    .m_nav .mNav_bott .m_navli .m_secNav ul{font-size:0; padding-bottom:18px;}
    .m_nav .mNav_bott .m_navli .m_secNav li{font-size:14px;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul{overflow:hidden;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li{width:50%; float:left;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a{padding:8px 25px; line-height:28px; display:block; position:relative; color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a.cur{color:#fff;}

    /*无连接的话去掉加号*/
    .m_nav .mNav_bott .m_navli.nav_link>a:after,
    .m_nav .mNav_bott .m_navli.nav_link>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before,
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link a:after{content:''; display:block; width:16px; height:16px; background:url(../images/link_ico.png) no-repeat center; position:absolute; top:0; bottom:0; right:15px;}
    
    /*下拉黑色背景*/
    .header_bott .header-overlay {transition:all 0.2s ease-out; background:rgba(0, 0, 0, 0.5); width:100%; height:100%; position:fixed; left:0; z-index:-1; top:0; opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; visibility:hidden;}
    .bg-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .bg-open1 .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .menu-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .header_bott .h_tools .h_language.mobile_language{display:block;}
    .header_bott .h_tools .h_language.pc_language{display:none;}

    /*手机端搜索下拉*/
    .header_bott .h_tools .h_search.nolink{display:none;}
    .header_bott .h_tools .h_search.a_link{display:block; padding-right:10px; height:35px; line-height:35px;}
    .header_bott .h_tools .h_search.a_link .icon{width:20px; height:20px; background:url(../images/mobile_sear.png) no-repeat center; background-size:cover; display:inline-block; vertical-align:-5px;}
    .header_bott .mSearch{background:#3687d1; padding:15px 10px; position:absolute; width:100%; left:0; top:100%; box-sizing:border-box; display:none;}
    .header_bott .mSearch .search-inner .search-input input{width:100%; height:38px; font-size:13px;border-radius:38px; border:none; padding:10px 17px; box-sizing:border-box;}
    .header_bott .mSearch .search-inner .search-btn button{position:absolute; top:0; bottom:0; right:16px; margin:auto; width:27px; height:27px; background-color:transparent; border:none; border-radius:50%; padding:0;}

    /*手机端二级导航*/
    .m_sencondNav{display:block;}

    /*------------------------下层实现----------------------------*/
    /*关于我们*/
    .about_us01 .content .cover_r .box{padding:100px 0 30px 30px;}
    .about_us01 .content .cover_r .box .tit{font-size:30px; line-height:30px;}
    .about_us03 .item .intro .tit{padding:0 30px}
    .about_us03 .item .cover .box{padding:30px;}
    .about_us03 .item .cover .box .con{margin-top:20px;}
    .about_us03 .l_bott .cover .box .con, .about_us03 .r_top .cover .box .con{height:90px; overflow-y:auto;}

    /*联系我们*/
    .contact_us01 .left{width:50%;}
    .contact_us01 .left .content{margin-top:40px;}
    .contact_us01 .right{margin-right:0; width:45%;}
    .contact_us01 .right .ewm{margin-right:5%;}
    .contact_us01 .map{width:800px; margin-left:-400px; margin-top:-166px;}

    /*荣誉资质*/
    .honor01 .honor_r{display:none;}
    .honor01 .honor_l{width:100%;}

    /*首页*/
    .ipart03 .content .list .item .item_box .intro .c{margin-bottom:35px;}
    .ipart05 .right .content .con_l .intro{left:0; bottom:0; right:0; top:0;}
    .ipart05 .right .content .con_l .intro .box{padding:20px;}
    .ipart05 .right .content .con_l .intro .box .ip5_icon{right:20px; bottom:20px;}
    .ipart05 .right .content .con_l .intro .box .t{line-height:26px;}
    .ipart05 .right .content .con_l .intro .box .c{overflow:auto;}
    .ipart05 .right .content .con_r .r_top{margin-bottom:12px;}

    /*新闻列表*/
    .news_list01 .news_list_r .search_box .search_title{font-size:25px;}
    .news_list01 .news_list_r .news_gjc{padding:20px;}
    .news_list01 .news_list_r .news_gjc .gjc_con a{padding:0 15px;}
    .news_list01 .news_list_r .search_inp .select_box01{width:100%; box-sizing:border-box;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro {padding:15px 0 0 20px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:23px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .d{margin-top:5px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{display:none;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .tool ._tool{display:block;}

    /* 新闻详细 */
    .news_detail01 .news_det_top .right .share{margin-right:30px;}
    .news_detail01 .news_det_top .right .share:after{right:-15px;}

    /*品牌文化*/
    .culture02 .item .box .intro{padding-right:110px;}
    .culture01 .bd .content .item .box .t{font-size:28px;}
    .culture01 .bd .content .item .box .c{height:120px; overflow-y:auto;}
    .culture01 .bd .content>.wrap{padding-top:80px;}
    .common_tc .content{width:1000px; margin-left:-500px;}

    /*人才招聘*/
    .job_list .form_box .inp_wrap{width:16%;}
    .job_list .form_box .inp_wrap .inp{text-indent:5px;}

    /*社会责任*/
    .social_respon01 .hd .right .box{padding:20px;}
    .social_respon01 .hd .right .box .tit{font-size:25px; margin-bottom:10px;}
    .social_respon01 .hd .right .box .con{font-size:16px;}
    .social_respon01 .bd .box .t{font-size:23px; margin-bottom:0;}
    .social_respon01 .bd .box .c{font-size:14px;}
    .social_respon02 li .cover .box{padding:15px 20px;}
    .social_respon02 li .cover .box .t{font-size:24px;}

    /*产品列表*/
    .pro_list02 .hd .content .tit{font-size:30px; line-height:35px; margin-bottom:10px;}
    .pro_list02 .hd .content{padding:30px; background-size:cover;}
    .pro_list02 .hd .content .list li{width:16%; padding-left:3%;}
    .pro_list02 .bd li .intro_ .box{padding:30px;}
    .pro_list02 .bd li .intro_ .box .tit{font-size:25px;}
    .pro_list02 .bd li .intro_ .box .tit span{ margin-left:0;}
    .compare_product .compare-selbtn .comparea-selbtn-closeall{width:100px;}
    .pro_list03 .infor .tit{font-size:30px; line-height:35px;}
    /*产品分类弹窗*/
    .xl_fenlei li .txt{font-size:15px;}

     /* 产品详细 */
    .pro_detail01 .left{width:58%;}
    .pro_detail01 .right{width:40%;}
    .pro_detail01 .right .intro .c span{font-size:40px;}
    .pro_detail01 .right .content .text .txt{padding-right:0;}
    .pro_detail01 .right .content:after{width:100%;}
    .pro_detail02 .bd .selection3 .item .box .list ul li{margin:5px;}
    .pro_detail02 .bd .selection3 .item .box .tit{width:100%; height:34px; white-space:nowrap; text-overflow:ellipsis;}
    .pro_detail04 .content{padding:0 16%;}

    /*营销网络*/
    .network01 .form_box .form .sele_box{width:32%;}
    .network01 .search_result{width:40%; left:-40%}

    /*简历投递*/
    .jltd .text_content{padding:0 16%;}

    /* 解决方案 */
    .solution03 .content .item .box{padding:10px 25px;}
    .solution03 .content .item .box .t{font-size:20px; margin-bottom:10px;}

    /*20191226补充页面*/
    /*人物掠影*/
    .rwly01 li .intro .box{padding:30px;}
    .rwly01 li .intro .box .txt{padding-right:0;}
    

    /*品牌活动*/
    .brand_activity01 .content .item .intro .box{padding:20px;}
    .brand_activity01 .content .item .intro .box .d span{margin-left:0;}
    .brand_activity01 .content .item .intro .box .t{font-size:20px; line-height:26px; height:52px}

    /*2020-02.14*/
     /*解决方案详细*/
    .solu_detail01 .infor .tit{font-size:35px; line-height:35px;}
    .solu_detail01 .infor .con{margin-top:20px;}
    .solu_detail01 .content{margin-top:40px;}
    .solu_detail01 .content .box .top_l .t{font-size:30px;}
    .solu_detail01 .content .box .bott_ .img_{width:45%;}
    .solu_detail01 .content .box .bott_ .intro_{width:55%;}
    .solu_detail01 .content .box .bott_ .intro_box{padding:20px;}
    .solu_detail01 .content .box .bott_ .intro_box .t{font-size:23px;}
    .solu_detail01 .content .box .bott_ .intro_box .c{height:56px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
    .solu_detail03 .con .owl-carousel2{display:block;}
    .solu_detail03 .con .owl-carousel1{display:none;}

    /*解决方案0217*/
    .solution02 .con .owl-carousel2{display:block;}
    .solution02 .con .owl-carousel1{display:none;}
 
     /*品牌服务 */
    .brand_server03 .content .box{padding:5%; height:362px; overflow:auto;}

     /* 设备保养 */
    .sbby01{height:408px;}
    .sbby01 .img1{width:1300px; margin-left:-650px;}
    .sbby01 .content .box{top:50px;}
    .sbby04 .content{padding:0 5%;}

    /* 备件支持 */
    .parts_support02{background-size:cover;}
    .parts_support02 .content .left .img{width:46%;}
    .parts_support02 .content .left{width:48%;}
    .parts_support02 .content .right{width:45%;}
    
    /*2020-0827*/
    .social_respon01 .bd .box{padding:20px;}
    .social_respon01 .bd .box .c{font-size:12px;}
    .contact_us01 .map{overflow:hidden;}
    .contact_us01 .map .map_box{margin-left:-50px;}
    .pro_detail02 .hd dd .icon{display:none;}
    .pro_detail02 .hd dd.order, .pro_detail02 .hd dd.search{text-align:center;}
    .m_nav .mNav_bott .m_navli.m_navli03 .m_secNav ul{overflow:hidden;}
    .m_nav .mNav_bott .m_navli.m_navli03 .m_secNav li{width:50%; float:left;}
    .ipart03 .content .list .item .item_box .intro .t{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    .pro_list03 .bd{height:337px;}
    .pro_list03 .bd .bg_box .bg img{width:1500px; margin-left:-750px;}


    /* 挖机专题 */
    .zt_header .header_wrap{background:url(../images/zt_header_bg.png) no-repeat -375px 0;}
	.zt_header .zt_nav dt, .zt_header .zt_nav dd{padding:0 12px;}
	.zt_header .back i{margin-left:10px;}
	.zt_header .zt_nav dt:after, 
	.zt_header .zt_nav dd:after{width:120px; height:69px; margin-left:-60px; background-size:contain;}
	.zt_banner .owl-item .item img{width:1300px; margin-left:-650px;}
	.zt_banner .item{height:478px;}
	.zt_pt4 .img1{transform:translate(0); top:14px;}
	.zt_pt4 .img2{transform:translate(0)}
	.zt_main {background: url(../images/zt_pt1_bg1.jpg) no-repeat -885px 0;}
	.zt_pt1 .left ul li {padding:0 4%; width:42%;}
	.zt_pt2 .content .item .cover .box{padding:15px 30px;}
	.zt_pt3 .infor{padding-top:50px;}
	.zt_pt3 .content .right .item .c{height:50px; -webkit-line-clamp:2; margin:10px 0;}
    /* 挖机专题 end */








}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    .footer_top dl{width:13%}
    .footer_top dl.dl05{width:28%;}
    .footer_top dl.dl06{width:16%;}

    /*------------------下层实现-------------------*/
    /*关于我们*/
    .about_us01 .content{height:auto;}
    .about_us01 .content .left{width:100%; height:auto; position:static; margin-left:0;}
    .about_us01 .content .left .play{display:block;}
    .about_us01 .content .right{width:100%; height:auto; position:static; margin-right:0; display:none;}
    .about_us01 .content .cover_l .play{display:none;}
    .about_us01 .content .cover_l{height:0; padding-bottom:54.06%; width:100%;}
    .about_us01 .content .cover_r{position:static;}
    .about_us01 .content .cover_r{width:100%; height:auto; top:50%; background:#f7f7f7;}
    .about_us01 .content .cover_r .box{padding:20px;}
    .about_us01 .content .cover_r .box .con{margin-top:10px; font-size:13px;}
    .about_us01 .content .cover_r .box .tit{font-size:18px;}
    .about_us02 li{width:33%; margin-left:0;}
    .about_us02 li .icon{width:50px;}
    .about_us02 li .intro .tit{font-size:16px;}
    .about_us02 li .intro .con span.num{font-size:60px; line-height:60px;}
    .about_us03 .item .tit{font-size:20px;}
    .about_us03 .item .tit .icon{display:none;}
    .about_us03 .item .cover .box .con{line-height:25px; height:150px; overflow-y:auto; margin-top:10px;}
    .about_us03 .l_bott .cover .box .con, .about_us03 .r_top .cover .box .con{height:50px; margin-top:10px;}

    /*联系我们*/
    .contact_us01 .left {width:100%; float:none;}
    .contact_us01 .right{width:100%; float:none; margin-top:20px;}
    .contact_us01 .map{width:600px; margin-left:-300px; margin-top:-125px;}
    .contact_us01 .right{text-align:center;}
    .contact_us01 .right .ewm{width:150px; height:auto; margin:0 20px; display:inline-block;}
    .contact_us01 .map{display:block; position:static; margin:0 0 10px; width:100%; height:500px; overflow:hidden; visibility:visible; opacity:1;}
    .contact_us01 .map .map_box{margin-left:-200px;}
    .contact_us01 .map .map_bg{display:none;}
    .contact_us01 .map .map_close{display:none;}

    /*首页*/
    .ibanner{height:403px;;}
    .ibanner .owl-carousel.owl-loaded .item{height:403px;}
    .ibanner .owl-carousel .owl-item img{width:1060px; margin-left:-530px;}
    .ibanner .dots_btn{bottom:30px;}
    .ipart{margin-top:289px;}
    .ipart01 .infor{padding-top:50px;}
    .ipart01 .infor .tit{font-size:30px;}
    .ipart01 .content .item .intro .box{padding:45px 25px;}
    .ipart02 .infor .tit{font-size:30px;}
    .ipart02 .content .item .cover .txt{padding:0 20px 20px;}
    .ipart03 .infor .tit{font-size:30px;}
    .ipart03 .content .list .item .item_box .intro .t{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    .ipart03 .content .list .item .item_box .intro .c{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}
    .ipart04 .infor .tit{font-size:30px;}
    .ipart04 .infor .con{padding:0 5%;}
    .ipart04 .content li{width:33%; margin-left:0;}
    .ipart04 .content li .icon{width:50px;}
    .ipart04 .content li .intro .tit{font-size:16px;}
    .ipart04 .content li .intro .con span.num{font-size:60px; line-height:60px;}
    .ipart05{background-size:cover;}
    .ipart05 .right{width:75%;}
    .ipart05 .right .infor .tit{font-size:30px;}
    .ipart05 .right .content .con_r .r_top{margin-bottom:13px;}
    .ipart05 .right .content .con_r .intro .box{padding:25px;}

    /*新闻列表*/
    .news_list01 .news_list_r{display:none;}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_l ul li .box .img{margin-left:20px;}
    .news_list01 .news_list_l ul li .box .txt .t{margin:10px 0;}

    /* 新闻详细 */
    .news_detail01 .news_det_bott .page_bott .page_prev{width:100%;}
    .news_detail01 .news_det_bott .page_bott .page_next{width:100%;}
    .news_detail01 .news_det_bott .page_bott .page_next .page_btn{float:left; padding-left:45px; padding-right:0;}
    .news_detail01 .news_det_bott .page_bott .page_next .page_btn .icon{left:0;}
    .news_detail01 .news_det_bott .page_bott .box{padding:20px;}
    .news_detail01 .news_det_bott .page_bott .page_center{display:none;}
    .news_detail01 .news_det_bott .content ._t{font-size:25px;}
    .news_detail01 .news_det_bott .content ._date{margin-bottom:30px;}
    .news_detail01 .news_det_bott{padding-bottom:50px;}

    /*视频列表*/
    .video_list01 .content li .cover .play{width:60px; height:60px; margin-left:-30px; margin-top:-30px; background-size:cover;}

    /*品牌文化*/
    .culture01{padding:50px 0;}
    .culture01 .infor .tit{font-size:30px;}
    .culture01 .bd{background-size:cover; height:auto;}
    .culture01 .bd .content>.wrap{padding-top:5%; padding-bottom:5%; }
    .culture01 .bd .content .item .box{padding:0 20px; border-right:0;}
    .culture01 .bd .content .item{width:100%; border-bottom:1px solid rgba(255,255,255,.4);}
    .culture01 .bd .content .item .box .t{font-size:20px;}
    .culture01 .bd .content .item .box .c{margin-bottom:5%; height:auto;}
    .culture01 .bd .content .item .box .icon{display:none;}
    /*弹窗*/
    .common_tc .content {width:100%;margin-left: 0; left:0;}
    .common_tc .content .box .tc_con .left{width:100%;}
    .common_tc .content .box .tc_con .right{width:100%; margin-top:30px;}
    .common_tc .content .box{height:400px; overflow:auto; padding:75px 30px 60px;}

    /*人才招聘*/
    .job_list01 ._jcon{padding-left:30px;}
    .jobList_ban .form_box{padding:0;}

    /*社会责任*/
    .social_respon01 .hd .left{width:100%;}
    .social_respon01 .hd .right{width:100%;}
    .social_respon01 .bd .box{padding:10px 20px;}
    .social_respon01 .bd .box .c{height:75px;}
    .social_respon02 li.three_li{margin-right:0;}
    .social_respon02 li.li_{width:48%; margin-right:4%;}
    .social_respon02 li.li_:nth-child(2n){margin-right:0;}

     /* 产品详细 */
    .pro_detail01{padding-top:30px; background-size:cover;}
    .pro_detail01 .left{width:100%;}
    .pro_detail01 .left .content .text .txt{height:auto;}
    .pro_detail01 .left .intro .t{font-size:25px;}
    .pro_detail01 .left .intro .c{font-size:48px;}
    .pro_detail01 .left ul.service li{width:15%;}
    .pro_detail01 .right{width:100%; margin-top:20px;}
    .pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd{font-size:18px;}
    .pro_detail02 .bd .selection1 .content .left{width:100%;}
    .pro_detail02 .bd .selection1 .content .right{width:100%; margin-right:0;}
    .pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd{width:15%;}
    .pro_detail02 .hd.fixed .search{width:20%;}
    .pro_detail02 .hd.fixed .order{width:20%;}
    .pro_detail02 .bd .selection3 .infor{font-size:25px;}
    .pro_detail04 .tit .t{font-size:25px;}
    .pro_detail04 .content{padding:0 6%;}
    .pro_detail02 .bd .selection1 .content{padding-left:0;}
    .pro_detail02 .bd .selection1 .content .t{float:none; font-size:25px;}
    .pro_detail02 .bd .selection1 .content .c{width:100%;}
    .pro_detail02 .bd .selection2 .tit{font-size:25px; margin-bottom:30px;}
    .pro_detail02 .bd .selection3{padding:30px 0;}
    .pro_detail02 .bd .selection3 .intro .tit{font-size:25px;}
    .pro_detail02 .bd .selection3 .content .infor .t{font-size:18px;}
    .pro_detail03{padding:30px 0;}
    .pro_detail03 .tit{font-size:25px;}
    /* 产品详细页表格 补充 20190904*/
    .pro_detail02 .bd .selection2 .content{overflow:auto;}

    /*营销网络*/
    .network01 .form_box .form .sele_box{width:30%;}

    /*简历投递*/
    .jltd .text_content{padding:0 6%;}

    /*解决方案 20191102改*/
    .solution01 .infor .tit{font-size:30px;}
    .solution01 .infor .tit .img_{width:60px; height:auto; left:-70px; bottom:10px;}
    .solution01 .infor .con{font-size:25px;}
    .solution01 .content .form_box{padding:40px 6% 0;}
    .solution03 .content .item .box .more{display:none;}
    .solution03 .content .item .box .c{text-overflow:ellipsis;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}

    /*20191226补充页面*/
    /*人物掠影*/
    .rwly01 li .img{width:100%; float:none;}
    .rwly01 li .intro{width:100%; float:none;}
    /*弹窗*/
    .brandBox_detail{width:660px; margin-left:-330px;}

    /*品牌服务 */
    .brand_server03 .content .box{height:286px;}
    .brand_server03 .content .box .item .t{font-size:16px;}
    .brand_server04 .content li{width:32%; margin-right:1%; margin-left:0; margin-bottom:15px;}
    .brand_server04 .content li:nth-child(3n){margin-right:0;}
    .brand_server05 .left .box{padding-top:100px;}
    .brand_server06 .infor .con span{display:inline;}

    /* 2020-0605 */
    /* 社交媒体 */
    .sj_media02 .content li{width:30%; margin-bottom:15px;}

     /* 设备保养 */
    .sbby02{padding:50px 0;}
    .sbby02 ul li .txt{font-size:40px;}
    .sbby02 ul li .txt .num{font-size:40px;}
    .sbby03 .content ul li{padding:0 40px;}
    .sbby04 .infor .tit{padding:50px 0;}

    /* 备件支持 */
    .parts_support01 .infor{padding:0 8%;}
    .parts_support02 .content{padding:0;}
    .parts_support03 ul li .t{padding:0 10px;}

    /* 挖机专题 */
    .zt_header .header_wrap{background:#00a1e9; border-bottom:1px solid #00a1e9;}
	.zt_header .zt_nav dt{font-size:16px;}
	.zt_header .zt_nav dd{font-size:14px;}
	.zt_header .zt_nav dt:after, 
	.zt_header .zt_nav dd:after {width:100%; height:30px; margin-left:0; background-size:inherit; left:0; top:50%; margin-top:-15px;}
	.zt_header .zt_nav dt, .zt_header .zt_nav dd{padding:0 10px;}
	.zt_header .back a{font-size:14px;}
	.zt_pt1{padding-top:40px;}
	.zt_pt2 .owl-nav>div{cursor:pointer; z-index:5; font-size:30px; position:absolute; top:50%; margin-top:-24px;}
	.zt_pt2 .owl-nav .owl-prev{left:0%;}
	.zt_pt2 .owl-nav .owl-next{right:0%;}
	.zt_pt2 .owl-nav>div:hover{color:#00a1e9;}
	.zt_pt3 .content .left{width:100%;}
	.zt_pt3 .content .left .img{width:49%;display:inline-block;vertical-align:top;}	
	.zt_pt3 .content .left .img1{margin-right:1%;}
	.zt_pt3 .content .right{width:100%;}
	.zt_pt3 .content .right .item{width:49%; margin-right:1%; margin-left:0;}
	.zt_pt3 .content .right .item2,
	.zt_pt3 .content .right .item4{margin-right:0;}
	.zt_pt3 .content .right .item .cover .box{padding:30px 20px;}
	.zt_pt4 .img1,
	.zt_pt4 .img2{display:none;}
	.zt_pt4 .infor .tit{color:#000;}
	.zt_pt4 .infor .tit_en{color:#00a1e9;}
	.zt_pt5{padding-top:50px;}
    /* 挖机专题 end */





}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:16px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:2%; padding-right:2%; 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浏览器*/   }
    /*mobileMode 760 网站样式*/
    .header_top{display:none;}
    .header_bott{padding:15px 0;}
    .header_bott .logo{width:240px; height:auto; margin-right:0;}
    .header_bott .h_tools .h_search.a_link{height:24px; line-height:24px;}
    .header_bott .h_tools .mobile_key{margin-top:0;}
    .m_nav{top:54px;}
    .xc_banner{height:224px;}
    .xc_banner>img{width:1000px; margin-left:-500px;}
    .xc_banner .cover{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    .xc_banner .infor {display:none;}
    .xc_banner .xc_crumbs{display:block;}
    .xc_banner .cover{position:absolute; width:100%; height:100%; background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    .footer_top{display:none;}
    .footer_bott .left{text-align:center; width:100%;}
    .footer_bott .left .beian{display:block;}
    .channel_content{padding:0 0 15px;}

    /*------------------下层实现---------------------*/
    /*关于我们*/
    .about_us01{padding:20px 0 10px;}
    .about_us01 .content .left .play{width:50px; height:50px; background-size:cover; margin-top:-25px; margin-left:-25px;}
    .about_us02{padding:0 0 20px;}
    .about_us02 li{width:100%; padding:10px 20px; box-sizing:border-box; border-bottom:1px solid #cecece;}
    .about_us02 li .intro .tit{display:inline-block; vertical-align:middle; font-size:14px; margin-left:10px;}
    .about_us02 li .intro .con{display:inline-block; vertical-align:middle; font-size:14px; margin-left:15px;}
    .about_us02 li .intro .con span{vertical-align:middle; margin-left:5px;}
    .about_us02 li .intro .con span.num{font-size:30px; line-height:30px;}
    .about_us03 .left{width:100%;}
    .about_us03 .right{width:100%;}
    .about_us03 .item{width:100%; margin-bottom:15px;}
    .about_us03 .item:last-child{margin-bottom:0;}
    .about_us03 .item .intro .tit{font-size:16px;}
    .about_us03 .left .l_top,
    .about_us03 .right .r_top{margin-bottom:15px;}

    /*联系我们*/
    .contact_us01{padding:20px 0 0;}
    .contact_us01 .left .infor .tit{font-size:20px; line-height:25px; margin-bottom:5px;}
    .contact_us01 .left .content{margin-top:10px;}
    .contact_us01 .left .content .item .look_map{display:none;}

    /*荣誉资质*/
    .honor01{padding:20px 0;}
    .honor01 .honor_l:after{display:none;}
    .honor01 .honor_l dl{padding-left:0;}
    .honor01 .honor_l dt{position:static; font-size:20px; margin-bottom:5px;}
    .honor01 .honor_l dt:after{display:none;}
    .honor01 .honor_l dd{margin-bottom:10px;}
    .honor01 .honor_l dd .img_box{width:45%;}
    .honor01 .honor_l dd .img_title{font-size: 16px;}

    /*新闻列表*/
    .time_order{padding:15px 10px; margin-bottom:0;}
    .time_order .time_con{margin-top:5px;}
    .time_order .time_con a{margin:0 3px; font-size:14px;}

    .widgets_common_pages_6{margin-top:30px;}
    .widgets_common_pages_6 a, 
    .widgets_common_pages_6 span{line-height:30px; padding:0 6px;}
    .news_list01{padding:0}
    .news_list01 .news_list_l .recommend_news{display:none;}
    .news_list01 .news_list_l ul li{margin-bottom:15px;}
    .news_list01 .news_list_l ul li:last-child{margin-bottom:0;}
    .news_list01 .news_list_l ul li .box{padding:15px;}
    .news_list01 .news_list_l ul li .box .img{width:35%; margin:10px 0 20px;}
    .news_list01 .news_list_l ul li .box .txt{width:60%; float:left;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:16px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; height:auto;}
    .news_list01 .news_list_l ul li .box .txt .d{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{display:none;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool.d{display:block;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:14px; font-weight:bold; margin:0 0 5px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; line-height:22px; height:44px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

    /* 新闻详细 */
    .news_detail01 .news_det_top{display:none;}
    .news_detail01 .news_det_bott .content .share{width:30px; height:30px; background-size:cover}
    .news_detail01 .news_det_bott .content .box{padding:35px 20px 20px;}
    .news_detail01 .news_det_bott .content ._t{font-size:18px;}
    .news_detail01 .news_det_bott .content ._date{font-size:14px; margin-bottom:20px;}
    .news_detail01 .news_det_bott .content .con{font-size:13px;}
    .news_detail01 .news_det_bott .keywords{margin-top:30px; font-size:16px;}
    .news_detail01 .news_det_bott .keywords a{font-size:14px;}
    .news_detail01 .news_det_top .logo{width:27%;}
    .news_detail01 .news_det_top .tit{font-size:14px;}
    .news_detail01 .news_det_top .tit span{font-size:15px;}
    .news_detail01 .news_det_top .right{display:none;}
    .news_detail01 .news_det_bott .page_bott{margin-top:15px;}
    .news_detail01 .news_det_bott .page_bott .page_btn{font-size:14px;}
    .news_detail01 .news_det_bott .page_bott .t{font-size:14px; line-height:22px;}
    .news_detail01 .news_det_bott .page_bott .box{padding:10px 20px;}
    .news_detail01 .news_det_bott .page_bott .page_prev{border:none;}
    .news_detail01 .news_det_bott .page_bott .page_next{border:none;}
    .news_detail01 .news_det_bott{padding:20px 0 15px;}
    .news_detail01 .news_det_bott ._tools{margin-top:5px;}
    .news_detail01 .news_det_bott ._tools ._tool{height:30px; line-height:30px; margin-right:3px}
    .news_detail01 .news_det_bott ._tools ._tool:last-child{margin-right:0;}
    .news_detail01 .news_det_bott ._tools #switcher{height:25px; line-height:25px;}

    /*视频列表*/
    .video_list01{padding:20px 0;}
    .video_list01 .infor{font-size:0;}
    .video_list01 .infor a{padding:0 5px; font-size:13px; margin:0 5px; height:36px; line-height:36px;}
    .video_list01 .content li{margin-bottom:15px;}
    .video_list01 .content li:last-child{margin-bottom:0;}
    .video_list01 .content li .intro {background:#fff;}
    .video_list01 .content li .intro .box{padding:20px;}
    .video_list01 .content li .intro .box .tit{font-size:13px; white-space:normal; height:48px; line-height:24px;}

    /*品牌文化*/
    .culture01{padding:15px 0;}
    .culture01 .infor{margin-bottom:20px;}
    .culture01 .infor .tit{font-size:20px; line-height:30px;}
    .culture01 .infor .con{font-size:16px; margin-top:10px; line-height:24px;}
    .culture01 .bd{padding:0px;}
    .culture01 .bd .content>.wrap{padding-bottom:0;}
    .culture01 .bd .content .item .box .t{font-size:18px; line-height:30px; margin-top:15px; padding-bottom:5px;}
    .culture01 .bd .content .item1 .box .t{margin-top:0;}
    .culture01 .bd .content .item .box .t1{margin-top:15px;}
    .culture01 .bd .content .item .box .c{font-size:13px;}
    .culture02{padding:0;}
    .culture02 .item{margin-bottom:15px;}
    .culture02 .item .box{height:auto;}
    .culture02 .item .box .intro{padding:15px 20px;}
    .culture02 .item .box .intro .tit{font-size:18px; margin-bottom:0;}
    .culture02 .item .box .intro .con{font-size:13px;}
    .culture02 .item .box .intro .icon{right:10px;}
    /* 弹窗 */
    .common_tc .content .box .tc_con .tit .t{font-size:18px;}
    .common_tc .content .box .tc_con .tit .c{font-size:16px; margin:40px 0 20px;}
    .common_tc .content .box{height:460px;}

    /*人才招聘*/
    .job_list .form_box{padding:15px;}
    .job_list .form_box .inp_wrap{width:100%; margin-right:0; margin-bottom:15px;}
    .job_list .form_box .inp_wrap:last-child{margin-bottom:0;}
    .job_list .form_box .inp_wrap .inp{height:40px; line-height:40px;}
    .job_list .form_box .inp_wrap.search_wrap{width:100%;}
    .job_list .form_box button{height:46px; line-height:46px;}
    .job_list01{margin-bottom:15px;}
    .job_list01 ._jcon{padding:15px;}
    .job_list01 .info{font-size:13px;}
    .job_list01 ._ut{font-size:13px;}
    .job_list01 ._t3{display:none;}
    .job_list01 ._t4{display:none;}
    .job_list01 ._t6{display:none;}
    .job_list01 ._t1{width:32%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t2{width:42%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t5{width:26%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

    /*社会责任*/
    .social_respon01{padding:15px 0;}
    .social_respon01 .hd{margin-bottom:15px;}
    .social_respon01 .hd .right .box .tit{font-size:22px;}
    .social_respon01 .hd .right .box .con{font-size:15px;}
    .social_respon01 .hd .right .box .txt{font-size:13px;}
    .social_respon01 .bd .item{width:100%; margin-right:0; margin-bottom:15px;}
    .social_respon01 .bd .item:last-child{margin-bottom:0;}
    .social_respon01 .bd .box .t{font-size:18px;}
    .social_respon01 .bd .box .c{height:auto;}
    .social_respon02{padding-bottom:0px;}
    .social_respon02 .rect-1112{padding-bottom:100%;}
    .social_respon02 li.li_{width:49%; margin-right:2%; margin-bottom:15px;}
    .social_respon02 li.li_:nth-child(2n){margin-right:0;}
    .social_respon02 li .cover .box .t{font-size:16px; line-height:25px;}
    .social_respon02 li .cover .box .t{display:block;}
    .social_respon02 li .cover .box{position:relative;}
    .social_respon02 li .cover .box:after{content:''; width:20px; height:20px; background:url(../images/s_jt.png) no-repeat center; position:absolute; right:15px; top:50%; margin-top:-10px}
    .social_respon01 .hd .left .rect-4975{display:none;}

    /*产品列表*/
    .pro_list01 .pro_secnav .infor .tit{font-size:13px;}
    .pro_list01 .pro_secnav .list ul li{font-size:13px;}
    .pro_list01 .pro_secnav:after{display:none;}
    .pro_list01 .pro_crumbs_box{display:none;}
    .pro_list02 .hd .content{padding:15px 10px;}
    .pro_list02 .hd .content .tit{font-size:20px; line-height:25px; margin-bottom:15px;}
    .pro_list02 .hd .content .list li{padding-left:8%; width:42%; line-height:30px; font-size:13px; margin:0;}
    .pro_list02 .hd .content .list1 li{padding-left:8%; width:42%; line-height:30px; font-size:14px; margin:0;}
    .pro_list02 .hd .content .list2 li{padding-left:8%; width:42%; line-height:30px; font-size:14px; margin:0;}
    .pro_list02 .bd{padding-top:15px;}
    .pro_list02 .bd .cover{padding:0;}
    .pro_list02 .bd li{margin-bottom:15px;}
    .pro_list02 .bd li .intro_ .box{padding:10px;}
    :root .pro_list02 .bd ul li .li_box {min-height:310px;}
    .pro_list02 .bd li .intro_ .box .tit{font-size:14px;}
    .pro_list02 .bd li .intro_ .box .tit span{font-size:14px; font-weight:normal; line-height:15px; display:block;}
    .pro_list02 .bd li .intro_ .box .txt {display:none;}
    .pro_list02 .bd li .intro_ .box .con{margin-top:0px;}
    .pro_list02 .bd li .intro_ .box .prolist_more a{width:95%; height:36px; line-height:36px; margin-top:10px;}
    .pro_list02 .bd li.li3 .li_box, 
    .pro_list02 .bd li.li6 .li_box, 
    .pro_list02 .bd li.li9 .li_box {border-right-color:#dadada;}
    .pro_list02 .bd li:nth-child(2n) .li_box{border-right-color:transparent;}
    .pro_list02 .bd li .intro_ .box .pro_compare span{font-size:12px;}
    .pro_list02 .bd li .intro_ .box .pro_compare .order{font-size:12px; margin-top:5px;}
    .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox{width:10px; height:10px; background-size:cover;}
    .pro_list02 .bd li .intro_ .box .pro_compare .plp-item-checkbox.plp-item-chked{background-position:0 -10px;}
    .pro_list02 .bd ul li .li_box{min-height:445px;}
    :root .pro_list02 .bd li .intro_ .box .pro_compare{bottom:15px;}
    .compare_product .compare-sel{padding:15px 0;}
    .comparePro_list .bott_ li .intro .c .get_price{font-size:13px;}
  
    .compare_product .compare-selli{font-size:13px; width:32%; margin-right:1%;}
    .compare_product .compare-selli:last-child{margin-right:0;}
    .compare_product .compare-selli-name{margin-right:5px;}
    .compare_product .compare-selbtn{border-left:none;}
    .compare_product{height:122px;}
    .compare_product .compare-selbtn .comparea-selbtn-btn{font-size:13px;}
    .comparePro_list .bott_ li .intro .t{font-size:16px; margin:20px 0;}
    .comparePro_list .bott_ li .intro .c .get_price{padding:0 5%;}
    .comparePro_list .bott_ .table_information{/*margin-top:25px; */width:90%; margin:25px auto 0; overflow-x:auto;}
    .comparePro_list .bott_ .table_information .table-responsive{min-width:800px;}
    .compare_product .compare-selbtn .comparea-selbtn-btn{line-height:35px; height:35px;}
    .compare_product .compare-selbtn{margin-top:10px;}
    .compare_product .compare-selbtn .comparea-selbtn-btn.comparea-selbtn-abled{width:120px; font-size:13px;}
    .compare_product .compare-selbtn .comparea-selbtn-closeall{line-height:35px; height:35px; font-size:13px;}
    .pro_list03{display:none;}
    /*产品分类及弹窗*/
    .pro_list01 .pro_fenlei{display:none;}
    .xl_fenlei{display:none;}
    .pro_rightbar{display:none;}
    .pro_list02 .widgets_common_pages_5{padding-bottom:0; font-size:13px; padding-top:0;}
    .pro_list02 .bd li:hover{box-shadow:none;}
    .pro_list02 .bd li:hover .li_line{display:none;}

    /* 产品详细 */
    .detail_crumbs .right{font-size:14px;}
    .detail_crumbs .left{font-size:13px;}
    .detail_crumbs .left span{margin:0 5px;}
    .detail_crumbs .left{line-height:25px; padding:5px 0;}
    .detail_crumbs .right{float:left; line-height:35px; display:none;}
    .pro_detail01{padding-bottom:15px; padding-top:15px;}
    .pro_detail01 .left{width:100%;}
    .pro_detail01 .left .intro .t{font-size:20px; line-height:1; margin-bottom:15px;}
    .pro_detail01 .left .intro .c{font-size:30px; font-weight:bold; font-family:Arial;}
    .pro_detail01 .left .content ul li{font-size:16px;}
    .pro_detail01 .left .activity{font-size:14px;}
    .pro_detail01 .left .down .t{font-size:14px;}
    .pro_detail01 .left .down .icon{height:42px;}
    .pro_detail01 .right{margin-top:15px;}
    .pro_detail01 .right .content:before{top:-15px;}
    .pro_detail01 .right .content:after{top:-15px;}
    .pro_detail01 .right .content .text .con .con_c{font-size:13px;}
    .pro_detail01 .right .content .text .con2{margin:15px 0;}
    .pro_detail01 .right .content .text{margin:15px 0 0 0;}
    .pro_detail01 .right .btn .icon{margin-right:12px;}
    .pro_detail01 .right .down{font-size:13px; margin-top:15px;}
    .pro_detail01 .right .intro .t{font-size:20px; line-height:40px;}
    .pro_detail01 .right .intro .c span{font-size:20px;}
    .pro_detail01 .right .intro .c .share{font-size:13px;}
    .pro_detail01 .right .img_list{width:100%;}
    .pro_detail01 .right .btn>a{font-size:13px; padding:5px 10px;}
    .pro_detail02 .hd.fixed .order{display:none;}
    .pro_detail02 .hd.fixed .search{display:none;}
    .pro_detail02 .bd .selection1 .content .right .t{font-size:20px;}
    .pro_detail02 .bd .selection1 .content .right .c{margin-top:15px; font-size:13px; height:auto;}
    .pro_tc .top .tit{font-size:13px;}
    .pro_tc .top .con{font-size:20px;}

    .pro_detail02 .hd{margin-bottom:15px;}
    .pro_detail02 .hd .list dt, 
    .pro_detail02 .hd .list dd{font-size:18px; line-height:50px;width:30%;}
    .pro_detail02 .hd .list .item.active:after{width:100%; height:2px;}
    .pro_detail02 .bd{padding-top:0;}
    .pro_detail02 .bd .selection1 .content .t{width:100%; font-size:16px;}
    .pro_detail02 .bd .selection1 .content .con_bott{font-size:14px;}
    .pro_detail02 .bd .selection1 .owl-dots{bottom:10px;}
    .pro_detail02 .bd .selection1 .content .con_top{padding:15px 0;}
    .pro_detail02 .bd .selection1 .content .t {display: none;}
    .pro_detail02 .bd .selection1 .content .c{font-size:13px; margin-top:15px;}
    .pro_detail02 .bd .selection1{padding-bottom:15px;}
    .pro_detail02 .bd .selection2{margin:15px 0;}
    .pro_detail02 .bd .selection2 .down{display:none;}
    .pro_detail02 .bd .selection2 .tit {display: none;}
    .pro_detail02 .bd .selection2 .content {margin-top: 25px;}
    
    .pro_detail02 .bd .selection3{padding:0 0 15PX 0;}
    .pro_detail02 .bd .selection3 .item .box .tit{font-size:18px; height:auto;}
    .pro_detail02 .bd .selection3 .infor .btn_all{top:6px;}
    .pro_detail02 .bd .selection3 .infor {margin-bottom:15px;}
    .pro_detail02 .bd .selection3 .infor .line{top:6px; right:27px;}
    .pro_detail02 .bd .selection3 .infor .btn_all .owl-next{right:10px;}
    .pro_detail02 .bd .selection3 .item{margin-top:0;}
    .pro_detail02 .bd .selection3 .item .box .list ul li{font-size:12px;}
    .pro_detail02 .bd .selection3 .item .box .list{font-size:12px;}
    .pro_detail02 .bd .selection3 .item .box{padding:15px;}
    .pro_detail02 .bd .selection1 .content{padding-bottom:30px;}
    .pro_detail02 .bd .selection3 .item:hover{box-shadow:none;}
    .pro_detail02 .bd .selection3 .item:hover .li_line{display:none;}
    .pro_detail03{padding:15px 0;}
    .pro_detail03 .tit{font-size:20px; margin-bottom:45px;}
    .pro_detail03 .con ul li .icon{width:40px; height:40px; background-size:401%; margin-bottom:0;}
    .pro_detail03 .con ul li.li1 .icon{background-position:0 0;}
    .pro_detail03 .con ul li.li2 .icon{background-position:-40px 0;}
    .pro_detail03 .con ul li.li3 .icon{background-position:-80px 0;}
    .pro_detail03 .con ul li.li4 .icon{background-position:-120px 0;}
    .pro_detail03 .con ul li.li1:hover .icon{background-position:0 -40px;}
    .pro_detail03 .con ul li.li2:hover .icon{background-position:-40px -40px;}
    .pro_detail03 .con ul li.li3:hover .icon{background-position:-80px -40px;}
    .pro_detail03 .con ul li.li4:hover .icon{background-position:-120px -40px;}
    .pro_detail03 .con ul li .t{font-size:13px;}
    .pro_detail04 .tit{margin-bottom:10px;}
    .pro_detail04 .tit .t{font-size:20px; margin-top:15px;}
    .pro_detail04 .content{padding:0;}
    .pro_detail04 .content .inp_box{width:100%; margin:7px 0;}
    .pro_detail04 .content .yzm .input_area{margin:0 1% 0 0;}
    .pro_detail04 .content .send{float:none; font-size:13px; width:130px; height:35px; line-height:35px; margin-top:15px;}
    .pro_detail04{padding:0 0 15px 0;}
    .pro_detail04 .tit .c{font-size:13px; padding:0 15px;}
    .pro_detail04 .content .inp_box .type{font-size:13px;}
    .pro_detail04 .content .inp_box .input_area{font-size:13px; line-height:35px; height:35px;}
    .pro_detail04 .content .con{margin-top:15px; padding-top:15px;}
    .pro_detail04 .content .t{line-height:20px;}
    .pro_detail04 .content .inp_box textarea.input_area{height:80px;}
    .pro_detail04 .content .yzm .input_area{font-size:13px; line-height:35px; height:35px;}
    .pro_detail04 .content .yzm .yzmImg{height:35px;}
    .pro_tc .top .close{width:30%;}

    /*营销网络*/
    .network01 {height:auto;}
    .network01 .form_box{position:static;}
    .network01 .search_result{position:static; width:100%; height:auto;}
    .network01 .search_result .top{height:30px; display:none;}
    .network01 .search_result .bott{height:310px; padding-right:0; border-bottom:1px solid #e7e7e7; margin-bottom:20px;}
    .network01 .search_result .bott li .li_box{padding:15px;}
    .network01 .search_result .bott li .li_box .tit{font-size:16px; margin-bottom:0;}
    .network01 .form_box .title{font-size:18px; line-height:25px; margin-bottom:5px; text-align:center; float:none;}
    .network01 .form_box .form{width:100%; text-align:center;}
    .network01 .form_box .form>span{margin:0; display:none;}
    .network01 .form_box .form .sele_box{width:70%; margin-bottom:10px;}
    .network01 .form_box .form .sele_box .sele{font-size:12px; height:30px; line-height:30px;}
    .network01 .form_box .form .sele_box .inp{font-size:12px; height:30px; line-height:30px;}
    .network01 .form_box .form .btn_box{width:70%; margin-left:0;}
    .network01 .form_box .form .btn_box .btns{height:30px; line-height:30px; font-size:13px;}
    .network01 .map_box{height:400px;}

    /* 简历投递 */
    .jltd{padding:0 0 15px 0;}
    .jltd .tit{margin-bottom:15px;}
    .jltd .tit .t{font-size:20px;}
    .jltd .tit .c{font-size:13px}
    .jltd .text_content{margin:0; padding:0;}
    .jltd .text_content .inp_box{width:100%; margin:10px 0;}
    .jltd .text_content .yzm .input_area{margin:0 1% 0 0;}
    .jltd .text_content .send{float:none; font-size:16px;}
    .jltd .text_content .send{font-size:13px; line-height:35px; height:35px; width:120px; margin-top:15px;}
    .jltd .text_content .inp_box select.select_wrap{font-size:13px;}
    .jltd .text_content .con{margin-top:15px; padding-top:15px;}
    .jltd .text_content .t{line-height:24px;}

    /*解决方案*/
    .solution03 .content1 .left{width:49%; margin-right:2%;}
    .solution03 .content1{margin-bottom:10px;}
    .solution03 .content1 .right{width:49%;}
    .solution03 .content1 .left .cover{position:relative; padding:10px; background:#f6f6f6;}
    .solution03 .content1 .left .t{font-size:16px; font-weight:normal; color:#666;}
    .solution03 .content1 .left .c{display:none;}
    .solution03 .content2 .item{width:49%; margin-right:2%; margin-left:0; margin-bottom:10px;}
    .solution03 .content2 .item.three_item{margin-right:2%;}
    .solution03 .content2 .item.imgZoom:nth-child(2n){margin-right:0%;}
    .solution03 .rect-116{padding-bottom:0; height:auto;}
    .solution03 .content .item .box{padding:10px;}
    .solution03 .content .item .box .t{color:#666; font-weight:normal; font-size:16px; margin-bottom:0;}
    .solution03 .content .item .box .c{display:none;}

     /*20191226补充页面*/
    /*人物掠影*/
    .rwly01{padding:15px 0;}
    .rwly01 .widgets_common_pages_5{padding-bottom:0;}
    .rwly01 li{margin-bottom:15px;}
    .rwly01 li:last-child{margin-bottom:0;}
    .rwly01 li .intro .box{padding:15px;}
    .rwly01 li .intro .box .tit a{font-size:20px;}
    .rwly01 li .intro .box .con{font-size:16px; margin-bottom:5px;}
    .rwly01 li .intro .box .txt{height:auto; font-size:13px;}
    /*弹窗*/
    .brandBox_detail{width:100%; margin-left:0; left:0;}
    .brandBox_detail .box{padding:0 10%;}
    .brandBox_detail .box .tit{font-size:18px;}

     /*品牌活动*/
    .brand_activity01{padding:0;}
    .brand_activity01 .content .item{width:49%; margin-right:2%; margin-bottom:10px;}
    .brand_activity01 .content .item.three_item{margin-right:2%;}
    .brand_activity01 .content .item.imgZoom:nth-child(2n){margin-right:0;}
    .brand_activity01 .content .item .intro .box .d{font-size:13px;}
    .brand_activity01 .content .item .intro .box .d span{display:none;}
    .brand_activity01 .content .item:last-child{margin-bottom:0;}
    .brand_activity01 .content .item .intro .box{padding:15px}
    .brand_activity01 .content .item .intro .box .t{font-size:15px; line-height:24px; margin:5px 0; height:48px; overflow:hidden;}
    .brand_activity01 .content .item .intro .box .c{font-size:13px; height:48px; line-height:25px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}


    /* 20200210 手机端首页 */
    .m_index_banner{display:block; text-align:center;}
    .m_index_banner .text_box{background:url(../images/mi_bantext.jpg) no-repeat center; background-size:cover; color:#fff; padding:15px 0 40px;}
    .m_index_banner li{display:none;}
    .m_index_banner .owl-item li{display:block;}
    .m_index_banner .text_box .t1{font-size:22px; font-weight:bold; margin-bottom:5px}
    .m_index_banner .text_box .desc{font-size:14px; opacity:.6; width:80%; margin:0 auto; height:44px;}
    .m_index_banner .owl-dots{position:absolute; left:0; right:0; bottom:18px; text-align:center}
    .m_index_banner .owl-dots .owl-dot{display:inline-block; *display:inline; *zoom:1; width:30px; height:2px; background:#a4b3d1; margin:0 2px;}
    .m_index_banner .owl-dots .owl-dot.active{background:#fff;}
    .m_ipart{display:block;}
    .m_ipt01{margin:15px 0;}
    .m_ipt01 a{display:block; background-repeat:no-repeat; background-size:cover; background-position:center;}
    .m_ipt01 .t1{color:#2d2d2d; font-weight:bold;}
    .m_ipt01 .t2{font-size:13px; color:#666666; line-height:16px;}
    .m_ipt01 .left{width:49%; float:left; text-align:center;}
    .m_ipt01 .left .rect-96{padding-bottom:96%;}
    .m_ipt01 .left .t1{font-size:20px; margin-top:15px;}
    .m_ipt01 .right{width:49%; float:right;}
    .m_ipt01 .right .rect-44{padding-bottom:46%;}
    .m_ipt01 .right .text{padding:15px;}
    .m_ipt01 .right .top{margin-bottom:8px;}
    .m_ipt02{margin-bottom:15px;}
    .m_ipt02 .tab{text-align:center; font-size:16px; color:#666; line-height:50px; border-bottom: 1px solid #f2f2f2;}
    .m_ipt02 .tab .l{width:25%;}
    .m_ipt02 .tab .l.cur{color:#2d2d2d; font-weight:bold; font-size:18px;}
    .m_ipt02 .con_item{display:none;}
    .m_ipt02 .con_item.cur{display:block;}
    .m_ipt02 .tab_con .rect-667{padding-bottom:66.7%;}
    .m_ipt02 .tab_con .item{padding:15px 0; border-bottom: 1px solid #f2f2f2;}
    .m_ipt02 .tab_con .item a{display:block;}
    .m_ipt02 .tab_con .item .left{width:60%;}
    .m_ipt02 .tab_con .item .left .t{font-size:16px; margin-top:5px; line-height:26px; height:56px; overflow:hidden; margin-bottom:15px;}
    .m_ipt02 .tab_con .item .left .tag{font-size:12px; color:#b3b3b3;}
    .m_ipt02 .tab_con .item .right{width:37%;}
    .m_ipt02 .tab_con .more{font-size:16px; text-align:center; line-height:1; padding:20px 0;}
    .m_ipt03{background:#f6f6f6; text-align:center; padding-top:30px;}
    .m_ipt03 .t1{font-size:24px; font-weight:bold; color:#000000;}
    .m_ipt03 .t2{font-size:14px; color:#888888;}
    .m_ipt03 .link_box{text-align:left; padding:20px 0 5px;}
    .m_ipt03 .link_box ul{overflow:hidden;}
    .m_ipt03 .link_box ul li{float:left; width:50%; margin-bottom:15px;}
    .m_ipt03 .link_box ul li a{display:block; font-size:14px; line-height:30px; margin:0 3px; background:#fff; padding-left:15px; border-radius:4px; color:#666; position:relative;}
    .m_ipt03 .link_box ul li a i{position:absolute; right:10px; top:0; font-size:10px;}
    .m_ipt04{padding-top:20px; text-align:center; margin-bottom:25px;}
    .m_ipt04 .t1{font-size:24px; font-weight:bold; color:#000000;}
    .m_ipt04 .t2{font-size:13px; color:#888888; margin-bottom:15px;}
    .m_ipt04 .con_box{border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item{width:50%;}
    .m_ipt04 .con_box .info{padding:25px 0 20px;}
    .m_ipt04 .con_box .info .d{color:#888888; font-size:16px;}
    .m_ipt04 .con_box .info .d2{height:50px;}
    .m_ipt04 .con_box .info .d2 .big{font-size:30px; color:#00479d; font-family:Impact; margin:0 5px; text-transform:uppercase;}
    .m_ipt04 .con_box .info .d2 .smal{font-size:14px;}
    .m_ipt04 .con_box .item1 .info,.m_ipt04 .con_box .item3 .info{border-right:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item1 .info,.m_ipt04 .con_box .item2 .info{border-bottom:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item4 .info{padding:40px 0;}
    .m_ipt04 .con_box .item4 .info .dj{font-size:15px; color:#757575;}
    .m_ipt05 .box_wrap{padding:60px 28px 70px; background-size:cover; background-repeat:no-repeat; background-position:center; border-bottom:6px solid #fff; display:block; position:relative;}
    .m_ipt05 .box_wrap:after{content:""; position:absolute; bottom:34px; right:40px; width:40px; height:9px; background:url(../images/mi_05flag.png) no-repeat center;}
    .m_ipt05 .box1{color:#4f4f4f;}
    .m_ipt05 .box1 .t{font-size:24px; font-weight:bold;}
    .m_ipt05 .box1 .d{font-size:14px; margin-top:10px;}
    .m_ipt05 .box2 .box_wrap{padding:26px 28px 30px; color:#fff;}
    .m_ipt05 .box2 .t{font-size:16px; font-weight:bold; padding-left:8px;}
    .m_ipt05 .box2 .d{font-size:24px; font-weight:bold;}
    .m_ipt05 .box1 a:hover{color:#4f4f4f;}
    .m_ipt05 .box2 a:hover{color:#fff;}

    .m_footer{display:block; background:#e7e8ea; text-align:center;}
    .m_footer .m_link{text-align:center; border-bottom:1px solid #dbdcde; padding-top:14px;}
    .m_footer .m_link.active{background:#d5d9df;}
    .m_footer .m_link .tab{color:#666666; font-size:18px; line-height:1; padding:18px 48px 18px 0; display:inline-block; *display:inline; *zoom:1; position:relative;}
    .m_footer .m_link .tab:after,
    .m_footer .m_link .tab:before{content:''; background:#b3b3b3; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
    .m_footer .m_link .tab:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_footer .m_link .tab:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_footer .m_link .tab.active:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#b3b3b3;}
    .m_footer .m_link .tab.active:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#b3b3b3;}
    .m_footer .m_link .tab_con{display:none; line-height:40px; border-top:1px solid #ced0d4; padding:10px 0; font-size:14px;}
    .m_footer .m_link .tab_con ul{overflow:hidden; padding:0 40px;}
    .m_footer .m_link .tab_con ul li{float:left; width:50%; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-indent:25px;}
    

    /*2020.0214*/
    /*解决方案详细*/
    .solu_detail01{padding:0 0 15px; margin-top:0;}
    .solu_detail01 .infor{padding:0 5%; margin-bottom:20px;}
    .solu_detail01 .infor .tit{font-size:20px; line-height:20px;}
    .solu_detail01 .content{padding:0; margin-top:15px;}
    .solu_detail01 .content .back_box{display:none; width:100%; position:static; overflow:hidden; text-align:center;} 
    .solu_detail01 .content .back_box>div{display:inline-block; width:56px; height:63px;}
    .solu_detail01 .content .back_box .back_list a{ padding:0; line-height:50px; text-align:center;}
    .solu_detail01 .content .box{padding:20px;}
    .solu_detail01 .content .box .top_{margin-left:0;}
    .solu_detail01 .content .box .con{font-size:13px; margin-top:15px;}
    .solu_detail01 .content .box .top_l .t{font-size:18px; line-height:25px;}
    .solu_detail01 .content .box .top_l .c{font-size:14px; margin:20px 0; line-height:26px;}
    .solu_detail01 .content .box .top_l .text{font-size:14px; line-height:26px;}
    .solu_detail01 .content .box .bott_{margin-top:30px;}
    .solu_detail01 .content .box .bott_ .item{margin-bottom:15px;}
    .solu_detail01 .content .box .bott_ .item:last-child{margin-bottom:0;}
    .solu_detail01 .content .box .bott_ .intro_box{padding:15px 20px;}
    .solu_detail01 .content .box .bott_ .intro_box .t{font-size:16px; margin-bottom:5px;}
    .solu_detail01 .content .box .bott_ .intro_box .c{font-size:13px; display:none;}
    .solu_detail01 .page_bott{margin-top:15px;}
    .solu_detail01 .page_bott .page_center .icon .iconfont{margin-left:-11px;}
    .solu_detail01 .content .box .bott_ .intro_box .more{width:90px; line-height:27px; height:27px; margin-top:15px; font-size:13px;}
    .solu_detail02{height:auto; background-size:cover; padding:15px 0;}
    .solu_detail02 .infor{padding-top:30px; display:none;}
    .solu_detail02 .infor .tit{font-size:20px; line-height:25px; margin-bottom:0;}
    .solu_detail02 .infor .tit .img_{width:35px; height:auto; left:-40px;}
    .solu_detail02 .infor .tit .text{margin-bottom:10px;}
    .solu_detail02 .infor .con{font-size:14px; line-height:25px;}
    .solu_detail02 .content .form_box{padding:40px 6% 0;}
    .solu_detail02 .content .form_box .select_wrap{margin-right:1%;}
    .solu_detail02 .content .form_box .select_wrap .sele{height:35px; line-height:35px;}
    .solu_detail02 .content .form_box button{font-size:14px; height:35px; line-height:35px; width:28%;}
    .solu_detail03{height:50px; line-height:50px;}
    .solu_detail03 .con .owl-nav{margin-top:-25px;}

    /*0217解决方案*/
    .solution01{height:auto; padding:15px 0;}
    .solution01 .infor{display:none;}

    /*视频中心*/
    .video_list.channel_content{background:#f6f6f6; min-height:330px;}

    /*联系我们*/
    .contact_us01 .map{height:350px;}
    .contact_us01 .map .map_box{margin-left:-500px;}

    /* 品牌服务 */
    .brand_server01{padding:15px 0;}
    .brand_server01 .infor{margin-bottom:15px; font-size:20px;}
    .brand_server01 .item .box .intro .tit{font-size:20px;}
    .brand_server01 .item .box{height:140px;}
    .brand_server02 .item .cover{width:50px; height:50px; background-size:cover; margin-left:-25px; margin-top:-25px;}
    .brand_server03{padding:15px 0;}
    .brand_server03 .infor .tit{font-size:20px;}
    .brand_server03 .infor{margin-bottom:15px;}
    .brand_server03 .content .left{width:100%;}
    .brand_server03 .content .right{width:100%;}
    .brand_server03 .content .box{height:auto;}
    .brand_server04 .infor{margin-bottom:15px; font-size:20px;}
    .brand_server04 .content li .top_{font-size:16px; line-height:50px;}
    .brand_server04 .content li{width:49%;}
    .brand_server04 .content li:nth-child(2n){margin-right:0;}
    .brand_server04 .content li .bott_ .box{padding:15px; font-size:13px;}
    .brand_server05{padding:15px 0;}
    .brand_server05 .left{width:100%; margin-left:0;}
    .brand_server05 .left .box{padding-top:0; text-align:center;}
    .brand_server05 .left .box .tit{font-size:20px; margin-bottom:10px;}
    .brand_server05 .right{width:100%; margin-right:0;}
    .brand_server06 .infor{margin-bottom:15px;}
    .brand_server06 .infor .tit{font-size:20px;}
    .brand_server06 .infor .con{padding:0;}
    .brand_server06 .content ul li .img{padding:15px 0;}
    .brand_server06 .content ul li .img img{height:55px;}
    .brand_server06 .content ul li .txt{font-size:13px; line-height:35px; padding:10px 0;}
    .brand_server06 .content ul li .txt span{font-size:20px;}
    .brand_server06 .content .img2{padding-top:15px;}
    .brand_server04 .content li:nth-child(3n){margin-right:1%;}
    

    /* 社交媒体 2020-0605*/
   .sj_media02{padding:15px 0;}
   .sj_media01{padding:15px 0 0;}
   .sj_media02{padding-bottom:0;}
   .sj_media02 .infor .tit{font-size:20px; line-height:20px; margin-bottom:15px;}
   .sj_media02 .infor{margin-bottom:15px;}
   .sj_media02 .infor .con{font-size:13px; line-height:20px;}
   .sj_media02 .content li{width:47%; margin-bottom:20px; cursor:pointer;}
   .sj_media02 .content li .box .intro .t{font-size:13px;}
   .sj_media02 .content li .box .intro .c{font-size:13px;}
   .sj_media02 .content li .box{padding:15px 10px; height:150px;}
   .sj_media03{padding:0 0 15px;}
   .sj_media03 .infor .tit{font-size:20px; line-height:26px; margin-bottom:15px;}
   .sj_media03 li{ margin-bottom:15px;}
   .sj_media03 li .icon{margin:0 4px; width:45px; height:45px;}
   .sj_media02 .content li .li_hover .t{font-size:13px;}
   .sj_media03 .infor{margin-bottom:0;}

   /* 设备保养 */
  .sbby01{height:314px;}
  .sbby01 .img1{width:1000px; margin-left:-500px;}
  .sbby01 .content .box{top:20px; left:0; width:80%;}
  .sbby01 .content .box .con{margin:15px 0; font-size:14px;}
  .sbby01 .content .box .more{font-size:14px; padding:0 20px;}
  .sbby01 .content .box .ewm{left:150px; bottom:-20px;}
  .sbby02{padding:15px 0;}
  .sbby02 ul li .icon img{height:50px;}
  .sbby02 ul li .txt{font-size:20px; line-height:20px;}
  .sbby02 ul li .txt .num{font-size:20px; line-height:20px;}
  .sbby02 ul li .txt .c{font-size:13px;display:block}
  .sbby03 .content{padding:30px 0;}
  .sbby03 .content ul{font-size:14px;}
  .sbby03 .content ul li{padding:0 15px;}
  .sbby03 .content ul li:after{height:30px; margin-top:-15px;}
  .sbby04 .infor .tit{padding:15px 0; font-size:20px;}
  .sbby04 .content{padding:0;}
  .sbby04 .content .num{font-size:23px;}
  .sbby04 .content .line{margin-bottom:15px;}
  .sbby04 .content .c{padding:0 10px;}

  /* 备件支持 */
  .parts_support01{padding:15px 0;}
  .parts_support01 .infor{padding:0;}
  .parts_support01 .infor .tit{font-size:20px; line-height:24px;}
  .parts_support01 .infor .con{font-size:14px; margin:15px 0;}
  .parts_support01 .infor ul li{font-size:14px;}
  .parts_support02{padding:15px 0;}
  .parts_support02 .content .left{width:100%;}
  .parts_support02 .content .right{width:100%}
  .parts_support02 .content .right ul li{margin-top:15px;}
  .parts_support02 .content .right ul li .c{width:80%;}
  .parts_support03{padding:15px 0;}
  .parts_support03 .infor .tit{font-size:20px; line-height:25px; margin-bottom:15px;}
  .parts_support03 ul li .t{font-size:13px;}
  .parts_support03 ul li{padding:15px 0;}
  .parts_support03 ul li .img img{height:50px;}
  .parts_support03 ul li:after{display:none;}
  .parts_support04{padding:15px 0;}
  .parts_support04 .infor .tit{font-size:20px; line-height:25px; margin-bottom:15px;}
  .parts_support04 .content .play{width:40px; height:40px; background-size:cover; margin-left:-20px; margin-top:-20px;}

  /*2020-0827*/
  .about_us03 .item .cover .box{padding:20px;}
  .about_us03 .item .tit{font-size:16px;}
  body .resultArea #botBtn .btnMore{padding:0 30px; font-size:14px; line-height:30px; height:30px}
  .solu_detail01 .content .box .bott_ .intro_box .t{font-size:12px; line-height:20px;}
  .solu_detail01 .content .box .bott_ .intro_box .more{margin-top:5px;}
  .solu_detail01 .content .box .bott_ .intro_box .more{font-size:12px; line-height:20px; height:20px; width:80px;}
  .page_bott .t{display:none;}
  .page_bott .page_center{height:42px;}
  .page_bott .box{padding:10px;}
  .page_bott .page_btn{font-size: 14px;}
  .page_bott .page_center .icon .iconfont{margin-top:-18px;}
  .brand_server01 .item .box .intro .icon{display:none;}
  .parts_support01 .infor ul li,
  .parts_support02 .content .right ul li .c{font-size:13px;}
  .brand_activity01 .content .item .intro .box .c{display:none;}
  .order .pro_detail04 .extend .extend-head{margin:3% 5%; width:90%;}

    /* 挖机专题 */
    .zt_header{height:60px;}
	.zt_header .header_wrap{height:60px;}
	.zt_header .logo{width:30%; padding-top:15px;}
	.zt_header .zt_nav{display:none;}
	.zt_header .back a{color:#fff; line-height:60px;}
	.zt_header .mobile_key{display:block; font-size:16px; color:#fff; float:right; line-height:60px; margin-left:10px;}
	.zt_banner .owl-item .item img{width:800px; margin-left:-400px;}
	.zt_banner .item{height:294px;}
	.zt_banner .owl-dots{bottom:30px;}
	.zt_pt1{padding-top:20px;}
	.zt_pt1 .left{width:100%;}
	.zt_pt1 .left .tit{font-size:20px;}
	.zt_pt1 .left .tit_en{font-size:18px; margin-bottom:20px;}
	.zt_pt1 .left .con_t{font-size:18px;}
	.zt_pt1 .left .con{margin-bottom:20px; font-size:14px;}
	.zt_pt1 .left ul li .t{font-size:20px;}
	.zt_pt1 .left ul li .c{font-size:14px;}
	.zt_pt1 .left ul{margin-bottom:20px;}
	.zt_pt1 .right{width:100%; margin-top:20px;}
	.zt_pt2{padding-top:20px;}
	.zt_pt2 .infor .tit{font-size:20px;}
	.zt_pt2 .infor .tit_en{font-size:18px; margin-bottom:20px;}
	.zt_pt2 .infor .more{font-size:14px; margin-top:20px;}
	.zt_pt2 .content{margin-top:0;}
	.zt_pt2 .content .item .cover .tit{font-size:20px; margin-bottom:10px;}
	.zt_pt2 .content .item .cover ul li{font-size:14px; line-height:33px;}
	.zt_pt3 .infor{padding-top:20px; margin-bottom:0;}
	.zt_pt3 .infor .tit{font-size:20px;}
	.zt_pt3 .infor .tit_en{font-size:18px; margin-bottom:20px;}
	.zt_pt3 .infor .more{font-size:14px; margin-top:20px;}
	.zt_pt3 .content .left{margin-bottom:20px;}
	.zt_pt3 .content .left .img1{margin-right:0.5%;}
	.zt_pt3 .content .right .item .cover .box{padding:10px;}
	.zt_pt3 .content .right .item .t{font-size:16px;}
	.zt_pt3 .content .right .item .c{font-size:14px; line-height:18px; height:36px; margin:6px 0;}
	.zt_pt3 .content .right .item .more{font-size:13px;}
	.zt_pt4 .infor{padding-top:20px; margin-bottom:0;}
	.zt_pt4 .infor .tit{font-size:20px;}
	.zt_pt4 .infor .tit_en{font-size:18px; margin-bottom:20px;}
	.zt_pt4 .infor .more{font-size:14px; margin-top:20px;}
	.zt_pt4 .content .item{margin-bottom:20px;}
	.zt_pt4 .content .item .cover1 span{font-size:14px; padding:0 10px; background:#facd00;}
	.zt_pt4 .content .item .cover1{background:transparent;}
	.zt_pt4 .content .item .cover2 .box .t{font-size:16px;}
	.zt_pt5{padding-top:20px;}
	.zt_pt5 .infor{margin-bottom:20px;}
	.zt_pt5 .infor .tit{font-size:20px;}
	.zt_pt5 .infor .tit_en{font-size:18px; margin-bottom:20px;}
	.zt_footer .right{display:none;}
	.zt_footer{padding:15px 0;}
	.m_zt_nav{background:#00a1e9; color:#fff; font-size:14px; position:absolute; top:100%; width:100%; left:0;}
	.m_zt_nav ul li{border-bottom:solid 1px #58a3e7}
    .m_zt_nav ul li span{padding:15px 35px 15px 15px; display:block; text-align:center;}
    /* 挖机专题 end */
    .ipart02 .content .right{width:100% !important;}
    .ipart02 .content .right .r_top_l {
        width:100% !important;
    }
    .ipart02 .content .right .r_top_r {
        width:100% !important;
    }
    .ipart05 .right{width:100%;}
    .ipart02 .content .left{width:100%;}
    .ipart03 .item{width:100% !important;}
    .ipart02 .item{width:100% !important;}
    .ipart02 .l_bott{width:100% !important;}

}

@media only screen and (max-width:375px){
    /*2020-0827*/
    .sbby03 .content ul li{padding:0 8px;}
    .video_list01 .content li .intro .box .tit{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
}

@media only screen and (max-width: 320px) {
    /*mobileMode 480 网站样式*/
    /* 社交媒体 */
    .sj_media02 .content li .box .intro .c{height:40px;}

    /*2020-0827*/
    .solu_detail01 .content .box .bott_ .intro_box{padding:10px;}
    .page_bott .page_prev .page_btn{padding-left:25px;}
    .page_bott .page_next .page_btn{padding-right:25px;}
    .pro_list02 .bd li .intro_ .box .pro_compare span{margin-left:0px;}
    .pro_list02 .bd li .intro_ .box .pro_compare .order{margin-right:14px;}

}
