﻿@media screen and (max-width: 1200px) {

    body {
      /* background: url('./mobile-background.png') no-repeat top center; */
      background-size: cover;
    }
    .s-side{
      display: none;
    }
    /* 移动端头部适配样式 START*/
    .header {
      width: 100%;
      height: 5rem;
    }
    .header-box{
      width: 100%;
      height: auto;
      padding-top: 0.2rem;
    }
    .header-jf{
      display: none;
    }
    /* logo */
    .header-logo{
      width: 100%;
    }
    .header-logo img{
      width: 70%;
    }
    /* 搜索 */
    .header-search{
      width: 100%;
      height: 0.8rem;
      margin-left: 0;
      padding-top: 0.2rem;
      line-height: 0.8rem;
    }
    .header-search input{
      box-sizing: border-box;
      width: 65%;
      height: 100%;
      padding-left: 0.3rem;
      margin-left: 7%;
      font-size: 0.28rem;
    }
    .header-search button{
      box-sizing: border-box;
      width: 20%;
      height: 80%;
      left: 72%;
      top: 0.2rem;
      font-size: 0.3rem;
      line-height: 0.8rem;
    }
    .header-search button img{
      width: 25%;
      padding-top: 0.2rem;
    }
    .header-search>a{
      display: none;
    }
    /* 导航 */
    .header-nav{
      height: 1.6rem;
    }
    .header-nav ul{
      width: 100%;
    }
    .header-nav ul li{
      width: 33.3%;
      height: 0.8rem;
      line-height: 0.8rem;
      font-size: 0.28rem;
    }
    /* 内容 */
    .content {
      margin-top: 0.1rem;
      padding-bottom: 0.2rem;
    }
    .common-content{
      box-sizing: border-box;
      width: 100%;
      padding: 0 0.3rem;
    }
    .typostion {
      line-height: 0.6rem;
      font-size: 0.22rem;
      padding-left: 0.14rem;
    }
    /* 手机common-list */
    .common-list-mobile-nav {
      display: block;
      position: relative;
      width: calc(100% - 0.4rem);
      padding: 0 0.2rem;
      height: 1rem;
      font-size: 0.28rem;
      color: #fff;
      background: #0089cb;
      line-height: 1rem;
      cursor: pointer;
    }
  
    .common-list-mobile-nav img {
      width: 0.3rem;
      float: right;
      margin-right: 0.2rem;
      margin-top: 0.4rem;
    }
  
    .common-list-mobile-nav .select-list {
      display: none;
      position: absolute;
      right: 0;
      width: 3.6rem;
      color: #333333;
      border: 0.01rem solid #dedede;
      background: #f1f1f1;
      z-index: 100;
    }
  
    .common-list-mobile-nav .select-list li {
      width: calc(100% - 0.4rem);
      /* margin: 0 0.2rem; */
      padding: 0 0.2rem;
      height: 0.78rem;
      font-size: 0.22rem;
      line-height: 0.8rem;
      background: #f1f1f1;
      border-bottom: 0.01rem solid #dedede;
    }
    .common-list-mobile-nav .select-list li a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .common-list-mobile-nav .select-list li:hover {
      background: #1d7acc;
      color: #fff;
    }
    /* end */
  
  
    /* 移动端头部适配样式 END*/
  
    /* 移动端底部适配样式 START*/
    .footer {
      width: 100%;
      padding: .2rem 0;
      height: auto;
      position: relative;
    }
    .footer-box {
      width: 100%;
      margin: 0 auto;
  }
  .select-list {
    width: 100%;
    margin-top: 0;
  }
  .select-list select {
    width: 47%;
    height: 0.6rem;
    margin-right: 1%;
    margin-left: 1.2%;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    background: #4d4d4d;
    color: #cccccc;
    text-align: center;
    border: 0.02rem solid #999999;
    background: url(./footer-select-img.png) no-repeat center right;
    background-color: #4d4d4d;
    appearance:none;
    -moz-appearance:none;
    padding-left: 0.2rem;
    -webkit-appearance:none;
  }
  .footer-center-content{
    padding: 0.2rem;
  }
  .footer-img {
    height: 0.8rem;
    position: absolute;
    bottom: 0.5rem;
    left: 65%;
  }
  .footer-img .footer-first-img {
    margin-right: 0.2rem;
  }
  .footer-img .footer-second-img {
    margin-top: 0.05rem;
  }
  .footer-map{
    width: 100%;
    height: auto;
  }
  .footer-map li{
    width: 25%;
    height: 1rem;
    margin-left: 0;
    font-size: 0.22rem;
  }
  .footer-map li img{
    width: 35%;
    height: 50%;
  
  }
  .footer-map li p{
    padding-top: 0.1rem;
  }
  .footer-text{
    font-size: 0.22rem;
    text-align: left;
  }
  .footer-text>div {
    padding-top: 0rem;
    padding-left: 0.2rem;
    padding-right: 0.1rem;
  }
  .footer-text div span{
    padding-right: 0.1rem;
    line-height: 0.5rem;
  }
  .footer-text div span a {
      color: #cccccc;
  }
  .footer-text div span a:hover {
      color: #cccccc;
  }
  .footer-text div.footer-second {
    padding-left: 0.2rem;
    padding-right: 0.1rem;
    padding-bottom: 0;
  }
  .footer-text div:nth-of-type(2)>div.fl{
    width: 100%;
    padding-top: 0;
  }
  .footer-text div:nth-of-type(2)>div.fl img{
    width: 4%;
    padding-top: 0.05rem;
  }
    /* 移动端底部适配样式 END*/
  
    /* 分页 */
    .qt-page .page-search{
      display: none;
    }
    .qt-page .page-search-btn{
      display: none;
    }
    .qt-page button{
      margin: 0 0.05rem;
    }
    .qt-page button, .qt-page input{
      padding: 0 0.2rem;
      height: 0.6rem;
    }
    .qt-page button, .qt-page input, .qt-page p{
      font-size: 0.22rem;
    }
    .qt-page{
      padding: 0 0.2rem;
    }
    /* tytitle */
    .ty-title {
      width: 100%;
      text-align: center;
    }
    .ty-title-box {
      width: 45%;
      line-height: 0.5rem;
    }
    .ty-title-box a {
      display: block;
      color: #fff;
      font-size: 0.24rem;
      background: url(./ty-title-bgc1.jpg) 100% 100% no-repeat;
      background-size: 100%  100%;
      transition: 0.3s all linear;
    }
    .ty-title-box:hover a {
      background: url(./ty-title-bgc2.jpg) 100% 100% no-repeat;
      background-size: 100%  100%;
    }
    /* tytitle END */
  }