/*
* 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); }
/*
* PadMode
*/
@media only screen and (max-width: 1440px) {
    .wrap, .mwrap { width:1200px;}
    .header .h_bott .h_tools{margin-left:3%;}

    /*首页*/
    .ipart01 .item .left .box{padding:60px 45px 20px;}
    .ipart02 .cover .box{padding:100px 60px;}
    
    /* 20201204 */
    .chengzhang02 .content .item .cover .box{padding:156px 35px 30px}
    .chengzhang02 .content .item.cur .cover .box{padding-top:40px;}
    .chengzhang02 .content .item .cover .line{margin:10px auto;}
    .xc_banner .intro .tit{font-size:30px;}

    /* 2020-1209 */
    .ipart03 .content li .li_box{padding:20px 0}
    .ipart03 .content li .num{font-size:60px; line-height:60px;}
    .ipart03 .content li .txt{margin-top:10px;}

    .ibanner .iban_form .tit{font-size:36px; line-height:36px;}
    .ipart01 .item .left .box .tit{font-size:26px;}
    .ipart02 .cover .box .tit{font-size:26px; line-height:26px;}

}

@media only screen and (max-width: 1366px) {
    /* 招聘列表 */
    .job_list02 .item{padding:50px 0;}

}

@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 网站样式*/
    .inav{display:none;}
    .f_top{background-size:cover;}
    .f_top .right .box{padding:0 15px 0 25px}
    .f_top .right .box .list .item{padding:0 3%; font-size:15px;}
    .f_top .right .box .list .item i{margin-right:0}
    .h_bott .h_tools .mobile_key{display:inline-block; margin-left:24px; vertical-align:middle;}

    /* 手机端下拉 */
    .m_nav{display:block; position:fixed; right:-100%; top:0; background:#fff; background:rgba(255, 255, 255, 0.8); width:60%; height:100%; z-index:15; transition:right 0.5s ease;;}
    .m_nav .nav_bg{background:url(../img/black.5.png) center; position:fixed; left:0; top:0; width:100%; height:100%; opacity:0; visibility:hidden; transition:all 0.5s ease; z-index:2;}
    .m_nav .content{position:relative; z-index:4; background:#fff; height:100%;}
    .m_nav .content .mnav_top{height:102px; background:#fff;}
    .m_nav .content .mnav_top .mnav_search{float:right; background:#c41e19; text-align:center; line-height:102px; width:56%; font-size:0;}
    .m_nav .content .mnav_top .mnav_search span{display:inline-block; vertical-align:middle; font-size:16px; font-weight:bold; color:#fff;}
    .m_nav .content .mnav_top .mnav_search i{display:inline-block; vertical-align:middle; width:31px; height:31px; background:url(../img/mnav_search.png) no-repeat center; margin-left:37px;}
    .m_nav .content .mnav_top .mnav_back{float:left; background:#fff; text-align:center; line-height:102px; width:44%; font-size:0;}
    .m_nav .content .mnav_top .mnav_back span{display:inline-block; vertical-align:middle; font-size:16px; font-weight:bold; color:#333f47;}
    /* .m_nav .content .mnav_top .mnav_back i{display:inline-block; vertical-align:middle; width:31px; height:31px; background:url(../img/mobile/back.png) no-repeat center; margin-right:25px;} */
    .m_nav .content .mnav_top .mnav_back i{font-size:20px; font-weight:bold; color:#333f47; margin-right:25px;}
    .m_nav .content .mnav_center .m_language{text-align:right; padding:20px 0;}
    .m_nav .content .mnav_center .m_language a{display:inline-block; font-size:14px; color:#333f47; font-family:Arial; color:rgba(51,63,71,.5); position:relative; margin:0 20px;}
    .m_nav .content .mnav_center .m_language a.on{color:#333f47;}
    .m_nav .content .mnav_center .m_language a.on:after{content:''; width:96%; height:2px; background:#333f47; position:absolute; left:2%; bottom:-3px;} 
    .m_nav .content .mnav_bottom{overflow-y:auto;}
    .m_nav .content .mnav_bottom .mnav_li{position:relative; margin:20px 0;}
    .m_nav .content .mnav_bottom .mnav_li a.mnav_a{display:block; padding:0 45px; position:relative; font-size:19px; color:#333f47; font-weight:bold;}
    .m_nav .content .mnav_bottom .mnav_li a.mnav_a i{display:block; width:20px; height:20px; background:url(../img/mnav_jt.png) no-repeat; background-size:contain; position:absolute; right:45px; top:50%; margin-top:-10px;}
    .m_nav .content .mnav_bottom .mnav_li a.mnav_a i{
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);}

    .m_nav .content .mnav_bottom .mnav_li dl{background:#f7f7f7; padding:20px 60px; display:none; margin:10px 0;}
    .m_nav .content .mnav_bottom .mnav_li dl dd a{display:block; font-size:15px; color:#525252; line-height:35px;}
    .m_nav .content .mnav_bottom .mnav_li.cur a.mnav_a i{-webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);}

    /*导航推拉*/
    .m_nav.toshow{right:0;}
    .m_nav.toshow .nav_bg{opacity:1; visibility:visible;}

    /* 三级导航 */
    .m_third_nav{display:block;}
    .m_third_nav .content{height:47px; overflow:hidden; border-bottom:2px solid #e5e5e5; text-align:center;}
    .m_third_nav ul {width:100%; overflow-x:auto; overflow-y:hidden; white-space:nowrap; height:60px;}
    .m_third_nav ul li{display:inline-block; font-size:15px; color:#949494; margin:0 4px; line-height:47px;}
    .m_third_nav ul li a{display:inline-block; position:relative; padding:16px 8px; line-height:1;}
    .m_third_nav ul li.on{font-weight:bold; color:#333f47;}
    .m_third_nav ul li.on a:after{content:''; width:102%; height:2px; background:#333f47; border-radius:3px; position:absolute; left:0; bottom:0} 
    /*--------------------------------- 公共部分 end------------------------------------*/

    /*首页*/
    .index_pageHeader .h_bott .h_tools .mobile_key{color:#fff;}
    .index_pageHeader.fixed .h_bott .h_tools .mobile_key{color:#555;}
    .ipart01 .item .left .box{padding:20px 25px;}
    .ipart01 .item .left .box .tit{font-size:23px; line-height:25px; margin:5px 0 10px;}
    .ipart01 .item .left .box .line{margin-bottom:15px;}


    /********************zhangxr**********************/
    /* 招聘列表 */
    .job_list .form_box .inp_wrap{width:16%;}
    .job_list .form_box .inp_wrap .inp{text-indent:5px; font-size:14px;}
    .job_list01 .widget-job-tit{padding:0;}
    .job_list01 ._jt{padding:0;}
    .job_list01 ._jc{padding:0;}
    /********************zhangxr end*******************/

    /* 20201204 */
    .chengzhang02 .content .item .cover .icon{height:80px;}
    .chengzhang02 .content .item .cover .box {padding:112px 20px 30px;}
    .chengzhang02 .content .item .cover:before{width:45px; height:45px; background-size:cover;}
    .chengzhang02 .content .item .cover .con{height:168px; overflow:auto;}
    .chengzhang02 .content .item .cover .tit{font-size:20px; line-height:20px;}
    .chengzhang03 li{width:17%; padding:0 4%;}

    .xc_banner{height:260px;}
    .xc_banner .intro .box{width:40%;}
    .xc_banner>img{width:1400px; margin-left:-700px;}
    .xc_banner .intro{bottom:70px;}

    .contact_us01 .txt_list ul{width:50%;}

}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    .f_top{padding:30px 0; display:none;}
    .xc_nav .xc_Secnav .sec_li{width:23%;}
    .channel_content{padding:50px 0;}

    /*联系我们*/
    .contact_us01 .content .item{margin-right:60px;}
    .contact_us02 li.li02 .tit,
    .contact_us02 li.li02 .con{padding-left:10%;}

    .ipart01 .item{width:100%; margin-bottom:20px;}
    .ipart01 .item .left .box{padding:60px;}
    .ipart02{background-size:cover;}
    .ipart02 .left li span.text{width:65%;}
    .ipart02 .cover{width:43%;}


    /********************zhangxr**********************/
    /* 招聘列表 */
    .job_list01 ._jcon{padding:30px;}
    .job_list02 .item{padding:30px 0;}
    /********************zhangxr end*******************/

    .chengzhang02 .content .item.cur .cover .box{padding-top:20px;}
    .chengzhang02 .content .item .cover .con{height:96px;}
    .contact_us01 .txt_list ul{width:100%; margin-bottom:20px;}
    .xc_banner .intro{bottom:40px;}

    /* 2021-0305 */
    .chengzhang01 .content .left{width:100%}
    .chengzhang01 .content .right{width:100%}




    

}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:16px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:2%; padding-right:2%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }
    /*mobileMode 760 网站样式*/
    .header .h_top{display:none;}
    .header .h_bott .h_logo{font-size:0;}
    .header .h_bott .h_tools .mobile_key{margin-left:15px; padding:21px 0;}
    .header .h_bott .h_tools .h_lan{padding:21px 0;}
    .header .h_bott .h_tools .h_lan a{font-size:18px;}
    .header .h_bott .h_tools .h_lan a i{vertical-align:-1px}
    /*手机导航*/
    .m_nav{width:77%;}
    .m_nav .content .mnav_top{height:60px;}
    .m_nav .content .mnav_top .mnav_search{line-height:60px;}
    .m_nav .content .mnav_top .mnav_search i{width:25px; height:25px; background-size:cover; margin-left:20px;;}
    .m_nav .content .mnav_top .mnav_back{line-height:60px;}
    /* .m_nav .content .mnav_top .mnav_back i{width:25px; height:25px; background-size:cover;} */
    .m_nav .content .mnav_bottom .mnav_li{margin:15px 0;}
    .m_nav .content .mnav_bottom .mnav_li a.mnav_a{padding:0 20px; font-size:17px; line-height:30px;}
    .m_nav .content .mnav_bottom .mnav_li a.mnav_a i{right:20px}
    .m_nav .content .mnav_bottom .mnav_li dl{padding:15px 30px;}
    .m_nav .content .mnav_center .m_language{padding:10px 0 15px;}
    .m_nav .content .mnav_center .m_language a{margin:0 8px;}
    .m_nav .content .mnav_center .m_language a:first-child{margin-left:0px;}
    /*手机导航*/
    .xc_banner{height:225px;}
    .xc_banner>img{width:1200px; margin-left:-600px;}
    .xc_banner .intro{bottom:70px;}
    .xc_banner .intro .box{width:36%;}
    .xc_banner .intro .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .xc_banner .intro .con{font-size:14px; line-height:20px; display:none;}
    .f_bott{line-height:30px; height:auto; padding:12px 0;}
    .f_bott .right{width:100%; float:left;}
    
    .channel_content{padding:20px 0;}

    /*联系我们*/
    .contact_us01 .infor .tit{font-size:20px; line-height:24px;}
    .contact_us01 .content{text-align:center; font-size:0;}
    .contact_us01 .content .item{width:110px; height:110px; float:none; display:inline-block; margin:0 5px 15px; }
    .contact_us01 .content .item .box{padding:14px;}
    .contact_us01 .content .item .box .icon{margin:5px auto 15px; width:35px; height:33px;}
    .contact_us01 .content .item .box .txt{font-size:12px; text-align:center;}
    .contact_us02{margin-top:15px;}
    .contact_us02 li{width:100%; font-size:17px; line-height:60px;}
    .contact_us02 li .con{font-size:14px; padding-left:42px;}
    .contact_us02 li.li02 .tit{padding-left:0%;}
    .contact_us02 li.li02 .con{padding-left:42px;}
    .contact_us02 li.li01 .icon{width:25px; height:30px; margin-right:10px;}
    .contact_us02 li.li02 .icon{width:25px; height:18px; margin-right:10px;}

    /*首页*/
    .ibanner,
    .ibanner .owl-carousel,
    .ibanner .item{height:0!important; padding-bottom:62.5%;}
    .ibanner .item .banner_img{position:static!important;height:0!important; padding-bottom:62.5%; margin-left:0!important; width:100%!important;}
    .ibanner .item .banner_img img{position:static; margin-left:0; width:100%;}
    .ibanner .item .banner_img .mask{display:none;}
    .ibanner .v_item .banner_img img{display:block;}
    .ibanner .iban_form{bottom:30px;}
    .ibanner .iban_form .tit{font-size:20px; line-height:20px;}
    .scroll_jt{display:none;}
    .ibanner .iban_form .tit{margin-bottom:10px;}
    .ibanner .iban_form form{width:90%; padding-left:5%;}
    .ibanner .iban_form form .inp{width:65%; height:40px; line-height:40px; font-size:14px;}
    .ibanner .iban_form form .btns{width:35%; font-size:14px; height:40px; line-height:40px;}
    .ipart01{padding:20px 0 0;}
    .ipart01 .item .left .box{padding:25px 20px;}
    .ipart01 .item .left .box .txt{display:none;}
    .ipart01 .item .left .box .tit{font-size:18px; line-height:20px;}
    .ipart01 .item .left .box .con{line-height:26px;}
    .ipart02 .left{padding:20px 0;}
    .ipart02 .left{width:100%;}
    .ipart02 .left ul{min-height:inherit;}
    .ipart02 .left li{font-size:14px; line-height:50px;}
    .ipart02 .cover{position:static; width:96%; padding:0 2%;}
    .ipart02 .cover .box{padding:25px 20px;}
    .ipart02 .cover .box .tit{font-size:20px; line-height:24px; margin-bottom:5px;}
    .ipart02 .cover .box .line{margin-bottom:10px;}
    .ipart02 .cover .box .con{margin-bottom:20px; font-size:14px;}
    .ipart02 .cover .box .more{height:40px; line-height:40px; padding:0 20px;}
    .ipart03{padding:25px 0;}
    .ipart03 .infor .tit{font-size:20px; line-height:24px;}
    .ipart03 .infor .line{margin:10px auto;}
    .ipart03 .infor .con{font-size:14px; line-height:24px;}
    .ipart03 .content{margin-top:0px; padding:0;}
    .ipart03 .content li .li_box{padding:20px 0;}
    .ipart03 .content li .num{font-size:30px; line-height:30px;}
    .ipart03 .content li .txt{font-size:14px; margin-top:5px; line-height:26px;}

    /********************zhangxr**********************/
    /* 招聘列表 */
    .job_list .form_box{padding:0 15px; margin-bottom:20px;}
    .job_list .form_box .inp_wrap{width:100%; margin-right:0; margin-bottom:15px;}
    .job_list .form_box .inp_wrap:last-child{margin-bottom:0;}
    .job_list .form_box .inp_wrap .inp{height:40px; line-height:40px;}
    .job_list .form_box .inp_wrap.search_wrap{width:100%;}
    .job_list .form_box button{height:46px; line-height:46px; font-size:14px; color:#fff;}
    .job_list .form_box button i{display:none;}
    .job_list01{margin-bottom:15px;}
    .job_list01 ._jcon{padding:15px;}
    .job_list01 .info{font-size:13px; margin-bottom:20px;}
    .job_list01 ._ut{font-size:13px;}
    .job_list01 ._t3{display:none;}
    .job_list01 ._t4{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;}
    .job_list02 .item{padding:20px 0; font-size:14px;}
    .job_list01 ._jcon .box{padding-right:0;}
    .job_list01 ._jcon .text_con{margin-bottom:20px;}
    .job_list02 .item .t img{display:none;}
    body .select-ui-options-default li:hover{background:#c41e19;}
    /********************zhangxr end*******************/

    /* 20201204 zhangxr */
    .f_bott .left{font-weight:normal;}
    .f_bott .right{font-weight:normal;}
    .chengzhang01 .infor .tit{font-size:20px; line-height:20px;}
    .chengzhang01 .content{margin-top:20px;}
    .chengzhang01 .content .left{width:100%; margin-bottom:15px;}
    .chengzhang01 .content .right{width:100%;}
    .chengzhang02{margin-top:20px;}
    .chengzhang02 .infor .tit{font-size:20px; line-height:20px;}
    .chengzhang02 .content .item{width:100%; margin-left:0; margin-bottom:15px;}
    .chengzhang02 .content .item .cover .icon{height:70px;}
    .chengzhang02 .content .item .cover .con{height:120px;}
    .chengzhang02 .content .item .rect-131{padding-bottom:90%;}
    .chengzhang02 .content .item .rect-131 >img{height:auto;}
    .chengzhang03{margin-top:0;}
    .chengzhang03 .infor .tit{font-size:20px; line-height:20px;}
    .chengzhang03 .content{padding:20px 0 0; margin-top:20px; background-size:cover;}
    .chengzhang03 li{width:34%; margin-bottom:20px; padding:0 8%;}
    .chengzhang03 li .li_box .tit01{font-size:18px;}
    .chengzhang03 li .li_box .tit{font-size:16px;}

    .contact_us01 .txt_list{margin:20px 0;}
    .contact_us01 .txt_list ul li{font-size:14px;}

    /*新闻详细*/
    .newsDetail_ban{height:193px;}
    .newsDetail_ban .intro{bottom:20px;}
    .newsDetail_ban .intro .tit{font-size:20px; line-height:42px;/*width:100%;*/ float:left;}
    .newsDetail_ban .intro .con {/*float:left; width:100%;*/ margin-left:20px;}
    .newsDetail_ban .intro .con a{margin-left:0; margin-right:10px;}
    .news_detail01 .left{display:none;}
    .news_detail01 .right{width:100%;}
    .news_detail01 .right .box{padding-right:0px;}
    .news_detail01 .right .intro .title{font-size:20px; line-height:24px; margin:10px 0; padding-bottom:15px;}
    .news_detail01 .right .intro .text{font-size:14px;}
    .news_detail02{padding:20px 0; margin-top:20px;}
    .news_detail02 .big_tit{font-size:17px; line-height:24px; margin:5px 0 10px;}
    .news_detail03{padding:20px 0; background-size:cover;}
    .news_detail03 .infor{margin-bottom:15px;}
    .news_detail03 .infor .tit{font-size:20px; line-height:24px;}
    .news_detail03 .content li{width:100%; margin-bottom:20px; margin-left:0;}
    .news_detail03 .content li:last-child{margin-bottom:0;}
    .news_detail03 .content li .li_box{padding:20px;}
    .news_detail03 .content li .li_box .tit{font-size:16px; line-height:23px; height:auto; padding:5px 0 10px;}
    .news_detail03 .content li .li_box .more span{font-size:14px;}
    .news_detail03 .content li .li_box .more span.icon{width:7px; height:12px; background-size:cover; margin-left:5px;}
    .news_detail01 .right .tit,
    .news_detail01 .right .intro .title,
    .news_detail02 .big_tit,
    .news_detail03 .infor .tit,
    .news_detail03 .content li .li_box .tit,
    .news_detail02 .more span,
    .news_detail03 .content li .li_box .more span{font-weight:normal}
    .newsDetail_ban .intro .desc{display:none;}
    .header .h_bott .h_logo{width:40%; padding:25px 0;}

}

@media only screen and (max-width: 320px) {
    /*mobileMode 480 网站样式*/
    .pageHeader, .pageHeader .header{height:72px;}
    .header .h_bott .h_logo{width:60%;}
    .h_bott .h_tools .mobile_key{margin-left:15px; font-size:17px; height:32px; line-height:32px; padding:20px 0;}
    .h_bott .mobile_key i{height:32px; line-height:32px;}
    .header .h_bott .h_tools .h_lan{margin-left:15px; padding:18px 0;}
    .header .h_bott .h_tools .h_lan a{font-size:17px; height:32px; line-height:32px;}

    .contact_us01 .content .item{width:90px; height:90px;}
    .contact_us01 .content .item .box{padding:5px;}
    .contact_us01 .content .item .box .icon{margin:5px auto 10px;}
    .contact_us01 .txt_list ul li{margin-bottom:7px;}

}