/*
* 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: 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 网站样式*/
    .nav{display:none;}
    .mobile_key{display:block; line-height:20px; margin-top:20px; margin-right:20px;}
    .sec_banner .text_box{display:none;}
    .sec_banner .sec_navs{display:none;}
    .footer1{display:none;}
    .footer2{background:#2375c1;}
    .sec_banner{padding-bottom:0;}
    .widget-newsdetail-7 ._tools ._tool._share{display:none;}

    /*pro_list*/
    .pro_banner .text_box .pd{padding:160px 0 0;}
    .pro_detail .pt1 .l_box .share_box{display:none;}

    /*leader*/
    .leader .pt1 .l_box .pd{padding:30px 20px 300px;}
    .leader .pt1 .l_box .t2{margin-bottom:10px;}

    /*index*/
    .index .pt2 .pro_box .pd{padding:0;}
    .index .pt2 .pro_box .mask .mpd{padding:20px 20px 0;}
    .index .pt2 .pro_box .mask .tit{margin-bottom:10px;}
    .index .pt2 .pro_box .mask .desc{margin-bottom:30px;}

    /*contact_us*/
    .contact_us .pt2 .owl-prev{left:-30px;}
    .contact_us .pt2 .owl-next{right:-30px;}
    .contact_us .pt2 .bjk{width:70%; margin:0 auto;}

    .job_list .pt2 .pd{padding:0;}
    .job_list .pt2 .tip{width:auto;}
    .job_list .pt2 .con{width:auto;}



}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/
    .header .head .logo{margin-right:0;}
    /*about*/
    .about .pt2 .con{background-size:cover;}
    .about .pt2 .con .li4, .about .pt2 .con .li5, .about .pt2 .con .li6{margin-bottom:10px;}
    .about .pt2 .con .li5, .about .pt2 .con .li6{margin-bottom:0;}

    /*leader*/
    .leader .pt1 .r_box{margin:50px 20px 20px; width:40%;}
    .leader .pt1 .l_box{float:none; width:auto;}
    .leader .pt1 .l_box .pd{padding-bottom:30px; margin-bottom:0;}

    /*contact_us*/
    .contact_us .pt2 li{margin-bottom:20px;}

    .ibulletin .inotice_wrap { margin-bottom:10px; width:100%; }
    .ibulletin .istock { float:left; width:100%; }
    /*index*/
    .index .pt1 .l_box .t1{font-size:38px;}
    .index .pt1 .l_box .t2{font-size:24px; margin-bottom:10px;}
    .index .pt1 .l_box .num_box .num span{font-size:32px;}
    .index .pt1 .l_box .info{margin-bottom:15px;}
    .index .pt2 .t1{font-size:46px;}
    .index .pt2 .t2{font-size:26px;}
    .index .pt2 .pro_box .mask .desc{margin-bottom:10px;}
    .index .pt2 .tit .name{font-size:16px;}

    /*contact_us*/
    .contact_us .pt2 .owl-prev{left:0;}
    .contact_us .pt2 .owl-next{right:0;}
    
    .job_list .pt2 .tip{float:none;}
    .job_list .pt2 .con{float:none;}
    .job_list .pt2  li{text-align:center; margin-bottom:20px;}

  .pro_table tr td:first-child{white-space:nowrap;}

}
/*
* 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 .head_tool .lan{font-size:0;}
    .sec_banner .sec_img{width:100%;position:static; margin-left:0;}
    .sec_banner{height:auto;}
    .footer2{padding:20px 0;}
    .footer2 .a1{display:block; width:100%; line-height:30px;}
    /*about*/
    .about .pt1 .title{font-size:26px;}
    .about .pt1 .info{width:100%;}
    .about .pt1 .num_box{width:100%;}
    .about .pt1 .num{font-size:26px;}
    .about .pt1 .text{font-size:13px;}
    .about .pt2 .con .li5{margin-bottom:10px;}
    .channel_content{padding:30px 0;}

    /*pro_list*/
    .pro_banner .text_box .pd{padding-top:120px;}
    .pro_banner .text_box .title{font-size:26px;}
    .pro_banner .text_box .icon_box{width:90px; height:109px;}
    .pro_banner .text_box .li1 .icon_box{background:url(/resources/web/img/pro_icon.png) 0 0 no-repeat; background-size:300%;}
    .pro_banner .text_box .li1.cur .icon_box,.pro_banner .text_box .li1:hover .icon_box{background-position:0 100%;}
    .pro_banner .text_box .li2 .icon_box{background:url(/resources/web/img/pro_icon.png)  50% 0 no-repeat; background-size:300%;}
    .pro_banner .text_box .li2.cur .icon_box,.pro_banner .text_box .li2:hover .icon_box{background-position: 50% 100%;}
    .pro_banner .text_box .li3 .icon_box{background:url(/resources/web/img/pro_icon.png) 100% 0 no-repeat; background-size:300%;}
    .pro_banner .text_box .li3.cur .icon_box,.pro_banner .text_box .li3:hover .icon_box{background-position:100% 100%;}

    /*pro-detail*/
    .pro_detail{margin-top:-100px; padding-top:0;}
    .pro_detail .pt1 .pd{padding:30px;}
    .pro_detail .pt1 .l_box{margin-bottom:20px;}
    .pro_detail .pt1 .l_box, .pro_detail .pt1 .r_box{width:100%;}

    /*c_company*/
    .c_company .pd .img_box{width:100%;}
    .c_company .pd .text_box{width:100%;}
    .c_company .pd .text_box .s_pd{padding:20px 0;}
    .c_company .pd .text_box .tit{margin-bottom:10px;}

    /*leader*/
    .leader .pt1 .r_box{width:100%; margin:0; margin-bottom:20px;}

    /*contact_us*/
    .contact_us .pt1 .info{width:100%;}
    .contact_us .pt1 .map_box{height:300px;}
    .contact_us .pt1 .map_box #map-49068{margin-left:-620px; margin-top:-150px;}
    .contact_us .pt3 .pd .bjk{height:auto;}

    /*talent*/
    .talent .pt2 .tip .l_box{display:none;}
    .talent .pt2 .tip .r_box{width:100%;}

    /*job*/
    .job .pt1 .con_box .l_box{width:100%;}
    .job .pt1 .con_box .r_box{width:100%;}
    .widget-job-2 ._t4{width:20%;}
    .widget-job-2 ._t5{width:30%;}
    .widget-job-tit{font-size:14px;}


    /*his*/
    .history .stage_box li { width:100%; }
    .history .stage_box li.cur { border-color:#fff; color:#fff;}
    .history .stage_box li:hover .year span,.history .stage_box li:hover .desc{color:#fff;}
    .history .stage_box li .pd { padding:5px 10px; }
    .history .stage_box .desc { font-size:16px; }
    .history .container{background:none;}
    .history .container .l_box{width:100%; text-align:left;}
    .history .container .r_box{width:100%;}
    .history .container .l_box .pd{padding:20px;}
    .history .container .l_box .tit{font-size:26px;}
    .history .container .r_box ul{padding:20px;}
    .history .container .r_box .year:after{display:none;}

    /*honor*/
    .honor .bd .line_color{display:none;}
    .honor .odd ._list_l .img_line{display:none;}
    .honor .odd ._list_l .img_border{display:none;}
    .honor .even ._list_l .img_line{display:none;}
    .honor .eben ._list_l .img_border{display:none;}
    .honor ._list_box ._list_r{width:100%;}
    .honor ._list_box ._list_l{width:100%; margin-bottom:30px;}
    .honor ._list_r ._r_year{position: static;}
    .honor ._list_r ._r_main,.honor .odd ._list_r ._r_main{padding-top:10px;}

    /*首页*/
    .ibulletin .inotice_wrap { margin-bottom:20px; width:100%; }
    .ibulletin .date { display:none; }
    .ibulletin .inotice_tt { max-width:none; width:100%; }
    .ibulletin .inotice_tag { position:static; float:none; }
    .ibulletin .inotice_list { padding-left:0; }
    .istock { float:left; height:auto; }
    .istock .istock_tag,.istock .istock_num { height:30px; line-height:30px; }
    .istock .istock_tag { max-width:35%; text-align:left; }
    .istock .istock_num { padding-right:0; width:80%; text-align:left; }
    .istock .istock_num:after { display:none; }
    .istock .istock_price { font-size:22px; }

    /*index*/
    .index .pt1 .l_box{width:100%; margin-bottom:20px;}
    .index .pt1 .r_box{width:100%;}
    .index .pt2 .pro_box .mask .mpd{padding: 50px 30px 0;}
    .index .pt2 .owl-prev{left:0;}
    .index .pt2 .owl-next{right:0;}
    .index .pt3 .l_box{width:100%;}
    .index .pt3 .r_box{width:100%;}
    .index .pt3 .l_box .tit_box .t2{font-size:30px;}
    .index .pt4 .pd{padding:0;}
     .index .pt4 li{margin-bottom:30px;}


     /*school_job*/
     .school_job .list li{margin-bottom:20px;}

     
     .widget-newslist-10 li:hover .list_box{background-color:#eee;}
     body .content-49096 .dib.sear_f{margin-bottom:5px;}


}
@media only screen and (max-width: 480px) {
    /*mobileMode 480 网站样式*/

}
<!--耗时1751461390秒-->