.mobile_type .header {
    width: 100%;
    height: 36vw;
    background: url(toubg_01.png) no-repeat;
    background-size: 100% 100%;
  }
  .mobile_type .header_box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 3vw;
    box-sizing: border-box;
  }
  .mobile_type .logo {
    width: 40vw;
    height: auto;
    margin-top: 0vw;
  }
  .mobile_type .header_t {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .mobile_type .logo img {
    width: 100%;
  }
  .mobile_type .header_t span {
    font-style: italic;
    margin-right: 4vw;
    font-family: cursive;
    font-size: 4vw;
    font-weight: bold;
  }
  .mobile_type .header_t {
    margin-top: 4vw;
    font-family: SourceHanSansCN-Heavy;
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 8vw;
    color: #ffffff;
  }
  .mobile_type .main {
    width: 100%;
    background: url(bg22_02.png) no-repeat;
    background-size: 100% 100%;
    padding: 3vw;
    box-sizing: border-box;
  }
  .mobile_type .mid_out {
    width: 100% !important;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .mobile_type .dqwz {
    width: 100%;
    line-height: 10vw;
    font-size: 4vw;
  }
  .mobile_type .zwlj li {
    float: left;
    width: 100%;
    margin: 0;
    background: #dce9fc;
    border-radius: 5vw;
    box-sizing: border-box;
  }
  .mobile_type .zwlj li a {
    padding: 0 !important;
    display: block;
    background: #427fda;
    font-size: 4vw;
    height: auto;
    line-height: 10vw;
    margin: 2vw auto;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    font-family: STXingkai;
    color: #fff;
  }