@media only screen and (max-width: 1200px) {
  * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input,
  textarea {
    -webkit-appearance: none
    /*去除input默认样式*/
  }
  html {
    min-height: 100%;
    position: relative;
  }
  body,
  html {
    font-size: 12px;
  }
  body {
    position: static;
  }
  img {
    max-width: 100%;
  }
.is-mobile {
    display: block;
  }
  .mobile-nav {
    display: block;
  }
  .gh {
    display: block;
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    top: 0px;
    right: 5%;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
  }
  .gh.selected {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .gh a {
    display: block;
    height: 2px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 60%;
    margin: 0 20%;
    background: #000;
  }
  .gh a:after,
  .gh a:before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    background: #000;
  }
  .gh a:after {
    top: 8px;
  }
  .gh a:before {
    top: -8px;
  }
  .gh.selected a:after,
  .gh.selected a:before {
    top: 0;
  }
  .gh.selected a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
  }
  .gh.selected a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
  }
  .gh.selected a {
    background-color: transparent !important;
  }
  .mobile-header-bd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 999;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .mobile-header-bd .logo_ouc {
    margin-left: 5%;
    width: 42%;
  }
  .wrapper {
    width: auto;
    margin: 0 ;
  }
  .wrapper .inner {
    width: 100%;
  }
  #header {
	height:100%;
	padding-top:60px;
    background-size: 100% 100%;
  }
  #header .inner {
	  width:100%;
	  height:auto;
  }
  .head img {
    width: 100%;
  }
  #container {
	  width: 100%;
  }
  .news-box {
      padding: 10px;
}
  #nav {
    display: none;
    margin-top: 0;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    background: #D40E0E;
    width: 100%;
	height:auto;
    z-index: 999;
	height:auto;
  }
  #nav ul {
    background: none;
  }
  .wp_nav {
	  width:100%;
	  height:auto;
  }
  #nav ul li {
    margin: 0;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px dashed #E8E8E8;
    display: block;
    text-align: center;
	float: none;
  }
  .news {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #con1_left,
  #con1_right,.logo,.copy,.channel {
    width: auto;
    float: none;
  }
  .news .news-left .swiper .bd li .text {
    margin: 15px 0;
    font-size: 16px;
  }
  .news .news-left .swiper .hd {
    bottom: 18px;
  }
  .news .news-left .rules .rules-tit {
    position: relative;
  }
    .news .news-left .rules .rules-tit:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        height: 100%;
        background: url(../images/icon_05.png) no-repeat center;
        background-size: 90%;
        background-color: #fff;
        z-index: 99;
    }
  .news .news-left .rules .rules-tit dt {
    width: 20%;
    display: none;
  }
  .news .news-left .rules .rules-tit {
    padding-left: 20%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .news .news-left .rules .rules-tit dd {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
  }
  .news .news-left .rules .rules-tit dd img {
    display: none;
  }
  .news .news-left .rules .rules-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto;
  }
  .news .news-left .rules .rules-content li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    width: 32%;
  }
  .news .news-left .rules .rules-content li .img {
    height: auto;
  }
  .news .news-left .rules .rules-content li .txt {
    padding: 0 10px;
    white-space: normal;
    font-size: 12px;
    margin-top: 10px;
  }
  .news .news-right {
    margin-top: 20px;
  }
  .news-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
  }
  .news-list .tit {
    line-height: 28px;
  }
  .news-list .tit h3 {
    font-size: 18px;
  }
  .news-list .tit h3 img {
    vertical-align: -2px;
    width: 16%;
  }
  .news-list .desc {
    margin: 20px 0 0 ;
    font-size: 16px;
    line-height: 1.4;
  }
  .news-list ul {
    margin-top: 20px;
  }
  .news-list ul li {
    font-size: 13px;
  }
  .news .news-right .news-list-item2 {
    margin-top: 30px;
  }
  .news-box .news-list {
    float: none;
    width: auto;
  }
  .news-box .news-list:first-child {
    margin-right: 0;
  }
  .news-box .news-list:last-child {
    margin-top: 30px;
  }
  .news-list ul li p {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #con1_right {
    margin-top: 40px;
}
  #con2 {
	  width:100%;
	  height: auto;
	  margin:20px 0px;
  }
  #footer{
	  height:auto;
  }
  .logo {
	  background: url(../images/logo.png) center center no-repeat;
  }
  .copy {
	  border:none;
  }
  #copyright {
	  width:100%;
  }
  .activity .bd {
    margin: 30px 0;
  }
  #subpage {
    width: 100%;
  }
  .item-lf,.item-img {
	  float:none;
  }
  .item-img {
	  margin-left:0px;
  }
  .item-txt {
	  margin-left:0px;
	  margin-top:10px;
  }
  .articleTitle h2 {
    line-height: 30px;
  }
  .articleAuthor {
    height: auto;
  }
}
