/*
* 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 */
@media only screen and(max-width:1440px){
    /*发展历程*/
    .history01 .content .right li .intro{padding:50px 40px;}
    .history01 .content .right li .cover .box{padding:35px 40px;}
    .history01 .bg .cover .year{bottom:25px;}
}

 

/* 1366*/
@media only screen and (max-width:1366px){
    /*首页*/
    .ibanner .dots_btn{bottom:170px;}
    /* 发展历程 */
    .history01 .content .right li .cover .box{padding:15px 40px;}
    .history01 .content .left .box .tit{font-size:45px;}



}
/*
* 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;}
    .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 .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;}

    /* 品牌活动 */
    .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: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%;}

    /*联系我们*/
    .contact_us01 .content .top_ .cover .box{padding:20px;}
    .contact_us01 .content .bott_ .li_box .con dd a,
    .contact_us01 .content .bott_ .li_box .con dd span{display:block;}

    /*施工案例*/
    .construction_common .content .form_box{width:45%;}
    .construction_case01 .tab_t .cat_list .tit{width:10%;}
    .construction_case01 .tab_t .cat_list .ser_list{width:90%;}
    .construction_case01 .tab_c .content .item .box .tit{width:100%; font-size:24px;}
    .construction_case01 .tab_c .content .item .box .list ul li.li01{margin-bottom:10px;}

    /* 施工案例详细 */
    .construction_detail01{padding:30px 0;}
    .construction_detail01 .content .box .list li{width:46%;}

    /*营销网络*/
    .network01 .form_box .form .sele_box{width:32%;}
    .network01 .search_result{width:40%; /*left:-40%*/}

    /*招聘列表*/
    .job_list .form_box .inp_wrap{width:16%;}
    .job_list .form_box .inp_wrap .inp{text-indent:5px; background:none}

    /*企业文化*/
    .culture01 .bd .content .item .box .t{font-size:28px;}
    .culture02 .item .box .intro{padding-right:110px;}

    /*订购咨询*/
    .order_ask01 .content{padding:0 16%;}

    /* 首页 */
    .ipart02 .content .item .box{padding:5px 0;}
    .ipart02 .content .item .box .txt{font-size:14px;}
    .ipart02 .content .item1, .ipart02 .content .item3{margin-bottom:16px;}
    .ipart03 .content .right .box{padding:20px;}
    .ipart03 .content .right .box .tit{margin-bottom:10px;}
    .ipart03 .content .right .box .con{margin-bottom:10px;}
    .ipart03 .content .right .box .t{font-size:16px; line-height:26px;}
    .ipart03 .content .right .box .con:after{top:-5px;}


    /* 关于我们 */
    .about_us02 ul li .txt{margin-left:10px;}
    .about_us02 ul li .txt .t span{font-size:50px;}
    .about_us03 .content .rect-2197{padding-bottom:23.5%;}
    .about_us03 .content .left .left_bott_l .cover .ico,
    .about_us03 .content .left .left_bott_r .cover .ico{display:none;}
    .about_us03 .content .left .left_more .box{padding-top:45px;}
    .about_us03 .content .left .left_more .box .intro{font-size:30px;}
    .about_us03 .content .right .right_top .right_top_ .intro .box{padding:15px 10px;}
    .about_us03 .content .right .right_bott .intro .box{padding-top:35px;}


    /* 20200528 */
    .brand_concept01 .hd li .icon{display:none;}
    .brand_concept01 .bd .section3 .content li {width:20%; vertical-align:middle;}

    /* 备件 */
    .beijian01 .content li .intro_ .box{padding:30px;}
    .beijian01 .content li .intro_ .box .tit{font-size:22px;}
    .beijian01 .content li .intro_ .box .tit span{ margin-left:0; display:block;}

    .brand_story01 .content .item .intro .box{padding:20px;}
    .brand_story01 .content .item .intro .box .d span{margin-left:0;}
    .brand_story01 .content .item .intro .box .t{font-size:20px; line-height:26px; height:52px}

    .about_us02 ul li .img{display:none;}
    /*20200817*/
    .service01 .txt .box {padding: 40px 0px 0px 0px;}
    .service01 { padding:10px 0 10px;}
    .service01 .txt {width: 99%; padding-bottom: 21px;}
    .service01 .img {width: 99%;}
    .service01 .txt .box .con {height: auto;}
    .about_us01 .content .left .box .con {height: 264px;}
    .about_us03 .content .rect-4788 {padding-bottom: 46.88%;}

    /*2020-0817*/
    .news_list01 .news_list_l ul li .box .txt .t a{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
    .ibanner .dots_btn{bottom:70px;}
    .pro_detail02 .hd dd .icon{margin-right:10px;}
    .pro_detail02 .hd dd.order,
    .pro_detail02 .hd dd.search{font-size:15px; text-align:center;}
    .pro_detail02 .hd dd .icon{display:none;}

    /*2020-0825*/
    .xc_banner{height:269px;}
    .xc_banner>img{width:1200px; margin-left:-614px;}








}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    /* 分页2 */
    .page_bott .page_prev{width:100%;}
    .page_bott .page_next{width:100%;}
    .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%;}

    /*首页*/
    .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;}
    .ipart01 .infor .tit{font-size:30px;}
    .ipart01 .content .item .intro .box{padding:30px 20px;}
    .ipart02{padding:50px 0;}
    .ipart02 .infor .tit{font-size:30px;}
    .ipart02 .content .item .box .icon{width:40px; height:40px; background-size:400%;}
    .ipart02 .content .item .box{padding:12px 0}
    .ipart02 .content .item1:hover .box .icon, .ipart02 .content .item1.cur .box .icon {background-position:0 -40px;}
    .ipart02 .content .item2 .box .icon{background-position:-40px 0;}
    .ipart02 .content .item3 .box .icon{background-position:-80px 0;}
    .ipart02 .content .item4 .box .icon{background-position:-120px 0;}
    .ipart02 .content .item1:hover .box .icon,
    .ipart02 .content .item1.cur .box .icon{background-position:0 -40px;}
    .ipart02 .content .item2:hover .box .icon,
    .ipart02 .content .item2.cur .box .icon{background-position:-40px -40px;}
    .ipart02 .content .item3:hover .box .icon,
    .ipart02 .content .item3.cur .box .icon{background-position:-80px -40px;}
    .ipart02 .content .item4:hover .box .icon,
    .ipart02 .content .item4.cur .box .icon{background-position:-120px -40px;}
    .ipart03 .infor .tit{font-size:30px;}
    .ipart03 .list .item .item_box{padding:20px 20px 0;}
    .ipart04 .infor .tit{font-size:30px;}
    .ipart04 .content ul li .txt{font-size:14px;}

    /*新闻列表*/
    .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 .content ._t{font-size:25px;}
    .news_detail01 .news_det_bott .content ._date{margin-bottom:30px;}
    .news_detail01 .news_det_bott{padding-bottom:50px;}

    /* 品牌活动 */
    .brand_activity01 .right .intro .tit{font-size:20px;}

    /* 产品详细 */
    .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;}

    /* 联系我们 */
    .contact_us01 .content .bott_ .li_box .con{height:auto;}
    .contact_us01 .content .top_ .cover .box{padding:100px 30px;}
    .contact_us01 .content .bott_ .li_box .tit{font-size:25px; line-height:30px; height:auto;}
    .contact_us01 .content .bott_ li{margin-bottom:30px;}
    .contact_us01 .content .bott_ li:last-child{margin-bottom:0;}
    .contact_us01 .content .bott_ .li_box .con dd a, .contact_us01 .content .bott_ .li_box .con dd span{display:inline-block}

    /*施工案例*/
    .construction_common .content .form_box input{width:87%;}
    .construction_case01 .tab_t{padding:30px 0;}
    .construction_case01 .tab_t .cat_list .tit{width:15%;}
    .construction_case01 .tab_t .cat_list .ser_list{width:85%;}
    .construction_case01 .tab_c .content .item{width:49%;}
    .construction_case01 .tab_c .content .item.three_item{margin-right:2%;}
    .construction_case01 .tab_c .content .item:nth-child(2n){margin-right:0;}
    .construction_case01 .tab_c .content .item .box .tit{height:34px; font-size:20px;}


    /* 施工案例详细 */
    .construction_detail01 .content .box .infor{font-size:30px;}

    /*营销网络*/
    .network01 .form_box .form .sele_box{width:30%;}

    /*招聘列表*/
    .job_list01 ._jcon{padding-left:30px;}
    .jobList_ban .form_box{padding:0;}

    /* 发展历程 */
    .history01 .container .r_box ul {padding:80px 30px 0 80px;}
    .history01 .container .l_box .pd{padding:80px 80px 0 30px;}

    /*企业文化*/
    .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;}

    /* 社交媒体 */
    .sj_media02 .content li{width:30%; margin-bottom:15px;}

    /*订购咨询*/
    .order_ask01 .tit .t{font-size:25px;}
    .order_ask01 .content{padding:0 6%;}


    /* 关于我们 */
    .about_us01 .content .left{width:100%; margin-bottom:15px;}
    .about_us01 .content .left .box{padding:0;}
    .about_us01 .content .left .box .tit{font-size:20px;}
    .about_us01 .content .left .box .con{font-size:14px; margin-top:15px;height:auto;}
    .about_us01 .content .right{width:100%;}
    .about_us03 .content .left{width:100%;}
    .about_us03 .content .right{width:100%; margin-bottom:28px;}
    .about_us03 .content .left .left_bott_l .cover .ico,
    .about_us03 .content .left .left_bott_r .cover .ico{display:block;}
    .about_us03 .content .rect-3322{padding-bottom:0; height:auto;}
    .about_us03 .content .rect-4752{padding-bottom:0; height:auto;}
    .about_us03 .content .rect-2197{padding-bottom:0; height:auto;}
    .about_us03 .content .left .left_more .box{padding:40px; font-size:30px;}
    .about_us03 .content .right .right_bott .intro .box{padding:30px;}
    .about_us03 .content .right .right_top .right_top_ .intro .t{height:56px; overflow:hidden;}

    
    /* 20200528 */
    .brand_concept01 .bd .section5 .content .cover{width:46%;}
    .brand_concept01 .bd .section1 .content .right .cell span{margin-top:0;}
    .brand_concept01 .bd .section1 .content .cell span{height:80px; overflow-y:auto;}
    .brand_concept01 .hd.fixed{top:50px;}

    .brand_story01 .right .intro .tit{font-size:20px;}


    .ipart03 .content .right .box .t{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}










}
/*
* 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; line-height:22px;}
    .page_bott .box{padding:10px 20px;}
    .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{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 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{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;}

    /* 品牌活动 */
    .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; 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%;}

    /*联系我们*/
    .contact_us01{padding:15px 0;}
    .contact_us01 .infor .tit{font-size:20px;}
    .contact_us01 .infor .con{font-size:14px; margin:0 0 15px;}
    .contact_us01 .content .top_{margin-bottom:15px;}
    .contact_us01 .content .top_ .cover .box{padding:50px;}
    .contact_us01 .content .top_ .cover .box .t{font-size:20px;}
    .contact_us01 .content .top_ .owl-nav div{font-size:40px;}
    .contact_us01 .content .bott_ li{margin-bottom:15px;}
    .contact_us01 .content .bott_ .li_box{padding:20px;}
    .contact_us01 .content .bott_ .li_box .tit{font-size:16px; padding-bottom:15px; margin-bottom:15px;}
    .contact_us01 .content .bott_ .li_box .con{font-size:15px; line-height:28px;}

    /*施工案例*/
    .construction_common{height:200px;}
    .construction_common .infor{padding-top:50px; margin-bottom:20px;}
    .construction_common .infor{font-size:20px;}
    .construction_common .content .form_box{width:80%;}
    .construction_common .content .form_box input{font-size:14px; width:80%;}

    .construction_case01{margin-bottom:0px; padding-bottom:15px;}
    .construction_case01 .tab_t{padding:15px 0;}
    .construction_case01 .tab_t .cat_list .tit{width:100%; font-size:16px;}
    .construction_case01 .tab_t .cat_list .ser_list{width:100%; font-size:14px;}
    .construction_case01 .tab_t .cat_list .ser_list .ser_sx{margin-right:20px; font-size:13px; line-height:25px;}
    .construction_case01 .tab_t .cat_list1{margin-bottom:15px;}
    .construction_case01 .tab_c{padding-top:15px;}
    .construction_case01 .tab_c .content .item:first-child{margin-top:0;}
    .construction_case01 .tab_c .content .item{margin-top:0px; margin-bottom:15px;}
    .construction_case01 .tab_c .content .item .box .list{font-size:13px;}
    .construction_case01 .tab_c .content .item .box .list ul li{margin-right:10px;}
    .construction_case01 .tab_c .content .item{width:49%; margin-right:2%;}
    .construction_case01 .tab_c .content .item:nth-child(2n){margin-right:0;}
    .construction_case01 .tab_c .content .item .box .con{font-size:14px;}
    .construction_case01 .tab_c .content .item .box{padding:15px;}
    .construction_case01 .tab_c .content .item .box .tit{font-size:14px; line-height:22px; height:66px; overflow:hidden; font-weight:normal;}
    .construction_case01 .tab_c .content .item .box .list{font-size:13px;}
    .construction_case01 .tab_c .content .item .box .list ul li.li02{display:none;}
    .construction_case01 .tab_c .content .item .box .more{display:none;}

    /* 施工案例详细 */
    .construction_detail01 .content .back_box{display:none;}
    .construction_detail01 .content{padding:0;}
    .construction_detail01 .content .box{padding:20px;}
    .construction_detail01 .content .box .infor{font-size:18px;}
    .construction_detail01 .content .box .list{margin:0 0 15px 0;}
    .construction_detail01 .content .box .bott_{font-size:13px;}
    .construction_detail01 .content .box .list li{line-height:35px; width:auto; font-size:13px; padding:0 5px;}
    .construction_detail01 ._tools ._tool{line-height:30px; height:30px;}
    .construction_detail01 ._tools{margin-top:15px;}

    /*营销网络*/
    .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;}

    /*招聘列表*/
    .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-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;}

    /*发展历程*/
    .history01{padding:15px 0;}
    .history01 .stage_box li {border-bottom:0; width:50%;}
    .history01 .stage_box li.cur { border-color:#fff; color:#fff;}
    .history01 .stage_box li .year{display:inline-block; margin-right:10px;}
    .history01 .stage_box li .desc{display:inline-block; line-height:25px;;}
    .history01 .stage_box li .year span{font-size:14px;}
    .history01 .stage_box li .year i{display:none;}
    .history01 .stage_box li:hover .year span,
    .history01 .stage_box li:hover .desc{color:#fff;}
    .history01 .stage_box li .pd { padding:5px 10px; }
    .history01 .stage_box .desc { font-size:14px; }
    .history01 .container{background:none;}
    .history01 .container .l_box{width:100%; text-align:left; background:#f6f6f6;}
    .history01 .container .r_box{width:100%;}
    .history01 .container .l_box .pd{padding:20px;}
    .history01 .container .l_box .tit{font-size:18px;}
    .history01 .container .r_box ul{padding:20px;}
    .history01 .container .r_box ul li{margin-bottom:30px;}
    .history01 .container .r_box .year:after{display:none;}
    .history01 .container .r_box .year{font-size:20px; margin-bottom:0;}

    /*企业文化*/
    .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;}

    /*多彩徐工*/
    .colorful_xg01{padding:0;}
    .colorful_xg01 .content li{margin-bottom:10px;}
    .colorful_xg01 .content li:last-child{margin-bottom:0;}

    /* 社交媒体 */
   .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;}

    /*订购咨询*/
    .order_ask01{padding:0 0 15px 0;}
    .order_ask01 .tit{margin-bottom:10px;}
    .order_ask01 .tit .c{font-size:13px; padding:0 15px;}
    .order_ask01 .tit .t{font-size:20px; margin-top:15px;}
    .order_ask01 .content{padding:0;}
    .order_ask01 .content .inp_box{width:100%; margin:7px 0;}
    .order_ask01 .content .yzm .input_area{margin:0 1% 0 0;}
    .order_ask01 .content .send{float:none; font-size:13px; width:130px; height:35px; line-height:35px; margin:5px auto;}
    .order_ask01 .content .inp_box .type{font-size:13px;}
    .order_ask01 .content .inp_box .input_area{font-size:13px; line-height:35px; height:35px;}
    .pro_tc .top .close{width:30%;}
    .order_ask01 .content .con{margin-top:15px; padding-top:15px;}
    .order_ask01 .content .t{line-height:20px;}
    .order_ask01 .content .inp_box textarea.input_area{height:80px;}
    .order_ask01 .content .yzm .input_area{font-size:13px; line-height:35px; height:35px;}
    .order_ask01 .content .yzm .yzmImg{height:35px;}
    .order_ask01 .content .inp_box span.Validform_checktip{font-size:13px;}
    .order_ask01 .extend .extend-head{width:100%; margin:15px 0}
    
    /* 品牌故事 */
    .brand_story01{padding:15px 0 0;}
    .brand_story01 .infor{margin-bottom:20px;}
    .brand_story01 .infor .tit{font-size:20px; line-height:30px;}
    .brand_story01 .infor .con{font-size:16px; padding-top:10px; line-height:24px;}
    .brand_story01 ul li{margin-bottom:15px;}
    .brand_story01 .img{width:100%;}
    .brand_story01 .txt{width:100%;}
    .brand_story01 .txt .box{padding:15px;}
    .brand_story01 .txt .box .con{height:auto;}

    /* 首页 */
    .ibanner{position:static;}
    .ibanner,
    .ibanner .owl-carousel.owl-loaded .item{height:0; padding-bottom:62.5%;}
    .ibanner .owl-carousel .owl-item img{position:static; width:100%; margin-left:0;}
    .ibanner .dots_btn{bottom:10px; display:none;}
    .ipart{margin-top:0;}
    .ipart01 .infor{padding-top:15px;}
    .ipart01 .infor .tit{font-size:20px; margin-bottom:10px;}
    .ipart01 .infor .con{font-size:13px;}
    .ipart01 .content{margin-top:15px;}
    .ipart01 .content .item,
    .ipart01 .content .item.cur{width:100%;}
    .ipart01 .content .item .intro .box{padding:15px 5px;}
    .ipart01 .content .item .intro .box .t{font-size:16px;}
    .ipart02{padding:15px 0;}
    .ipart02 .infor .tit{font-size:20px;}
    .ipart02 .infor .con{font-size:13px;}
    .ipart02 .content{margin-top:15px;}
    .ipart02 .content .center {position:relative; height:0; padding-bottom:49%; margin-bottom:15px;}
    .ipart02 .content .center .img{width:100%; left:0;}
    .ipart02 .content .left{width:49%;}
    .ipart02 .content .right{width:49%;}
    .ipart02 .content .item:hover:after, .ipart02 .content .item.cur:after{opacity:0; visibility:hidden;}
    .ipart03 .infor .tit{font-size:20px;}
    .ipart03 .infor .con{font-size:13px;}
    .ipart03 .content{margin:15px 0;}
    .ipart03 .content .left{width:100%;}
    .ipart03 .content .left .cover .box{padding:25px 20px;}
    .ipart03 .content .left .cover .box .t{font-size:16px;}
    .ipart03 .content .right{width:100%;}
    .ipart03 .rect-878{padding-bottom:0; height:auto;}
    .ipart03 .content .right .box .tit{font-size:18px;}
    .ipart03{padding-bottom:15px;}
    .ipart03 .list .item{width:50%; margin-bottom:10px;}
    .ipart03 .list .item .item_box{padding:0 10px 0;}
    .ipart03 .list .item .item_box .intro .t{font-size:16px; line-height:24px;}
    .ipart03 .list .item .item_box .intro .d{margin-bottom:10px;}
    .ipart03 .list .item .item_box .intro .c{margin-bottom:20px;}
    .ipart04{padding:15px 0;}
    .ipart04 .infor .tit{font-size:20px;}
    .ipart04 .content ul li .num{font-size:35px;}
    .ipart04 .content ul li .txt{font-size:13px;}
    .ibanner .owl-nav>div{position:absolute; display:block; font-size:30px;  color:#fff; top:50%; margin-top:-25px; font-weight:bold;}
    .ibanner .owl-nav .owl-prev{left:0;}
    .ibanner .owl-nav .owl-next{right:0;}

     /* 关于我们 */
    .about_us01{padding:15px 0;}
    .about_us02{padding:15px 0;}
    .about_us02 ul li .img{width:40%; margin-bottom:15px;}
    .about_us02 ul li .txt{margin-left:0; text-align:center;}
    .about_us02 ul li .txt .t,
    .about_us02 ul li .txt .c{font-size:14px;}
    .about_us02 ul li .txt .t span{font-size:35px;}
    .about_us03{padding:15px 0;}
    .about_us03 .infor .tit{font-size:20px; line-height:25px;}
    .about_us03 .content{margin-top:20px;}
    .about_us03 .content .cover .t{font-size:13px;}
    .about_us03 .content .left .left_top{margin-bottom:8px;}
    .about_us03 .content .left .left_bott_l .cover .ico,
    .about_us03 .content .left .left_bott_r .cover .ico{display:none;}
    .about_us03 .content .left .left_more{margin-top:8px;}
    .about_us03 .content .left .left_more .box .intro{font-size:20px;}
    .about_us03 .content .left .left_more .box .intro .icon{width:20px; height:20px; background-size:cover;}
    .about_us03 .content .right{display:none;}
    .about_us03 .content .right .right_bott .intro .box .t{font-size:18px;}
    .about_us03 .content .right .right_top .right_top_ .intro .t{font-size:14px;}


    /* 20200528 */
    .brand_concept01{padding:15px 0;}
    .brand_concept01 .hd{margin-bottom:0;}
    .brand_concept01 .hd.fixed{height:50px; top:0;}
    .brand_concept01 .hd ul{height:50px; line-height:50px;}
    .brand_concept01 .hd li{font-size:12px;width:19%;}
    .brand_concept01 .hd li.li3{width:24%;}
    .brand_concept01 .bd .section1{margin-bottom:0;}
    .brand_concept01 .bd .section1 .infor{margin-bottom:0; padding-top:15px;}
    .brand_concept01 .bd .section1 .infor .tit{font-size:18px; line-height:40px; height:40px;}
    .brand_concept01 .bd .section1 .infor .con .t{font-size:16px; font-weight:normal;}
    .brand_concept01 .bd .section1 .infor .con .c{padding:15px;}
    .brand_concept01 .bd .section1 .content{padding:15px 0;}
    .brand_concept01 .bd .section1 .content .cell{height:auto; margin-bottom:15px;}
    .brand_concept01 .bd .section1 .content .left{float:none; width:100%; margin-right:0; margin-top:0px}
    .brand_concept01 .bd .section1 .content .right{float:none; width:100%; margin-left:0; margin-top:0px}
    .brand_concept01 .bd .section1 .content .center{float:none; width:100%;}
    .brand_concept01 .bd .section1 .content .center .box{padding:0;}
    .brand_concept01 .bd .section1 .content .center .box .cen_top .cell{width:100%; box-sizing:border-box; margin-bottom:15px; padding:10px 2%;}
    .brand_concept01 .bd .section1 .content .cell .line{display:none;}
    .brand_concept01 .bd .section1 .content .left .cell2 span{margin-top:0;}
    .brand_concept01 .bd .section1 .content .right .cell span{margin-top:0;}
    .brand_concept01 .bd .section1 .brand_logo{border:none; margin:15px 0;}
    .brand_concept01 .bd .section1 .brand_logo .brand_logo_tit span{font-size:14px;}
    .brand_concept01 .bd .section1 .brand_logo .box{padding:25px 20px 0px;}
    .brand_concept01 .bd .section1 .brand_logo .box .smidd-6{margin-bottom:10px;}
    .brand_concept01 .bd .section2{margin-bottom:0;}
    .brand_concept01 .bd .section2 .content{height:250px;}
    .brand_concept01 .bd .section2 .content>img{width:600px; margin-left:-300px;}
    .brand_concept01 .bd .section2 .content .cover{top:10%; left:10%; right:10%; bottom:10%;}
    .brand_concept01 .bd .section2 .content .cover .box{width:100%;}
    .brand_concept01 .bd .section2 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section2 .content .cover .box .con{font-size:16px;}
    .brand_concept01 .bd .section3{margin-bottom:15px;}
    .brand_concept01 .bd .section3 .infor .tit{font-size:20px; line-height:46px; height:46px;}
    .brand_concept01 .bd .section3 .content li{/*width:45%;*/ height:50px; line-height:50px;}
    .brand_concept01 .bd .section3 .content li a .tit{font-size:20px; margin-top:0;}
    .brand_concept01 .bd .section4{margin-bottom:15px;}
    .brand_concept01 .bd .section4 .content{height:248px;}
    .brand_concept01 .bd .section4 .content>img{width:600px; margin-left:-300px;}
    .brand_concept01 .bd .section4 .content .cover{left:10%; top:10%; right:10%; bottom:10%; width:auto; margin:0; padding:50px; box-sizing:border-box;}
    .brand_concept01 .bd .section4 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section5 .content{height:426px;}
    .brand_concept01 .bd .section5 .content>img{width:1050px; margin-left:-525px;}
    .brand_concept01 .bd .section5 .content .cover{width:100%; height:100%; padding:15px; box-sizing:border-box; margin:0;}
    .brand_concept01 .bd .section5 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section5 .content .cover .box .con{font-size:14px;}
    .brand_concept01 .bd .section5 .content .cover .box .txt{font-size:12px;}
    .brand_concept01 .bd .section1 .content .cell span{height:auto;}

    /* 备件 */
    .beijian01 .content{padding-top:15px;}
    .beijian01 .content li{margin-bottom:15px;}
    .beijian01 .content li .intro_ .box{padding:10px;}
    :root .beijian01 .content ul li .li_box {min-height:auto;}
    .beijian01 .content li .intro_ .box .tit{font-size:14px;}
    .beijian01 .content li .intro_ .box .tit span{font-size:14px; font-weight:normal; line-height:15px; display:block;}
    .beijian01 .content li.li3 .li_box, 
    .beijian01 .content li.li6 .li_box, 
    .beijian01 .content li.li9 .li_box {border-right-color:#dadada;}
    .beijian01 .content li:nth-child(2n) .li_box{border-right-color:transparent;}
    .beijian01 .content ul li .li_box{min-height:445px;}
    .beijian01 .content li:hover{box-shadow:none;}
    .beijian01 .content li:hover .li_line{display:none;}


    .pro_list03 .infor{margin-bottom:20px;}

    /* 品牌故事 */
    .brand_story01{padding:15px 0;}
    .brand_story01 .content .item{width:49%; margin-right:2%; margin-bottom:10px;}
    .brand_story01 .content .item.three_item{margin-right:2%;}
    .brand_story01 .content .item.imgZoom:nth-child(2n){margin-right:0;}
    .brand_story01 .content .item .intro .box .d{font-size:13px;}
    .brand_story01 .content .item .intro .box .d span{display:none;}
    .brand_story01 .content .item:last-child{margin-bottom:0;}
    .brand_story01 .content .item .intro .box{padding:15px}
    .brand_story01 .content .item .intro .box .t{font-size:15px; line-height:24px; margin:5px 0; height:48px; overflow:hidden;}
    .brand_story01 .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;}

    /*品牌活动0715*/
    .brand_activity01 .content{padding:0}
    .brand_activity01 .content li{margin-bottom:10px;}
    .brand_activity01 .content li:last-child{margin-bottom:0;}

    .service01 .txt .box {padding: 40px 0px 0px 0px;}
    .service01 { padding:10px 0 10px;}
    .service01 .txt {width: 99%; padding-bottom: 21px;}
    .service01 .img {width: 99%;}
    .service01 .txt .box .con {height: auto;}

    /*2020-0817*/
    .channel_content{min-height:430px;}
    
    /*2020-0821*/
    .pro_list02 .hd .content{background:url(../img/m_pro.png) no-repeat top left; background-size:cover;}
    .pro_list02 .hd .content .tit{margin-top:75px;}
    .ipart01 .infor .tit{font-size:18px;}
    .brand_concept01 .bd .section4 .content{height:243px;}
    .brand_concept01 .bd .section2 .content .cover{padding:10px; top:inherit; bottom:0; left:0; right:0;}
    .brand_concept01 .bd .section4 .content .cover{padding:10px; top:inherit; bottom:0; left:0; right:0;}
    .brand_concept01 .bd .section5 .content{height:324px}
    .brand_concept01 .bd .section5 .content>img{width:800px; margin-left:-450px;}

    /*2020-0825*/
    .xc_banner{height:171px;}
    .xc_banner>img{width:760px; margin-left:-400px;}
    .ipart01 .infor .tit {font-size: 15px;}

}
@media only screen and (max-width: 480px) {
    /*mobileMode 480 网站样式*/
    /* 关于综合 */
    .about_center01 .infor .list li .number{font-size:20px;}


}

@media only screen and (max-width: 320px) {
    /*mobileMode 320 网站样式*/
    /*关于综合*/
    .about_center01 .infor .tit{font-size:17px;}
    .about_center01 .infor .list li{width:48%; margin-bottom:15px;}
    .about_center02 .content .rect-3481{padding-bottom:43%;}
    .about_center02 .content .left_bott .left_bott_l .intro .box .ico{width:50px; height:50px;}



}

