﻿@charset "utf-8";
/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {display: block;height: 0;line-height: 0;overflow: hidden;visibility: hidden;content: 'Pc';}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }

/*1600*/
@media only screen and (max-width:1600px){
    .ipart04 .list li{width: 155px;}
    .ipart04 .list li .img{height: 490px;}
    .ipart04 .list li .info1 h3{font-size: 18px;}
    .ipart04 .list li .info2{padding: 25px;}
    .ipart04 .list li .info2 .con{width: 100%;}
    .ipart04 .list li .info2 .con i{width: 50px;height: 50px;}
    .ipart04 .list li .info2 h3{font-size: 26px;margin-top: 15px;}
    .ipart04 .list li .info2 p{font-size: 16px;margin-top: 0;}
    .ipart04 .list li.cur{width: calc(100% - 960px);}
}

/*1440*/
@media only screen and (max-width:1440px){
    /*右侧导航*/
    .proRight_nav .content{top:100px;}
    /*产品分类下拉*/
    .xl_fenlei li{width:12%; margin:0 4%;}
    .xl_fenlei li .txt{font-size:20px;}
    body .album_wrap_case5 .album_case5 .slide_nav a{width:40px;}
}
 
/* 1366*/
@media only screen and (max-width:1366px){
    /*产品列表*/
    .pro_list02 .hd .content .list li{width:11%; padding-left:2%;}
}
/*
* 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-right: 10px;}
    .footer_top .ser_tel{font-size:20px;}
    
    /*手机端导航下拉按钮*/
    .header_bott .logo a{height: 40px;}
    .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: 23px;} 
    .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: #000;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: 85px;right:0;width:100%;background: #00315a;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: 1px solid rgba(255,255,255,.1);}
    .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.cur>a:after, .m_nav .mNav_bott .m_navli.cur>a:before{display: none;}
    .m_nav .mNav_bott .m_navli.active{background: rgba(255,255,255,.1);}
    .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{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: 1px solid rgba(255,255,255,.1);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;backdrop-filter: blur(5px);}
    .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: flex;padding-right:10px;height: 32px;line-height: 32px;justify-content: center;align-items: center;}
    .header_bott .h_tools .h_search.a_link .icon{height: 30px;}
    .header_bott .mSearch{background: #00315a;padding:15px 10px;position:absolute;width:100%;left:0;top:100%;box-sizing:border-box;display:none;}
    .header_bott .mSearch .search-inner .search-input input{width:100%;height:38px;font-size:13px;border-radius:38px;border:none;padding:10px 17px;box-sizing:border-box;color: #999;}
    .header_bott .mSearch .search-inner .search-btn button{position:absolute;top:0;bottom:0;right:16px;margin:auto;width:27px;height:27px;background-color: #00315a;border:none;border-radius:50%;padding:0;}
    .header_bott .mSearch .search-inner .search-btn button i{color: #fff;}
    /*手机端二级导航*/
    .m_sencondNav{display:block;}

    /*新闻列表*/
    .news_list01 .news_list_r .search_box .search_title{font-size:25px;}
    .news_list01 .news_list_r .news_gjc{padding:20px;}
    .news_list01 .news_list_r .news_gjc .gjc_con a{padding:0 15px;}
    .news_list01 .news_list_r .search_inp .select_box01{width:100%; box-sizing:border-box;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro {padding:15px 0 0 20px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:23px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .tool{margin-top: 15px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{margin-top: 15px;font-size: 13px;line-height: 22px;height: 44px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .d{margin-top:5px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .more{margin-top: 20px;font-size: 13px;}
    .news_list01 .news_list_l ul li .box .img{width: 28%;margin-right: 20px;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size: 18px;margin: 10px 0;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size: 13px;line-height: 22px;height: 44px;}
    .news_list01 .news_list_l ul li .box .txt .more{margin-top: 15px;font-size: 13px;}

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

    /* 品牌活动 */
    .brand_activity01 .content .item .intro .box{padding:20px;}
    .brand_activity01 .content .item .intro .box .d span{margin-left:0;}
    .brand_activity01 .content .item .intro .box .t{font-size:20px; line-height:26px; height:52px}

    /*产品列表*/
    .pro_list02 .hd .content .tit{font-size:30px; line-height:35px; margin-bottom:10px;}
    .pro_list02 .hd .content{padding:30px; background-size:cover;}
    .pro_list02 .hd .content .list li{width:16%; padding-left:3%;}
    .pro_list02 .bd li .intro_ .box{padding:30px;}
    .pro_list02 .bd li .intro_ .box .tit{font-size:25px;}
    .pro_list02 .bd li .intro_ .box .tit span{ margin-left:0;}
    .compare_product .compare-selbtn .comparea-selbtn-closeall{width:100px;}

    /*视频列表*/
    .video_list01 .content li .cover .play{width: 70px;height: 70px;}
    .video_list01 .content li .intro .box{padding: 25px 20px;}
    .video_list01 .content li .intro .box .tit{font-size: 18px;line-height: 26px;margin-bottom: 10px;}
    .video_list01 .content li .intro .box .time{font-size: 14px;}

    /*图片列表*/
    .piclist01 .content li,.piclist01 .content li:nth-child(4n){width: 32%;margin-right: 2%;}
    .piclist01 .content li:nth-child(3n){margin-right: 0;}
    .piclist01 .content li .cover .play{width: 50px;height: 50px;}

    /* 产品详细 */
    .pro_detail01 .left{width: 50%;}
    .pro_detail01 .right{width: 45%;}
    .pro_detail01 .right .intro .c span{font-size: 26px;}
    .pro_detail01 .right .content .text .txt{font-size: 13px;line-height: 26px;}
    .pro_detail01 .right .content:after{width:100%;}
    .pro_detail01 .right .content .text{margin: 20px 0 13px;}
    .pro_detail02 .bd .selection3 .item .box .list ul li{margin:5px;}
    .pro_detail02 .bd .selection3 .item .box .tit{width:100%; height:34px; white-space:nowrap; text-overflow:ellipsis;}
    .pro_detail04{padding: 50px 0;}
    .pro_detail04 .content{padding:0 16%;}

    /*企业概况*/
    .about_us01{padding: 50px 0;background-size: cover;}
    .about_us01 .con .tit:after{width: 60px;height: 4px;}
    .about_us01 .con .tit span{font-size: 18px;letter-spacing: 1px;}
    .about_us01 .con .tit h3{font-size: 30px;letter-spacing: 1px;padding-bottom: 1%;border-bottom-width: 2px;}
    .about_us01 .con .text{margin: 30px 0;font-size: 14px;line-height: 26px;display: block;}
    .about_us01 .img .play{margin-top: -30px;margin-left: -30px;width: 60px;height: 60px;}
    .about_us01 .number .list li h3 .num{font-size: 34px;}
    .about_us01 .number .list li h3 .txt{font-size: 12px;}
    .about_us01 .number .list li p{font-size: 14px;margin-top: 5px;}
    .about_us02{padding: 50px 0;}
    .about_us02 .list{margin: 50px 0;}
    .about_us03{padding: 50px 0;}
    .about_us03 .list{margin-top: 40px;}

    /*首页*/
    .ipart01{padding-top: 80px;background-size: cover;}
    .ipart01 .img .pic{padding-bottom: 62%;}
    .ipart01 .img .play{margin-top: -30px;margin-left: -30px;width: 60px;height: 60px;}
    .ipart01 .con{width: 45%;}
    .ipart01 .con .tit:after{width: 60px;height: 4px;}
    .ipart01 .con .tit span{font-size: 18px;letter-spacing: 1px;}
    .ipart01 .con .tit h3{font-size: 30px;letter-spacing: 1px;padding-bottom: 1%;border-bottom-width: 2px;}
    .ipart01 .con p{margin: 3% 0;font-size: 14px;line-height: 26px;}
    .ipart01 .con a{font-size: 14px;line-height: 31px;padding: 0 25px;}
    .ipart01 .number .list li h3 span{display:inline-block;}
    .ipart01 .number .list li h3 .num{font-size: 34px;}
    .ipart01 .number .list li h3 .txt{font-size: 13px;}
    .ipart01 .number .list li p{font-size: 15px;margin-top: 5px;}
    .ipart02{padding: 50px 0;}
    .ipart02 .swiper-container{padding: 40px 0;}
    .ipart02 .swiper-slide{width: 52%;}
    .ipart03{padding: 50px 0;}
    .ipart03 .tab{padding: 1.5% 0;}
    .ipart03 .tab a{font-size: 13px;line-height: 31px;padding: 0 8px;}
    /*.ipart03 .list li:nth-child(1) .img,.ipart03 .list li:nth-child(2) .img{padding-bottom: 280px;}*/
    .ipart03 .list li .txt{margin-top: 2px;padding: 16px 25px;}
    .ipart03 .list li .txt h3{font-size: 16px;}
    .ipart03 .list li .txt p{font-size: 13px;margin-top: 3px;}
    .ipart03 .list li .txt i{width: 15px;font-size: 14px;}
    .ipart04{padding-top: 50px;}
    .ipart04 .list{margin-top: 30px;}
    .ipart04 .list li,
    .ipart04 .list li.cur{width: 100%;}
    .ipart04 .list li .img{height: 390px;}
    .ipart04 .list li.cur .info1{visibility:visible;opacity:1}
    .ipart04 .list li.cur .info2{visibility:hidden;opacity:0}
    .ipart05{padding: 50px 0;}
    .ipart05 .network{margin-top: 40px;}
    .ipart05 .map{right: 50%;transform: translateX(50%);}
    .ipart05 .network .con{bottom: 0;}
    .ipart05 .network .con p{font-size: 18px;padding-top: 15px;}
    .ipart05 .network .con p i{width: 35px;height: 35px;margin-right: 20px;background-size: 20px;}

    /*单页内容*/
    .solu_detail01 .content .box{padding:50px;}

    /* 联系我们 */
    .contact_us01{padding: 50px 0;}
    .contact_us01 .content .right{font-size: 14px;line-height: 25px;}
    .contact_us01 .content .right .box{padding: 20px 30px;}
    .contact_us01 .content .right .box p{padding: 10px 0;}

    /*zhangxr end*/


    /* 2020-04-17 补充页面 产品中心 */
    /*产品中心*/
    .pro_center02 .content .item .box{padding: 25px 20px;}
    .pro_center02 .content .item .box .t{font-size:20px; margin-bottom:10px;}
    .pro_center02 .content .item .box .c{font-size: 14px;line-height: 24px;margin-bottom: 15px;}
    .pro_center02 .content .item .box .more{font-size: 13px;}

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

	/* 2020-08-20 zhanghy bug修改 */
	.pro_detail02 .hd.fixed .search{width:16%;}
	.pro_detail02 .hd.fixed .order{width:16%;}
    .download01 .download_title{width:75%}
    .download01 .item_btn{width:10%}
    .parts_supply01 .content .page_box{right:110px; bottom:235px}
    .parts_supply01 .content .cul01_btn>div{width:45px; height:45px;}
    .parts_supply01 .content .cul01_btn .owl-prev{right:55px; background-position:-11px -8px;}
    .parts_supply01 .content .cul01_btn .owl-next{background-position:-78px -8px;}

    /*新闻吸顶*/
    .news_detail01 .news_det_top{height: 85px;line-height: 85px;top: -85px;}
    .news_detail01 .news_det_top .logo{height: 40px;}
    .news_detail01 .news_det_top .tit{font-size: 18px;}


}
@media only screen and (max-width: 992px) {
    body:after {content: 'Padp';}
    .wrap, .mwrap { width:740px; }
    /* 分页2 */
    .page_bott .page_prev{width:100%;border: none;}
    .page_bott .page_next{width:100%;border: none;}
    .page_bott .page_next .page_btn{float:left;padding-left:45px;padding-right:0;}
    .page_bott .page_next .page_btn .icon{left:0;}
    .page_bott .box{padding:20px;}
    .page_bott .page_center{display:none;}
    .footer_top dl{width: 15%;}
    .footer_top dl dt{font-size: 16px;margin-bottom: 20px;}
    .footer_top dl dd{font-size: 13px;line-height: 25px;}
    .footer_top dl.dl06{width: 15%;}
    .footer_top .share_box{margin-top: 15px;}
    .footer_top .share_tit{margin-top: 15px;}
    .footer_top .weixin_ewm{width: 85px;margin-right: 10px;}
    .footer_top .share_tit span{font-size: 12px;line-height: 12px;}

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

    /* 新闻详细 */
    .news_detail01 .news_det_bott .content ._t{font-size:25px;}
    .news_detail01 .news_det_bott .content ._date{margin-bottom:30px;}
    .news_detail01 .news_det_bott{padding: 30px 0;}
    .news_detail01 .news_det_bott .keywords{margin-top: 30px;font-size: 15px;}
    /* 品牌活动 */
    .brand_activity01 .right .intro .tit{font-size:20px;}

    /* 产品详细 */
    .pro_detail01{padding-top:30px; background-size:cover;}
    .pro_detail01>div{display: block;}
    .pro_detail01 .left{width:100%;}
    .pro_detail01 .left .content .text .txt{height:auto;}
    .pro_detail01 .left .intro .t{font-size:25px;}
    .pro_detail01 .left .intro .c{font-size:48px;}
    .pro_detail01 .left ul.service li{width:15%;}
    .pro_detail01 .right{width:100%; margin-top:20px;}
    .pro_detail01 .right .content .text .txt{min-height: auto;}
    .pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd{font-size:18px;}
    .pro_detail02 .bd .selection1 .content .left{width:100%;}
    .pro_detail02 .bd .selection1 .content .right{width:100%; margin-right:0;}
    .pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd{width:15%;}
    .pro_detail02 .hd.fixed .search{width:20%;}
    .pro_detail02 .hd.fixed .order{width:20%;}
    .pro_detail02 .bd .selection3 .infor{font-size:25px;}
    .pro_detail04{padding: 40px 0;}
    .pro_detail04 .tit .t{font-size: 30px;line-height: 33px;}
    .pro_detail04 .tit .c{font-size: 14px;line-height: 25px;margin-top: 10px;}
    .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: 30px;line-height: 33px;margin-bottom: 50px;}
    /* 产品详细页表格 补充 20190904*/
    .pro_detail02 .bd .selection2 .content{overflow:auto;}

    /*企业概况*/
    .about_us01{padding: 40px 0;}
    .about_us01 .con .tit:after{width: 50px;}
    .about_us01 .con .tit span{font-size: 13px;letter-spacing: 0;}
    .about_us01 .con .tit h3{font-size: 24px;letter-spacing: 0;}
    .about_us01 .con .text{margin: 25px 0;font-size: 13px;line-height: 24px;letter-spacing: 0;}
    .about_us01 .con a{font-size: 12px;line-height: 26px;padding: 0 15px;border-width: 1px;}
    .about_us01 .img .play{margin-top: -25px;margin-left: -25px;width: 50px;height: 50px;}
    .about_us01 .number .list li h3 .num{font-size: 30px;}
    .about_us01 .number .list li p{font-size: 13px;}
    .about_us02{padding: 40px 0;}
    .about_us02 .infor{padding-bottom: 20px;}
    .about_us02 .infor .tit{font-size: 30px;line-height: 33px;}
    .about_us02 .list{margin: 0;margin-top: 40px;}
    .about_us02 .list li .icon{width: 65px;height: 65px;margin: 0 auto 15px;}
    .about_us02 .list li h3{font-size: 17px;}
    .about_us02 .list li p{font-size: 13px;line-height: 25px;margin-top: 10px;}
    .about_us03{padding: 40px 0;}
    .about_us03 .infor{padding-bottom: 20px;}
    .about_us03 .infor .tit{font-size: 30px;line-height: 33px;}
    .about_us03 .list{margin-top: 20px;margin-bottom: -2%;}
    .about_us03 .list li,
    .about_us03 .list li:first-child{float: left;width: 49%;margin-right: 2%;margin-bottom: 2%;}
    .about_us03 .list li:last-child{display: none;}
    .about_us03 .list li:nth-child(2n){margin-right: 0;}
    .about_us03 .list li .see{width: 35px;height: 35px;}
    
    /*首页*/
    .ipart .infor {padding-bottom: 25px;}
    .ipart .infor:after{width: 70px;}
    .ipart .infor .tit{height: 27px;font-size: 40px;line-height: 30px;}
    .ipart .infor .con{font-size: 30px;line-height: 20px;}
    .ipart01{padding-top: 50px;}
    .ipart01 .con{width: 48%;}
    .ipart01 .con .tit:after{width: 50px;}
    .ipart01 .con .tit span{font-size: 13px;letter-spacing: 0;}
    .ipart01 .con .tit h3{font-size: 24px;letter-spacing: 0;}
    .ipart01 .con p{font-size: 13px;line-height: 22px;letter-spacing: 0;-webkit-line-clamp: 5;}
    .ipart01 .con a{font-size: 12px;line-height: 26px;padding: 0 15px;border-width: 1px;}
    .ipart01 .img{width: 49%;}
    .ipart01 .img .play{margin-top: -25px;margin-left: -25px;width: 50px;height: 50px;}
    .ipart01 .number .list li h3 span{display:inline-block;}
    .ipart01 .number .list li h3 .num{font-size: 30px;}
    .ipart01 .number .list li h3 .txt{font-size: 12px;}
    .ipart01 .number .list li p{font-size: 13px;}
    .ipart02{padding: 40px 0;}
    .ipart02 .swiper-container{padding: 30px 0;}
    .ipart02 .swiper-slide{width: 54%;}
    .ipart03{padding: 40px 0;}
    .ipart03 .tab{padding: 1% 0;}
    .ipart03 .tab a{font-size: 12px;line-height: 26px;padding: 0 5px;border-width: 1px;}
    .ipart03 .list{margin: -.5%;}
    .ipart03 .list li{width: 32.3333%;margin: .5%;}
    /*.ipart03 .list li:nth-child(1){width: 54%;}
    .ipart03 .list li:nth-child(2){width: 44%;}
    .ipart03 .list li:nth-child(1) .img,.ipart03 .list li:nth-child(2) .img{padding-bottom: 220px;}*/
    .ipart03 .list li .txt{padding: 10px 20px;}
    .ipart03 .list li .txt h3{font-size: 15px;}
    .ipart03 .list li .txt p{font-size: 12px;}
    .ipart03 .list li .txt i{font-size: 12px;}
    .ipart04{padding-top: 40px;}
    .ipart05{padding: 40px 0;}
    .ipart05 .network{margin-top: 30px;height: auto;}
    .ipart05 .map{position: relative;width: 100%;padding-bottom: 45%;right: auto;transform: translateX(0);background-position: center top;background-size: 100%;}
    .ipart05 .map ul{display: none;}

    /* 联系我们 */
    .contact_us01{padding: 40px 0;}
    .contact_us01 .infor .tit{font-size: 30px;line-height: 33px;}
    .contact_us01 .infor .con{font-size: 14px;line-height: 25px;margin-top: 10px;}
    .contact_us01 .content{display: block;}
    .contact_us01 .content .right{width:100%;}
    .contact_us01 .content .right .box{display: flex;flex-wrap: wrap;}
    .contact_us01 .content .right .box p{width: 50%;}
    .contact_us01 .content .right .box p:nth-child(2){border-top-width: 0;}
    .contact_us01 .content .left{width:100%;height: 350px;}


    /* 2020-04-17 补充页面 产品中心 */
    /*产品中心*/
    .pro_center02 .content .item .box{padding: 15px;}
    .pro_center02 .content .item .box .t{font-size: 16px;margin-bottom: 5px;}
    .pro_center02 .content .item .box .c{font-size: 12px;line-height: 22px;margin-bottom: 10px;}
    .pro_center02 .content .item .box .more{font-size: 12px;}
    .pro_center02 .content .item .li_line{height: 3px;}

    /*视频列表*/
    .video_list01 .content li .cover .play{width: 50px;height: 50px;}
    .video_list01 .content li .intro .box{padding: 15px;}
    .video_list01 .content li .intro .box .tit{font-size: 15px;line-height: 22px;margin-bottom: 8px;}
    .video_list01 .content li .intro .box .time{font-size: 13px;}

    /*图片列表*/
    .piclist01 .content li .intro .box{padding: 10px;}
    .piclist01 .content li .intro .box .tit{font-size: 14px;}
    .piclist01 .content li .cover .play{width: 40px;height: 40px;}

    /*简历投递*/
    .jltd .text_content{padding:0 6%;}
    .jltd .tit .t{font-size: 30px;line-height: 33px;}
    .jltd .tit .c{font-size: 14px;line-height: 25px;margin-top: 10px;}

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

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

}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:16px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:2%; padding-right:2%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }
    /* 分页2 */
    .page_bott{margin-top:15px;}
    .page_bott .page_btn{font-size:14px;}
    .page_bott .t{font-size:14px;}
    .page_bott .box{padding: 10px;line-height: 22px;}
    .page_bott .page_btn{margin-right: 15px;}
    .page_bott .page_prev{border:none;}
    .page_bott .page_next{border:none;}
    .header_bott{padding:15px 0;background: #fff;}
    .header_bott .logo{width: 75%;}
    .header_bott .logo a{height: 35px;}
    .header_bott .h_tools .h_search.a_link{height:24px; line-height:24px;margin-right: 10px;}
    .header_bott .h_tools .h_search.a_link .icon{height: 17px;}
    .header_bott .h_tools .mobile_key{margin-top:0;}
    .m_nav{top: 66px;}
    .xc_banner{height: auto;}
    .xc_banner .img>img{position: relative;left: auto;width: 100%;margin-left: 0;object-fit: cover;}
    .xc_banner .cover{position:absolute;top: 0;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;}
    .footer_top,.toolbar{display:none;}
    .footer_bott .left{text-align:center; width:100%;}
    .footer_bott .left .beian{display:block;}
    .footer_bott .left em{display: none;}
    .footer_bott .left span{width: 100%;}
    .channel_content{padding:0 0 20px;}
    
    /* 新闻列表 */
    .widgets_common_pages_6{margin-top:30px;}
    .widgets_common_pages_6 a, 
    .widgets_common_pages_6 span{line-height:30px; padding:0 6px;}
    .news_list01{padding:0}
    .news_list01 .news_list_l .recommend_news{display:none;}
    .news_list01 .news_list_l ul{margin-top: 15px;}
    .news_list01 .news_list_l ul li{margin-bottom:15px;}
    .news_list01 .news_list_l ul li:last-child{margin-bottom:0;}
    .news_list01 .news_list_l ul li .box{padding: 15px;}
    .news_list01 .news_list_l ul li .box .img{width: 35%;margin-right: 10px;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:16px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; height:auto;}
    .news_list01 .news_list_l ul li .box .txt .d{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{display:none;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool.d{display:block;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:14px; font-weight:bold; margin:0 0 5px;}
    .news_list01 .news_list_l ul li .box .txt .more{display: none;}
    /* 新闻详细 */
    .news_detail01 .news_det_top{display:none;}
    .news_detail01 .news_det_bott .content .share{width:30px; height:30px; background-size:cover}
    .news_detail01 .news_det_bott .content .box{padding: 35px 15px 20px;}
    .news_detail01 .news_det_bott .content ._t{font-size:18px;}
    .news_detail01 .news_det_bott .content ._date{font-size:14px; margin-bottom:20px;}
    .news_detail01 .news_det_bott .content .con{font-size:13px;}
    .news_detail01 .news_det_bott .keywords{margin-top: 20px;font-size: 14px;}
    .news_detail01 .news_det_bott .keywords a{font-size:14px;}
    .news_detail01 .news_det_top .logo{width:27%;}
    .news_detail01 .news_det_top .tit{font-size:14px;}
    .news_detail01 .news_det_top .tit span{font-size:15px;}
    .news_detail01 .news_det_top .right{display:none;}
    .news_detail01 .news_det_bott{padding: 10px 0;}
    .news_detail01 .news_det_bott ._tools{margin-top:5px;}
    .news_detail01 .news_det_bott ._tools ._tool{height:30px; line-height:30px; margin-right:3px}
    .news_detail01 .news_det_bott ._tools ._tool:last-child{margin-right:0;}
    .news_detail01 .news_det_bott ._tools #switcher{height: 20px;line-height: 10px;}

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

    /* 产品详细 */
    .channel_content.pro_detail{padding-top: 10px;}
    .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: 10px;}
    .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: -16px;}
    .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 .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{padding: 0 10px;}
    .pro_detail02 .hd.fixed .order{display:none;}
    .pro_detail02 .hd.fixed .search{display:none;}
    .pro_detail02 .bd .selection1 .content .right .t{font-size:20px;}
    .pro_detail02 .bd .selection1 .content .right .c{margin-top:15px; font-size:13px; height:auto;}
    .pro_tc .top .tit{font-size:13px;}
    .pro_tc .top .con{font-size:20px;}
    .pro_detail02 .hd{margin-bottom:15px;}
    .pro_detail02 .hd .list dt, 
    .pro_detail02 .hd .list dd{font-size:18px; line-height:50px;width:30%;}
    .pro_detail02 .hd .list .item.active:after{width:100%; height:2px;}
    .pro_detail02 .bd{padding-top:0;}
    .pro_detail02 .bd .selection1 .content .t{width:100%; font-size:16px;}
    .pro_detail02 .bd .selection1 .content .con_bott{font-size:14px;}
    .pro_detail02 .bd .selection1 .owl-dots{bottom:10px;}
    .pro_detail02 .bd .selection1 .content .con_top{padding:15px 0;}
    .pro_detail02 .bd .selection1 .content .t {display: none;}
    .pro_detail02 .bd .selection1 .content .c{font-size:13px;}
    .pro_detail02 .bd .selection1{padding-bottom:15px;}
    .pro_detail02 .bd .selection2{margin:15px 0;}
    .pro_detail02 .bd .selection2 .down{display:none;}
    .pro_detail02 .bd .selection2 .tit {display: none;}
    .pro_detail02 .bd .selection2 .content {margin-top: 25px;}
    .pro_detail02 .bd .selection3{padding:0 0 15PX 0;}
    .pro_detail02 .bd .selection3 .item .box .tit{font-size:18px; height:auto;}
    .pro_detail02 .bd .selection3 .infor .btn_all{top:6px;}
    .pro_detail02 .bd .selection3 .infor {margin-bottom:15px;}
    .pro_detail02 .bd .selection3 .infor .line{top:6px; right:27px;}
    .pro_detail02 .bd .selection3 .infor .btn_all .owl-next{right:10px;}
    .pro_detail02 .bd .selection3 .item{margin-top:0;}
    .pro_detail02 .bd .selection3 .item .box .list ul li{font-size:12px;}
    .pro_detail02 .bd .selection3 .item .box .list{font-size:12px;}
    .pro_detail02 .bd .selection3 .item .box{padding:15px;}
    .pro_detail02 .bd .selection1 .content{padding-bottom:30px;}
    .pro_detail02 .bd .selection3 .item:hover{box-shadow:none;}
    .pro_detail02 .bd .selection3 .item:hover .li_line{display:none;}
    .pro_detail03{padding:15px 0;}
    .pro_detail03 .tit{font-size: 20px;line-height: 22px;margin-bottom: 35px;}
    .pro_detail03 .con ul li .icon{width:40px; height:40px; background-size:401%; margin-bottom:0;}
    .pro_detail03 .con ul li.li1 .icon{background-position:0 0;}
    .pro_detail03 .con ul li.li2 .icon{background-position:-40px 0;}
    .pro_detail03 .con ul li.li3 .icon{background-position:-80px 0;}
    .pro_detail03 .con ul li.li4 .icon{background-position:-120px 0;}
    .pro_detail03 .con ul li.li1:hover .icon{background-position:0 -40px;}
    .pro_detail03 .con ul li.li2:hover .icon{background-position:-40px -40px;}
    .pro_detail03 .con ul li.li3:hover .icon{background-position:-80px -40px;}
    .pro_detail03 .con ul li.li4:hover .icon{background-position:-120px -40px;}
    .pro_detail03 .con ul li .t{font-size:13px;}
    .pro_detail04 .tit{margin-bottom:10px;}
    .pro_detail04 .tit .t{font-size:20px; margin-top:15px;}
    .pro_detail04 .content{padding:0;}
    .pro_detail04 .content .inp_box{width:100%;margin: 0 0 2% 0;}
    .pro_detail04 .content .inp_box.ly{width: 100%;}
    .pro_detail04 .content .inp_box i{right: 10px;top: 55%;}
    .pro_detail04 .content .yzm .input_area{margin:0 1% 0 0;}
    .pro_detail04 .content .send{font-size:13px;width:130px;height:35px;line-height:35px;margin-top:15px;}
    .pro_detail04{padding:0 0 15px 0;}
    .pro_detail04 .tit .c{font-size: 12px;line-height: 20px;margin-top: 5px;}
    .pro_detail04 .content .inp_box .type{font-size:13px;margin-top: 10px;}
    .pro_detail04 .content .inp_box .input_area{width: 100%;font-size:13px;}
    .pro_detail04 .content .con{margin: 0;margin-top:15px;padding-top: 5px;}
    .pro_detail04 .content .t{line-height:20px;}
    .pro_detail04 .content .inp_box textarea.input_area{height: 100px;}
    .pro_tc .top .close{width:30%;}

    /*企业概况*/
    .about_us01{padding: 30px 0;padding-bottom: 0;}
    .about_us01 .wrap{display: block;}
    .about_us01 .con{text-align: center;}
    .about_us01 .con .tit:after{left: 50%;transform: translateX(-50%);}
    .about_us01 .con .tit span{font-size: 16px;}
    .about_us01 .con .tit h3{font-size: 26px;}
    .about_us01 .con .text{margin: 20px 0;font-size: 14px;}
    .about_us01 .con a{font-size: 14px;line-height: 33px;padding: 0 25px;}
    .about_us01 .img,.about_us01 .number{width: 100%;}
    .about_us01 .number:before,.about_us01 .number:after{height: 80%;}
    .about_us01 .number:after{width: 90%;height: 1px;}
    .about_us01 .number .list{padding: 2% 0;}
    .about_us01 .number .list li{padding-bottom: 30%;}
    .about_us02{padding: 30px 0;}
    .about_us02 .infor{padding-bottom: 15px;}
    .about_us02 .infor:after{width: 20px;height: 2px;}
    .about_us02 .infor .tit{font-size: 20px;line-height: 22px;}
    .about_us02 .list{margin-top: 25px;display: flex;flex-wrap: wrap;justify-content: center;}
    .about_us02 .list li{width: 50%;padding: 3%;border: 1px solid rgba(255,255,255,.5);box-sizing: border-box;}
    .about_us02 .list li:first-child{border-right: 0;}
    .about_us02 .list li:last-child{border-top: 0;width: 100%;}
    .about_us02 .list li .icon{width: 50px;height: 50px;margin: 0 auto 10px;}
    .about_us02 .list li h3{font-size: 16px;}
    .about_us02 .list li p{font-size: 12px;line-height: 20px;margin-top: 5px;}
    .about_us03{padding: 30px 0;}
    .about_us03 .infor{padding-bottom: 15px;}
    .about_us03 .infor:after{width: 20px;height: 2px;}
    .about_us03 .infor .tit{font-size: 20px;line-height: 22px;}

    /*视频列表*/
    .video_list01{padding: 10px 0;}
    .video_list01 .content li,.video_list01 .content li:nth-child(3n){width: 49%;margin-right: 2%;}
    .video_list01 .content li:nth-child(2n){margin-right: 0;}
    .video_list01 .content li .cover .play{width: 40px;height: 40px;}
    .video_list01 .content li .intro .box{padding: 10px;}
    .video_list01 .content li .intro .box .tit{font-size: 13px;margin: 0;}
    .video_list01 .content li .intro .box .time{display: none;}

    /*图片列表*/
    .piclist01{padding: 10px 0;}
    .piclist01 .content li,.piclist01 .content li:nth-child(3n),.piclist01 .content li:nth-child(4n){width: 49%;margin-right: 2%;}
    .piclist01 .content li:nth-child(2n){margin-right: 0;}
    .piclist01 .content li .intro .box .tit{font-size: 13px;}

    /*下载列表*/
    .dows_list.channel_content{padding:0;background: #f6f6f6;}
    .dows_list01{padding: 10px 0;}
    .dows_list01 .list{padding: 10px;}
    .dows_list01 .list li{font-size: 14px;line-height: 45px;padding: 0 0 0 40px;}
    .dows_list01 .list li a{font-size: 12px;padding: 3px 6px;}
    .dows_list01 .list li a:first-child{display: none;}
    .dows_list01 .list li .t{width: 75%;}
    .dows_list01 .list li .t span,.dows_list01 .list li .t .lin{display: none;}
    .dows_list01 .list li .num{width: 40px;}
    .dows_list01 .list li .num i{margin-top: -9px;margin-left: -10px;width: 20px;height: 20px;line-height: 20px;}


    /*招聘列表*/    
    .job_list01{padding: 10px 0;}
    .job_list01 ._jcon{padding:15px;}
    .job_list01 .info{font-size:13px;}
    .job_list01 ._ut{font-size:13px;}
    .job_list01 ._t3{display:none;}
    .job_list01 ._t4{display:none;}
    .job_list01 ._t6{display:none;}
    .job_list01 ._t1{width:32%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t2{width:42%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t5{width:26%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

    /*首页*/
    .ibanner{height: auto;}
    .ibanner.pc{display: none;}
    .ibanner.mb{display: block;}
    .ibanner .owl-carousel.owl-loaded .item{height: auto;/* padding-bottom:62.5%; */}
    .ibanner .owl-carousel .owl-item img{height: auto;}
    .ibanner .owl-carousel .owl-nav.disabled,
    .ibanner .scrollDown{display: none;}
    .ibanner .dots_btn{display: block;}
    .ibanner .owl-carousel .item .ban{display: none;}
    .ipart .infor {padding-bottom: 15px;}
    .ipart .infor:after{width: 15%;}
    .ipart .infor .tit{height: 13px;font-size: 20px;line-height: 15px;margin-bottom: 10px;}
    .ipart .infor .con{font-size: 20px;line-height: 15px;}
    .ipart01{padding-top: 30px;}
    .ipart01 .wrap{display: block;}
    .ipart01 .con{width: 100%;text-align: center;padding-bottom: 5%;}
    .ipart01 .con .tit:after{left: 50%;transform: translateX(-50%);}
    .ipart01 .con .tit span{font-size: 16px;}
    .ipart01 .con .tit h3{font-size: 26px;}
    .ipart01 .con p{margin: 4% 0;font-size: 14px;line-height: 24px;display: block;}
    .ipart01 .con a{font-size: 14px;line-height: 33px;padding: 0 25px;}
    .ipart01 .img{width: 100%;}
    .ipart01 .img .pic{padding-bottom: 59.75%;}
    .ipart01 .number:before,.ipart01 .number:after{content:" ";position: absolute;top: 50%;left: 50%;transform: translateY(-50%);width: 1px;height: 80%;background: #d8d8d8;}
    .ipart01 .number:after{content:" ";width: 90%;height: 1px;transform: translateX(-50%);}
    .ipart01 .number .list{padding: 2% 0;}
    .ipart01 .number .list li{position: relative;width: 50%;padding-bottom: 30%;}
    .ipart01 .number .list li .li_box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;}
    .ipart01 .number .list li p{font-size: 13px;}
    .ipart02{padding: 30px 0;}
    .ipart02 .swiper-slide .see{width: 35px;height: 35px;}
    .ipart02 .button{width: 60%;height: 30px;background-size: 80px;z-index: 1;}
    .ipart02 .button i.icon{width: 30px;height: 30px;background-size: 18px;}
    .ipart02 .button .prev,.ipart02 .button .next{display: flex;width: 30px;height: 30px;font-size: 12px;background: #fff;}
    .ipart02 .button .next{left: auto;right: 0;}
    .ipart02 .button .prev:hover, .ipart02 .button .next:hover{color: #fff;background: #ef0825;}
    .ipart03{padding: 30px 0;}
    .ipart03 .tab{padding: 3% 0;flex-wrap: wrap;}
    .ipart03 .tab a{width: 20%;padding: 0 3px;}
    .ipart03 .list{margin: -1.5%;}
    .ipart03 .list li/*,
    .ipart03 .list li:nth-child(1),
    .ipart03 .list li:nth-child(2)*/{width: 47%;margin: 1.5%;}
    /*.ipart03 .list li:nth-child(1) .img,.ipart03 .list li:nth-child(2) .img{padding-bottom: 75%;}*/
    .ipart03 .list li .img .bg{background-size: 30px;}
    .ipart03 .list li .txt{margin-top: 1px;padding: 10px;}
    .ipart03 .list li .txt h3{font-size: 14px;text-align: center;}
    .ipart03 .list li .txt p{display: none;}
    .ipart03 .list li .txt i{display: none;}
    .ipart04{padding-top: 30px;}
    .ipart04 .list{margin-top: 20px;flex-wrap: wrap;}
    .ipart04 .list li,
    .ipart04 .list li.cur{width: 33.33%;margin-right: 0;}
    .ipart04 .list li:last-child{display: none;}
    .ipart04 .list li .img{position: relative;width: 100%;height: auto;padding-bottom: 100%;}
    .ipart04 .list li .img img{position: absolute;top: 0;left: 0;}
    .ipart04 .list li .info1 h3{font-size: 16px;}
    .ipart04 .list li.cur .info1{visibility:visible;opacity:1}
    .ipart04 .list li.cur .info2{visibility:hidden;opacity:0}
    .ipart05{padding: 30px 0;}
    .ipart05 .network{margin-top: 20px;height: auto;}
    .ipart05 .network .con{position: relative;bottom: 0;}
    .ipart05 .network .con p{font-size: 15px;line-height: 25px;text-align: justify;margin-top: 10px;padding-top: 0;padding-left: 35px;}
    .ipart05 .network .con p i{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 25px;height: 25px;margin-right: 10px;background-size: 15px;}

    /*单页内容*/
    .solu_detail01{padding: 10px 0;margin-top:0;}
    .solu_detail01 .content{padding:0;}
    .solu_detail01 .content .box{padding:20px;}

    /* 联系我们 */
    .contact_us01{padding:15px 0;}
    .contact_us01 .infor{margin-bottom:15px;}
    .contact_us01 .infor .tit{font-size: 20px;line-height: 22px;}
    .contact_us01 .infor .con{font-size: 12px;line-height: 20px;margin-top: 5px;}
    .contact_us01 .content{display: block;}
    .contact_us01 .content .left{height: 250px;}
    .contact_us01 .content .left .map{font-size: 12px;line-height: 20px;}
    .contact_us01 .content .right{width:100%;border: 1px solid #d0d4d9;border-top: 0;}
    .contact_us01 .content .right .box{padding: 20px;}
    .contact_us01 .content .right .box p{width: 100%;}
    .contact_us01 .content .right .box p:nth-child(2){border-top-width: 1px;}

    /* 2020-04-17 补充页面 产品中心 */
    /*产品中心*/
    .pro_center02{padding: 10px 0;}
    .pro_center02 .content .item,
    .pro_center02 .content .item.three_item{width: 49%;margin-right: 2%;}
    .pro_center02 .content .item.imgZoom:nth-child(2n){margin-right: 0;}
    .pro_center02 .content .item .box{padding: 10px;}
    .pro_center02 .content .item .box .t{font-size: 15px;text-align: center;margin: 0;}
    .pro_center02 .content .item .box .c,
    .pro_center02 .content .item .box .more,
    .pro_center02 .content .item .li_line{display: none;}

    /* 简历投递 */
    .jltd{padding-top:15px;}
    .jltd .tit{margin-bottom: 10px;}
    .jltd .tit .t{font-size: 20px;margin-top: 15px;}
    .jltd .tit .c{font-size: 12px;line-height: 20px;margin-top: 5px;}
    .jltd .text_content{margin:0; padding:0;}
    .jltd .text_content .inp_box{width:100%; margin:10px 0;}
    .jltd .text_content .yzm .input_area{margin:0 1% 0 0;}
    .jltd .text_content .send{float:none; font-size:16px;}
    .jltd .text_content .send{font-size:13px; line-height:35px; height:35px; width:120px; margin-top:15px;}
    .jltd .text_content .inp_box select.select_wrap{font-size:13px;}
    .jltd .text_content .con{margin-top:15px; padding-top:15px;}

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

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

    /*2020-0818*/
    .header.fixed{position:relative;}
    .honor_hook.album_wrap_case4 .album_case4 .slide_c{width:100%;}
    .honor_hook.album_wrap_case4 .album_case4 .right_btn{right:0;}

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


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


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


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


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

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


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


}