/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }

@media only screen and (max-width: 1440px) {
    .ipart01 .left .content .date{width:18%;}
    .ipart01 .left .content .con{width:78%;}
    .ipart02 .left .box{padding:5% 8%;}
    .ipart02 .right ul li .con1 .t{font-size:22px;}
    .xc_nav .left .cover .box .tit{font-size:25px;}
    .ipart02 .right ul li .con2 .c{margin-bottom:20px; font-size:15px;}
    /* 新闻列表 */
    .news_list01 .right .box{padding:5%;}
    .news_list01 .right .box .search_inp{margin-top:5%;}
    .news_list01 .right .box .search_btn{margin-top:5%;}
    .news_list01 .right .box .search_inp .inp .select_box,
    .news_list01 .right .box .search_inp input,
    .news_list01 .right .box .search_btn{height:50px; line-height:50px;}
    .news_list01 .right .box .search_inp .inp ._arrow{width:50px; height:50px;}
    .news_list01 .right .box .search_inp .inp ._arrow .arr{width:50px; height:50px;}

    /* 二手机 */
    .esj02 .item .infor .con ul li{font-size:14px; padding-left:4%;}
    .esj01 .fenlei .pro_list .pro_sx_a{width:16%;}
    .esj02 .item .infor .tit a.more{line-height:33px;}

    /* 使命愿景 */
    .mission01 .left .cover .box{padding:5%;}


    /* 股东介绍 */
    .about_intro01 .right .intro .con{height:168px;}

    /* 联系我们 */
    .contact_us01 .right .con span{padding-left:0;}
    .contact_us02 .content .form .yzm{width:32%;}

    /* 配件展示 */
    .parts01 .content .right .box{padding:5%;}

    /* 在线服务 */
    .service01 .content .cover{width:50%;}
    .service01 .content .cover .box .icon{width:100px; height:100px; background-size:cover;}
    .service01 .content .cover .box .tit{margin-left:5%;}
    .service01 .content .cover .box .t{font-size:25px; margin-top:3%;}
    .service01 .content .cover .box .c{font-size:25px;}
    .service02 .hd .form_box .box .select_wrap{width:78%;}
    .service02 .hd .form_box .box .tit{margin-right:0;}
    .service02 .bd .item .box{padding:5%;}
    .service02 .bd .item .box .t{font-size:17px; margin-bottom:10px; height:54px;}
    .service02 .bd .item .box .c{font-size:14px;}
    .service03 .tit{margin:30px 0;}
    .service03 .content li .top:after{right:3%;}

    .job_list01 .img .infor .box{padding:13% 2%;}

    .order01 .yzm{margin-left:14%;}

    .esj02 .item .infor .tit a.more{font-size:14px; padding:0 5px;}
    .pro_list .esj02 .item .infor .con ul li{width:auto; padding-right:2%;}
}
@media only screen and (max-width:1366px) {
    .news_list01 .right .box .tit{font-size:20px;}
    /* 产品列表 */
    .pro_list01 li .cover .cover_bott a{line-height:50px; height:50px;}


    /* 股东介绍 */
    .about_intro01 .right .intro .con{height:140px;}

    /* 查找经销商 */
    .find_dealers01 .hd .form_box{padding:0 4%;}

    /* 联系我们 */
    .contact_us02 .content .form .inp_{width:60%;}
    /* 20191230 */
    .history01 .history_box ul li.odd .infor{padding-left:155px;}
    .history01 .history_box ul li.even .infor{padding-right:155px;}
}
/* 1240x1080分辨率下的响应式 */
@media only screen and (max-width: 1280px) {
    .ipart01 .left .content .tit{font-size:13px;} 
    .about_us01 .right .cover .icon{width:100px; height:100px; background-size:cover; margin-top:10%;}
    .mission01 .left .cover .box{padding:3% 5%;}
    .history01 .history_box ul li.odd .infor{padding-left:150px;}
    .history01 .history_box ul li.even .infor{padding-right:150px;}
    .news_list01 .right .box .search_inp .inp .select_box, .news_list01 .right .box .search_inp input, .news_list01 .right .box .search_btn{height:45px; line-height:45px;}
    .news_list01 .right .box .search_inp .inp ._arrow .arr{line-height:45px; height:45px;}
    .pro_list01 li .cover .cover_bott a.learn_more:after{margin-top:-25px;}
    .find_dealers01 .hd .seclect_wrap label{font-size:19px;}
    .find_dealers01 .submit_btn{padding:0 50px; font-size:18px;}
    .contact_us02 .content .form .inp_{width:59%;}
    .contact_us02 .content .form .yzm .inp_{width:46%;}
    .service02 .hd .form_box .box .select_wrap{width:76%;}
    .contact_us01 .right{width:47%;}
    .news_list01 .left .con .d{width:15%;}
    .job_list01 .img .infor{width:47%;}
    .ipart01 .left .box{padding:9% 8%;}
    .ipart01 .right .box{padding:10% 8% 20.5%;}


}
/*
* 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 网站样式*/
    .mobile_key{display:block; line-height:80px; height:80px; padding:0 2%;}
    .inav{display:none;}
    /* 首页 */
    .ipart01 .left .content .date{width:18%;}
    .ipart01 .left .content .con{width:76%;}
    .ipart01 .left .box{padding:8% 5% 5% 5%;}
    .ipart01 .box .en{top:20px; font-size:60px;}
    .ipart01 .box .title{margin-bottom:30px;}
    .ipart01 .left .content .tit{width:18%;}
    .ipart01 .left .content .con{width:78%;}
    .ipart01 .right .box{padding:8% 5%;}
    .ipart02 .box .en{top:20px; font-size:60px;}
    .ipart02 .left .box{padding:5%;}
    .ipart02 .box .con{margin:10px 0;}
    .ipart02 .right ul li .con1 .t{font-size:18px;}
    .ipart02 .right ul li .con2 .t{font-size:20px;}
    .ipart02 .right ul li .con2 .c{margin-bottom:8%;}

    /* 新闻列表 */
    .news_list01{margin-bottom:50px;}
    .news_list01 .left{width:100%;}
    .news_list01 .right{width:100%;}
    .news_list01 .right .box .search_inp{width:30%; float:left; margin-right:5%}
    .news_list01 .right .box .search_btn{width:30%; float:left;}
    .news_list02 ul li{margin-bottom:50px;}

    /* 二手机 */
    .esj01 .fenlei .tit{width:10%;}
    .esj01 .fenlei .pro_list .pro_sx_a{width:15%;}
    .esj02 .item .infor .con ul li{ margin-bottom:10px;}

    /* 使命愿景 */
    .mission01 .left .cover .box .tit{font-size:25px;}
    .mission01 .left .cover .box .con{font-size:16px; line-height:30px;}


    /* 股东介绍 */
    .about_intro01 .right .intro .tit{top:-40px;}
    .about_intro01 .right .intro .con{margin-top:-7%;}

    /* 发展历程 */
    .history01 .history_box ul li.odd .infor{padding-left:100px;}
    .history01 .history_box ul li.even .infor{padding-right:100px;}
    .history01 .history_box ul li .img:after{width:70px;}
    .history01 .history_box ul li.odd .img:after{right:-70px;}
    .history01 .history_box ul li.odd .infor:after{left:70px;}
    .history01 .history_box ul li.even .img:after{left:-70px;}
    .history01 .history_box ul li.even .infor:after{right:70px;}

    /* 招聘列表 */
    .job_list01 .img .infor{width:50%;}
    .job_list01 .img .infor .box{padding:6% 2%;}
    .job_list01 .img .infor .tit{font-size:25px;}
    .job_list02 .li_top .tit{font-size:22px;}
    .job_list02 .li_bottom .send{font-size:18px;}

    /* 联系我们 */
    .about_us01 .right .cover .icon{margin-top:10%;}
    .contact_us01 .right .con{font-size:16px;}
    .contact_us02 .content .form_box1{margin-bottom:20px;}
    .contact_us02 .content .form_box .row>div{margin-bottom:20px;}
    .contact_us02 .content label{width:20%;}


    /* 查找经销商 */
    .find_dealers01 .hd .form_box{padding:0;}

    /* 配件展示 */
    .parts01 .content .right .t{font-size:18px; margin-bottom:2%;}
    .parts01 .content .right .c{font-size:13px;}

    /* 在线服务 */
    .service01 .content .cover{width:50%;}
    .service01 .content .cover .box .icon{width:70px; height:70px; background-size:cover;}
    .service01 .content .cover .box .t{font-size:20px; margin-top:3%;}
    .service01 .content .cover .box .c{font-size:20px;}
    .service02 .hd .form_box .box{margin-right:1%;}
    .service02 .hd .form_box .box .select_wrap{width:65%; margin-left:2%;}
    .service03 .tit{font-size:25px;}
    .service02 .hd{padding:60px 0;}
    .service02 .hd .form_box .list_hd{padding:30px 20px;}

    /* 经销商公共导航 */
    .common_dealers .content{width:62%;}

    /* 资料下载 */
    .download01 .tab_t{width:62%;}

    /* 产品列表 */
    .pro_list01 li .cover .cover_top{height:80%;}
    .pro_list01 li .cover .cover_bott{height:20%;}

    /* 20200208 */
    .pro_detail01 .left .infor .tit a.more{padding:0 10px; font-size:14px;}





}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    /* .channel_content{min-height:200px;} */
    .foot_bott .left .span{margin-left:5px;}

    .xc_nav .right .crumbs ul li{padding:0 8px;}

    /* 分页 */
    .pages a, .pages span{padding:0 25px;}

    /* xc_nav */
    .xc_nav .left .cover .box .con{display:none;}

    /* 首页 */
    .ipart01 .left{width:100%;}
    .ipart01 .right{width:100%;}
    .ipart01 .right .img{width:51%;}
    .ipart02 .left{width:100%;}
    .ipart02 .right{width:100%;}
    .ipart02 .box .con{margin:30px 0;}

    /* 新闻列表 */
    .news_list02 ul li .box{padding:20px;}

    /* 新闻详细 */
    .news_detail01 .detail_l{width:72%;}
    .news_detail01 .detail_r{width:26%;}

    /* 产品列表 */
    .pro_list01 li.item{margin-right:2%; width:49%;}
    .pro_list01 li.item:nth-child(2n){margin-right:0;}

    /* 产品详细 */
    .pro_detail01 .mbx{padding:25px 0;}
    .pro_detail01 .left .infor .box{padding:25px;}
    .pro_detail01 .left .infor .tit span.t{font-size:35px;}
    .pro_detail01 .left .infor .tit a.more{padding:0 35px; font-size:16px; line-height:40px;}
    .pro_detail01 .left .infor .tit{padding-bottom:15px;}
    .pro_detail01 .left .infor .con{margin:20px 0 30px; font-size:16px;}
    .pro_detail01 .left .infor .tool span{font-size:14px;}
    .pro_detail01 .right .pro_hd .tit{font-size:25px; margin-bottom:20px;}
    .pro_detail01 .right .pro_hd .con .t{font-size:20px;}

    /* 在线订购 */
    .order01 .content .form .form_r textarea{width:76%;}
    .order01 .content .form .form_l .inp .provice select{height:42px; line-height:42px; width:100%;}
    .order01 .content .form .form_l .inp .provice .select_wrap{width:20%;}
    .order01 .content .form .form_l .inp .provice .inp_area{width:79.7%;}
    .order01 .content .form .form_l .inp .xing{top:65%; right:17%;}
    /* 二手机 */
    .esj02 .item,.esj02 .item.three_item{width:48%; margin-left:1%; margin-right:1%;}

    /* 使命愿景 */
    .mission01 .left .cover .box .tit{font-size:20px; margin-bottom:1%; color:#18254f;}
    .mission01 .left .cover .box .con{font-size:14px; line-height:24px;}


    /* 股东介绍 */
    .about_intro01 li{margin-bottom:50px;}
    .about_intro01 .right .intro .tit_en{font-size:30px;}
    .about_intro01 .right .intro .tit{font-size:20px;}
    .about_intro01 .right .intro .con{height:112px;}

    /* 招聘列表 */
    .job_list01{margin-bottom:30px;}
    .job_list01 .img .infor{position:static; width:100%; color:#666;}
    .job_list01 .img .infor .box{padding:3%;}
    .job_list02 .li_top .top_l{ padding-right:150px; }
    .job_list02 .li_top .tit{font-size:18px;}
    .job_list02 .li_top .time1, .job_list02 .li_top .time2{font-size:14px;}
    .job_list02 .li_top .tit{padding-right:5%;}
    .job_list02 .li_bottom .box .tit{font-size:18px;}

    /* 联系我们 */
    .contact_us01 .right{margin-right:0; width:100%; margin-bottom:20px;}
    .contact_us01 .right .tit{font-size:18px; margin-bottom:20px;}
    .contact_us01 .right .con{font-size:16px;}
    .contact_us01 .left{width:100%;}
    .contact_us02 .content label{width:25%;}
    .contact_us02 .content .form_box ul{width:60%;}

    /* 查找经销商 */
    .find_dealers01{padding:0;}
    .find_dealers01 .infor .tit{margin-bottom:20px; font-size:25px;}
    .find_dealers01 .submit_btn{padding:0 40px;}
    .find_dealers01 .hd{margin-bottom:30px;}
    .find_dealers01 .hd .seclect_wrap{width:37%;}
    .find_dealers01 .hd .seclect_wrap .sec{width:60%;}
    .find_dealers01 .hd .seclect_wrap label{font-size:18px;}
    .find_dealers01 .bd .left{width:100%; margin-top:20px;}
    .find_dealers01 .bd .right{width:100%; height:532px;}

    /* 配件展示 */
    .parts01 .content .right{height:170px; overflow:auto;}
    .parts02{padding-top:50px;}
    .parts02 .tit{font-size:25px;}
    .parts02 .tab_t ul li{width:150px; font-size:18px;}
    .parts02 .tab_c .t{padding:0 5%;}

    /* 在线服务 */
    .service01 .content .cover .box{padding:5%;}
    .service02 .hd{padding:30px 0;}
    .service02 .hd .form_box .hd_tit{float:none; margin-bottom:15px;}
    .service02 .hd .form_box .box{width:44%;}
    .service02 .hd .form_box .box .tit{font-size:14px;}
    .service02 .hd .form_box .hd_btn{width:10%; font-size:14px;}
    .service02 .bd .item{width:48%; margin-right:4%;}
    .service02 .bd .item:nth-of-type(2n){margin-right:0;}
    .service02 .hd .form_box{padding:30px;}
    .service02 .hd .form_box .inp_box_wrap{margin-right:2%;}

    /* 关于我们 */
    .about_us01 .left .tit{font-size:25px;}
    .about_us01 .right .cover .icon{width:50px; height:50px;}
    .about_us01 .right .cover .t{font-size:18px;}

    /* 发展历程 */
    .history01 .history_box ul li .infor .tit{font-size:35px;}

    /* 经销商公共导航 */
    .common_dealers .content{width:80%;}

    /* 资料下载 */
    .download01 .tab_t{width:80%;}

    /* 二手机弹窗 */
    .brandBox_detail{width:660px; margin-left:-330px;}
    /* 订购增加验证码 */
    .order01 .yzm{margin-left:0; width:100%;}

    /* 20200208 */
    .pro_detail01 .left .infor .tit a.more{padding:0 5px; font-size:14px;}

}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:13px;}
    .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 网站样式*/
    .channel_content{padding:30px 0;}
    .rightbar{display:none;}

    .header .logo{width:50%; height:auto;}
    .header .logo:after{display:none;}

    /* 分页 */
    .pages{padding:20px 0;}
    .pages a, .pages span{line-height:30px; padding:0 6px;}

    .foot_top{display:none;}
    .foot_top .left{width:100%;}
    .foot_top .left .con2 li{margin-bottom:5px;}
    .foot_top .right{float:left;}
    .foot_bott{margin-top:0;}
    .foot_bott .right{float:left; margin-bottom:10px;}
    .foot_bott .left{padding-bottom:0;}

    /* xc_banner */
    .xc_nav .left{display:none;}
    .xc_nav .right{width:100%;}
    .xc_nav .right .crumbs{position:static; line-height:30px;}
    .xc_nav .right .crumbs ul{padding-left:0;}
    .xc_nav .right .crumbs ul li{padding:0 8px; font-size:13px;}

    /* 首页 */
    /* ibanner */
    .ibanner .owl-carousel video{display:none;}
    :root .ibanner .i_video img{display:block;}
    .ibanner .owl-nav>div{width:34px; height:34px; background-size:68px;}
    .ibanner .owl-nav .owl-prev{background-position:0 0;}
    .ibanner .owl-nav .owl-prev:hover{background-position:0 -34px;}
    .ibanner .owl-nav .owl-next{background-position:-34px 0;}
    .ibanner .owl-nav .owl-next:hover{background-position:-34px -34px;}
    .ibanner .owl-dots{bottom:10px;}
    .ipart01 .left .box .title .tit{font-size:20px;}
    .ipart01 .left .content li:last-child{margin-bottom:0;}
    .ipart01 .left .content .con{font-size:30px;}
    .ipart01 .left .content .con .t{font-size:13px;}
    .ipart01 .right .box .title{font-size:20px;}
    .ipart01 .box .en{font-size:30px;}
    .ipart01 .right .box .content .t{font-size:13px;}
    .ipart02 .box .title{font-size:20px;}
    .ipart02 .box .en{font-size:30px;}
    .ipart02 .box .con{margin:5px 0; font-size:13px;}
    .ipart02 .box .play{width: 40px;height: 38px; background-size:cover;}
    .ipart02 .rect-355{padding-bottom:47.5%;}
    .ipart02 .right ul li .con1 .t{font-size:12px;}
    .ipart02 .right ul li .con2 .t{font-size:16px;}
    .ipart02 .right ul li .con2 .c{font-size:13px;}
    .ipart02 .right ul li .con2 .t:after{bottom:-8px;}
    .ipart02 .right ul li .con2 .box{padding:0 5%;}
    .ipart02 .right ul li .con2 .more{padding:0 15px; font-size:12px; margin-top:13px; line-height:33px;}
    .ipart01 .right .box .content .more{font-size:12px;}
    .ipart01 .left .box .title .more{font-size:12px;}

    /* 新闻详细 */
    .news_detail01{padding:30px 0;}
    .news_detail01 .detail_l,.news_detail01 .detail_r{width:100%;}
    .news_detail01 .detail_r{margin-top:14px;}
    .news_detail01 .news_title{font-size:20px;}
    .news_detail01 .l_tools{margin-bottom:20px;}

    /* 新闻列表 */
    .news_list01{margin-bottom:30px;}
    .news_list01 .left .con .d{font-size:14px; width:19%;}
    .news_list01 .left .con .t{font-size:14px; width:75%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
    .news_list01 .left .con .d:after{display:none;}
    .news_list01 .right .box .search_inp{width:100%;}
    .news_list01 .right .box .search_btn{width:100%;}
    .news_list02 ul li{width:100%; margin-right:0; margin-bottom:30px;}
    .news_list02 ul li:last-child{margin-bottom:0;}

    /* 产品列表 */
    .pro_list01{padding:30px 0;}
    .pro_list01 li.item{width:100%; margin-right:0;}
    .pro_list01 li .box .infor .tit{font-size:25px; font-family:Arial;}
    .pro_list01 li .cover .cover_top .intro .t{font-size:25px; font-family:Arial;}
    .pro_list01 li .cover .cover_bott a.learn_more:after{margin-top:-25px;}

    /* 产品详细 */
    .pro_detail01 .mbx{font-size:14px; padding:20px 0;}
    .pro_detail01 .left{width:100%;}
    .pro_detail01 .left .infor .tit a.more{font-size:14px;}
    .pro_detail01 .left .infor .con{font-size:14px; margin:15px 0;}
    .pro_detail01 .right{width:100%; margin-right:0; padding-left:5%;}
    .pro_detail01 .right .pro_hd .tit{font-size:20px;}
    .pro_detail01 .right .pro_hd .con .t{font-size:16px;}
    .pro_detail01 .right .pro_hd .con .c{font-size:14px;}
    .pro_detail01 .right .pro_hd .con .list .box .t{font-size:14px;}
    .pro_detail01 .left .infor .tit span.t{font-family:Arial;}

    /* 在线订购 */
    .order01 .content .form .form_l{width:100%;}
    .order01 .content .form .form_r{width:100%;}
    .order01 .infor .tit{font-size:20px;}
    .order01 .content{margin-top:20px;}
    .order01 .content .form .form_l .inp .inp_area{width:100%;}
    .order01 .content .form .form_l .inp .provice{width:100%;}
    .order01 .content .form .form_r textarea{width:97%; height:150px;}
    .order01 .content .form label{font-size:14px;}
    .order01 .content .form .form_l .inp .inp_area{font-size:14px;}
    .order01 .content .form .form_l .inp .provice select{font-size:14px;}
    .order01 .content .button{margin-top:15px;}
    .order01 .content .button>button{font-size:14px; margin:0 10px;}
    .order01 .content .button>button{width:130px;}
    .order01 .content .form .form_l .inp .xing{right:2%;}

    /* 二手机 */
    .esj01 .fenlei .tit{font-size:14px; width:20%;}
    .esj01 .fenlei .pro_list .pro_sx_a{width:auto; padding:0 10px; font-size:14px;}
    .esj02 .item:last-child{margin-bottom:0;}
    .esj02 .item, .esj02 .item.three_item{width:100%; margin-left:0; margin-right:0%;}
    .esj02 .item:nth-child(2n){margin-right:0;}
    /* .esj02 .item .infor .con ul li{width:21%;} */
    .esj02 .item .infor .tit span.t{font-size:30px; font-weight:bold; color:#18254f; position:relative; top:7px; font-family:Arial;}
    .esj02 .item .infor .tit a.more{font-size:12px; margin-right:2px; line-height:30px; float:right;}
    .esj02 .item .infor .con{margin-top:10px;}
    .esj .pages{padding:0;}
    .pro_list .esj02{padding-top:30px;}

    /* 使命愿景 */
    .mission01 .left{width:100%;}
    .mission01 .left .cover{position:static}
    .mission01 .left .cover .box{color:#222;}
    .mission01 .right{width:100%; display:none;}

    /* 董事长致辞 */
    .speech .right .img{width:30%;}
    .speech .right .txt{margin-right:10px; padding-top:98px;}
    .speech .right .txt .t{font-size:13px;}
    .speech .right .txt .c{font-size:16px;}

    /* 股东介绍 */
    .about_intro01 li{margin-bottom:30px;}
    .about_intro01 .left{width:100%;}
    .about_intro01 .right{width:100%; padding:20px 0;}
    .about_intro01 .right .intro .con{font-size:14px; height:auto;}

    /* 关于我们 */
    
    .about_us01 .left{width:100%;}
    .about_us01 .left .tit{font-size:20px;}
    .about_us01 .left .con{font-size:14px;}
    .about_us01 .right{width:100%; float:none; margin-left:0;}
    .about_us01 .right .cover .t{font-size:16px;}
    

    /* 发展历程 */
    .history01 .history_box .history_bd_line{display:none;}
    .history01 .history_box ul{padding-top:0;}
    .history01 .history_box ul li{padding-bottom:20px;}
    .history01 .history_box ul li .img{width:100%; margin-top:0;}
    .history01 .history_box ul li .img:after{display:none;}
    .history01 .history_box ul li .infor{width:100%;}
    .history01 .history_box ul li .infor .tit{font-size:20px; margin-top:10px; font-weight:bold;}
    .history01 .history_box ul li .infor .con{font-size:14px;}
    .history01 .history_box ul li .infor:after{display:none;}
    .history01 .history_box ul li.odd .infor{padding-left:0;}
    .history01 .history_box ul li.even .infor{padding-right:0; text-align:left;}

    /* 招聘列表 */
    .job_list01 .img .infor .tit{font-size:20px;}
    .job_list01 .img .infor .con{font-size:14px;}
    .job_list01 .img .infor .con>div:first-child{width:60%;}
    .job_list02 .li_top .top_l{width:100%;}
	.job_list02 .li_top .top_r{display:none;}
	.job_list02 .li_top .tit{ font-size:18px; display:block; margin-bottom:10px; }
	.job_list02 .li_top .time1, .job_list02 .li_top .time2{padding:0; font-size:14px; line-height:1.5; }
	.job_list02 .li_top .time2{ padding-left:0; }
	.job_list02 .li_top .time1:before,.job_list02 .li_top .time1:after{ display:none; }
	.job_list02 .li_top .top_d_item{ font-size:14px; line-height:1.4; }
    .job_list02 .li_top .top_r{ line-height:257px; }
    .job_list02 .li_top .box{margin:0 20px;}
    .job_list02 .li_bottom .box{padding:20px;}
    .job_list02 .li_bottom .box .tit{font-size:16px;}
    .job_list02 .li_bottom .box .con{font-size:14px;}
    .job_list02 .li_bottom .send{font-size:14px; padding:10 50px;}

    /* 联系我们 */
    .contact_us01{padding:30px 0;}
    .contact_us01 .left{height:322px;}
    .contact_us01 .right .con{font-size:14px; width:100%;}
    .contact_us01 .right .ewm .t{font-size:14px;}
    .contact_us02{padding:30px 0;}
    .contact_us02 .infor .tit{font-size:20px;}
    .contact_us02 .infor .con{font-size:14px; margin-bottom:10px;}
    .contact_us02 .content{padding:0;}
    .contact_us02 .content .form_box{margin-bottom:20px;}
    .contact_us02 .content .form_box1{margin-bottom:0;}
    .contact_us02 .content .form_box .tit{font-size:18px; margin-bottom:20px; padding-left:25px;}
    .contact_us02 .content label{width:18%; font-size:14px;}
    .contact_us02 .content .form .inp_{line-height:35px; height:35px; width:72%;}
    .contact_us02 .content .form_box ul{width:100%;}
    .contact_us02 .content .form_box ul li{font-size:14px;}
    .contact_us02 .content .form_box textarea{height:150px;}
    .contact_us02 .content .form .yzm{width:100%; margin-bottom:20px;}
    .contact_us02 .content .form .button{text-align:center; width:100%;}
    .contact_us02 .content .form .button>button{width:120px; font-size:14px;}

    /* 查找经销商 */
    .find_dealers01 .infor .tit{font-size:20px;}
    .find_dealers01 .hd .seclect_wrap{width:100%; margin-left:0; margin-bottom:15px;}
    .find_dealers01 .hd .seclect_wrap label{font-size:16px;}
    .find_dealers01 .submit_btn{font-size:14px;}
    .find_dealers01 .hd .seclect_wrap .sec{width:75%;}
    .find_dealers01 .bd .cover li .li_box dd{font-size:14px;}

    /* 配件展示 */
    .channel_content.parts{padding-bottom:0;}
    .parts01 .content .left{width:100%;}
    .parts01 .content .right{width:100%; height:auto;}
    .parts02{padding-top:30px;}
    .parts02 .tit{font-size:20px;}
    .parts02 .tab_t ul{margin:20px 0;}
    .parts02 .tab_t ul li{width:100px; margin:0 5px; font-size:14px; line-height:40px; height:40px;}
    .parts02 .tab_c .t{font-size:14px;}
    .parts02 .tab_c .item .txt{line-height:40px; font-size:14px;}

    /* 在线服务 */
    .service01{padding:0 5%;}
    .service01 .content .cover{position:static; width:100%;}
    .service02 .hd{padding:30px 0;}
    .service02 .hd .form_box .hd_tit{margin-bottom:20px; float:none; text-align:center;}
    .service02 .hd .form_box .inp_box_wrap{width:100%; margin:0; padding:0; margin-bottom:20px;}
    .service02 .hd .form_box .hd_btn{width:100%;}
    .service02 .hd .form_box .box{width:100%; margin-bottom:15px;}
    .service02 .hd .form_box .hd_btn{width:100%; background-size:cover;}
    .service02 .hd .form_box .box .select_wrap{width:77%;}
    .service02 .bd .item .box .t{font-size:15px;}
    .service02 .bd .item .box .c{font-size:14px; min-height:88px;}
    .service02{padding:0 5%;}
    .service03{padding:0 5%;}
    .service03 .tit{margin:0 0 10px; font-size:20px;}
    .service03 .content li .top .te{font-size:16px;}
    .service03 .content li .bot .te{font-size:14px;}
    .service03 .content li .top{line-height:50px; height:50px;}
    .service03 .content li .qte{ width: 15%; }
	.service03 .content li .te{ width: 65%; }
    .service03 .content li .top:before{ right: 6%; }
    
    /* 经销商公共导航 */
    .common_dealers{margin-top:30px;}
    .common_dealers .content{width:100%;}
    .common_dealers .content ul li{width:33%;}
    .common_dealers .content ul li .icon{margin:5px 0;}
    .common_dealers .content ul li .t{font-size:14px; margin-bottom:10px;}

    /* 资料下载 */
    .download01 .tab_t{width:100%;}
    .download01 .tab_t ul li{width:33%; line-height:40px; font-size:14px;}
    .download01 .tab_t ul li:nth-of-type(4){border-left:1px solid #d3d3d3;}
    .download01 .tab_c{width:100%; margin-bottom:30px;}
    .download01 .tab_c ._hd{margin-bottom:0;}
    .download01 .tab_c ._bd li{font-size:14px;}
    .download01 .tab_c ._bd ._d1{font-size:14px;}
    .download01 .tab_c ._d2,.download01 .tab_c ._d4 { display:none; }
	.download01 .tab_c ._d1 { width:65%;}
    .download01 .tab_c ._d3 { width:35%;}
    
    /* 登录 */
    .login .content{width:96%; left:2%; margin-left:0;}
    .login .content .box .tit{font-size:18px;}
    .login .content .box{padding:30px;}
    .login .content .box input{height:40px; line-height:40px;}
    .login .content .box button{height:40px; line-height:40px;}

    /* 二手机弹窗 */
    .brandBox_detail{width:100%; margin-left:0; left:0;}
    .brandBox_detail .box{padding:0 5%;}
    .brandBox_detail .box .tit{font-size:18px;}

    /* 订购页增加验证码 */
    .order01 .yzm .inp_{width:41%;}

    /* 20191210 */
    .service03 .content li.cur .top .te{width:76%; white-space:inherit;}
    .service03 .content li .te{padding:0 12px;}

    .header .logo img {
        margin-left: 10px;
        margin-top: 21px;
        width: 80%;
    }
    .ipart01 .left .content li{margin-bottom:25px;}
    .ipart01 .left .content .date .d{font-size:25px;}
    .ipart01 .left .content .date .y{font-size:12px;}
    .ipart01 .left .content .con{width:76%;}
    .ipart02 .right ul li .icon img{width:75%;}
    .foot_bott .left{font-size:12px; margin-bottom:10px; padding-top:10px;}
    .foot_bott .right{display:none;}
    .ibanner .owl-dots .owl-dot{width: 30px;height: 3px;margin: 0 13px;}
    .ibanner .owl-nav .owl-prev{margin-top:-17px;}
    .ibanner .owl-nav .owl-next{margin-top:-17px;}
    .about_us01 .right .cover .icon{margin-top:17%;}
    .speech .content{font-size:13px;}
    .news_list01 .right .box .search_inp .inp .select_box, .news_list01 .right .box .search_inp input, .news_list01 .right .box .search_btn{line-height:35px; height:35px;}
    .news_list01 .right .box .search_btn{font-size:13px;}
    .news_list01 .right .box .search_inp .inp .select_box{font-size:13px;}
    .news_list01 .right .box .search_inp{margin-top: 3%;}
    .news_list02 ul li .cover{display:none;}
    .news_list02 ul li .box .t{font-size:16px;}
    .news_list02 ul li .box .d{font-size:13px;}
    .pro_detail01 .left .infor .tit span.t{font-size:30px; font-weight:bold;}
    .pro_detail01 .left .infor .tit a.more{line-height:34px;}
    .pro_detail01 .left .infor .box{padding:10px 20px;}
    .pro_detail01 .left .infor .tit{height:50px;}
  /*.pro_detail01 .left .infor .tool{display:none;}*/
    .brandBox_detail .box .tit{font-size:20px; margin:0 0 10px;}
    .order01 .content .form .form_l .inp{margin-bottom:5px;}
    .order01 .content .form .form_r textarea {width: 96%; height: 100px;}
    .order01 .content .button>button{height:37px; line-height:37px;}
    .find_dealers01 .hd .form_box{text-align:center;}
    .btn_close{width:40px; height:40px; background-size:200%;}
    .contact_us02 .content .form .xing{line-height:33px;}
    .contact_us02 .content .form_box .row>div{margin-bottom:10px;}
    .contact_us02 .content .form_box{margin-bottom:10px;}
    .contact_us02 .content .form_box textarea{width:98%; height:100px;}
    .contact_us02 .content .form .yzm .inp_{width:54%;}
    .contact_us02 .content .form .button>button{margin:0 10px; line-height:38px; height:38px;}
    .download01 .tab_t{margin:20px auto;}
    .service01 .content .cover .box .tit {margin-left: 5%; margin-top: 14px;width:auto}
    .service01 .content .cover .box{padding:0;}
    .service01 .content .cover .box .icon{    width: 50px; margin-top: 5px; height: 50px;background-size: cover;margin-left: 20px;}
    .service01 .content .cover .box .t {font-size: 18px;margin-top: 3%;display: inline;}
    .service01 .content .cover .box .c {font-size: 17px;display: inline}
    .service02 .hd{padding:20px 0;}
    .service02 .hd .form_box{padding:20px;}
    .service03 .tit{margin:10px 0;}
    .service03 .content li .top .te{font-size:14px;}
    .service03 .content li .bot .te{font-size:13px;}
    .service03 .content li .te{width:71%;}
    .service03 .content li .top:after{display:none;}
    .service03 .content li .top:before{display:none;}
    .parts02 .tab_c .t{margin-bottom:20px;}
    .parts02{padding-top:20px;}
    .contact_us02{padding:20px 0;}
    .contact_us02 .infor .con{display:none;}
    .contact_us01 .left{height:230px;}
    body .Form-J1 .Form-J1-li b{display:none;}
    body .Form-J1-content{padding-left:5px;}
    body .Form-J1 .Form-J1-li input{width:89%;}
    body .Form-J1 .Form-J1-li select{width:89%;}
    body .Form-J1 .Form-J1-li textarea{width:89%;}
    body .channel_content .Form-J1 .Form-J1-li input._yzm {margin-right: 19px; display: inline; width: 45%;}
    body .Form-J1 .Form-J1-Btn{padding-top:0;}
    .news_detail01 .detail_r .arr_box{padding:20px;}
    .news_detail01 .detail_r .share_box{padding:20px;}
    .news_detail01 .detail_r .share_title{display:inline; position:relative; top:10px;}
    .news_detail01 .newdetail_share{padding:0; float:right; display:inline;}
    .news_detail01 .detail_r .black_list{margin-top:30px; font-size:14px;}
    .btn_close.toggle {background-position: 0 -40px;}
    .news_list01 .left .cover{opacity:0.2;}
    /* 20191223 */
    .esj02 .item .infor .text{margin-top:20px;}
    .contact_us01 .right .ewm {right:10px; bottom:65px;  }
    #map-49036{width:500px!important;}
    .pro_list .esj02 .item .infor .con ul li{padding-right:1%;}
    .service_more{width:24%;}
    .btn_close:hover{background-position:-40px 0;}
    .btn_close.toggle:hover{background-position:-40px -40px;}
    .order01 .content .button>button{width:110px;}
    .news_list02{margin-bottom:15px;}
    .news_list02 ul li{overflow:hidden;}
    .news_list02 ul li .img{width:49%; float:left;}
    .news_list02 ul li .con{width:49%; float:left; border:none;}
    .news_list02 ul li .box{padding:15px;}
    .download01 .tab_t ul li{width:32%;}
    .contact_us02 .content .form .yzm .inp_{width:40%;}

    /* 20200303 */
    .pro_detail01 .left .content .content_box>a{display:inline-block;}

    .ipart01 .right .img{right:0; bottom:16%;}
    .ipart01 .right .box .content .more{padding:0 5px;}
    .ipart01 .box .title{margin-bottom:15px;}

    






}
@media only screen and (max-width:480px) { 
    .common_dealers .content ul li{width:32%;}
    .contact_us02 .content .form .inp_{width:72%;}
    .contact_us02 .content .form_box .tit{font-size:16px;}
}
@media only screen and (max-width:320px) { 
    .ipart01 .left .content .tit{font-size:12px;}
    .ipart02 .box .con{margin:10px 0;}
    .ipart02 .right ul li .con2 .t:after{bottom:-10px;}
    .ipart02 .right ul li .con2 .more{line-height:30px;}

    .contact_us02 .content .form .inp_{width:94%;}
    .contact_us02 .content label{width:24%;}
    .contact_us02 .content .form .button>button{width:105px;}

    .login .content .box .txt{font-size:13px;}

    /* 20191230 */
    .parts02 .tab_c .item .txt{line-height:24px; padding:5px 0; font-size:14px;}
    .parts02 .tab_t ul li{width:85px;}
    .service01 .content .cover .box .icon{display:none;}
    .service01 .content .cover .box .tit{margin:10px 0 10px 10px;}
    .service02 .hd .form_box .box .select_wrap{width:72%;}
    .service02 .bd .item{width:100%;}
    .speech .right .txt .t{font-size:12px;}
    .speech .right .txt{margin-right:5px;}
    .speech .right .txt{padding-top:65px;}
    body .channel_content .Form-J1 .Form-J1-li input._yzm{width:33%; margin-right:0;}

    /* 20191231 */
    .ipart02 .left .box{padding:10px;}
    .ipart02 .box .title{font-size:16px;}
    .ipart02 .box .con{margin:0;}
    .ipart02 .right ul li .con1 .icon{margin-top:40%;}
    .ipart02 .right ul li .con2 .c{margin-bottom:0;}
    .ipart02 .right ul li .con2 .c{font-size:12px;}

    /* 20200208 */
    .pro_detail01 .left .infor .tit a.more{font-size:12px;}

}
