/*
* 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 (min-width: 1540px) {
    /* rem+vw+calc, 同时设置px兼容 */
    html{font-size:100px; font-size:calc(100px - 30 * ((1920px - 100vw) / 680));}
}

/* FHD缩放125% */
@media only screen and (max-width: 1540px) {
    html{font-size:90px; font-size:calc(100px - 30 * ((1920px - 100vw) / 680));}
    .mwrap { width:1200px; }
    /*1540（FHD缩放125%） 网站样式*/








}


/* 1440（2K） */
@media only screen and (max-width: 1440px) {
    .mwrap { width:1200px; }
    /*1440（2K） 网站样式*/
    html{font-size:80px;}


    /* 底部 */
    .footer .f_top .t_ewm li .ewm{width:1rem; height:1rem;}


    /* 产品详情 */
    .pro_detail01 .left .title{font-size:.7rem;}
    .pro_detail03 .left .l_left{margin-bottom:.3rem;}
    .pro_detail03 .left .l_right{width:55%; }


    /* 产品列表 */
    .pro_list02 .bd .li_ .left .bott{padding-top:.4rem;}
    .pro_list02 .bd .li_ .left .img{height:2.5rem;}


    /* 维护指南 */
    .guide01 li.j_c .j_c_box .down_list{width:90%;}


    /* 联系我们 */
    .contact_us02 .content1 li{padding:.4rem 2%;}


    /* 经销商 */
    /* .network01 .left .map_box .map img{object-fit:contain;} */


}


/* 1366（普通14寸） */
@media only screen and (max-width: 1366px) {
    
    .mwrap { width:1200px; }
    /*1366（普通14寸） 网站样式*/


    /* 底部 */
    .footer .f_top .t_ewm li{margin-right:.1rem;}
    .footer .f_top .t_ewm li .ewm{width:.9rem; height:.9rem;}


    /* 经销商 */
    .network01 .left .box{height:6.3rem;}



}


/*
* PadMode
*/
@media only screen and (max-width: 1240px) {
    html{font-size:80px;}
    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    /* html { overflow-x:hidden;} */
    body,input,textarea,button,select { font-size:.15rem;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; }
    .wrap_left{width:calc(50vw + 470px)}
    /*padMode 1240px 网站样式*/


    /* 导航 */
    .header .inav_wrapper .inav_li{margin:0 .15rem;}
    .header .h_tools{margin-left:0;}

    .header .inav_wrapper .inav_down{padding:.3rem .3rem .2rem;}
    .header .inav_wrapper .inav_down .d_box .sec_box a{padding:.1rem .15rem;}

    .header .header_bott li{margin:0 .15rem;}


    /* 公共字号 */
    .tit44{font-size:.4rem;}
    .tit40{font-size:.36rem;}
    .tit36{font-size:.32rem;}
    .tit30{font-size:.28rem; line-height:.4rem;}
    .tit24{font-size:.22rem; line-height:.3rem;}

    /* 公共部分 */
    .channel_content{padding:.6rem 0;}


    /* 底部 */
    .footer .f_top{padding-top:.5rem;}
    .footer .f_top .t_left{width:34%;}
    .footer .f_top .f_logo{margin-bottom:.2rem;}
    .footer .f_top .t_ewm ul{flex-wrap:wrap;}
    .footer .f_top .t_ewm li{width:30%; margin-bottom:.2rem;}
    .footer .f_top .t_right dl dt{padding-bottom:.2rem; margin-bottom:.2rem;}


    /* 新闻综合 */
    /* .news_center01{margin-bottom:.6rem;} */
    .news_center01{padding:.8rem 0 .6rem;}
    .news_center01 .bott .right .item .words .c{margin:.05rem 0;}
    .news_center04{padding-top:.6rem;}
    .news_center04 .bott .swiper-scrollbar{margin-top:.4rem;}
    .news_center05{padding:.6rem 0;}
    .news_center05 .bott .swiper-slide a{padding:.3rem 6% .4rem;}
    .news_center05 .bott .swiper-slide .t{margin-bottom:.2rem;}
    .news_center05 .bott .swiper-slide .c{margin-bottom:.4rem;}
    .news_center01 .bott .right .item{margin-bottom:.1rem;}
    .news_center01 .bott .right .item .words .t{height:.3rem; -webkit-line-clamp:1;}


    /* 陕汽要闻 */
    .news_list01 .btns_box{bottom:10%;}
    .news_list01 .swiper-slide .word_box .tit{font-size:.28rem; line-height:.34rem;}
    .news_list01 .swiper-slide .word_box .con{margin:.2rem 0 .4rem; height:.6rem; -webkit-line-clamp:2;}
    .news_list01 .swiper-slide .img_box::after{width:1rem;}


    /* 新闻详情 */
    .news_detail01 .left{width:72%;}
    .news_detail01 .left .share_box{margin:.2rem 0 .35rem;}
    .news_detail01 .left .text{padding-bottom:.5rem;}
    .news_detail01 .left .btns{padding-top:.35rem;}
    .news_detail01 .right{width:23.4%;}

    
    /* 影像陕汽 */
    .video_list01 .cover .con{line-height:.3rem;}
    .video_list02 li{margin-bottom:.4rem;}
    .thr_nav{margin-bottom:.4rem;}


    /* 人才 */
    .xc_banner.talent .xc_words .title{font-size:.5rem;}
    .talent01{padding:.6rem 0;}
    .talent01 .img{bottom:0;}
    .talent02 .content ul{margin-top:2rem;}
    .talent02 .content li{top:2rem; padding-bottom:.8rem;}
    .talent02 .content li .box{padding:.6rem 10% .8rem;}
    .talent03,.talent04{margin-top:.6rem;}
    .talent03 .content .item>div{height:2.6rem;}
    .talent03 .content .item .tit{top:.3rem; left:.3rem;}
    .talent03 .content .item .words .t{top:.8rem; left:.3rem; right:.3rem; max-height:1.2rem; overflow-y:auto;}
    .talent03 .content .item .words .t::-webkit-scrollbar {display:none;}
    .talent05{margin-top:.6rem; padding:.8rem 0;}
    .talent05 .content .item .box{padding:.4rem 6% .2rem;}
    .talent05 .content .item .box .c{margin-top:.2rem; padding-bottom:.4rem;}
    .talent05 .content .item .box .bg{height:1.2rem;}


    /* 荣誉 */
    .honor01{margin-bottom:.6rem;}
    .honor02 .content .infor{margin-top:1rem;}
    .honor02 .content .right li{padding:.3rem 0 .2rem;}
    .honor02 .content .right{margin-right:0;}


    /* 关于我们 */
    .about_us01 .content .cont{-webkit-transform:scale(1); transform:scale(1); padding:.5rem 6%;}
    .about_us01 .infor{top:0; margin-top:1.5rem; position:relative; }
    .about_us01 .content{padding-top:0; margin-top:4rem;}
    .about_us01 .content .cont .bott .num,
    .about_us03 .content .num_area li .num,
    .about_us04 .content li .num{font-size:.46rem;}
    .about_us02,.about_us03,.about_us03 .content .num_area{margin-top:.6rem;}
    .about_us02 .left{padding-top:.5rem;}
    .about_us03 .content .num_area li .c1{width:80%;}
    .about_us03 .content .cont,.about_us04 .content{width:75%;}
    .about_us04{padding:.7rem 0 .9rem;}
    .about_us04::before{width:2.4rem; height:1.3rem;}
    .about_us04::after{width:2.2rem; height:1.9rem;}
    .about_us05{padding:.7rem 0;}
    .about_us05 .content{align-items:flex-start;}


    /* 保修手册 */
    .manual01 li{margin-bottom:.2rem;}
    .manual01 li .top{height:2.4rem;}
    .manual01 li .top .img{width:1.8rem; margin-left:-.9rem;}
    .manual01 li:hover .top .img{left:1.2rem;}
    .manual01 li .top .btns{right:.2rem;}
    .manual01 li .t{margin-top:.2rem;}


    /* 服务 */
    .service .title{margin-bottom:.35rem;}
    .service01 .cont li .box{margin-top:5vw;}
    .service02{margin-top:.6rem; padding-bottom:.6rem;}
    .service02 .swiper-slide{width:23.5%;}
    .service03 .left{width:45%;}
    .service04{margin-top:.6rem;}
    .service04 .right li{height:1.8rem;}
    .service03 .left li .name::before{top:.0;}


    /* 产品详情 */
    .pro_detail01{padding-top:1rem;}
    .pro_detail01 .left .title{font-size:.6rem;}
    .pro_detail01 .content::before{width:60%; height:35%;}
    .pro_detail01 .content .vr_icon{right:0;}
    .pro_detail02 .bd .section{padding-top:.7rem;}
    .pro_detail02 .bd .top .mouse_btn{margin:.3rem 0 .5rem;}
    .pro_detail02 .section1 .bott .item .icon{height:.55rem;}
    .pro_detail02 .section2 .bott .box{height:5.5rem;}
    .pro_detail02 .section2 .parameter{margin-top:.5rem;}
    .pro_detail02 .section2 .parameter .table-responsive{width:100%;}
    .pro_detail02 .section1 .bott .pagi_box .item{margin-right:.6rem;}
    .pro_detail03{margin-top:.6rem; padding-top:.7rem;}
    .pro_detail03 .left{width:42%;}
    .pro_detail03 .left .l_left .l_bott,
    .pro_detail03 .left .l_left .l_bott .btns_box,
    .pro_detail03 .left .l_left .l_bott .t{margin-top:.1rem;}
    .pro_detail03 .left .l_left .l_bott .ewm_box .img img{max-width:1.5rem;}
    .pro_detail03::before{width:calc(50vw - 49px);}


    /* 产品列表 */
    .pro_list02 .hd .item .choose_box li{margin-right:.2rem;}
    .pro_list02 .bd .li_{width:32%; margin-right:2%;}
    .pro_list02 .bd .li_:nth-child(4n){margin-right:2%;}
    .pro_list02 .bd .li_:nth-child(3n){margin-right:0;}
    .pro_list02 .bd .li_ .right{width:107%; padding:.4rem 8% .4rem 12%;}
    .pro_list02 .bd .li_:nth-child(4n) .right{left:100%; transform-origin:left center; -webkit-transform-origin:left center; box-shadow:5px 0px 8px 0px rgba(63, 63, 63, 0.13);}
    .pro_list02 .bd .li_:nth-child(3n) .right{left:-107%; transform-origin:right center; -webkit-transform-origin:right center; box-shadow:-5px 0px 8px 0px rgba(63, 63, 63, 0.13);}
    .pro_list03 .item .cont .icon img{width:.8rem;}
    .pro_list02 .bd .li_ .left{padding-top:.4rem;}
    .pro_list02 .bd .li_.hot .left::after{width:.6rem; height:.64rem;}
    .pro_list03{padding:.6rem 0;}
    .pro_list03 .title{margin-bottom:.4rem;}


    /* 维护指南 */
    .guide01 li.first, .guide01 li.j_t{padding:0 4%;}
    .guide01 li.j_c .j_c_box .down_list{width:100%;}
    .guide01 li.j_c .j_c_box{padding:.4rem 4%;}
    .guide01 li.j_c .j_c_box .down_list li{width:48%; margin-right:4%;}
    .guide01 li.j_c .j_c_box .down_list li .t{width:calc(100% - .8rem);}


    /* 联系我们 */
    .contact_us .content1{width:90%;}
    .contact_us .title{margin-bottom:.3rem;}
    .contact_us01 .content1{padding-top:.5rem;}
    .contact_us01 .content1 li .icon{height:.4rem; margin-bottom:.15rem;}
    .contact_us02{padding:.6rem 0; margin-top:.6rem;}
    .contact_us02 .content1 li{padding:.3rem 1.5%;}
    .contact_us02 .content1 li .left .icon{height:.3rem; margin-bottom:.1rem;}
    .contact_us03{padding-top:.6rem;}


    /* 龙行无忧 */
    .app_down01{height:6.5rem;}


    /* 经销商 */
    .network01 .left .box{height:5.05rem;}
    .network01 .right .bott .right_box li{padding:.15rem .2rem .1rem; padding-right:6%;}
    .network01 .right .bott .right_box li .name_line{margin-bottom:.1rem;}
    .network01 .right .bott .right_box{max-height:4.3rem;}


    /* 新-经销商 */
    .new_network01.network01 .left .box{height:7rem;}
    .new_network01.network01 .right .bott .right_box{max-height:4.5rem;}



    /* 首页 */
    .ibanner{height:8rem;}
    .ipart01{padding:.8rem 0 2rem;}
    /* .ipart01 .left .top{padding-top:.5rem;} */
    /* .ipart01 .left .top .type_box .type{padding-left:.2rem;} */
    .ipart01 .left .bott{margin-top:.3rem; padding-left:0;}
    .ipart01 .right{width:58%;}
    .ipart02,.ipart03,.ipart04{margin-top:.6rem;}
    .ipart02 .top .num_line .num_box .num{font-size:.6rem;}
    .ipart02 .bott .right .box>img{max-height:.4rem;}
    .ipart02 .bott .right .box .big_num .item{margin-right:.3rem; margin-bottom:.1rem;}
    .ipart02 .bott .right .box .common_more{margin-top:.2rem;}
    .ipart04 .item.on .txt_full{top:12%;}
    .ipart04 .item .txt_full{left:.5rem;}
    .ipart04 .item .txt_full .co{margin-bottom:.2rem;}
    .ipart05 .cloud1{width:2.8rem; height:1.1rem;}
    .ipart05 .cloud2{width:5rem; height:2.4rem;}
}

