/*
* name: responsive StyleSheet
* version: v1.1.3
* update: 手机wrap默认padding改为4%
* data: 2015-03-12
*/

/* import responsive stylesheet */
@import url(./Pad.css) screen and (max-width: 64em);
@import url(./Mobile.css) screen and (max-width: 40em);

/* 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;}

/*
* PadMode
*/
@media only screen and (max-width: 64em) {

  body:after {
    content: 'Pad';
  }
  body{ user-select: none;-webkit-user-select: none;}
  body,input,textarea,button,select {font-family: inherit;font-size:14px;}
  .wrap{padding-left:2%;padding-right:2%;max-width: none;}
  .PcPush{display: none;}
  .UnpcPush{display: block;}
  .channel_content .text_content02 .right {display: none;}


}

/*
* MobileMode
*/
@media only screen and (max-width: 40em) {

  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;}
  .channel_content .text_content .text_content02 {background: none;height: auto;}
  .channel_content .text_content02 .left {width: 100%; padding:0px;}
  .channel_content .text_content02 .left .txt .tit {font-size: 18px;}
  .channel_content .text_content02 .left .txt .con {font-size:16px;}
  .channel_content .text_content02 .left .txt .con strong {font-size: 24px;}
  .channel_content .text_content02 .left .txt .con .con1 {line-height: 40px;}
  .channel_content .text_content03 .pic_cell {width: 48.5%;}
  .train .class .content:after {bottom: 120px;}
  .channel_content .text_content .text_content01 .pic_cell {width: 47.5%;}
  .datalist th {font-size: 14px;}
  .datalist td {font-size: 14px;padding-left:10px;}

   .net_work_hd_r{width: 75%;box-sizing:border-box;}
   .form-inline .form-control{width: 55%;}
   .btn-default{width: 40%;}
   .net_work_hd_l{width: 20%;}
   .net_work_bd .list_box {height: 80px;}
   .channel_menu li > a {height: 50px;}
   .cul_s1_right li {width: 98%;}
   .his_li dd img {height: auto;}
   .his_li dd {height: auto}
   .hisList .his_hd .text {display: block;}
   .his_box .time {position: relative;height: 23px;line-height: 26px;font-size: 22px;display: block;}
   .huodong_list li .img img {width: 100%;}
   .down_list li .gn a {width: auto; padding: 0 5px;}
   .news_list .intro .n {font-size: 18px;}
   .meiti_list .date .d1 {font-size: 22px; line-height: 22px;}
   .logo {width: 70%;}


}
