/*
* name: responsive
* version: v2.0.1
* update: 恢复使用max-width，最新版本的UC浏览器不支持max-device-width
* data: 2016-08-18
*/

/* import responsive stylesheet */
@import url(./Pad.css) screen and (max-width: 1024px);
@import url(./Mobile.css) screen and (max-width: 760px);

/* 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);}
@media only screen and (max-width: 1240px) {
  .xc_banner ._banner_nav .xc_nav_bar{width: 100%;left: 0;margin-left: 0;}
}
/*
* PadMode
*/
@media only screen and (max-width: 1024px) {

  body:after {
    content: 'Pad';
  }
  body{ user-select: none;-webkit-user-select: none;}
  html,body,.wrap { min-width:0;}
  html { overflow-x:hidden;}
  body,input,textarea,button,select { font-size:14px;}
  .wrap{padding-left:2%;padding-right:2%;width: auto;}
  .PcPush{display: none;}
  .UnpcPush{display: block;}
  .content-33782 .Validform_wrong{left:2%;}
 /* .Form-J1 .Form-J1-li b{display: inline-block;text-align: right;float: right;margin-right: 10%;}*/
  .Form-J1 .Form-J1-li input{width: 63%;}
  .Form-J1 .Form-J1-li select{width: 63%;}
  .Form-J1 .Form-J1-li label{text-align: left;}
  .Form-J1 .Form-J1-li b{float: right;margin-right: 25%;}
  .index_en .part2 .tab_b .tab_b_b ul{height: 100%;}
  .index_en .part2 .index_tab .tab_b ul li.tab_l, .index_en .part2 .index_tab .tab_b ul li.tab_r{max-height: 418px;}
   
}

@media only screen and (max-width: 992px) {
  .index_en .part2 .index_tab .tab_b ul li.tab_l, .index_en .part2 .index_tab .tab_b ul li.tab_r{max-height: 315px;}
}
@media only screen and (max-width: 768px){
  /*部分图文信息占比不均衡*/
  .pad_control .wrap .row{width: 100%;}
  .pad_control .wrap .row .smal-12{width: 100%;}
  .pad_control .wrap .row .smal-12 img{width: 100%;}
}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {

  body:after {
    content: 'Mobile';
  }
  body,input,textarea,button,select {font-size:16px;}
  .wrap{padding-left:4%;padding-right:4%; }
  .UnmobilePush{display: none;}
  .MobilePush{display:block;}
  img[data-src]{opacity: 1;}
  .i_banner li .tpi{display: none;}
  .widget-newsdetail-8 ._head ._title{font-size: 18px;}
  .pro_list_hd .hd_list ._list01_bd ._bd_box{padding: 45px 24px 18px;}
  .pro_list_hd .hd_list{-webkit-background-size: cover;background-size: cover;}
  .Form-J1 .Form-J1-li b{width: 40%;}
    .index_en .part2 .index_tab .tab_b ul li.tab_l, .index_en .part2 .index_tab .tab_b ul li.tab_r{max-height: 100%;}
 
}


