﻿@charset "utf-8";
/*
* 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); }

/* 1440 */
/*1440*/
@media only screen and (max-width:1440px){
    /*右侧导航*/
    .proRight_nav .content{top:100px;}
    /*产品分类下拉*/
    .xl_fenlei li{width:12%; margin:0 4%;}
    .xl_fenlei li .txt{font-size:20px;}

    /* 实力徐工 */
    .slxg02 .content{width:100%;}
    .slxg03 .content{width:100%;}

    body .album_wrap_case5 .album_case5 .slide_nav a{width:40px;}






}
 

/* 1366*/
@media only screen and (max-width:1366px){
    /*右侧导航*/
    /*.proRight_nav{display:none;}*/
    /*产品列表*/
    .pro_list02 .hd .content .list li{width:11%; padding-left:2%;}
    /*20190927*/
    .ibanner .dots_btn{bottom:170px;}

    /* 2020-0521 */
    .zt_pt2 .content .video_list01_btn .owl-prev{left:-20px;}
    .zt_pt2 .content .video_list01_btn .owl-next{right:-20px;}
    


}
/*
* PadMode
*/
@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;}
    .footer_top .ser_tel{font-size:20px;}
    
    /*手机端导航下拉按钮*/
    .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(../img/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(../img/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(../img/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;color: #999;}
    .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;}

    /*新闻列表*/
    .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 .tool{margin-top: 15px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{margin-top: 15px;font-size: 13px;line-height: 22px;height: 44px;}
    .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 .more{margin-top: 20px;font-size: 13px;}

    .news_list01 .news_list_l ul li .box .img{width: 28%;margin-right: 20px;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size: 18px;margin: 10px 0;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size: 13px;line-height: 22px;height: 44px;}
    .news_list01 .news_list_l ul li .box .txt .more{margin-top: 15px;font-size: 13px;}

    /* 新闻详细 */
    .news_detail01 .news_det_top .right .share{margin-right:30px;}
    .news_detail01 .news_det_top .right .share:after{right:-15px;}

    /* 品牌活动 */
    .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}

    /*产品列表*/
    .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: 50%;}
    .pro_detail01 .right{width: 45%;}
    .pro_detail01 .right .intro .c span{font-size: 26px;}
    .pro_detail01 .right .content .text .txt{font-size: 13px;line-height: 26px;}
    .pro_detail01 .right .content:after{width:100%;}
    .pro_detail01 .right .content .text{
    margin: 20px 0 13px;
}
    .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%;}


    /*企业概况*/
    .about_us01 .content .cover_l .about_us_logo{display:none;}
    .about_us01 .content .cover_r{top:0;}
    .about_us01 .content .cover_r .box {padding:40px;}
    .about_us01 .content .cover_r .box .tit{font-size:30px; line-height:30px;}
    .about_us01 .content .cover_r .box .tit i{display:none;}
    .about_us01 .content .cover_r .box .con{margin-top:20px;}
    .about_us02{padding-bottom:80px;}
    .about_us02 .list li .number .num{font-size:45px; line-height:50px;}
    .about_us02 .list li .number .txt{font-size:16px;}
    .about_us02 .list li .text{font-size:16px;}
    .about_us03 .content .bd .item .left .box{padding:50px 25px;}
    .about_us03 .content .hd{margin-top:0;}
    .about_us04 .content .rect-2197{padding-bottom:22.3%;}
    .about_us04 .content .left .left_bott_l .cover .ico,
    .about_us04 .content .left .left_bott_r .cover .ico{display:none;}
    .about_us04 .content .left .left_more .box{padding-top:45px;}
    .about_us04 .content .left .left_more .box .intro{font-size:30px;}
    .about_us04 .content .right .right_top .right_top_ .intro .box{padding:15px 10px;}
    .about_us04 .content .right .right_bott .intro .box{padding-top:35px;}

    /*荣誉资质*/
    .honor01 .right{width:62%;}
    .honor01 .right dl{padding-left:23%;}
    .honor01 .right dt{font-size:30px;}
    .honor01 .right dt:after{right:-47px;}

    /*社会责任*/
    .social_respon01 .content li .box{padding:40px 20px 30px;}
    .social_respon01 .content li .box .box_l .c{font-size:15px;}
    .social_respon02 li .left .box{padding:30px;}
    .social_respon02 li .left .box .more{margin-top:20px;}

    /*企业文化*/
    .culture01 .bd .content .item .box .t{font-size:28px;}
    .culture02 .item .box .intro{padding-right:110px;}

    /*企业文化弹窗*/
    .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; background:none}

    /*研发体系*/
    .research01 .infor{padding:0 5%;}
    .research01 .content .hd li .icon{display:none;}
    .research01 .content .bd .right .t{font-size:30px; line-height:30px; margin-bottom:15px;}
    .research01 .content .bd .right .c{height:130px; overflow-y:auto;}
    .research01 .content .bd .right .list li .number{font-size:30px; line-height:30px;}
    .research01 .content .bd .right .list li{width:30%; margin:0 1%;}
    .research01 .content .bd .right .list li:last-child{margin-right:0px;}
    .research02{padding:100px 0; background-size:cover;}

    /*实力徐工*/
    .slxg02 .content{width:100%;}
    .slxg02 .content .box{padding:90px 0;}
    .slxg02 .content .box ul{padding:0 18%;}
    .slxg03 .content{width:100%; height:auto;}
    .slxg03 .content .infor .t{font-size: 24px;margin-bottom: 20px;}
    .slxg03 .content .infor .t:after{width: 40px;height:1px;bottom: -10px;left: 50%;margin-left: -20px;}
    .slxg03 .content .infor .c{font-size: 14px;line-height: 28px;}

    /*营销网络*/
    .network01 .form_box .form .sele_box{width:32%;}
    .network01 .search_result{width:40%; /*left:-40%*/}

    /*工作文化、学习发展*/
    .learn_develop01 .left .infor{padding:40px;}
    .learn_develop01 .left .infor .tit{font-size:30px; line-height:35px;}
    .learn_develop01 .left .infor .con{margin-top:20px;}
    .learn_develop02 .left {width:100%; background:none}
    .learn_develop02 .left .infor{padding:30px;}
    .learn_develop02 .left .infor .con{height:auto;}
    .learn_develop02 .right{width:100%;}
    .learn_develop02 .right .cover ul{padding:60px 40px;}
    .learn_develop03{margin-bottom:60px;}
    .learn_develop03 .left {width:100%; background:none}
    .learn_develop03 .left .infor{padding:30px;}
    .learn_develop03 .left .infor .con{height:auto;}
    .learn_develop03 .right{width:100%;}
    .learn_develop03 .right .cover ul{padding:60px 40px;}
    .learn_develop04 {background-size:cover; padding:60px 0;}
    .learn_develop04 .left .tit{font-size:35px; line-height:35px;}

    /*首页*/
    .ipart03{padding: 80px 0;}
    .ipart03 .img{padding: 1% 0 0 2%;}
    .ipart03 .img .pic{padding-bottom: 74.5%;}
    .ipart03 .img p{width: 35px;font-size: 16px;line-height: 22px;padding: 3% 0;}
    .ipart03 .img p span{margin: 15% 0;}
    .ipart03 .txt{padding-top: 2%;}
    .ipart03 .txt .tit:after{width: 60px;height: 4px;}
    .ipart03 .txt .tit span{font-size: 18px;letter-spacing: 1px;}
    .ipart03 .txt .tit h3{font-size: 30px;letter-spacing: 1px;padding-bottom: 1%;border-bottom-width: 2px;}
    .ipart03 .txt p{margin: 4% 0;font-size: 14px;line-height: 26px;letter-spacing: 1px;}
    .ipart03 .txt a{font-size: 14px;line-height: 31px;padding: 0 25px;}
    .ipart03 .txt .bg{left: 0;width: 100%;}
    .ipart04{padding: 50px 0;}
    .ipart04 .content>.txt{font-size: 16px;line-height: 30px;}
    .ipart04 .content .list li .number .num{font-size:45px;line-height:50px;}
    .ipart04 .content .list li .number .txt{font-size: 14px;}
    .ipart04 .content .list li .text{font-size:16px;}
    .ipart02{padding: 50px 0;}
    .ipart02 .content .right .r_top{margin-bottom:10px;}
    .ipart02 .content .right .r_top .intro{width:90%;}
    .ipart02 .content .right .r_bott .bott_l .box{padding:30px 20px}
    .ipart02 .content .right .r_bott .bott_l .icon{right:20px; bottom:20px; background-size:cover; width:30px; height:30px;}
    .ipart02 .content .right .r_bott .bott_r .box{padding:30px 20px}
    .ipart02 .content .right .r_bott .bott_r .icon{right:20px; bottom:20px; background-size:cover; width:30px; height:30px;}
    .ipart02 .news-box .left .hot1{width: 50%;}
    .ipart02 .news-box .left .hot1 .img{padding-bottom: 127%;}
    .ipart02 .news-box .left .hot1 .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;object-fit: cover;}
    .ipart02 .news-box .left .hot1 .txt h3{font-size: 22px;}
    .ipart02 .news-box .left .hot1 .txt span{font-size: 14px;opacity: .6;}
    .ipart02 .news-box .left .hot2{padding: 1%;}
    .ipart02 .news-box .left .hot2 .txt{padding: 3%;}
    .ipart02 .news-box .left .hot2 .txt span{font-size: 14px;}
    .ipart02 .news-box .left .hot2 .txt h3{font-size: 18px;padding: 1% 0 3%;}
    .ipart02 .news-box .left .hot2 .txt p{font-size: 14px;line-height: 24px;}
    .ipart02 .news-box .left .hot2 .txt em{font-size: 14px;padding: 3% 0 5%;}
    .ipart02 .news-box .left .hot2 .img{border-bottom-width: 8px;}
    .ipart02 .news-box .left .hot2 .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;object-fit: cover;}
    .ipart02 .news-box .right dl{padding: 4.28% 0;}
    .ipart02 .news-box .right dl:nth-child(2n){margin: 4% 0;}
    .ipart02 .news-box .right dl dt{width: 23%;font-size: 15px;}
    .ipart02 .news-box .right dl dt b{font-size: 36px;line-height: 50px;}
    .ipart02 .news-box .right dl dd{width: 67%;}
    .ipart02 .news-box .right dl dd h3{font-size: 18px;line-height: 26px;}
    .ipart02 .news-box .right dl dd p{font-size: 14px;line-height: 24px;} 
    .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:30px;}
    .ipart05 .right .content .con_l .intro .box .t{font-size:22px;margin: 0 0 5px;}
    .ipart05 .right .content .con_l .intro .box .c{font-size: 15px;line-height: 22px;height: 44px;margin-bottom: 15px;}
    .ipart05 .right .content .con_r .r_top{margin-bottom: 12px;}
    .ipart05 .right .content .con_r .intro .box .t{font-size: 22px;}
    .ipart05 .right .content .con_r .intro .box .small_t{font-size: 15px;line-height: 22px;margin-top: 5px;}
    /*zhangxr*/
    /* 解决方案 */
    .xc_nav.solution_nav{display:block;}
    .solution01 .content .item .box{padding:10px 25px;}
    .solution01 .content .item .box .t{font-size:20px; margin-bottom:10px;}

    /*解决方案详细*/
    .solu_detail01 .infor{padding:0 5%;}
    .solu_detail01 .infor .tit{font-size:35px; line-height:35px;}
    .solu_detail01 .infor .con{margin-top:20px;}
    .solu_detail01 .content .box{padding:50px;}
    .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;}

    /* 联系我们 */
    .contact_us01 .infor .con{padding:0 15%;}
    .contact_us01 .content .right .box{padding:23px 30px;}
    .contact_us02 ul{margin:50px;}
    .contact_us02 .infor .con{padding:0 15%;}

    /*zhangxr end*/


    /* 2020-04-17 补充页面 产品中心 */
    /*产品中心*/
    .pro_cen_banner{height:371px;}
    .pro_cen_banner img{width:1366px; margin-left:-683px;}
    .pro_center02 .infor .title{font-size:30px;}
    .pro_center02 .infor .form_box{margin-top:20px;}
    .pro_center02 .infor .infor_link{padding:40px 0;}
    .pro_center02 .content .bd .li_ .intro .box {padding:32px 10px 28px;}
    .pro_center03 .infor .tit a{font-size:30px; line-height:40px;}
    .pro_center04{padding:60px 0;}
    .pro_center04 .infor{padding:0 10%;}
    .pro_center04 .infor .tit{font-size:30px;}
    .pro_center04 .infor .con{line-height:40px;}

    /* 2020-0521 */
    .zt_wrap{width:940px;}
    .zt_nav .nav_wrap{background:url(../img/zt/zt_nav_bg.png) no-repeat -285px center;}
    .zt_nav dl dd{margin:0 35px;}
    .zt_pt1 .left .txt{box-sizing:border-box}
    .zt_pt1 .right li .li_box{padding:15px 20px 0px;}
    .zt_pt1 .right li .li_box .tit{font-size:20px; line-height:20px;}
    .zt_pt1 .right li .li_box .con{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    
    /*简历投递*/
    .jltd .text_content{padding:0 16%;}

    /* 2020-0602 复制铲运*/
    .ipart02 .content .right .box .t{font-size:20px;}
	
	/* 2020-08-20 zhanghy bug修改 */
	.pro_detail02 .hd.fixed .search{width:16%;}
	.pro_detail02 .hd.fixed .order{width:16%;}
    .download01 .download_title{width:75%}
    .download01 .item_btn{width:10%}
    .parts_supply01 .content .page_box{right:110px; bottom:235px}
    .parts_supply01 .content .cul01_btn>div{width:45px; height:45px;}
    .parts_supply01 .content .cul01_btn .owl-prev{right:55px; background-position:-11px -8px;}
    .parts_supply01 .content .cul01_btn .owl-next{background-position:-78px -8px;}
    .about_us03 .content .bd .item .left .box .con{overflow-y:scroll;}


}
@media only screen and (max-width: 992px) {
    body:after {content: 'Padp';}
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    /* 分页2 */
    .page_bott .page_prev{width:100%;border: none;}
    .page_bott .page_next{width:100%;border: none;}
    .page_bott .page_next .page_btn{float:left;padding-left:45px;padding-right:0;}
    .page_bott .page_next .page_btn .icon{left:0;}
    .page_bott .box{padding:20px;}
    .page_bott .page_center{display:none;}

    .footer_top dl{width:13%}
    .footer_top dl.dl07{width:18%;}
    .footer .f_son_company .content .con .cell a{width:33%;}

    /*新闻列表*/
    .news_list01 .news_list_r{display:none;}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_l .recommend_news .box{padding: 25px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro {padding: 10px 0 0 10px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size: 20px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .tool{margin-top: 10px;font-size: 13px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{margin-top: 10px;}
    .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 .more{margin-top: 10px;}
    .news_list01 .news_list_l ul li .box{padding: 25px;}
    .news_list01 .news_list_l ul li .box .img{width: 32%;margin-right: 15px;}
    .news_list01 .news_list_l ul li .box .txt .tool{font-size: 13px;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size: 16px;}
    .news_list01 .news_list_l ul li .box .txt .more{margin-top: 10px;}

    /* 新闻详细 */
    .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: 30px 0;}
    .news_detail01 .news_det_bott .keywords{
    margin-top: 30px;
    font-size: 15px;
}
    /* 品牌活动 */
    .brand_activity01 .right .intro .tit{font-size:20px;}

    /* 产品详细 */
    .pro_detail01{padding-top:30px; background-size:cover;}
    .pro_detail01>div{display: block;}
    .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_detail01 .right .content .text .txt{
    min-height: auto;
}
    .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;}

    /*企业概况*/
     /*了解徐工*/
    .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:58.43%; width:100%;}
    .about_us01 .content .cover_r{position:static;}
    .about_us01 .content .cover_r{width:100%; height:auto; top:50%; background:#00a1e9;}
    .about_us02{margin-top:40px;}
    .about_us03{padding-bottom:30px;}
    .about_us03 .bg{height:100%; background-size:cover;}
    .about_us03 .content .bd .item .left .box .con{height:208px; overflow-y:auto;}
    .about_us03 .content .bd .item .right{right:100px;}
    .about_us04 .content .left{width:100%;}
    .about_us04 .content .right{width:100%; margin-bottom:28px;}
    .about_us04 .content .left .left_bott_l .cover .ico,
    .about_us04 .content .left .left_bott_r .cover .ico{display:block;}
    .about_us04 .content .rect-3322{padding-bottom:0; height:auto;}
    .about_us04 .content .rect-4752{padding-bottom:0; height:auto;}
    .about_us04 .content .rect-2197{padding-bottom:0; height:auto;}
    .about_us04 .content .left .left_more .box{padding:40px; font-size:30px;}
    .about_us04 .content .right .right_bott .intro .box{padding:30px;}
    .about_us04 .content .right .right_top .right_top_ .intro .t{height:56px; overflow:hidden;}

    /*荣誉资质*/
    .honor01 .left{display:none;}
    .honor01 .right{width:100%;}

    /*社会责任*/
    .social_respon02 li .left .box .con{height:52px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    /*社会责任、解决方案详细弹窗*/
    .brandBox_detail{width:660px; margin-left:-330px;}

    /*企业文化*/
    .culture01{padding:50px 0;}
    .culture01 .infor .tit{font-size:30px;}
    .culture01 .bd{background-size:cover; height:auto;}
    .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;}

    /*研发体系*/
    .research01 .content .bd .left{width:100%}
    .research01 .content .bd .right{width:100%; margin-top:20px;}

    /*实力徐工*/
    .slxg01 .infor .tit{font-size:30px;}
    .slxg01 .infor .con{padding:0;}
    .slxg03 .content,.slxg03 .content.odd{display: block;width: 96%;margin: 2% auto;}
    .slxg02 .content .box{padding:50px 0;}
    .slxg02 .content .box .tit{font-size:30px;}
    .slxg02 .content .box .con{padding:0;}
    .slxg03 .content .infor,.slxg03 .content.odd .infor{width:100%;padding: 5% 0;}
    .slxg03 .content .infor:after{display: none;}
    .slxg03 .content .img{width:100%;}
    .slxg02 .content .box ul{padding:0 10%;}

    /*营销网络*/
    .network01 .form_box .form .sele_box{width:30%;}
    
    /*工作文化、学习发展*/
    .learn_develop01 .left .infor{padding:0;}
    .learn_develop01 .right{width:48%; margin-top:20px;}
    .learn_develop03 .right .cover ul{padding:30px;}
    .learn_develop04 .right{width:35%;}

    /*首页*/
    .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:295px;}
    .ipart04{padding: 40px 0;}
    .ipart04 .infor .tit{font-size:30px; line-height:30px;}
    .ipart04 .infor .con{padding:0 10%;}
    .ipart04 .content{margin-top: 30px;}
    .ipart04 .content>.txt{margin: auto;}
    .ipart04 .content .list{margin: 0 -2%;margin-top: 35px;}
    .ipart04 .content .list li{color: #fff;width: 33.33%;margin: 0 2%;}
    .ipart03 .infor{padding-top:0px;}
    .ipart03 .form_box{padding:40px 6% 0;}
    .ipart03 .list{padding:30px 6% 0px}
    .ipart03{padding: 50px 0;}
    .ipart03 .img{width: 51%;}
    .ipart03 .img .pic{padding-bottom: 74.5%;}
    .ipart03 .img p{width: 30px;font-size: 14px;line-height: 18px;padding: 2% 0;}
    .ipart03 .img p span{margin: 10% 0;}
    .ipart03 .txt{width: 45%;padding: 0;}
    .ipart03 .txt .tit:after{width: 50px;}
    .ipart03 .txt .tit span{font-size: 16px;letter-spacing: 0;}
    .ipart03 .txt .tit h3{font-size: 26px;letter-spacing: 0;padding-bottom: 1%;}
    .ipart03 .txt p{margin: 3% 0;font-size: 13px;line-height: 22px;letter-spacing: 0;}
    .ipart03 .txt a{font-size: 13px;line-height: 26px;padding: 0 20px;}
    .ipart02{padding: 40px 0;}
    .ipart02 .infor .tit{font-size:30px;}
    .ipart02 .news-box{display: block;margin-top: 20px;}
    .ipart02 .news-box .left,.ipart02 .news-box .right{width: 100%;margin-top: 1%;}
    .ipart02 .news-box .left .hot1{width: 50%;}
    .ipart02 .news-box .left .hot1 .img{padding-bottom: 127%;}
    .ipart02 .news-box .left .hot1 .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;object-fit: cover;}
    .ipart02 .news-box .left .hot1 .txt h3{margin-top: 100%;font-size: 18px;}
    .ipart02 .news-box .left .hot1 .txt span{font-size: 14px;opacity: .6;}
    .ipart02 .news-box .left .hot2{width: 46.5%;}
    .ipart02 .news-box .left .hot2 .txt h3{font-size: 16px;padding: 1% 0 3%;}
    .ipart02 .news-box .left .hot2 .txt em{font-size: 14px;padding: 3% 0 5%;}
    .ipart02 .news-box .left .hot2 .img{border-bottom-width: 5px;}
    .ipart02 .news-box .left .hot2 .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;object-fit: cover;}
    .ipart02 .news-box .right dl,.ipart02 .news-box .right dl:nth-child(2n){padding: 3.28% 0;margin: 1.5% 0;}
    .ipart02 .news-box .right dl dt{width: 13%;margin-right: 3%;}
    .ipart02 .news-box .right dl dd{width: 81%;}
    .ipart02 .news-box .right dl dd h3{font-size: 18px;line-height: 26px;}
    .ipart02 .news-box .right dl dd p{font-size: 14px;line-height: 24px;} 
    .ipart05{padding:60px 0; background-size:cover; height:auto;}
    .ipart05 .right{width:75%; margin-top:0px;}
    .ipart05 .right .infor .tit{font-size:30px;}
    .ipart05 .right .content .con_r .r_top{margin-bottom:13px;}


    /* 解决方案 */
    .solution01 .content .item .box .more{display:none;}
    .solution01 .content .item .box .c{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}

    /* 联系我们 */
    .contact_us01 .content .left{width:61.5%;}
    .contact_us01 .infor .con{padding:0;}
    .contact_us02 .infor .con{padding:0;}
    .contact_us02 ul{margin:50px 0;}

    /* 2020-04-17 补充页面 产品中心 */
    /*产品中心*/
    .pro_center02 .infor .form_box{width:60%;}
    .pro_center02 .content .bd ul{text-align:left;}
    .pro_center02 .content .bd .li_{width:49%;margin-right:2%;margin-bottom: 2%;}
    .pro_center02 .content .bd .li_:nth-child(2n){margin-right:0;}
    .pro_center03{padding:60px 0;}
    .pro_center03 .infor{padding-right:9%;}
    .pro_center03 .infor .proCen3_btn{top:29px;}
    .pro_center04{background:none;}
    .pro_center04 .infor{padding:0;}

    /* 2020-0521 */
    .zt_wrap{width:740px;}
    .zt_nav dl dt{margin:0 20px;}
    .zt_nav dl dd{margin:0 20px;}
    .zt_nav .nav_wrap{background:url(../img/zt/zt_nav_bg.png) no-repeat -375px center;}
    .zt_pt1 .left{width:100%;}
    .zt_pt1 .right{width:100%; padding-top:20px;}
    .zt_pt1 .right .rect-743{height:auto; padding-bottom:5px;}
    .zt_pt2{margin-top:0}
    .zt_pt2 .content .hd{padding:0}
    .zt_pt2 .content .video_list01_btn .owl-next{right:-10px;}
    .zt_pt2 .content .video_list01_btn .owl-prev{left:-10px;}

    /*简历投递*/
    .jltd .text_content{padding:0 6%;}

    /* 2020-0602 复制铲运 */
    .ipart02 .content .left .cover .box{padding:18px;}
    .ipart02 .content .left .cover .box .t{font-size:18px;}
    .ipart02 .content .right .box{padding:20px;}
    .ipart02 .content .right .box .t{line-height:30px; height:60px; overflow:hidden;}

    /**2020-0713*/
    .download01 .download_date{width: 12.3%;}
    .download01 .item_btn{width: 14%;}
    .download01 .download_title{width:67%;padding-right:0;}

    /*2020-0725*/
    .develop02 .content li .box_hd{padding:10px 0;}

    /* 2020-08-20 zhanghy bug修改 */
    .about_us03 .content .bd .item .left .box .con{overflow-y:scroll;}
    .parts_supply01 .intro{position:static;}
    .parts_supply01 .img_{width:100%;}
    .parts_supply01 .intro{width:100%}
    .parts_supply01 .content .cul01_btn>div{bottom:68%;}
    .parts_supply01 .content .cul01_btn .owl-prev{left:0;}
    .parts_supply01 .content:before{content:none;}
    .parts_supply01 .intro .box{padding:20px 20px 0; box-shadow: 0 0 10px rgba(0,0,0,.3);}
    .parts_supply01 .content .page_box{display:none;}
    .parts_supply01 .content:after{content:none;}

}
/*
* 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 网站样式*/
    /* 分页2 */
    .page_bott{margin-top:15px;}
    .page_bott .page_btn{font-size:14px;}
    .page_bott .t{font-size:14px;}
    .page_bott .box{padding: 10px;line-height: 22px;}
    .page_bott .page_btn{
    margin-right: 15px;
}
    .page_bott .page_prev{border:none;}
    .page_bott .page_next{border:none;}
    .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>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;}
    .footer_bott .left em{display:none;}

    .channel_content{padding:0 0 20px;}
    .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;}
    /* 弹窗 */
    .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;}
    /* 新闻列表 */
    .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{margin-top: 15px;}
    .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-right: 10px;}
    .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 .more{display: none;}
    /* 新闻详细 */
    .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 15px 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: 20px;font-size: 14px;}
    .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{padding: 15px 0;}
    .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;}

    /* 品牌活动 */
    .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:24px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

    /*产品列表*/
    .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;}
    .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: 0 0 2% 0;}
    .pro_detail04 .content .inp_box.ly{width: 100%;}
    .pro_detail04 .content .inp_box i{right: 10px;top: 55%;}
    .pro_detail04 .content .yzm .input_area{margin:0 1% 0 0;}
    .pro_detail04 .content .send{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;margin-top: 10px;}
    .pro_detail04 .content .inp_box .input_area{width: 100%;font-size:13px;}
    .pro_detail04 .content .con{margin-top:15px;padding-top: 5px;}
    .pro_detail04 .content .t{line-height:20px;}
    .pro_detail04 .content .inp_box textarea.input_area{height: 100px;}
    .pro_tc .top .close{width:30%;}

    /*企业概况*/
    .about_us01{padding:15px 0 0;}
    .about_us01 .content .left .play{width:50px; height:50px; background-size:cover; margin-top:-25px; margin-left:-25px;}
    .about_us01 .content .cover_r .box{padding:20px;}
    .about_us01 .content .cover_r .box .tit i{display:block;}
    .about_us01 .content .cover_r .box .tit{padding-left:40px; font-size:20px; line-height:25px;}
    .about_us01 .content .cover_r .box .tit i{width:25px; height:34px; background-size:contain;}
    .about_us01 .content .cover_r .box .con{margin-top:20px; font-size:13px;}
    .about_us02{margin-top:0; padding-bottom:0;}
    .about_us02 .list li{width:100%; text-align:left;}
    .about_us02 .list li{padding:10px 0; border-bottom:1px solid #cecece;}
    .about_us02 .list li .li_box{line-height:64px; margin-left:20px;}
    .about_us02 .list li .li_box .number{font-size:15px;}
    .about_us02 .list li .li_box .number .num{font-size:30px; line-height:40px; font-family:Arial;}
    .about_us02 .list li .li_box .icon{margin:0; display:inline-block; vertical-align:middle; width:40px; height:40px;}
    .about_us02 .list li .li_box .number{display:inline-block; vertical-align:middle; margin-left:20px; line-height:inherit;}
    .about_us02 .list li .li_box .text{display:inline-block; vertical-align:middle; margin-left:20px; line-height:inherit; font-size:13px; margin-bottom:0;}
    .about_us03{padding-bottom:15px;}
    .about_us03 .content .bd .item .left{width:100%;}
    .about_us03 .content .bd .item .left .box{padding:15px}
    .about_us03 .content .bd .item .left .box .tit{font-size:20px; line-height:25px;}
    .about_us03 .content .bd .item .left .box .con{margin-top:15px; font-size:13px;}
    .about_us03 .content .bd .item .right{display:none;}
    .about_us03 .content .hd {height:auto; overflow:hidden;}
    .about_us03 .content .hd .item{padding:25px 0; height:auto;}
    .about_us03 .content .hd .item .icon{display:none;}
    .about_us03 .content .hd .item .txt{font-size:14px;}
    .about_us04 {padding:15px 0;}
    .about_us04 .infor .tit{font-size:20px; line-height:25px;}
    .about_us04 .content{margin-top:20px;}
    .about_us04 .content .cover .t{font-size:13px;}
    .about_us04 .content .left .left_top{margin-bottom:8px;}
    .about_us04 .content .left .left_bott_l .cover .ico,
    .about_us04 .content .left .left_bott_r .cover .ico{display:none;}
    .about_us04 .content .left .left_more{margin-top:8px;}
    .about_us04 .content .left .left_more .box .intro{font-size:20px;}
    .about_us04 .content .left .left_more .box .intro .icon{width:20px; height:20px; background-size:cover;}
    .about_us04 .content .right{display:none;}
    .about_us04 .content .right .right_bott .intro .box .t{font-size:18px;}
    .about_us04 .content .right .right_top .right_top_ .intro .t{font-size:14px;}

    /*荣誉资质*/
    .honor01{padding:30px 0;}
    .honor01 .right dt{position:static; font-size:22px;}
    .honor01 .right dt:after{display:none;}
    .honor01 .right dl{padding-left:0;}
    .honor01 .right:after{display:none;}
    .honor01 .right dd .img_title{font-size:16px;}
    .honor01 .right dd .img_title .tit{width:70%; font-size:14px;}
    .honor01 .right dd .img_title .date{width:30%;}

    /*社会责任*/
    .social_respon01{padding:15px 0;}
    .social_respon01 .infor .tit{font-size:20px; line-height:20px;}
    .social_respon01 .infor .con{font-size:14px; line-height:22px; margin-top:10px;}
    .social_respon01 .content{margin-top:15px;}
    .social_respon01 .content li:last-child{margin-bottom:0px;}
    .social_respon01 .content li .box{padding:20px 15px;}
    .social_respon01 .content li .box .box_l .t{font-size:20px; line-height:25px;}
    .social_respon01 .content li .box .box_l .c{font-size:14px; line-height:24px; height:auto}
    .social_respon02{padding:15px 0;}
    .social_respon02 li.odd .right{float:none; width:100%;}
    .social_respon02 li.odd .left{float:none; width:100%;}
    .social_respon02 li.even .right{float:none; width:100%;}
    .social_respon02 li.even .left{float:none; width:100%;}
    .social_respon02 li .left .box{padding:15px;}
    .social_respon02 li .left .box .tit{font-size:20px; line-height:20px;}
    .social_respon02 li .left .box .con{font-size:14px; line-height:23px;/* height:auto; display:block;*/ margin-top:10px;}
    .social_respon02 li .left .box .more{margin-top:15px;}

    /*社会责任弹窗*/
    .brandBox_detail{width:100%; margin-left:0; left:0;}
    .brandBox_detail .box{padding:0 10%;}
    .brandBox_detail .box .tit{font-size:18px;}

    /*企业文化*/
    .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:15px 0 0;}
    .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;}

    /*视频列表*/
    .video_list01{padding: 4% 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 ul{margin-right: -3%;}
    .video_list01 .content li{width: 47%;margin-right: 3%;margin-bottom: 3%;}
    .video_list01 .content li .cover .play{width: 50px;height: 50px;}
    .video_list01 .content li .intro {background:#fff;}
    .video_list01 .content li .intro .box{padding: 15px 10px;}
    .video_list01 .content li .intro .box .xcmg{display: none;}
    .video_list01 .content li .intro .box .tit{font-size:13px;height: 44px;line-height: 22px;margin: 0 0 10px;}
    .video_list01 .content li .intro .box .time{font-size: 12px;}

    /*图片列表*/
    .piclist01{padding:0}
    .piclist01 .infor{font-size:0;}
    .piclist01 .infor a{padding:0 5px; font-size:13px; margin:0 5px; height:36px; line-height:36px;}
    .piclist01 .content li{margin-bottom:15px;}
    .piclist01 .content li:last-child{margin-bottom:0;}
    .piclist01 .content li .intro {background:#fff;}
    .piclist01 .content li .intro .box{padding:20px;}
    .piclist01 .content li .intro .box .tit{font-size:13px; white-space:normal; height:48px; line-height:24px;}

    /*招聘列表*/
    .jobList_ban.xc_banner{height:314px;}
    .jobList_ban.xc_banner>img{width:1400px; margin-left:-700px;}
    .jobList_ban.xc_banner .infor .tit{font-size:20px; margin-bottom:20px;}
    .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: 15px 0;}
    .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;}

    /*研发体系*/
    .research01{padding:20px 0;}
    .research01 .infor{padding:0 2%;}
    .research01 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .research01 .content{margin-top:20px; padding:0}
    .research01 .content .hd{margin-bottom:20px;}
    .research01 .content .hd ul{height:50px; line-height:50px;}
    .research01 .content .hd li{font-size:13px;}
    .research01 .content .bd .right .t{font-size:20px; line-height:25px; margin-bottom:10px;}
    .research01 .content .bd .right .c{height:auto; line-height:23px; font-size:13px;}
    .research02{padding:20px 0;}
    .research02 .infor{width:100%;}
    .research02 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .research02 .infor .con{font-size:13px; line-height:23px; margin-bottom:20px;}

    /*实力徐工*/
    .channel_content.slxg{padding-bottom:15px;}
    .slxg01{padding-top:15px;}
    .slxg01 .infor{margin-bottom:20px;}
    .slxg01 .infor .tit{font-size:20px; line-height:28px;}
    .slxg01 .infor .con{font-size:16px; margin-top:10px;}
    .slxg02 .content .box{padding:15px 0;}
    .slxg02 .content .box .tit{font-size:18px; line-height:30px; margin-bottom:5px;}
    .slxg02 .content .box .con{font-size:14px;}
    .slxg02 .content .box ul{margin-top:10px; padding:0; text-align:center;}
    .slxg02 .content .box ul li{width:100%; font-size:14px;}
    .slxg03 .content .infor .t{font-size:18px;margin-bottom:15px;}
    .slxg03 .content .infor .c{font-size: 12px;line-height: 24px;}

    /*营销网络*/
    .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;}

     /*工作文化、学习发展*/
    .learn_develop.channel_content{padding:0;}
    .learn_develop01{margin-bottom:15px; padding-top:15px;}
    .learn_develop01 .left{width:100%;}
    .learn_develop01 .left .infor .tit{font-size:20px; line-height:25px;}
    .learn_develop01 .left .infor .con{margin-top:10px; font-size:13px; line-height:24px;}
    .learn_develop01 .right{width:100%;}
    .learn_develop02 {margin-bottom:15px;}
    .learn_develop02 .left .infor{padding:20px;}
    .learn_develop02 .left .infor .tit{font-size:20px; margin-bottom:0;}
    .learn_develop02 .right .cover ul{padding:20px;}
    .learn_develop02 .right .cover li{width:46%; height:auto; background:none; margin:0 1%; margin-top:10px;}
    .learn_develop02 .right .cover li.li02{background:none;}
    .learn_develop02 .right .cover li.li03{background:none;}
    .learn_develop02 .right .cover li.li04{background:none;}
    .learn_develop02 .right .cover li .txt{padding:0px; font-size:13px; height:auto; color:#fff;}
    .learn_develop03 {margin-bottom:30px;}
    .learn_develop03 .left .infor{padding:15px;}
    .learn_develop03 .left .infor .tit{font-size:20px; margin-bottom:0;}
    .learn_develop03 .left .infor .con{font-size:13px; line-height:24px; margin-top:5px;} 
    .learn_develop03 .right .cover ul{padding:30px 10px;}
    .learn_develop03 .right .cover li{width:46%; height:auto; background:none; margin:0 1%; margin-top:10px;}
    .learn_develop03 .right .cover li.li02{background:none;}
    .learn_develop03 .right .cover li .txt{padding:0px; font-size:13px; height:auto; color:#fff;}
    .learn_develop04 {padding:15px 0;}
    .learn_develop04 .left{width:100%;}
    .learn_develop04 .left .tit{font-size:20px; line-height:25px;}
    .learn_develop04 .left .tit a{font-size:20px; line-height:25px;}
    .learn_develop04 .left .con{margin-top:10px; font-size:13px; line-height:24px;}
    .learn_develop04 .right{width:100%; margin-top:20px;}
    .learn_develop04 .right .item .num{font-size:30px;}
    .learn_develop05{margin-top:0}
    .learn_develop05 a{font-size:14px; line-height:50px;}

    /*首页*/
    .ibanner{height: auto;/* padding-bottom:62.5%; */position: static!important;margin-top:50px;}
    .ibanner .owl-carousel.owl-loaded .item{height: auto;/* padding-bottom:62.5%; */}
    .ibanner .owl-carousel .owl-item img{width:100%;position:static;margin-left:0px;}
    :root .ibanner .video_item img{display:block;}
    .ibanner .dots_btn .dot .rect-5565,
    .ibanner .dots_btn .dot .mask{display:none;}
    .ibanner .dots_btn{text-align:center;width:100%;bottom: 10px;height:auto}
    .ibanner .dots_btn .dot{float:none;display:inline-block;border:none;width: 10px;height: 10px;background:#fff;border-radius:50%;margin: 0 3px;}
    .ibanner .dots_btn .dot.active{background: #0c50a1;}
    .ipart{margin-top:0px;}
    .ipart01 .infor{padding-top:20px;}
    .ipart01 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .ipart01 .content{margin-top:20px;}
    .ipart01 .content .item{width:50%; height:190px;}
    .ipart01 .content .item.cur{width:50%;}
    .ipart01 .content .item .intro .box{padding: 24px;}
    .ipart01 .content .item .intro .box .t{font-size: 18px;margin-bottom:10px;}
    .ipart04 {padding:20px 0;}
    .ipart04 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .ipart04 .infor .con{padding:0 5%; font-size:13px; line-height:23px;}
    .ipart04 .content{margin-top:15px;}
    .ipart04 .content>.txt{font-size: 15px;line-height: 28px;text-align: justify;}
    .ipart04 .content .list{display: flex;flex-direction: column;margin: -1% 0;margin-top: 25px;}
    .ipart04 .content .list li{width:100%;text-align:left;padding:10px 0;margin: 1% auto;}
    .ipart04 .content .list li .li_box{display: flex;line-height:64px;margin-left:20px;align-items: center;}
    .ipart04 .content .list li .li_box .number{font-size:15px;}
    .ipart04 .content .list li .li_box .number .num{font-size:30px;line-height: 40px;font-family:Arial;}
    .ipart04 .content .list li .li_box .icon{margin:0;display:inline-block;vertical-align:middle;width:40px;height:40px;}
    .ipart04 .content .list li .li_box .number{display:inline-block;vertical-align:middle;margin-left:20px;line-height:inherit;}
    .ipart04 .content .list li .li_box .text{display:inline-block; vertical-align:middle; margin-left:20px; line-height:inherit; font-size:13px; margin-bottom:0;}
    .ipart03 .infor .tit{font-size:20px; line-height:25px;}
    .ipart03 .form_box{padding:15px 2% 0;}
    .ipart03 .form_box .select_wrap{width:100%; margin-bottom:15px;}
    .ipart03 .form_box button{width:100%;}
    .ipart03 .list{padding:20px 2% 0}
    .ipart03 .list a{font-size:13px;}
    .ipart03{padding: 30px 0;}
    .ipart03 .wrap{display: block;}
    .ipart03 .img{width: 96%;padding: 2% 0 0 3%;margin: auto;}
    .ipart03 .img .pic{padding-bottom: 74.5%;}
    .ipart03 .img p{width: 25px;font-size: 12px;line-height: 15px;}
    .ipart03 .txt{width: 100%;text-align: center;padding: 5% 0 15%;}
    .ipart03 .txt .tit:after{left: 50%;width: 50px;transform: translateX(-50%);}
    .ipart03 .txt .tit span{font-size: 16px;letter-spacing: 0;}
    .ipart03 .txt .tit h3{font-size: 26px;letter-spacing: 0;padding-bottom: 1%;}
    .ipart03 .txt p{margin: 4% 0;font-size: 14px;line-height: 24px;display: block;}
    .ipart03 .txt a{font-size: 14px;line-height: 31px;padding: 0 25px;}
    .ipart02 {padding: 30px 0;}
    .ipart02 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .ipart02 .content{margin-top:15px;}
    .ipart02 .content .left .intro .box{padding:30px;}
    .ipart02 .content .left .intro .box .d{margin-bottom:0;}
    .ipart02 .content .left .intro .box .t{font-size:15px; line-height:20px;}
    .ipart02 .content .right{margin-top:15px;}
    .ipart02 .content .right .r_top{margin-bottom:15px;}
    .ipart02 .content .right .r_top .intro .box{padding:15px;}
    .ipart02 .content .right .r_top .intro .box .t{font-size:15px;}
    .ipart02 .content .right .r_bott .bott_l .box{padding:20px}
    .ipart02 .content .right .r_bott .bott_r .box{padding:20px}
    .ipart02 .content .right .r_bott .box .t{font-size:15px; line-height:20px;}
    .ipart02 .list .item{width:100%;}
    .ipart02 .list .item .item_box{padding:20px 20px 0}
    .ipart02 .list .item .item_box .intro .c{margin-bottom:20px; height:auto;}
    .ipart02 .news-box .left .hot1 .txt h3{font-size: 16px;}
    .ipart02 .news-box .left .hot1 .txt span{font-size: 13px;opacity: .6;}
    .ipart02 .news-box .left .hot2 .txt span{font-size: 13px;}
    .ipart02 .news-box .left .hot2 .txt h3{font-size: 15px;}
    .ipart02 .news-box .left .hot2 .txt p{display: none;}
    .ipart02 .news-box .left .hot2 .txt em{font-size: 13px;}
    .ipart02 .news-box .right dl dt{width: 20%;}
    .ipart02 .news-box .right dl dd{width: 74%;}
    .ipart02 .news-box .right dl dd h3{font-size: 16px;line-height: 24px;}
    .ipart02 .news-box .right dl dd p{font-size: 13px;line-height: 22px;} 
    .ipart05{padding:20px 0;}
    .ipart05 .right{padding:0; width:100%;}
    .ipart05 .right .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .ipart05 .right .infor .con{font-size:14px;line-height:20px;letter-spacing: 0;}
    .ipart05 .right .content{margin-top:20px;}
    .ipart05 .right .content .con_l{width:100%;}
    .ipart05 .right .content .con_l .intro .box .t{font-size: 18px;line-height:22px;}
    .ipart05 .right .content .con_l .intro .box .c{font-size: 14px;line-height: 20px;height: 40px;margin-bottom: 10px;}
    .ipart05 .right .content .con_r .intro .box .small_t{font-size: 14px;line-height: 20px;}
    .ipart05 .right .content .rect-7656{padding-bottom: 50%;}
    .ipart05 .right .content .con_r{width:100%; margin-top:15px; overflow:hidden;}
    .ipart05 .right .content .con_r .r_top{float:left; width:49%; margin-right:2%;}
    .ipart05 .right .content .con_r .r_bott{float:left; width:49%; margin-right:0px;}
    .ipart05 .right .content .con_r .intro .box .t{font-size:18px;line-height: 22px;}
    .ipart02 .list .item:nth-child(2),
    .ipart02 .list .item:nth-child(3),
    .ipart02 .list .item:nth-child(4){display:none;}
    .ipart05 .right .content .rect-6530{padding-bottom:62%;}



    /* 解决方案 */
    .solution01 .content1 .left{width:49%; margin-right:2%;}
    .solution01 .content1{margin-bottom:10px;}
    .solution01 .content1 .right{width:49%;}
    .solution01 .content1 .left .cover{position:relative; padding:10px; background:#f6f6f6;}
    .solution01 .content1 .left .t{font-size:16px; font-weight:normal; color:#666;}
    .solution01 .content1 .left .c{display:none;}
    .solution01 .content2 .item{width:49%; margin-right:2%; margin-left:0; margin-bottom:10px;}
    .solution01 .content2 .item.three_item{margin-right:2%;}
    .solution01 .content2 .item.imgZoom:nth-child(2n){margin-right:0%;}
    .solution01 .rect-116{padding-bottom:0; height:auto;}
    .solution01 .content .item .box{padding:10px;}
    .solution01 .content .item .box .t{color:#666; font-weight:normal; font-size:16px; margin-bottom:0;}
    .solution01 .content .item .box .c{display:none;}

    /*解决方案详细*/
    .solu_detail01{padding: 15px 0;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;}
    .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;}

    /* 联系我们 */
    .contact_us01{padding:15px 0;}
    .contact_us01 .infor{margin-bottom:15px;}
    .contact_us01 .infor .tit{font-size:20px;}
    .contact_us01 .infor .con{font-size:14px;}
    .contact_us01 .content{display: block;}
    .contact_us01 .content .left{width:100%; height:230px;}
    .contact_us01 .content .left .map{font-size: 12px;line-height: 20px;}
    .contact_us01 .content .right{width:100%;border: 1px solid #d0d4d9;border-top: 0;}
    .contact_us01 .content .right .box{padding:15px;}
    .contact_us01 .content .right .box dt{font-size:16px;}
    .contact_us02 .infor{margin-bottom:15px;}
    .contact_us02 .infor .tit{font-size:20px;}
    .contact_us02 .infor .con{font-size:14px;}
    .contact_us02 ul{margin:15px 0 0;}
    .contact_us02 ul li{width:50%; margin-bottom:15px;}
    .contact_us02 ul li .img{margin-bottom:10px; text-align:center;}
    .contact_us02 ul li .img img{width:90px;}
    .contact_us02 ul li .img1{margin:0 auto;}
    .contact_us02 ul li .img2{margin:0 auto; margin-left:-45px; left:50%;}
    .contact_us02 ul li .txt {text-align:center;}
    .contact_us02 ul li .txt .t{font-size:16px;}

    /* 2020-04-17 补充页面 产品中心 */
    /*产品中心*/
    .pro_cen_banner{height:0; padding-bottom:27%;}
    .pro_cen_banner img{width:100%; margin-left:0; position:static;}
    .pro_cen_banner .pro_ban_more .more{line-height:30px; height:30px; padding:0 40px 0 10px; margin-left:16%;}
    .pro_cen_banner .pro_ban_more .more span{font-size:14px;}
    .pro_cen_banner .pro_ban_more .more .icon{width:6px; height:10px; background-size:cover; margin-top:-5px; right:15px;}
    .pro_center02{margin-top:15px;}
    .pro_center02 .infor .title{font-size:20px;}
    .pro_center02 .infor .infor_link a{font-size:13px;}
    .pro_center02 .infor .form_box{width:70%; height:36px; line-height:36px; margin-top:15px;}
    .pro_center02 .infor .form_box input{width:70%; height:36px; line-height:36px; font-size:13px;}
    .pro_center02 .infor .form_box button{width:30px; height:30px; margin-top:3px;}
    .pro_center02 .infor .form_box button i{font-size:17px; margin-left:-8px; margin-top:-9px;}
    .pro_center02 .infor .infor_link{padding:15px 0;}
    .pro_center02 .content .bd{padding:15px 0;}
    .pro_center02 .content .bd .li_ .intro .box{padding:15px 10px;}
    .pro_center02 .content .bd .li_ .intro .box .tit a{font-size: 16px;}
    .pro_center02 .content .bd .li_:hover .li_line{width:0;}
    .pro_center02 .content .bd .li_ .intro .box .tit{margin-bottom:0;}
    .pro_center02 .content .bd .li_ .intro .box .intro_more{margin-top: 5px;}
    .pro_center02 .content .bd .li_ .intro .box .intro_more a{font-size:13px;}
    .pro_center02 .content .bd .bd_more{width:130px; line-height:35px; height:35px; font-size:13px;}
    .pro_detail02 .bd .selection1 .content .right .box{padding:15px 20px;}
    .pro_center03{padding:15px 0;}
    .pro_center03 .infor{margin-bottom:15px;}
    .pro_center03 .infor .tit a{font-size:20px; line-height:24px;}
    .pro_center03 .infor .con{font-size:13px; margin-top:5px; float:left;}
    .pro_center03 .content .intro .t{font-size:13px; font-weight:normal; margin-top:10px;}
    .pro_center03 .content .intro .more{font-size:13px;}

    .pro_center04{padding:15px 0;}
    .pro_center04 .infor .tit{font-size:20px;}
    .pro_center04 .infor .con{font-size:14px; line-height:25px; margin-top:0;}
    .pro_center04 .infor .link_{margin-top:15px; padding:0 3%;}
    .pro_center04 .infor .link_ a{font-size:14px;}
    .pro_center04 .infor .more a{margin-top:20px; width:auto; padding:0 35px; height:34px; line-height:34px; display:inline-block; font-size:14px;}

    /*2020-0521  */
    .zt_wrap{padding-left:2%; padding-right:2%; width:auto;}
    .zt_header .top_list{display:none;}
    .zt_header .m_tool{display:block; float:right; color:#00a1e9; font-size:14px; margin-top:15px; font-weight:bold;}
    .zt_header .m_tool img{width:20%; position:relative; top:4px;}
    .zt_header .logo{padding:15px 0 0;}
    .zt_nav .nav_wrap{background:#00a1e9; height:55px; margin-top:0;}
    .zt_nav dl dt{display:none;}
    .zt_nav dl dd{line-height:55px; font-size:16px;}
    .zt_nav dl dd{margin:0 5px;}
    .zt_main{background:url(../img/zt/m_main_bg.jpg) no-repeat center 770px;}
    .zt_pt1{padding:20px 0;}
    .zt_pt1 .infor .tit{width:25%; margin:0 auto 15px;}
    .zt_pt1 .left .txt{font-size:14px;}
    .zt_pt1 .right{padding-top:10px;}
    .zt_pt1 .right li .li_box .tit{font-size:16px;}
    .zt_pt1 .right li .li_box .con{font-size:14px; line-height:24px;}
    .zt_pt2 .infor{margin-bottom:0px;}
    .zt_pt2 .infor .tit{width:25%; margin:0 auto 10px;}
    .zt_pt2 .infor .con{font-size:13px; padding:0;}
    .zt_pt2 .content .hd{margin-bottom:25px;}
    .zt_pt2 .content .hd li{display:block; margin-bottom:25px;}
    .zt_pt2 .content .hd li:last-child{margin-bottom:0;}
    .zt_pt2 .content .hd li .intro{margin:10px 0;}
    .zt_pt2 .content .hd li .intro .txt{font-size:16px;}
    .zt_pt2 .content .bd{display:none;}
    .zt_pt3{padding:20px 0 0;}
    .zt_pt3 .infor .tit{width:25%; margin:0 auto 10px;}
    .zt_pt3 .infor{font-size:20px;}
    .zt_pt3 .content .item .cover span{font-size:13px; padding:0 5px; line-height:20px;}
    .zt_pt3 .content .item .cover .icon{width:35px; height:35px; background-size:cover; margin-left:-17px; margin-top:-17px;}
    .zt_pt3 .content .item .cover2 .box{padding:10px 10px 25px 10px;}
    .zt_pt3 .content .item .cover2 .box .t{font-size:14px;}
    .zt_pt3 .content .item .cover2 .box .c{font-size:12px; line-height:14px; height:28px; overflow:hidden;}

    /* 简历投递 */
    .jltd{padding-top:15px;}
    .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;}

    /* 2020-0602 */
    .ipart02 .content{margin-bottom:0;}
    .ipart02 .content .left{width:100%;}
    .ipart02 .content .right{width:100%; margin-top:20px;}
    .ipart02 .content .right .r_top{margin-bottom:20px;}
    .ipart02 .content .rect-697{padding-bottom:0; height:auto;}
    .ipart02 .content .left .cover .box .t{font-size:16px;}
    .ipart02 .content .right .box .t{font-size:16px; height:auto; margin-bottom: 15px;}
    .ipart02 .content .left .cover .box .c{width:80%; font-size:14px;}
    .ipart02 .list .item .item_box .intro .t{height:auto;}
    .ipart02 .list .item .item_box .intro .d{margin-bottom:10px;}
    .ipart02 .content .left .cover .box .icon,
    .ipart02 .content .right .box .icon{bottom:20px;}
    .ipart02 .content .right .box .d{font-size:16px;}

    /*2020-0713*/
    .download01{padding-top:15px;}
    .download01 .download_date{width:11%;}
    .download01 .download_title{width:55%;}
    .download01 .item_btn{width:10%; padding-left:4%;}
    .download01 .download_item{height:auto; line-height:66px;}
    .download01 .download_date{width:28%; line-height:124px;}
    .download01 .download_title{width:55%; padding-right:0; border-bottom:none; line-height:56px;}
    .download01 .item_btn{float:right; width:25%; line-height:56px;}

    /*2020-0725*/
    .develop02 .infor{font-size:20px; margin-bottom:15px;}
    .develop02 .content li .box_hd .tit{font-size:16px;}
    .develop02 .content li .box_hd{padding:0;}
    .develop02 .content li .box_hd .symbol .iconfont{font-size:18px;}
    .develop02 .content li .box_bd .t span{margin-top:15px;}
    .develop02 .content li .box_bd .t{margin-bottom:15px;}
    .develop02 .content li .box_bd{padding-bottom:15px;}

    /*2020-0818*/
    .header.fixed .header_bott{position:relative;}
    .ibanner{margin-top:0px;}
    .honor_hook.album_wrap_case4 .album_case4 .slide_c{width:100%;}
    .honor_hook.album_wrap_case4 .album_case4 .right_btn{right:0;}
    .contact_us02{margin-top:20px;}
    .contact_us02 .item .info{height:auto; font-size:14px;}
    .contact_us02 .item .tit{font-size:16px; padding-bottom:20px; margin-bottom:15px;}
    .contact_us02 .item p{font-size:14px; line-height:1.6}
    .contact_us02 .item{padding:20px 25px;}

     /* 2020-08-20 zhanghy bug修改 */
     .channel_content.solr{min-height:550px;}
     .parts_supply01{padding:20px 0;}
     .parts_supply01 .content{margin-top:20px}
     .parts_supply01 .content .cul01_btn .owl-prev{left:0;}
     .parts_supply01 .content .page_box{display:none;}
     .parts_supply01 .infor .tit{font-size:20px}
     .parts_supply01 .intro .box .tit{font-size:16px; line-height:16px;}
     .parts_supply01 .intro .box .con{font-size:14px; line-height:24px;}
     .news_list01 .news_list_l ul a{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
     .ipart02 .content .left .cover .box .c{display:none}
     .brand_activity.channel_content{background-color:#f6f6f6; padding:20px 0;}
     .brand_activity01 .content .item .intro .box .c{display:none;}
     .brand_activity01 .content .item .intro .box .t{height:20px; text-overflow:ellipsis;; overflow:hidden; white-space:nowrap;}


    /*2020-0821*/
    .contact_us01 .content .left #map1-49842{/* margin-left:-250px; *//* margin-top:-150px; */}
    .ipart01 .content .item{width: 50%;height:150px;}
    .ipart01 .content .item.item3{width: 100%;}



}
@media only screen and (max-width: 480px) {
    /*mobileMode 480 网站样式*/
    /* 关于综合 */
    .about_center01 .infor .list li .number{font-size:20px;}


    /* 2020-08-20 zhanghy bug修改 */
    .download01 .download_title{width:100%}
    .about_us02 .list li .li_box .number .text{display:inline-block; margin-top:0px;}
    .about_us02 .list li .li_box .text{margin-left:4px;}


}
@media only screen and (max-width: 375px) {
    .download01 .item_btn i{display:none;}
    .download01 .item_btn{padding: 0;width:16%;}


    /* 2020-08-20 zhanghy bug修改 */
    .download01 .item_btn{width:22%;}

}
@media only screen and (max-width: 320px) {
    /*mobileMode 320 网站样式*/
    /* 实力徐工 */
    .slxg02 .content .box ul{padding:0 15%;}


     /* 2020-08-20 zhanghy bug修改 */
    .about_us02 .list li .li_box .text{display:block; margin-left:64px; line-height:normal; margin-top:0px;}
    .about_us02 .list li .li_box .number .text{display:inline-block; margin:0px;}
    .about_us02 .list li .li_box .number{line-height:normal;}


}