@media only screen and (max-width: 1024px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:750px; }
    .wrap_left{width:calc(50vw + 375px)}
    /*padMode 992px 网站样式*/


    /* 导航 */
    .header .inav_wrapper{display:none;}
    .header .header_bott{display:none;}
    .header .h_tools .h_tour{height:.2rem; padding-left:.15rem;}
    .header .h_tools .h_tour::after{height:.2rem;}
    .header .h_tools>div{margin-left:.1rem;}
    .header .h_tools .h_side{display:none;}

    /* 公共字号 */
    .tit44{font-size:.36rem;}
    .tit40{font-size:.32rem;}
    .tit36{font-size:.28rem;}
    .tit30{font-size:.24rem;}
    .tit24{font-size:.2rem; line-height:.3rem;}
    .con18{line-height:.3rem;}


    /* 手机端部分 */
    .header .h_tools .mobile_key{display:inline-block; position:relative; width:.2rem; height:.21rem; margin-top:.33rem; z-index:10; margin-left:.2rem;}
    .header .h_tools .mobile_key::after,
    .header .h_tools .mobile_key::before{content:''; display:block; position:absolute; left:0; top:50%; width:100%; height:2px; transform:translateY(-50%); background:#fff; transition:all .36s}
    .header .h_tools .mobile_key span{display:block; position:absolute; left:0; top:50%; width:100%; height:2px; transform:translateY(-50%); background:#fff; transition:all .36s}
    .header .h_tools .mobile_key::before{margin-top:-6px}
    .header .h_tools .mobile_key::after{margin-top:6px}
    .menu-open.header .h_tools .mobile_key span {opacity:0}
    .menu-open.header .h_tools .mobile_key::after,
    .menu-open.header .h_tools .mobile_key::before{margin-top:0}
    .menu-open.header .h_tools .mobile_key::before{transform:translateY(-50%) rotate(45deg)}
    .menu-open.header .h_tools .mobile_key::after{transform:translateY(-50%) rotate(-45deg)}
    
    .header.fixed .h_tools .mobile_key span{background:#222;}
    .header.fixed .h_tools .mobile_key::before{background:#222;}
    .header.fixed .h_tools .mobile_key::after {background:#222;}

    .header.xcHeader .h_tools .mobile_key span{background:#222;}
    .header.xcHeader .h_tools .mobile_key::before{background:#222;}
    .header.xcHeader .h_tools .mobile_key::after {background:#222;}

    .header:hover .h_tools .mobile_key span{background:#222;}
    .header:hover .h_tools .mobile_key::before{background:#222;}
    .header:hover .h_tools .mobile_key::after {background:#222;}


    /* 手机端导航 */
    .header .mNav{width:100%; position:fixed; left:100%; top:0.9rem; bottom:0; padding:0 0.15rem; background-color:#f8f8f8; -webkit-transition:all 0.5s; transition:all 0.5s; overflow:hidden; padding-bottom:0.48rem; box-sizing:border-box; display:block;}
    .header .mNav.in{left:0;}
    .header .mNav>ul{padding-top:0.25rem;}
    .header .mNav ul .m_li{position:relative; margin:0 0.25rem;}
    .header .mNav ul .m_li>a{position:relative; display:block; border-bottom:1px solid #d4d4d4; font-weight:bold; padding:0.2rem 0;}
    .header .mNav ul .m_li>a span{float:right; display:block; font-size:0.2rem;}
    .header .mNav ul .m_li .nav_open{width:100%; border-bottom:1px solid #d4d4d4; position:fixed; left:100%; top:0.65rem; bottom:0; background-color:#fff; overflow-y:auto; z-index:120; padding:0.5rem 0.25rem; -webkit-transition:all 0.5s; transition:all 0.5s; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); visibility:hidden; box-sizing:border-box;}
    .header .mNav ul .m_li .nav_open.in{left:0; visibility:visible;}
    .header .mNav ul .m_li .nav_open>a{font-size:0.2rem;}
    .header .mNav ul .m_li .nav_open>a span{margin-right:8px; margin-top:0; margin-left:0; font-size:.18rem; line-height:1;}
    .header .mNav ul .m_li .nav_open .bd{margin-left:-0.15rem; margin-right:-0.15rem; overflow:hidden;}
    .header .mNav ul .m_li .nav_open .bd .title{font-weight:bold; margin:0.2rem 0.25rem; margin-bottom:0; padding:0.1rem 0; border-bottom:1px solid #d4d4d4;}
    .header .mNav ul .m_li .nav_open .bd .container{padding:0 0.25rem; margin:0 auto;}
    .header .mNav ul .m_li .nav_open .bd .container .m_secondNav .t>a{display:block; font-size:0.2rem; border-bottom:1px solid #d4d4d4; padding:0.2rem 0 0.15rem 0; font-weight:normal; overflow:hidden; margin:0;}
    .header .mNav ul .m_li .nav_open .bd .container .m_secondNav .t span{margin-right:8px; margin-top:0; margin-left:0; font-size:0.2rem; float:right; -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg);}
    .header .mNav ul .m_li .nav_open .bd .container .m_secondNav .t a span {-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
    .header .mNav ul .m_li .nav_open .bd .container .m_secondNav .t .iconfont{display:none;}
    .mobile-menu-open {overflow:hidden;}
    

    /* 底部 */
    .footer .f_top .t_left{width:100%;}
    .footer .f_top .t_ewm li{width:auto; margin-bottom:0; margin-right:.2rem;}
    .footer .f_top .t_right{display:none;}


    /* 新闻综合 */
    /* .news_center01 .bott .right .item .words .t{height:.6rem;} */
    .news_center05 .bott .swiper-slide .t{height:.6rem;}
    .news_center01 .bott .right .item .words .time{display:none;}


    /* 陕汽要闻 */
    .news_list01{padding-top:.4rem;}
    .news_list01 .btns_box{bottom:8%;}
    .news_list01 .swiper-slide .word_box .tit{font-size:.24rem; line-height:.3rem;}
    .news_list01 .swiper-slide .word_box .con{margin:.1rem 0 .3rem;}
    .news_list01 .swiper-slide .img_box::after{width:0.8rem;}
    .news_list02 .hd .item{width:2.6rem;}
    .news_list02 .bd li{width:48%; margin-right:4%; margin-bottom:.3rem;}
    .news_list02 .bd li:nth-child(3n){margin-right:4%;}
    .news_list02 .bd li:nth-child(2n){margin-right:0;}


    /* 下层title */
    .xc_title{padding:.6rem 0;}


    /* 新闻详情 */
    .news_detail01 .left{width:100%;}
    .news_detail01 .right{width:100%; margin-top:.4rem; display:flex; align-items:flex-start; justify-content:space-between;}
    .news_detail01 .right .item{width:48%; margin-bottom:0;}


    /* 影像陕汽 */
    .video_list01 .cover .left{width:55%;}
    .video_list02 li{width:48%; margin-right:4%;}
    .video_list02 li:nth-child(3n){margin-right:4%;}
    .video_list02 li:nth-child(2n){margin-right:0;}
    .video_list02 li .tit{max-height:.6rem;}


    /* 人才 */
    .xc_banner.talent .xc_links ul{width:95%;}
    .talent01 .content{align-items:flex-start;}
    .talent01 .left{width:40%; padding-bottom:0;}
    .talent02 .content ul{width:5.5rem;}
    .talent02 .content li .box .icon{height:.5rem; margin-bottom:.1rem;}
    .talent02 .content li .box .t{margin-bottom:.1rem;}
    .talent05 .content .item .box .c{padding-bottom:.3rem; margin-top:.1rem;}
    .talent05 .content .item .box .icon{height:.5rem;}
    .talent05 .content .item .box .bg{height:1rem;}
    .talent05 .content .item .box{padding-top:.3rem;}


    /* 荣誉 */
    .honor02{height:5rem;}
    .honor02 .content .right{width:60%;}


    /* 关于我们 */
    .about_us01 .infor{margin-top:1rem;}
    .about_us01 .content{margin-top:3.4rem;}
    .about_us01 .content .cont .bott .num,
    .about_us03 .content .num_area li .num,
    .about_us04 .content li .num{font-size:.42rem;}
    .about_us02 .left{padding-top:0;}
    .about_us02 .left .detail li{width:100%; margin-right:0; margin-top:.2rem;}
    .about_us02 .right .car img{max-width:100%;}


    /* 保修手册 */
    .manual01 li{width:32.4%; margin-right:1.4%;}
    .manual01 li:nth-child(4n){margin-right:1.4%;}
    .manual01 li:nth-child(3n){margin-right:0;}
    

    /* 服务 */
    .service01 .cont li .box .dot{margin-bottom:.2rem;}
    .service01 .cont li .box .tit{margin-bottom:.05rem;}
    .service02 .swiper-slide{width:31.8%;}
    .service04 .content{position:relative; top:auto; transform:none; padding:.6rem 0;}
    .service04 .bg img{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:100%; object-fit:cover;}
    .service04 .right li .icon{height:.45rem;}
    .service04 .right li{height:1.7rem;}


    /* 产品详情 */
    .header.xcHeader.on{top:0;}
    .header.xcHeader.gout{top:-.9rem;}
    .pro_detail01{padding-top:.6rem;}
    .pro_detail01 .left .title{font-size:.5rem;}
    .pro_detail02 .section1 .bott .pagi_box .item{margin-right:.4rem;}
    .pro_detail02 .section1 .bott .item .icon{height:.45rem;}
    .pro_detail03 .left .l_right{display:none;}
    .pro_detail03 .left .l_left{width:100%; max-width:none; margin-bottom:0;}
    .pro_detail03{padding:.6rem 0;}
    .pro_detail03 .left{width:35%;}
    .pro_detail03 .right{width:58%;}
    .pro_detail03::before{width: calc(50vw - 100px);}


    /* 产品列表 */
    .pro_list01 .infor{top:40%;}
    .pro_list02 .bd .li_ .left .img{height:2rem;}
    .pro_list02 .bd .li_ .right .con{height:1.2rem;}
    .pro_list02 .bd .li_ .right .btns_box .btn_{padding:0 .2rem;}
    .pro_list03 .item .cont{padding:.3rem 4%;}


    /* 联系我们 */
    .contact_us02 .content1 li{display:block;}
    .contact_us02 .content1 li .left{width:100%; margin-bottom:.2rem;}
    .contact_us02 .content1 li .right{width:80%; margin:0 auto;}


    /* 龙行无忧 */
    .app_down01 .device1{width:24%;}
    .app_down01 .device2{width:17%;}


    /* 经销商 */
    .network01 .content{display:block; }
    .network01 .left{width:100%;}
    .network01 .left .box{height:auto;}
    .network01 .right{width:100%; margin-top:.3rem;}


    /* 首页 */
    .ibanner{height:7rem;}
    .ipart01{padding-bottom:1.4rem;}
    /* .ipart01 .left .top .type_box .type{padding:5px .2rem;} */
    .ipart01 .left .bott .box .btn_box{margin-top:.3rem;}
    .ipart01 .left .bott .box .ul_d{display:block;}
    .ipart01 .left .bott .box .ul_d li{padding:0; margin-right:.4rem; display:inline-block; vertical-align:text-top;}
    .ipart01 .left .bott .box .ul_d li::after{display:none;}
    .ipart01 .left .bott .box .ul_d li .c{height:.3rem; line-height:.3rem; -webkit-line-clamp:1;}
    .ipart01 .left .bott .box .name{margin-bottom:.15rem;}
    .ipart01 .left .bott{margin-top:.1rem;}
    .ipart02 .top .num_line .num_box .num{font-size:.5rem;}
    .ipart02 .bott .left{width:55%;}
    .ipart02 .bott .right{width:45%;}
    .ipart03 .swiper-slide .time{margin-bottom:.1rem;}
    .ipart03 .btns_box{margin-top:.2rem;}
    .ipart04 .item .img_cover .rect-100{padding-bottom:125%;}
    .ipart04 .rect-4418{padding-bottom:55.18%;}
    .ipart04 .item .txt_full{width:4.1rem;}

    /* 新-经销商 */
    .new_network01.network01 .left{width:100%;}
    .new_network01.network01 .left .box{height:6rem;}
    .new_network01.network01 .right{width:100%;}
}

@media only screen and (max-width: 820px) {
    
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:4%; padding-right:4%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }
    .wrap_left{width:96%;}

    /*移动端防恶意复制信息*/
    * {
        -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浏览器*/}


    /* 手机端导航 */
    .header .mNav{top:.8rem;}
    .header .mNav ul .m_li>a{padding:.15rem 0;}
    .header .mNav ul .m_li .nav_open .bd .container .m_secondNav .t>a{font-size:.18rem; padding:.15rem 0;}
    .header .h_logo{padding:.2rem 0;}
    .header .h_tools .iconfont{line-height:.8rem;}
    .header .h_tools .h_tour{padding:.29rem 0; padding-left:.15rem;}
    .header .h_tools .mobile_key{margin-top:.28rem;}

    /* 搜索下拉 */
    .search_alert .sear_top{padding:.18rem 0;}
    .search_alert .sear_section{margin:0 .3rem;}

    /* 公共字号 */
    .tit44{font-size:.32rem; line-height:.4rem;}
    .tit40{font-size:.28rem; line-height:.4rem;}
    .tit36{font-size:.24rem; line-height:.34rem;}
    .tit30{font-size:.22rem; line-height:.3rem;}
    .tit24{font-size:.18rem;}


    /* 公共部分 */
    .channel_content{padding:.4rem 0; min-height:calc(100vh - 4.8rem);}


    /* 下层banner */
    .xc_banner{height:3rem; margin-top:.8rem;}
    .xc_banner>img{height:100%; object-fit:cover;}


    /* 底部 */
    .footer .f_top{display:none;}
    .footer .f_bott .content{position:relative;}
    .footer .f_bott .b_left{padding:0; padding-bottom:.1rem; width:100%; text-align:center; padding-right:.5rem; box-sizing:border-box;}
    .footer .f_bott .b_left a{display:inline-block;}
    .footer .f_bott .b_right{padding:0; width:100%; text-align:center; padding-right:.5rem; box-sizing:border-box;}
    .footer .f_bott .b_right .btns_{position:absolute; margin:0; right:0; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); width:.4rem; height:.4rem;}
    .footer .f_bott .b_right .btns_ .iconfont{font-size:.2rem; line-height:.4rem;}


    /* 公共按钮 */
    .common_more{padding:0 .25rem;}
    .common_more .iconfont{font-size:.2rem; vertical-align:baseline;}


    /* 新闻综合 */
    .news_center .top{margin-bottom:.3rem;}

    /* .news_center01{margin-bottom:.4rem;} */
    .news_center01{padding:.4rem 0;}
    .news_center04{padding-top:.4rem 0;}
    .news_center04 .bott .swiper-scrollbar{margin-top:.3rem;}
    .news_center05{padding:.4rem 0;}
    .news_center05 .bott .swiper-slide a{padding:.2rem 4% .3rem;}
    .news_center05 .bott .swiper-button-prev::after, .news_center05 .bott .swiper-button-next::after{font-size:.3rem;}
    .news_center05 .bott .swiper-slide .t{margin-bottom:.1rem;}
    .news_center05 .bott .swiper-slide .c{margin-bottom:.3rem;}
    .channel_content.news_center{padding-top:0; margin-top:.8rem;}


    /* 分页 */
    .widgets_common_pages_4 a, 
    .widgets_common_pages_4 span{display:none;}
    .widgets_common_pages_4 .goprev, 
    .widgets_common_pages_4 .gonext, 
    .widgets_common_pages_4 span.count{display:inline-block;}


    /* 陕汽要闻 */
    .news_list.channel_content{padding-top:.8rem;}
    .news_list01{padding-top:.4rem; margin-bottom:.4rem;}
    .news_list01 .btns_box{position:relative; bottom:auto; text-align:center; margin-top:.2rem;}
    .news_list01 .swiper-slide .word_box .con{margin:.1rem 0;}
    .news_list01 .swiper-slide .word_box .time{display:none;}
    .news_list01 .swiper-slide .word_box .tit{font-size:.22rem;}
    .news_list02 .hd{margin-bottom:.3rem;}
    .news_list02 .hd .item{width:32%; margin-right:2%;}
    .news_list02 .hd .item2{margin-right:0;}
    .news_list02 .bd li{margin-bottom:.2rem;}
    .news_list02 .bd li .word_box{padding:.2rem 7% .3rem;}
    .news_list01 .btns_box .swiper-button-prev, .news_list01 .btns_box .swiper-button-next{width:.45rem; height:.45rem; margin:0 .05rem;}
    .news_list01 .btns_box .swiper-button-prev::after, .news_list01 .btns_box .swiper-button-next::after{font-size:.16rem;}

    .news_list01 .thr_nav{margin-bottom:.2rem;}
    .news_list01 .thr_nav .left a{padding:5px .25rem;}


    /* 下层title */
    .xc_title{padding:.5rem 0; margin-top:.8rem;}


    /* 新闻详情 */
    .news_detail01 .left .share_box li .iconfont{font-size:.26rem;}
    .news_detail01 .left .share_box li .bds_tsina .iconfont{font-size:.32rem;}
    .news_detail01 .left .share_box li{padding:0 .2rem; margin:0;}
    .news_detail01 .left .share_box{margin-bottom:.25rem;}
    .news_detail01 .left .text{padding-bottom:.3rem;}
    .news_detail01 .left .btns{padding-top:.3rem;}
    .news_detail01 .right{margin-top:.3rem;}


    /* 影像陕汽 */
    .video_list01 .cover{position:relative; padding:.4rem 4%; left:0; right:0; transform:none;}
    .video_list01 .bg img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
    .video_list02 li{margin-bottom:.2rem;}
    .video_list02 li .tit{margin-top:.1rem;}

    .thr_nav{margin-bottom:.3rem;}
    .thr_nav .left a{padding:5px .25rem;}


    /* 人才 */
    .xc_banner.talent{height:calc(100vh - .8rem);}
    .xc_banner.talent .xc_words .title{font-size:.4rem;}
    .xc_banner.talent .xc_words{top:20%;}
    .xc_banner.talent .xc_links{left:0; width:100%; bottom:10%;}
    .xc_banner.talent .xc_links li{padding:0 5px; }
    .xc_banner.talent .xc_links li a{height:auto; padding:.25rem .2rem; -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -moz-box-orient:vertical; -moz-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; -moz-box-pack:center; -ms-flex-pack:center; justify-content:center;}
    .xc_banner.talent .xc_links li a .icon{padding:0; border:none}
    .xc_banner.talent .xc_links li a .icon img{width:.48rem; height:.48rem}
    .xc_banner.talent .xc_links li .right{ margin-top:.15rem; padding:0; display:block; text-align:center;}
    .xc_banner.talent .xc_links li .right .t{text-align:center}
    .xc_banner.talent .xc_links li .right .iconfont{margin-top:.2rem; font-size:.24rem; }
    .talent01{padding:.4rem 0;}
    .talent02 .top{top:0; height:100vh;}
    .talent02 .content{margin-top:-100vh;}
    .talent02 .content ul{margin-top:1rem;}
    .talent02 .content li{top:2rem; padding-bottom:.4rem;}
    .talent02 .content li .box{padding:.4rem 8% .6rem;}
    .talent03, .talent04{margin-top:.4rem;}
    .talent03 .title,.talent04 .title,.talent05 .title{margin-bottom:.2rem;}
    .talent03 .content .item>div{height:2.2rem;}
    .talent05{margin-top:.4rem; padding:.5rem 0;}
    .talent05 .content .item:hover .box .c{opacity:1; visibility:visible;}
    .talent05 .content .item .box .c{padding-bottom:.1rem;}
    .talent05 .content .item .box .more_box{opacity:1; visibility:visible; position:relative;}
    .talent05 .content .item .box .icon{height:.4rem;}
    .talent02 .content li .box .icon{height:.4rem;}

    .talent02 .top{top:0; height:100%; position:absolute; left:0;}
    .talent02 .top .img_bg1{height:100%; transform:none!important;}
    .talent02 .content{margin-top:0;}
    .talent02 .content ul{margin-top:0; padding-top:.6rem;}


    /* 特殊banner1 */
    .xc_banner.spec1{height:auto;}
    .xc_banner.spec1 .xc_words .con{width:55%;}


    /* 荣誉 */
    .honor01{margin-bottom:.4rem;}
    .honor01 .title{margin-bottom:.2rem;}
    .honor01 .swiper-slide .img{height:1.4rem;}
    .honor01 .swiper_tips{margin-top:.2rem;}
    .honor02 .content .infor{margin-top:.6rem;}
    .honor02 .content .right ul{column-gap:4%}
    .honor02 .content .right li:first-child{margin-top:.4rem;}
    .honor02 .content .right li{padding:.2rem 0 .1rem; margin-bottom:.15rem;}
    .honor02 .content .right li .box{padding:0 .45rem;}
    .honor02 .content .right li .box::after, .honor02 .content .right li .box::before{width:.4rem; height:.8rem; top:.1rem;}


    /* 关于我们 */
    .about_us.channel_content{margin-top:.8rem;}
    .about_us01 .infor{margin-top:.6rem;}
    .about_us01 .content{margin-top:2.4rem;}
    .about_us01 .content .cont{padding:.4rem 4%;}
    .about_us01 .content .cont .bott .num,
    .about_us03 .content .num_area li .num,
    .about_us04 .content li .num{font-size:.36rem;}
    .about_us01 .content .cont .bott{margin-top:.3rem;}
    .about_us01 .content .cont .bott li{padding-top:.2rem;}
    .about_us02, .about_us03, .about_us03 .content .num_area{margin-top:.4rem;}
    .about_us02 .left .detail li{margin-top:.1rem; padding-bottom:.1rem;}
    .about_us03 .content .cont, .about_us04 .content{width:90%;}
    .about_us04,.about_us05{padding:.5rem 0;}
    .about_us04::before{width:1rem; height:.6rem;}
    .about_us04::after{width:1.2rem; height:1rem;}
    .about_us04 .content li{margin-bottom:.2rem;}
    .about_us04 .content ul{margin-top:.2rem;}
    .about_us05 .left .t{margin:.1rem 0 .15rem;}
    .about_us05 .left{width:44%;}


    /* 保修手册 */
    .manual01 li .top{height:auto; padding:.2rem .1rem;}
    .manual01 li .top .img{position:static; margin:0 auto; transform:none; width:60%;}
    .manual01 li .top .btns{position:static; transform:none; opacity:1; visibility:visible; margin-top:.2rem; display:flex; justify-content:center; grid-gap:.1rem;}
    .manual01 li .top .btns a{padding:.08rem .15rem .08rem .3rem;}
    .manual01 li .top .btns a.hb2{margin-top:0;}
    .manual01 li .top .btns a::after{left:.1rem;}
    .manual01 li .t{margin-top:.1rem; padding:0 .2rem;}

    /* 服务 */
    .service .title{margin-bottom:.2rem;}
    .service01 .cont li{padding:0 .1rem;}
    .service02{margin-top:.4rem; padding:.4rem 0;}
    .service03,.service04{margin-top:.4rem;}
    .service04 .content{padding:.4rem 0;}
    .service04 .left{width:100%; margin-bottom:.2rem;}
    .service04 .right{width:100%;}
    .service02 .swiper-slide .box .bot .t{width:70%;}

    /* 产品详情 */
    .channel_content.pro_detail{margin-top:.8rem;}
    .pro_detail01 .left{width:45%; padding:.3rem 0;}
    .pro_detail01 .left .btns_box a{padding:0 .25rem; margin-right:.1rem;}
    .pro_detail01{padding:.4rem 0 .3rem;}
    .pro_detail01 .left .title{font-size:.4rem;}
    .pro_detail01 .content .vr_icon{width:.6rem;}
    .pro_detail02 .hd .box .btns_box a{padding:0 .25rem;}
    .pro_detail02 .bd .section{padding-top:.5rem;}
    .pro_detail02 .bd .top{margin-bottom:.3rem;}
    .pro_detail02 .bd .top .mouse_btn{margin:.2rem 0 .4rem;}
    .pro_detail02 .section1 .bott .pagi_box{margin-top:.3rem;}
    .pro_detail02 .section2 .parameter .down_btn{width:3rem; margin-top:.2rem;}
    .pro_detail02 .section2 .bott{margin-bottom:.3rem;}
    .pro_detail02 .section2 .bott .box{display:none;}
    .pro_detail02 .section2 .bott .m_show{display:block;}
    .pro_detail02 .section2 .bott .m_show .rect-3625{padding-bottom:36.25%;}
    .pro_detail02 .section2 .bott .m_show .rect-3625 img{object-fit:cover;}
    .pro_detail02 .section2 .bott .m_show .swiper-pagination{position:absolute; bottom:0; left:0; width:100%; text-align:center; font-size:0; transform:translateY(100%);}
    .pro_detail02 .section2 .bott .m_show .swiper-pagination .swiper-pagination-bullet{width:.2rem; height:.1rem; border-radius:5px; background:#00519e; margin:0 5px; outline:none;}
    .pro_detail02 .section2 .bott .m_show .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:.3rem;}
    .pro_detail02 .section2 .bott .img_car{transform:translateX(-50%);}
    .pro_detail03{padding:.4rem 0;}
    .pro_detail03 .right .infor .tit{margin-bottom:.1rem;}
    .pro_detail03 .right .infor{margin-bottom:.32rem;}
    .pro_detail03 .right .form_box>div{margin-bottom:.15rem;}


    /* 产品列表 */
    .channel_content.pro_list{margin-top:.8rem;}
    .pro_list01 .bg img{height:3rem; object-fit:cover;}

    .pro_list01 .bott .form_box{width:100%;}
    .pro_list02{padding-bottom:.4rem;}
    .pro_list02 .bd .li_ .left .bott{padding-top:.2rem;}
    .pro_list02 .bd .li_ .left .bott .box2 li{margin-top:.1rem;}
    .pro_list02 .hd .title{margin-bottom:.2rem;}
    .pro_list02 .hd .item .tips{margin:0 .1rem; width:.8rem;}
    .pro_list02 .hd .item .choose_box li{padding:0; padding-bottom:.1rem; margin-right:.15rem;}
    .pro_list03{padding:.4rem 0;}
    .pro_list03 .item .cont .icon img{width:.6rem;}
    .pro_list03 .item .cont .tit{margin-bottom:.1rem;}
    .pro_list03 .title{margin-bottom:.3rem;}
    .pro_list02 .hd .item .nam1{width:.8rem;}


    /* 维护指南 */
    .guide01 li.first{line-height:.6rem;}
    .guide01 li ._un{line-height:.7rem;}
    .guide01 li.j_t ._t5{height:.7rem;}
    .guide01 li.j_c .j_c_box{padding:.3rem 4%;}
    .guide01 li.j_t ._t5::after, .guide01 li.j_t ._t5::before{width:.1rem;}


    /* 联系我们 */
    .contact_us .content1{width:100%;}
    .contact_us .title{margin-bottom:.2rem;}
    .contact_us01{margin-top:0;}
    .contact_us01 .content1{padding-top:.4rem;}
    .contact_us02{padding:.4rem 0; margin-top:.4rem;}
    .contact_us03{padding-top:.4rem;}
    .contact_us03 .top,
    .contact_us03 .center>div{margin-bottom:.2rem;}
    .contact_us03 .top .radio_box .radio_{margin-right:.5rem;}


    /* 龙行无忧 */
    .app_down01{height:auto;}
    .app_down01 .words{position:relative; left:0; width:100%; padding:.8rem 0 .6rem; bottom:auto;}
    .app_down01 .words .cont{padding:0 4%;}
    .app_down01 .words.active{bottom:auto;}
    .app_down01 .img_box{position:relative; height:6rem;}
    .app_down01 .device1{left:4%; width:33%;}
    .app_down01 .device2{left:48%; width:26%;}
    .app_down01 .device3{width:15%;}


    /* 首页 */
    .ipart01{padding:.6rem 0;}
    .ipart01 .left .top .type_box{padding:0;}
    /* .ipart01 .left .top .type_box .type{display:inline-block; vertical-align:text-top; margin-right:.2rem; margin-bottom:.1rem; padding:5px .1rem;}
    .ipart01 .left .top .type_box .type::after{top:auto; bottom:0; transform:none; width:0; height:1px;}
    .ipart01 .left .top .type_box .type.cur::after{height:1px; width:100%; top:auto;} */
    /* .ipart01 .left .top{padding-top:.4rem;} */
    .ipart01 .left .cont{width:42.5%;}
    .ipart02, .ipart03, .ipart04{margin-top:.4rem;}
    .ipart02 .top .num_line{margin-top:.1rem;}
    .ipart02 .top .num_line .num_box .num{font-size:.4rem;}
    .ipart02 .top{margin-bottom:.3rem;}
    .ipart02 .bott .right .box>img{max-height:.3rem;}
    .ipart02 .bott .right .box .con{margin:.1rem 0 .2rem;}
    .ipart03 .infor,
    .ipart04 .infor{margin-bottom:.2rem;}
    .ipart01 .left .top .infor .con,
    .ipart02 .top .infor .con,
    .ipart03 .infor .con,
    .ipart04 .infor .con{margin-top:5px;}
    .ipart04 .content{border-radius:0;}
    .ipart04 .item{width:100%; margin-bottom:.2rem; border-radius:.2rem;}
    .ipart04 .item .img_cover .rect-100{padding-bottom:30%;}
    /* .ipart04 .item .txt_cover{display:none;}
    .ipart04 .item .txt_full{left:50%; top:50%; transform:translate(-50%,-50%); width:80%; opacity:1; text-align:center;} 
    .ipart04 .item .txt_full .common_more{display:none;}*/

    
    /* 新-经销商 */
    .new_network01.network01 .left .box{height:5rem;}


}

@media only screen and (max-width: 680px){
    /* 保修手册 */
    .manual01 li{width:48.5%; margin-right:3%;}
    .manual01 li:nth-child(4n){margin-right:0;}
    .manual01 li:nth-child(3n){margin-right:3%;}
    .manual01 li:nth-child(2n){margin-right:0;}
    .manual01 li .top .img{width:80%;}


    /* 产品详情 */
    .pro_detail03 .left{width:100%; display:block;}
    .pro_detail03 .right{width:100%; margin-top:.3rem;}
    .pro_detail03::before{display:none;}
    .pro_detail03 .right .btns{text-align:center;}
    .pro_detail02 .bd .top .mouse_btn .icon{width:14px; height:20px;}
    .pro_detail02 .section1 .bott .pagi_box .cont{flex-wrap:wrap; justify-content:flex-start;}
    .pro_detail02 .section1 .bott .pagi_box .item{width:32%; margin-right:2%; margin-bottom:.2rem; flex:none;}
    .pro_detail02 .section1 .bott .pagi_box .item:nth-child(3n){margin-right:0;}


    /* 产品列表 */
    .pro_list02 .bd .li_{width:100%; margin-right:0; display:flex; align-items:stretch; box-shadow: 0px 1px 17.64px 0.36px rgba(63, 63, 63, 0.15);}
    .pro_list02 .bd .li_ .left{width:45%; border-color:#fff; box-sizing:border-box; padding:.3rem .2rem; position:relative;}
    .pro_list02 .bd .li_ .left::before{content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:60%; background:#e5e5e5;}
    .pro_list02 .bd .li_ .right{position:relative; width:55%; opacity:1; transform:none; left:auto; height:auto; box-shadow:none; padding:.3rem; padding-right:.2rem;}
    .pro_list02 .bd .li_:nth-child(4n) .right{width:55%; opacity:1; transform:none; left:auto; height:auto; box-shadow:none;}
    .pro_list02 .bd .li_:nth-child(3n) .right{width:55%; opacity:1; transform:none; left:auto; height:auto; box-shadow:none;}
    .pro_list02 .bd .li_ .right .btns_box{text-align:center;}
    .pro_list02 .bd .li_:hover .left .bott .box1{opacity:1; visibility:visible;}
    .pro_list02 .bd .li_:hover .left .bott .box2{opacity:0; visibility:hidden;}


    /* 首页 */
    .ibanner .mouse-scroll{display:none;}
    .ibanner .btn_box{text-align:center;}
    .ibanner .btn_box .swiper-button-prev::after, .ibanner .btn_box .swiper-button-next::after{font-size:.3rem;}
    .ibanner .btn_box .swiper-pagination .swiper-pagination-bullet{width:.15rem; height:.15rem; border-radius:50%; opacity:.7;}
    .ibanner .btn_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{height:.15rem; opacity:1;}
    .ipart01{padding-bottom:1.2rem;}
    .ipart01 .left .top .type_box .type::after{bottom:0;}
    .ipart01 .left{text-align:center;}
    .ipart01 .left .cont{width:100%;}
    .ipart01 .left .bott .box .btn_box{margin-top:0; position:absolute; bottom:.4rem; left:0; width:100%;}
    .ipart01 .left .top .type_box{white-space:nowrap; overflow-x:auto; border-bottom-color:rgba(255,255,255,.5);}
    .ipart01 .left .top .type_box .type{margin-right:.1rem; margin-bottom:0;}
    .ipart01 .right{position:relative; width:100%; margin-top:.3rem;}
    .ipart01 .right .swiper-container{width:100%; margin-left:0;}
    .ipart01 .left .bott{margin-top:.3rem;}
    .ipart01 .left .bott .box .ul_d li .c,
    .ipart01 .left .bott .box .name{font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
    .ipart01 .left .bott .box .ul_d{display:flex; align-items:flex-start;}
    .ipart01 .left .bott .box .ul_d li{margin-right:.3rem;}
    .ipart01 .left .bott .box .ul_d li:last-child{margin-right:0;}
    .ipart02 .top .num_line .num_box .num{font-size:.34rem;}
    .ipart02 .bott{display:block;}
    .ipart02 .bott .right{width:100%; padding:.3rem 4%;}
    .ipart02 .bott .left{width:100%;}
    .ipart05 .cloud{display:none;}

}

/*
* MobileMode
*/
@media only screen and (max-width: 620px) {
    /*mobileMode 580 网站样式*/
    body,input,textarea,button,select {font-size:12px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    body:after {
        content: 'Mobile';
    }
    .channel_content{min-height:calc(100vh - 5rem);}

    /* 手机端导航 */
    .header .mNav ul .m_li .nav_open .bd .container .m_secondNav .t>a{font-size:13px; padding:.1rem 0;}
    .header .mNav ul .m_li .nav_open .bd .title{margin-top:.1rem;}

    /* 公共字号 */
    .tit44{font-size:.26rem;}
    .tit40{font-size:.24rem;}
    .tit36{font-size:.22rem; line-height:.3rem;}
    .tit30{font-size:.2rem;}
    /* .tit24{font-size:.18rem;} */
    .con18{font-size:13px; line-height:22px;}
    .con16{font-size:12px; line-height:20px;}
    

    /* 下层banner */
    .xc_banner{height:2.4rem;}
    .xc_banner .crumbs{display:none;}
    .xc_banner .xc_words{text-align:center; top:50%;}


    /* 公共标题 */
    .common_more{line-height:.45rem;}


    /* 新闻综合 */
    .news_center01 .bott{display:block;}
    .news_center01 .bott .left{width:100%; margin-bottom:.2rem;}
    .news_center01 .bott .right{width:100%;}
    .news_center01 .bott .right .item .words .c{height:40px;}
    .news_center05 .bott .swiper-slide .c{height:60px; margin-bottom:.2rem;}
    .news_center05 .bott .swiper-button-prev::after, .news_center05 .bott .swiper-button-next::after{font-size:.25rem;}
    .news_center05 .bott .swiper-container{width:calc(100% - .8rem);}



    /* 陕汽要闻 */
    .news_list01{background-size:auto 2.4rem;}
    .news_list01 .swiper-container{border-radius:.15rem;}
    .news_list01 .swiper-slide a{display:block;}
    .news_list01 .swiper-slide .img_box{width:100%;}
    .news_list01 .swiper-slide .img_box::after{height:2rem;}
    .news_list01 .swiper-slide .word_box{width:92%; margin:.2rem 4%;}
    .news_list01 .swiper-slide .word_box .con{height:40px; margin-bottom:.2rem;}
    .news_list02 .hd .form_box{flex-wrap:wrap;}
    .news_list02 .hd .item{width:49%; margin-right:2%; margin-bottom:.2rem;}
    .news_list02 .hd .item:nth-child(2n){margin-right:0;}
    .news_list02 .hd .item2{width:100%; margin-right:0;}
    .news_list02 .hd{margin-bottom:.1rem;}
    .news_list02 .bd li{width:100%;}
    .news_list02 .bd li .word_box .tit{height:auto; max-height:.6rem;}
    .news_list02 .bd li .word_box .con{height:auto; max-height:40px;}

    .news_list01 .thr_nav .crumbs{display:none;}
    .news_list01 .thr_nav .left a{padding:5px .15rem;}


    /* 新闻详情 */
    .news_detail01 .left .mess{flex-wrap:wrap;}
    .news_detail01 .left .btns{display:block; position:relative;}
    .news_detail01 .left .btns .prev{width:100%; margin-bottom:.2rem;}
    .news_detail01 .left .btns .next{width:100%; margin-bottom:.2rem; text-align:left;}
    .news_detail01 .left .btns .to_list{position:absolute; left:50%; transform:translateX(-50%); bottom:.2rem;}
    .news_detail01 .right{display:block;}
    .news_detail01 .right .item{width:100%; margin-bottom:.3rem;}


    /* 影像陕汽 */
    .video_list01 .cover{display:block;}
    .video_list01 .cover .left{width:100%; margin-bottom:.2rem;}
    .video_list01 .cover .en{margin-bottom:2px;}
    .video_list01 .cover .con{font-size:13px; line-height:22px;}
    .video_list02 li{width:100%; margin-right:0;}
    .video_list01 .cover .play::after,.video_list01 .cover .play:before{width:.5rem; height:.5rem;}
    .video_list02 li .play::after,.video_list02 li .play::before{width:.5rem; height:.5rem;}

    .thr_nav .left a{padding:5px .15rem;}


    /* 人才 */
    .xc_banner.talent .xc_words .title{font-size:.34rem;}
    .xc_banner.talent .xc_words .img{width:3rem;}
    .xc_banner.talent .xc_links li{width:100%; padding:5px 0}
    .xc_banner.talent .xc_links li a{height:80px; padding:0 .2rem; -webkit-box-align:center; -webkit-align-items:center; -moz-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:start; -webkit-justify-content:flex-start; -moz-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; flex-direction:row; -webkit-flex-direction:row;}
    .xc_banner.talent .xc_links li a .icon{padding: 0 .1rem; padding-right:.3rem; border-right:1px solid rgba(255,255,255,.5);}
    .xc_banner.talent .xc_links li .right{padding: 0 .2rem; margin-top:0; text-align:left; display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-ms-flexbox; display:flex;}
    .xc_banner.talent .xc_links li .right .xgicon{margin-top:0;}
    .xc_banner.talent .xc_links li .right .t{text-align:left;}
    .xc_banner.talent .xc_words .title{letter-spacing:.15em;}
    .xc_banner.talent .xc_links .right .c{text-align:left;}
    .talent01 .content{display:block;}
    .talent01 .left{width:100%; margin-bottom:.2rem;}
    .talent01 .right{width:100%;}
    .talent02 .content ul{width:80%;}
    .talent03 .content .item>div{height:1.5rem;}
    .talent03 .content .item .tit{top:.2rem; left:.2rem; font-size:.16rem;}
    .talent03 .content .item .words{display:none;}
    .talent05{padding-bottom:.3rem;}
    .talent05 .content .item.item02{display:none;}
    .talent05 .content .item{width:100%; margin-bottom:.2rem; margin-right:0;}
    .talent05 .content .item .box .bg{height:.8rem;}


    /* 特殊banner1 */
    .xc_banner.spec1{height:2.4rem;}
    .xc_banner.spec1 .xc_words .con{display:none;}

    
    /* 荣誉 */
    .honor02{height:auto;}
    .honor02 .content{position:relative;}
    .honor02 .content .cont{display:block;}
    .honor02 .content .infor{width:100%; margin-top:.4rem; margin-bottom:.3rem;}
    .honor02 .content .right{height:3rem; width:100%;}
    .honor02 .content .right li .box{min-height:.8rem; padding:0 .35rem;}
    .honor02 .content .right li .box::after, .honor02 .content .right li .box::before{width:.3rem; height:.6rem;}
    .honor02 .content .right li{padding:.1rem 0; margin-bottom:.1rem;}


    /* 关于我们 */
    .about_us01 .content{margin-top:1.5rem;}
    .about_us01 .content .cont .bott .num,
    .about_us03 .content .num_area li .num,
    .about_us04 .content li .num{font-size:.3rem;}
    .about_us01 .content .cont .top{display:block;}
    .about_us01 .content .cont .top .left{width:100%; margin-bottom:.15rem;}
    .about_us01 .content .cont .top .right{width:100%;}
    .about_us02 .left{width:100%; margin-bottom:.2rem;}
    .about_us02 .left .infor .tit{margin-bottom:.1rem;}
    .about_us02 .right{width:100%;}
    .about_us02::after{display:none;}
    .about_us03 .content{position:relative; top:auto; transform:none; padding:.4rem 0;}
    .about_us03 .bg img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
    .about_us03 .content .num_area{margin-top:.2rem;}
    .about_us04, .about_us05{padding:.4rem 0;}
    .about_us05 .content{display:block;}
    .about_us05 .left{width:100%; margin-bottom:.2rem;}
    .about_us05 .right{width:100%;}
    .about_us05 .content::after{left:50%; transform:translateX(-50%); width:30%; top:0; background-position:0 0;}
    .about_us04 .content .tit{margin-bottom:.15rem;}
    .about_us03 .content .infor .con{margin-top:.15rem;}


    /* 服务 */
    .service03 .left{width:100%; margin-bottom:.2rem;}
    .service03 .right{width:100%;}
    .service01 .cont{flex-direction:column; position:relative;}
    .service01 .bg img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
    .service01 .cont li{padding:.3rem 4%; border-bottom:1px solid rgba(0, 81, 158, .3); border-right:0;}
    .service01 .cont li .box{margin-top:0; display:flex; align-items:flex-start;}
    .service01 .cont li .box .dot{margin:0; margin-right:.4rem; margin-top:.1rem; flex-shrink:0;}
    .service01 .cont li .box .infor{text-align:left;}
    .service01 .cont li::after{opacity:1; visibility:visible; backdrop-filter:none;}
    .service03 .left li{margin-left:.25rem;}
    .service03 .left li::after{left:-.25rem;}

    /* 产品详情 */
    .pro_detail01{background:#f5f5f5; padding-top:0; overflow:hidden;}
    .pro_detail01 .content{flex-direction:column-reverse;}
    .pro_detail01 .right{width:80%; margin:0 auto; padding:.3rem 0; box-sizing:border-box; position:relative; z-index:3;}
    .pro_detail01 .right img{position:relative; z-index:3;}
    .pro_detail01 .right::after{content:''; position:absolute; left:50%; top:0; height:100%; transform:translateX(-50%); width:100vw; background:url(../img/pro_detail01_bg.jpg) no-repeat center/cover; z-index:1;}
    .pro_detail01 .left{width:100%; margin-top:.3rem; padding:0; text-align:center;}
    .pro_detail01 .left .title{font-size:.32rem;}
    .pro_detail01 .content::before{display:none;}
    .pro_detail01 .content .vr_icon{bottom:auto; top:20%; z-index:3;}
    .pro_detail03 .right .form_box>div{width:100%; margin-right:0;}
    .pro_detail02 .section1 .bott .item .icon,.pro_detail02 .section1 .bott .item .line{margin-bottom:.1rem;}
    .pro_detail02 .hd .box .left .btns_down{display:none;}
    .pro_detail02 .hd .box .left{width:calc(100% - 170px); overflow:hidden;}
    .pro_detail02 .hd .box .btns_box a{padding:0 .2rem; margin-left:.1rem;}
    .pro_detail02 .hd .box .btns_box a:first-child{margin-left:0;}
    .pro_detail02 .bd .top .mouse_btn{margin-bottom:.2rem;}


    /* 产品列表 */
    .pro_list02 .hd .item .choose_box{width:100%; padding-top:.1rem;}
    .pro_list01 .bott .sele_box{display:none;}
    .pro_list01 .bott .inp_box{width:calc(98% - .6rem);}
    .pro_list01 .bott .inp_box .inp{text-indent:.2rem;}
    .pro_list02 .bd .li_ .right .con{height:120px;}
    .pro_list03 .item{width:100%; margin-bottom:.2rem;}
    .pro_list02 .bd .li_ .right .t{margin-bottom:.1rem;}
    .pro_list02 .bd .li_ .left .bott .adv{white-space:normal;}
    .pro_list02 .bd .li_ .left .img{display:flex; align-items:center; justify-content:center;}
    .pro_list02 .bd .li_ .right .btns_box .btn_{padding:0 .15rem;}


    /* 维护指南 */
    .guide01 li.j_c .j_c_box .down_list li{width:100%; margin-right:0;}
    .guide01 li ._t1{width:37%;}


    /* 联系我们 */
    .contact_us01 .content1 ul{flex-wrap:wrap;}
    .contact_us01 .content1 li{width:50%;}
    .contact_us02 .content1 ul{flex-wrap:wrap;}
    .contact_us02 .content1 li{width:50%;}
    .contact_us03 .center>div{width:100%; margin-right:0;}
    .contact_us02 .content1 li{padding:.25rem 4%; text-align:center;}
    .contact_us03 .top .radio_box .radio_{margin-right:.3rem;}


    /* 龙行无忧 */
    .app_down01 .img_box{height:auto;}
    .app_down01 .device2,
    .app_down01 .device3{display:none;}
    .app_down01 .device1{position:static; width:85%; margin:0 auto; display:block;}
    .app_down01 .words{text-align:center; padding:.6rem 0 .4rem;}
    .app_down01 .words .ewm_box{justify-content:center;}
    .app_down01 .logo_img{width:98%;}


    /* 经销商 */
    .network01 .right .top_line{flex-wrap:wrap;}
    .network01 .right .top_line .itemProvince{width:100%; margin-bottom:.2rem;}
    /* .network01 .right .top_line .itemSearch{width:83%;} */
    .network01 .right .top_line .itemSearch{width:100%;}
    .network01 .right .top_line .item3{width:12%;}

    /* 首页 */
    .ibanner{height:auto;}
}

@media only screen and (max-width: 480px){

    /* 新闻综合 */
    .news_center01 .bott .right .item .words .c{display:none;}

    /* 导航 */
    .header .h_tools .iconfont{padding:0 5px;}
    .header .h_logo a{height:.3rem;}
    .header .h_logo{padding:.25rem 0;}
    .header .h_tools .h_tour{padding-left:.1rem;}
    .header .h_tools .mobile_key{margin-left:.1rem;}
    .header .h_tools>div{margin-left:5px;}


    /* 关于我们 */
    .about_us01 .content{margin-top:.8rem;}
    .about_us04 .content li{width:50%;}
    .about_us04 .content li:nth-child(3n){text-align:center;}
    .about_us04 .content li:nth-child(3n+1){text-align:center;}
    .about_us04 .content li:nth-child(3n)::after{display:block;}
    .about_us04 .content li:nth-child(2n)::after{display:none;}
    .about_us03 .content .cont, .about_us04 .content{width:100%;}
    .about_us01 .content .cont .bott ul{flex-wrap:wrap;}
    .about_us01 .content .cont .bott li{width:48%; margin-right:4%;}
    .about_us01 .content .cont .bott li:nth-child(2n){margin-right:0;}
    .about_us01 .content .cont .bott li:nth-child(3){width:100%; margin-top:.2rem;}
    .about_us03 .content{padding:0; margin-bottom:.2rem;}
    .about_us03 .bg img{position:static;}
    .about_us03 .content .cont{color:#000;}
    .about_us03 .content .infor .con{color:#222;}
    .about_us03 .content .num_area li{padding:0 .1rem;}
    .about_us03 .content .num_area li .c1{width:100%; color:#222;}
    .about_us03 .content .num_area ul{flex-wrap:wrap;}
    .about_us03 .content .num_area li{width:48%; margin-right:4%;}
    .about_us03 .content .num_area li:nth-child(2n){margin-right:0;}
    .about_us03 .content .num_area li:nth-child(3){width:100%; margin-top:.2rem; flex:auto;}
    .about_us03 .content .num_area li::after{display:none;}




    /* 服务 */
    .service04 .left{margin-bottom:0;}
    .service04 .right li{width:48%; margin-right:4%; margin-top:.2rem;}
    .service04 .right li:nth-child(2n){margin-right:0;}

    
    /* 保修手册 */
    .manual01 li{width:100%; margin-right:0;}
    .manual01 li:nth-child(3n){margin-right:0;}
    .manual01 li .top .img img{transform:rotateY(25deg) translateX(20%);}
}


@media only screen and (max-width: 425px){

    /* 产品列表 */
    .pro_list02 .bd .li_{display:block; padding-bottom:.3rem;}
    .pro_list02 .bd .li_ .left{width:100%; padding:.3rem 4% .2rem;}
    .pro_list02 .bd .li_:nth-child(4n) .right,
    .pro_list02 .bd .li_:nth-child(3n) .right,
    .pro_list02 .bd .li_ .right{width:100%;}
    .pro_list02 .bd .li_ .right .cont .infor{display:none;}
    .pro_list02 .bd .li_ .right{padding:0;}
    .pro_list02 .bd .li_ .right .btns_box{margin-top:0; justify-content:center;}
    .pro_list02 .bd .li_ .left .img{height:auto; }
    .pro_list02 .bd .li_ .left .img img{max-height:2rem;}
    .pro_list02 .bd .li_ .left::before{display:none;}
}











