﻿@media screen and (max-width: 750px) {
  html {
    font-size: 14px;
    height: 100%; }

  html, body {
    color: #373737;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; }

  p {
    display: inline-block; }

  a {
    color: inherit;
    text-decoration: none; }
    a:-webkit-any-link {
      color: inherit;
      text-decoration: none; }

  .center-content {
    margin: 0 auto; }

  .content-box {
    padding-bottom: 40px;
    margin: 15px;
    margin-top: 0; }

  .page-content-m .content-title {
    color: #00448d;
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bolder;
    line-height: 1.6em;
    position: relative; }
    .page-content-m .content-title .pre {
      position: absolute;
      content: "";
      display: inline-block;
      background: #f5a200;
      height: 1px;
      top: 50%;
      margin-top: -1px;
      left: 0;
      width: 20.8333333333%; }
      .page-content-m .content-title .pre:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5a200;
        top: -2px; }
      .page-content-m .content-title .pre:after {
        content: "";
        position: absolute;
        display: inline-block;
        right: 0;
        border-right: 7px solid #f5a200;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        top: -4px;
        -webkit-transform: translateY(-0.5px);
        -moz-transform: translateY(-0.5px);
        -ms-transform: translateY(-0.5px);
        -o-transform: translateY(-0.5px);
        transform: translateY(-0.5px); }
    .page-content-m .content-title .end {
      position: absolute;
      content: "";
      display: inline-block;
      background: #f5a200;
      height: 1px;
      margin-top: -1px;
      top: 50%;
      right: 0;
      width: 20.8333333333%; }
      .page-content-m .content-title .end:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        border-left: 7px solid #f5a200;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        top: -4px;
        -webkit-transform: translateY(-0.5px);
        -moz-transform: translateY(-0.5px);
        -ms-transform: translateY(-0.5px);
        -o-transform: translateY(-0.5px);
        transform: translateY(-0.5px); }
      .page-content-m .content-title .end:after {
        content: "";
        position: absolute;
        display: inline-block;
        right: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5a200;
        top: -2px; }
    .page-content-m .content-title.has-more .end {
      width: 7%;
      right: 99px; }
    .page-content-m .content-title .more {
      position: absolute;
      right: 0;
      white-space: nowrap;
      top: 50%;
      margin-top: -24px;
      font-size: 22px;
      color: #6f6f6f;
      font-weight: normal; }
      .page-content-m .content-title .more:hover {
        color: #f3ac00; }
    .page-content-m .content-title span {
      font-weight: normal; }
    .page-content-m .content-title b {
      font-size: 1.1em;
      font-weight: bold; }

  .page-footer {
    background: #00448d;
    padding-bottom: 20px; }
    .page-footer .ct {
      padding: 30px 0 0 0;
      margin: 0 3%;
      position: relative; }
      .page-footer .ct .st {
        position: relative; }
        .page-footer .ct .st h5 {
          color: #f5a200;
          font-size: 22px;
          font-weight: bold;
          line-height: 1.6em;
          margin-bottom: 10px;
          letter-spacing: 1px; }
      .page-footer .ct .st-1 {
        position: relative;
        width: 430px;
        float: left;
        height: 250px;
        left: 240px; }
        .page-footer .ct .st-1 p {
          font-size: 22px;
          color: #fff;
          margin-bottom: 20px; }
          .page-footer .ct .st-1 p a {
            margin-right: 5px;
            margin-bottom: 10px;
            white-space: nowrap; }
            .page-footer .ct .st-1 p a:hover {
              color: #ff6744; }
      .page-footer .ct .d-b {
        position: absolute;
        left: 0;
        top: 40px;
        width: 27%; }
        .page-footer .ct .d-b img {
          width: 100%;
          margin-bottom: 15px; }
    .page-footer .copyright {
      color: #fff;
      font-size: 20px;
      line-height: 2em;
      margin: 0 3%;
      padding-bottom: 100px; }

  #map {
    display: inline-block;
    width: 322px;
    height: 252px; }

  .slider-1-m {
    position: relative;
    padding-bottom: 0;
    margin: 0;
    height: 590px; }
    .slider-1-m .swiper-slide {
      overflow-x: hidden; }
      .slider-1-m .swiper-slide > img {
        width: 100%;
        position: relative;
        cursor: pointer;
        height: 580px; }
    .slider-1-m .pop {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      display: none;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      -webkit-transition: opacity 500ms ease;
      -moz-transition: opacity 500ms ease;
      -ms-transition: opacity 500ms ease;
      -o-transition: opacity 500ms ease;
      transition: opacity 500ms ease; }
      .slider-1-m .pop.active {
        display: block;
        z-index: 8000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
      .slider-1-m .pop > .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: #00448d;
        opacity: .9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }
        .slider-1-m .pop > .bg img {
          position: absolute;
          width: 100%;
          height: 100%; }
      .slider-1-m .pop .icon-close {
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
        background: url(../images/icon-close.png) no-repeat;
        background-size: 100% 100%;
        z-index: 10; }
      .slider-1-m .pop > .ct {
        position: relative;
        margin: 0 auto; }
      .slider-1-m .pop .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 350px;
        bottom: 0;
        text-align: left; }
      .slider-1-m .pop .right {
        width: 76.3888888889%;
        font-size: 0;
        height: 100%; }
        .slider-1-m .pop .right img {
          width: 100%; }
      .slider-1-m .pop h2 {
        font-size: 2rem;
        color: #f5a200;
        line-height: 1em;
        margin-top: 59px;
        margin-bottom: 15px; }
      .slider-1-m .pop .split {
        margin-bottom: 10px;
        height: 1px;
        width: 424px;
        position: relative;
        background: #f5a200; }
        .slider-1-m .pop .split:before {
          content: "";
          position: absolute;
          display: inline-block;
          left: 0;
          border-left: 7px solid #f5a200;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          top: -4px;
          -webkit-transform: translateY(-0.5px);
          -moz-transform: translateY(-0.5px);
          -ms-transform: translateY(-0.5px);
          -o-transform: translateY(-0.5px);
          transform: translateY(-0.5px); }
        .slider-1-m .pop .split:after {
          content: "";
          position: absolute;
          display: inline-block;
          right: 0;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #f5a200;
          top: -2px; }
      .slider-1-m .pop p {
        line-height: 26px;
        font-size: 1em;
        font-weight: normal;
        color: #fff; }
      .slider-1-m .pop b {
        color: #f5a200; }
    .slider-1-m #pop_3 .left {
      width: 312px; }
    .slider-1-m #pop_3 .right {
      width: 581px;
      margin-top: -20px; }

  .swiper-pagination-1-m {
    text-align: center;
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 30px; }
    .swiper-pagination-1-m .swiper-pagination-bullet {
      width: 86px;
      height: 8px;
      border-radius: 4px;
      background: #f3f3f3;
      cursor: pointer;
      opacity: .7;
      margin: 0 5px; }
      .swiper-pagination-1-m .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f5a200; }

  .search-box {
    width: 670px;
    margin-bottom: 30px;
    padding-bottom: 0; }
    .search-box .input {
      border: 1px solid #bfbfbf;
      display: inline-block;
      margin-bottom: 10px; }
      .search-box .input input {
        width: 415px;
        border: none;
        outline: none !important;
        line-height: 30px;
        height: 30px;
        padding: 0 5px;
        color: #f3ac00; }
    .search-box .btn {
      float: right;
      width: 200px;
      font-size: 1.2em;
      line-height: 30px;
      font-weight: bold; }
    .search-box .links {
      color: #929292;
      overflow: auto;
      margin-left: -1em; }
      .search-box .links li {
        padding: 0 1em;
        border-right: 1px solid #929292;
        margin-bottom: 10px;
        font-size: 1em;
        float: left; }
        .search-box .links li:last-child {
          border: none; }
        .search-box .links li:hover {
          color: #f3ac00; }

  .cls-box {
    position: relative;
    overflow: hidden; }
    .cls-box > .bg {
      position: absolute;
      width: 10000px;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -5000px;
      z-index: 0;
      text-align: center; }
      .cls-box > .bg img {
        height: 100%; }
    .cls-box .center-content {
      position: relative;
      z-index: 10; }
    .cls-box .sub-title {
      text-align: center;
      margin-bottom: 10px;
      width: 100%;
      height: 140px;
      position: absolute;
      bottom: 0;
      display: inline-block; }
      .cls-box .sub-title li {
        background: url(../images/p2-icon1m.png) no-repeat center;
        display: inline-block;
        width: 227px;
        height: 140px;
        padding: 0;
        /*border-left: 1px solid #f5a200;*/
        line-height: 1.6em;
        color: #ffffff;
        font-size: 24px;
        position: relative;
        vertical-align: top;
        cursor: pointer; }
        .cls-box .sub-title li.active, .cls-box .sub-title li:hover {
          background: url(../images/p2-icon2m.png) no-repeat center; }
      .cls-box .sub-title .tlt_th-txt {
        margin-top: 30px;
        display: inline-block; }
      .cls-box .sub-title .empty {
        width: 1px;
        padding: 0;
        margin-left: -4px; }
    .cls-box .tb-head {
      overflow: hidden;
      background: #f5a200;
      height: 247px; }
      .cls-box .tb-head li {
        width: 25%;
        float: left;
        background: #f5a200;
        color: #fff;
        height: 62px;
        line-height: 62px;
        font-size: 22px;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff !important;
        /*&.n-r {
          border-right: none;
        }*/ }
        .cls-box .tb-head li span {
          line-height: 1.1em;
          display: inline-block;
          vertical-align: middle; }
        .cls-box .tb-head li.active, .cls-box .tb-head li:hover {
          background: #4cb7c3; }
        .cls-box .tb-head li.empty {
          background: #f5a200; }
      .cls-box .tb-head .double {
        width: 50%; }
    .cls-box .tb-ct {
      border: solid #f5a200;
      border-width: 0 0 2px 0;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .cls-box .tb-ct:before {
        position: absolute;
        content: "";
        display: inline-block;
        left: 0;
        top: 0;
        width: 2px;
        height: 2.5rem;
        background: #f5a200; }
      .cls-box .tb-ct:after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        display: inline-block;
        width: 2px;
        height: 2.5rem;
        background: #f5a200; }
      .cls-box .tb-ct li {
        display: none;
        padding: 20px 40px;
        padding-bottom: 120px;
        position: relative; }
        .cls-box .tb-ct li .left {
          position: relative;
          margin-right: auto;
          text-align: justify; }
          .cls-box .tb-ct li .left p {
            color: #6f6f6f;
            line-height: 1.8em;
            font-size: 22px;
            margin-bottom: 5px; }
          .cls-box .tb-ct li .left label {
            color: #f5a200;
            font-weight: bold; }
        .cls-box .tb-ct li .right {
          position: absolute;
          right: 40px;
          width: 610px;
          bottom: 30px; }
          .cls-box .tb-ct li .right p {
            position: absolute;
            right: 15px;
            top: 15px;
            color: #00448d;
            text-align: center;
            font-weight: normal;
            font-size: 1.5em;
            line-height: 1; }
          .cls-box .tb-ct li .right b {
            font-weight: bold; }
          .cls-box .tb-ct li .right .btn {
            width: 100%;
            font-weight: bold;
            margin: 10px 0 0 0;
            padding: 0;
            font-size: 34px;
            line-height: 80px; }
        .cls-box .tb-ct li .title {
          font-size: 32px;
          font-weight: bold;
          color: #00448d;
          line-height: 1.05em;
          margin-bottom: 15px;
          /* width: 8em; */ }
        .cls-box .tb-ct li.active {
          display: block; }
    .cls-box .cls-tb {
      display: none; }
      .cls-box .cls-tb.active {
        display: block; }
    .cls-box .cls-tb-bg {
      background: url(../images/p2-1-bg.jpg) no-repeat center;
      width: 100%;
      height: 457px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0; }
    .cls-box .cls-tb-bg1 {
      background: url(../images/p2-2-bg.jpg) no-repeat center; }
    .cls-box .cls-tb-bg2 {
      background: url(../images/p2-3-bg.jpg) no-repeat center; }
    .cls-box .cls-tb-txts {
      position: absolute;
      left: 250px;
      top: 100px;
      width: 400px;
      display: inline-block; }
    .cls-box .cls-tb-txts-1 {
      top: 200px; }
    .cls-box .cls-tb-txt1 {
      font-size: 28px;
      color: #16c7c5;
      margin-bottom: 20px; }
    .cls-box .cls-tb-txt2 {
      font-size: 22px;
      color: #333333;
      line-height: 1.6em; }

  .prod-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 1000px; }
    .prod-box > .bg {
      position: absolute;
      width: 10000px;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -5000px;
      z-index: 0;
      text-align: center; }
      .prod-box > .bg img {
        height: 100%; }
    .prod-box ul {
      overflow: hidden;
      height: 900px; }
    .prod-box li {
      width: 33.33%;
      float: left;
      display: inline-block;
      text-align: center;
      height: 300px;
      position: relative;
      transform: scale(0.7);
      -moz-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      margin-top: -56px; }
      .prod-box li:nth-child(4) {
        margin-left: 16.66%; }
      .prod-box li:nth-child(4), .prod-box li:nth-child(5) {
        margin-top: -78px; }
      .prod-box li .name {
        top: 20px; }
      .prod-box li .circle, .prod-box li .detail {
        bottom: 20px;
        left: 50%;
        margin-left: -77.5px;
        cursor: pointer; }
      .prod-box li .link {
        top: 50px; }
        .prod-box li .link:after {
          top: 0; }
      .prod-box li.reverse .name {
        top: auto;
        bottom: 20px; }
      .prod-box li.reverse .circle, .prod-box li.reverse .detail {
        top: 20px;
        bottom: auto; }
      .prod-box li.reverse .link {
        top: auto;
        bottom: 50px; }
        .prod-box li.reverse .link:after {
          top: auto;
          bottom: 0; }
    .prod-box .name {
      color: #00448d;
      font-weight: bold;
      position: absolute;
      font-size: 20px;
      left: 0;
      right: 0;
      text-align: center; }
    .prod-box .info:hover .circle .bg {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .prod-box .info:hover .detail {
      opacity: 1;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }
    .prod-box .link {
      position: absolute;
      width: 1px;
      left: 50%;
      background: #f3ac00;
      height: 80px;
      z-index: 0; }
      .prod-box .link:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #f3ac00;
        margin-left: -3px;
        border-radius: 50%; }
    .prod-box .circle {
      width: 155px;
      height: 155px;
      line-height: 155px;
      position: absolute;
      z-index: 20;
      background: #fff; }
      .prod-box .circle .bg {
        background: url(../images/bg-circle.png) no-repeat;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 0;
        border-radius: 50% 50%;
        -webkit-transition: all 800ms;
        -moz-transition: all 800ms;
        -ms-transition: all 800ms;
        -o-transition: all 800ms;
        transition: all 800ms; }
      .prod-box .circle img {
        vertical-align: middle; }
    .prod-box .detail {
      width: 155px;
      height: 155px;
      line-height: 155px;
      position: absolute;
      overflow: visible;
      z-index: 30;
      background: #fff;
      -webkit-transform: scaleY(0.4);
      -moz-transform: scaleY(0.4);
      -ms-transform: scaleY(0.4);
      -o-transform: scaleY(0.4);
      transform: scaleY(0.4);
      opacity: 0;
      -webkit-transition: all 800ms;
      -moz-transition: all 800ms;
      -ms-transition: all 800ms;
      -o-transition: all 800ms;
      transition: all 800ms; }
      .prod-box .detail .bg {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 0;
        border: solid #f3ac00;
        border-width: 4px 0; }
        .prod-box .detail .bg:before {
          position: absolute;
          content: "";
          display: inline-block;
          left: 0;
          top: 0;
          width: 4px;
          height: 20px;
          background: #f3ac00; }
        .prod-box .detail .bg:after {
          position: absolute;
          content: "";
          bottom: 0;
          right: 0;
          display: inline-block;
          width: 4px;
          height: 20px;
          background: #f3ac00; }
      .prod-box .detail p {
        position: relative;
        z-index: 10;
        margin-top: 30px;
        line-height: 1.8em;
        font-size: 18px;
        color: #6f6f6f; }
      .prod-box .detail.active {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }

  .teachers-box {
    position: relative;
    height: 560px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .teachers-box > .bg {
      position: absolute;
      width: 10000px;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -5000px;
      z-index: 0;
      text-align: center; }
      .teachers-box > .bg img {
        height: 100%; }
    .teachers-box .center-content {
      position: relative;
      z-index: 10; }
      .teachers-box .center-content > .ct {
        position: relative;
        overflow: hidden; }
    .teachers-box .im-list {
      overflow: auto;
      width: 308px; }
      .teachers-box .im-list li {
        display: inline-block;
        width: 94px;
        height: 127px;
        text-align: center;
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 8px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        float: left;
        vertical-align: top; }
        .teachers-box .im-list li img {
          width: 100%;
          min-height: 100%;
          position: relative;
          z-index: 0; }
        .teachers-box .im-list li .cover {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 10;
          background: #fff;
          opacity: .5; }
        .teachers-box .im-list li:hover .cover, .teachers-box .im-list li.active .cover {
          display: none; }
    .teachers-box .left {
      margin-left: -4px; }
    .teachers-box .right {
      margin-right: -4px; }
    .teachers-box .mid {
      position: relative;
      overflow: auto;
      left: 0px;
      right: 0;
      top: 0;
      bottom: 0px; }
      .teachers-box .mid .im {
        width: 33.3333333333%;
        text-align: center;
        overflow: hidden;
        margin: 0 1% 0 3%;
        font-size: 0; }
        .teachers-box .mid .im img {
          width: 100%; }
      .teachers-box .mid .info {
        position: absolute;
        left: 18%;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto; }
        .teachers-box .mid .info h5 {
          line-height: 1.6em;
          font-size: 30px;
          color: #00448d;
          margin-bottom: 10px;
          position: absolute;
          left: 0;
          top: 0;
          white-space: nowrap;
          background: #fff;
          padding-right: 20px;
          font-weight: normal; }
        .teachers-box .mid .info .cls-name {
          vertical-align: bottom;
          font-weight: normal;
          font-size: 22px;
          text-align: right;
          margin-bottom: 20px;
          margin-left: 4em;
          color: #f5a200;
          border-bottom: 2px solid #f5a200; }
        .teachers-box .mid .info p {
          color: #a2a2a2;
          line-height: 1.6em;
          font-size: 22px; }
        .teachers-box .mid .info .btn {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          line-height: 3em;
          font-size: 1.2em;
          font-weight: bold; }
    .teachers-box .swiper-pagination-teacher-m {
      text-align: center;
      position: relative;
      width: 100%;
      left: 0;
      margin-top: 20px; }
      .teachers-box .swiper-pagination-teacher-m .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #cecece;
        cursor: pointer;
        margin: 0 6px; }
        .teachers-box .swiper-pagination-teacher-m .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #727272; }

  .cls-select-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative; }
    .cls-select-box > .bg {
      position: absolute;
      width: 10000px;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -5000px;
      z-index: 0;
      text-align: center; }
      .cls-select-box > .bg img {
        height: 100%; }
    .cls-select-box .query-section {
      display: none; }
      .cls-select-box .query-section .tit {
        margin-bottom: 10px; }
        .cls-select-box .query-section .tit > label {
          margin-right: 5px;
          font-weight: bold;
          font-size: 22px;
          color: #00448d; }
      .cls-select-box .query-section .city {
        margin: 0 5px; }
      .cls-select-box .query-section .filters {
        position: relative;
        z-index: 300;
        line-height: 25px;
        font-weight: bold;
        color: #555555;
        overflow: visible;
        height: 6em; }
        .cls-select-box .query-section .filters .lg {
          font-size: 1.4em;
          margin-right: 3px; }
        .cls-select-box .query-section .filters .filter {
          width: 50%;
          float: left;
          position: relative;
          background: #f5a200;
          margin-bottom: 5px;
          padding: 8px 0; }
          .cls-select-box .query-section .filters .filter > label {
            margin-left: .5em;
            color: #00448d; }
            .cls-select-box .query-section .filters .filter > label b {
              font-size: 1.2em; }
        .cls-select-box .query-section .filters .input {
          display: inline-block;
          height: 25px;
          position: absolute;
          left: 4em;
          right: 10px;
          top: 50%;
          margin-top: -12.5px;
          padding: 0 6px;
          background: #fff;
          background-size: auto 100%;
          overflow: visible;
          color: #373737;
          font-weight: normal;
          margin-right: 5px;
          vertical-align: middle;
          cursor: pointer;
          white-space: nowrap; }
          .cls-select-box .query-section .filters .input:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 25px;
            text-align: center;
            color: #fff;
            background: url(../images/icon-up-down.png) #00448d no-repeat;
            background-size: 30% 50%;
            background-position: 50% 45%; }
          .cls-select-box .query-section .filters .input .drop-down {
            position: absolute;
            top: 100%;
            margin-top: 0;
            border: 1px solid #f5a200;
            background: #fff;
            left: -1px;
            min-width: 100%;
            min-height: 50px;
            max-height: 250px;
            overflow: auto;
            display: none;
            transform: scale(0.1);
            transform-origin: 0 0;
            transition: transform 300ms linear; }
            .cls-select-box .query-section .filters .input .drop-down .opts {
              margin: 8px;
              line-height: 2.2em; }
              .cls-select-box .query-section .filters .input .drop-down .opts .op {
                color: #373737;
                padding: 0 8px;
                white-space: nowrap;
                margin-bottom: 8px; }
                .cls-select-box .query-section .filters .input .drop-down .opts .op:hover, .cls-select-box .query-section .filters .input .drop-down .opts .op.active {
                  color: #fff;
                  background: #f5a200;
                  cursor: pointer; }
            .cls-select-box .query-section .filters .input .drop-down.active {
              display: block;
              transform: scale(1); }
          .cls-select-box .query-section .filters .input .str {
            display: inline;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            color: #6f6f6f; }
          .cls-select-box .query-section .filters .input select {
            width: 100%;
            white-space: nowrap;
            -webkit-tap-highlight-color: transparent;
            user-select: none;
            -webkit-user-select: none;
            appearance: none;
            -webkit-appearance: none;
            border: none; }
        .cls-select-box .query-section .filters #time_ip {
          width: 90%;
          appearance: none;
          -webkit-appearance: none;
          border: none; }
        .cls-select-box .query-section .filters .query-btn {
          line-height: 23px;
          height: 25px;
          border-radius: 1px;
          font-weight: bold;
          width: 145px;
          position: absolute;
          right: 10px;
          top: 12px;
          box-sizing: border-box;
          background: #00448d;
          color: #fff;
          display: none; }
      .cls-select-box .query-section .filter-course {
        z-index: 50; }
      .cls-select-box .query-section .filter-school {
        z-index: 40; }
      .cls-select-box .query-section .filter-capacity {
        z-index: 30; }
      .cls-select-box .query-section .filter-time {
        z-index: 30; }
      .cls-select-box .query-section .result-tb {
        height: 500px;
        position: relative;
        overflow-y: hidden;
        cursor: pointer;
        clear: both; }
        .cls-select-box .query-section .result-tb > table {
          table-layout: fixed;
          width: 100%;
          border-collapse: collapse;
          font-size: 22px;
          position: relative;
          z-index: 100;
          color: #555555; }
          .cls-select-box .query-section .result-tb > table tr {
            line-height: 66px;
            text-align: center;
            border-bottom: 1px dashed #f3ac00;
            position: relative; }
            .cls-select-box .query-section .result-tb > table tr:last-child {
              border-bottom: none; }
            .cls-select-box .query-section .result-tb > table tr td {
              width: 25%;
              white-space: nowrap;
              overflow: hidden;
              padding: 0 10px;
              text-overflow: ellipsis; }
              .cls-select-box .query-section .result-tb > table tr td:hover {
                color: #f5a200;
                text-decoration: underline; }
            .cls-select-box .query-section .result-tb > table tr .td-time {
              /* color: $color-font-blue;*/ }
            .cls-select-box .query-section .result-tb > table tr .td-location {
              text-align: left; }
              .cls-select-box .query-section .result-tb > table tr .td-location img {
                margin-right: 5px;
                vertical-align: middle; }
            .cls-select-box .query-section .result-tb > table tr .td-ops {
              overflow: visible; }
              .cls-select-box .query-section .result-tb > table tr .td-ops:hover {
                color: inherit;
                text-decoration: none; }
            .cls-select-box .query-section .result-tb > table tr:last-child, .cls-select-box .query-section .result-tb > table tr.last {
              border-bottom: none;
              background: none; }
            .cls-select-box .query-section .result-tb > table tr:hover {
              background: #f3f3f3; }
            .cls-select-box .query-section .result-tb > table tr.no-data {
              line-height: 20em; }
              .cls-select-box .query-section .result-tb > table tr.no-data:hover {
                background: none; }
            .cls-select-box .query-section .result-tb > table tr .bottom {
              background: #f5a200 !important;
              font-weight: bold !important;
              color: #ffffff !important; }
          .cls-select-box .query-section .result-tb > table .btn {
            border-radius: 5px;
            width: 6em;
            font-weight: bold;
            line-height: 2em; }
          .cls-select-box .query-section .result-tb > table .col-code {
            width: 223px;
            border: none; }
          .cls-select-box .query-section .result-tb > table .col-name {
            width: auto; }
          .cls-select-box .query-section .result-tb > table .col-time {
            width: 170px;
            border: none; }
          .cls-select-box .query-section .result-tb > table .col-address {
            width: auto; }
          .cls-select-box .query-section .result-tb > table .col-price {
            width: 117px;
            border: none; }
          .cls-select-box .query-section .result-tb > table .col-ops {
            width: 209px;
            border: none; }
        .cls-select-box .query-section .result-tb > .loading {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          line-height: 20em;
          z-index: 200;
          text-align: center; }
          .cls-select-box .query-section .result-tb > .loading img {
            width: 25em;
            height: 25em;
            margin-top: 10em; }
      .cls-select-box .query-section .pagination {
        line-height: 30px;
        text-align: center;
        padding: 0 10px;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none; }
        .cls-select-box .query-section .pagination > span {
          display: inline-block;
          zoom: 1;
          _zoom: 1;
          height: 22px;
          margin: 0 .2em;
          cursor: pointer;
          vertical-align: middle; }
          .cls-select-box .query-section .pagination > span.prev {
            width: 20px;
            height: 26px;
            background: url(../images/im-pg-prev.png) no-repeat; }
          .cls-select-box .query-section .pagination > span.next {
            width: 20px;
            height: 26px;
            background: url(../images/im-pg-next.png) no-repeat; }
          .cls-select-box .query-section .pagination > span.dot {
            width: 26px;
            height: 26px;
            line-height: 26px;
            background: #e1e1e1;
            border-radius: 50%; }
            .cls-select-box .query-section .pagination > span.dot.active {
              background: #888888; }
      .cls-select-box .query-section.active {
        display: block; }

  .comp-box .bg-block {
    width: 100%;
    position: relative; }
  .comp-box .bg {
    width: 100%;
    position: relative;
    z-index: 0; }
  .comp-box .im-block {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 0; }
    .comp-box .im-block > img {
      width: 100%; }
    .comp-box .im-block:hover .desc {
      left: 0% !important;
      top: 0% !important; }
      .comp-box .im-block:hover .desc:before {
        opacity: .95 !important; }
  .comp-box .ct {
    overflow: hidden;
    position: relative;
    height: 900px; }
  .comp-box .title {
    position: absolute;
    z-index: 10; }
    .comp-box .title:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: .7;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
    .comp-box .title img {
      position: absolute;
      z-index: 10;
      left: 0;
      width: 100%;
      height: 100%; }
  .comp-box .desc {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    /*&:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: .6;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      -webkit-transition: all 800ms;
      -moz-transition: all 800ms;
      -ms-transition: all 800ms;
      -o-transition: all 800ms;
      transition: all 800ms;
    }*/ }
    .comp-box .desc img {
      position: absolute;
      left: 0;
      z-index: 20;
      width: 100%;
      height: 100%; }
  .comp-box #im_st_1_m {
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 285px; }
    .comp-box #im_st_1_m .title {
      left: 0;
      right: 0;
      bottom: 0;
      height: 142px;
      text-align: center; }
      .comp-box #im_st_1_m .title:before {
        background: #00448d; }
    .comp-box #im_st_1_m .desc {
      line-height: 166px;
      left: -100%;
      color: #fff; }
      .comp-box #im_st_1_m .desc:before {
        background: #00448d; }
  .comp-box #im_st_2_m {
    position: absolute;
    top: 295px;
    left: 0;
    width: 346px;
    height: 285px; }
    .comp-box #im_st_2_m .title {
      left: 0;
      right: 0;
      bottom: 0;
      height: 142px;
      text-align: center; }
      .comp-box #im_st_2_m .title:before {
        background: #fbebc0; }
    .comp-box #im_st_2_m .desc {
      line-height: 210px;
      left: -100%;
      color: #4cb7c3; }
      .comp-box #im_st_2_m .desc:before {
        background: #fbebc0; }
  .comp-box #im_st_3_m {
    position: absolute;
    top: 590px;
    left: 0;
    width: 346px;
    height: 285px; }
    .comp-box #im_st_3_m .title {
      left: 0;
      right: 0;
      bottom: 0;
      height: 142px;
      text-align: center; }
      .comp-box #im_st_3_m .title:before {
        background: #4cb7c3; }
    .comp-box #im_st_3_m .desc {
      top: 100%;
      color: #fbebc0; }
      .comp-box #im_st_3_m .desc:before {
        background: #4cb7c3; }
  .comp-box #im_st_4_m {
    position: absolute;
    left: 370px;
    top: 0;
    width: 346px;
    height: 572px; }
    .comp-box #im_st_4_m .title {
      left: 0;
      right: 0;
      top: 0;
      height: 171px;
      text-align: center; }
      .comp-box #im_st_4_m .title:before {
        background: #f5a200; }
    .comp-box #im_st_4_m .desc {
      line-height: 221px;
      top: 100%;
      color: #00448d; }
      .comp-box #im_st_4_m .desc:before {
        background: #f5a200; }
  .comp-box #im_st_5_m {
    position: absolute;
    left: 370px;
    top: 590px;
    width: 346px;
    height: 280px; }
    .comp-box #im_st_5_m .title {
      left: 0;
      right: 0;
      bottom: 0;
      height: 142px;
      text-align: center; }
      .comp-box #im_st_5_m .title:before {
        background: #00448d; }
    .comp-box #im_st_5_m .desc {
      line-height: 153px;
      top: 100%;
      color: #fff; }
      .comp-box #im_st_5_m .desc:before {
        background: #00448d; }
  .comp-box .btn1 {
    text-align: center;
    margin-top: 40px; }
    .comp-box .btn1 .test-btn1 {
      width: 544px;
      height: 80px;
      border-radius: 40px;
      font-weight: bold;
      font-size: 28px;
      cursor: pointer;
      background: #00a6ba;
      color: #fff;
      line-height: 80px;
      padding: 0 10px;
      display: inline-block; }
      .comp-box .btn1 .test-btn1:hover {
        background: #f5a200; }

  .page-footer {
    background: #262626;
    padding: 40px 0;
    text-align: center;
    padding-bottom: 150px; }
    .page-footer .page-footer-txt {
      font-size: 22px;
      color: #ffffff;
      line-height: 2.6rem;
      margin-top: 20px; }

  .m-dock-box {
    position: fixed;
    width: 60px;
    top: 25%;
    right: 0;
    text-align: center;
    color: #fff;
    background: #00448d;
    z-index: 999;
    transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease; }
    .m-dock-box.n-hide {
      right: -100%; }
    .m-dock-box > p {
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      padding: 10px 0; }
    .m-dock-box .dock {
      font-size: 0; }
      .m-dock-box .dock .top {
        margin-left: -12px; }
    .m-dock-box .qr {
      background: #ff6744;
      line-height: 1.6em;
      padding: 10px 0;
      margin-bottom: 1px; }
      .m-dock-box .qr img {
        width: 100px;
        margin-bottom: 5px; }
    .m-dock-box .link {
      height: 30px;
      line-height: 30px;
      background: #03baa5;
      margin-bottom: 1px;
      cursor: pointer;
      font-size: 14px; }
      .m-dock-box .link.n-m {
        margin-bottom: 0; }
      .m-dock-box .link:hover, .m-dock-box .link.active {
        background: #ffa902; }
    .m-dock-box .online {
      font-size: 1.2em;
      background: #9c2408; }

  #doyoo_panel {
    display: none !important; }

  #ui-datepicker-div {
    z-index: 900 !important; } }
/*@media only screen and (max-device-width: 320px) {

  .content-box {
    padding-bottom: 10px;
  }

  .content-title {
    &.has-more {
      .end {
        display: none !important;
      }
    }

  }


}*/
/*@media only screen and (min-width: 500px) {
  body {
    width: 360px;
    height: 640px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -320px;
    overflow: auto;

    .header, .footer {
      position: absolute;
    }

  }
}*/
@media screen and (max-width: 750px) {
  .center-content {
    width: 96%;
    margin: 0 auto; }

  .mobile {
    display: block; }

  .pc {
    display: none; }

  .page-content {
    margin-top: 0 !important; }

  /**/
  .mask_m {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333;
    opacity: .6;
    display: none; }

  .m-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333;
    opacity: 0; }
    .m-mask.active {
      opacity: 0.6; }

  .c-city-select {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #333;
    opacity: .8;
    display: none; }

  /* */
  .city-box_m {
    position: fixed;
    left: 5%;
    right: 5%;
    top: 10%;
    z-index: 1010;
    display: none;
    background: #2f5db6;
    padding: 2rem 1rem 2rem 1rem;
    color: #fff; }
    .city-box_m .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 48px;
      height: 48px; }
    .city-box_m > h1 {
      font-size: 55px;
      text-align: center;
      letter-spacing: 1px;
      white-space: nowrap;
      overflow: visible;
      line-height: 1.8; }
    .city-box_m > p {
      text-align: center;
      letter-spacing: 1px;
      margin-bottom: 15px;
      font-size: 22px;
      display: block; }
    .city-box_m .tag-ct {
      overflow: auto;
      margin-bottom: 15px;
      position: relative; }
      .city-box_m .tag-ct .split {
        position: absolute;
        left: 50%;
        height: 100%;
        width: 3px;
        margin-left: -10px;
        z-index: 20; }
      .city-box_m .tag-ct .tags {
        width: 50%;
        float: left;
        list-style: square inside; }
        .city-box_m .tag-ct .tags > li {
          display: block;
          font-size: 28px;
          line-height: 2;
          padding: 0 10px; }
          .city-box_m .tag-ct .tags > li label {
            font-weight: bold;
            float: left; }
          .city-box_m .tag-ct .tags > li > div {
            margin-left: 2em;
            text-align: left; }
          .city-box_m .tag-ct .tags > li a {
            text-decoration: none;
            margin-right: 2px;
            color: #fff;
            white-space: nowrap; }
            .city-box_m .tag-ct .tags > li a.es {
              color: #f3ac00; }

  .float-box_m {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    /*font-weight: bold;*/
    /* padding: 0 15px;*/
    box-sizing: border-box;
    z-index: 999;
    overflow: visible; }
    .float-box_m .block {
      display: inline-block;
      line-height: 100px;
      background: #ffac40;
      width: 49.5%;
      font-size: 28px;
      text-align: center;
      color: #ffffff; }
      .float-box_m .block img {
        margin-right: 20px;
        vertical-align: middle; }
      .float-box_m .block span {
        vertical-align: middle; }
    .float-box_m .block1 {
      background: #0099cc;
      margin-left: 3px; }

  .mobile.city-select {
    position: fixed;
    z-index: 2000;
    top: 150px;
    left: 3%;
    right: 3%;
    background: #fff;
    padding: 10px 15px 45px 15px;
    white-space: nowrap;
    font-size: 22px; }
    .mobile.city-select .close {
      width: 2.4em; }
    .mobile.city-select .cities {
      overflow: auto; }
    .mobile.city-select .left > li, .mobile.city-select .right > li {
      line-height: 2em;
      padding: 0; }
      .mobile.city-select .left > li > em, .mobile.city-select .right > li > em {
        color: #00695f;
        font-style: normal;
        float: left;
        font-weight: bold; }
      .mobile.city-select .left > li > .opts, .mobile.city-select .right > li > .opts {
        margin: 0 0 0 1.8em;
        overflow: auto; }
        .mobile.city-select .left > li > .opts li, .mobile.city-select .right > li > .opts li {
          color: #404040;
          display: inline-block;
          margin-right: 5px;
          padding: 0 8px;
          cursor: pointer;
          font-weight: bold;
          float: left; }
          .mobile.city-select .left > li > .opts li.active, .mobile.city-select .right > li > .opts li.active {
            /* color: $color-red;*/
            color: #ff6744; }
    .mobile.city-select .left {
      display: inline-block;
      width: 50%;
      float: left; }
    .mobile.city-select .right {
      top: 0 !important;
      display: inline-block;
      width: 50%;
      float: left; } }
/*20190920*/
@media screen and (max-width: 750px) {
  .content-title {
    background: url(../images/m-p1-titlebg.png) no-repeat center;
    height: 120px;
    font-size: 33px;
    color: #333333;
    text-align: center;
    line-height: 120px;
    margin-bottom: 0px; }

  .p1 {
    text-align: center; }
    .p1 .p1-contents .p1-content1 {
      background: url(../images/p1-mbg.png) no-repeat center;
      height: 80px;
      position: relative;
      margin-bottom: 16px; }
      .p1 .p1-contents .p1-content1 .no {
        font-size: 38px;
        color: #ffffff;
        position: absolute;
        left: 44px;
        top: 16px; }
      .p1 .p1-contents .p1-content1 .no1 {
        font-size: 22px;
        color: #333333;
        position: absolute;
        left: 130px;
        top: 26px;
        text-align: left; }
      .p1 .p1-contents .p1-content1 .no2 {
        top: 7px; }
    .p1 .p1-but {
      width: 544px;
      height: 82px;
      border-radius: 40px;
      text-align: center;
      line-height: 82px;
      font-size: 28px;
      color: #ffffff;
      display: inline-block;
      background: #16c7c5;
      cursor: pointer;
      margin: 20px 0; }

  .cls-box {
    background: none;
    height: 700px; }
    .cls-box .content-title {
      background: url(../images/m-p2-titlebg.png) no-repeat center; }
    .cls-box .cls-box-contents {
      height: 600px;
      position: relative; }

  .p3 {
    background: none;
    height: 950px; }
    .p3 .p3-contents {
      background: url(../images/p3-bgm.png) no-repeat center;
      height: 767px; }
      .p3 .p3-contents .right {
        background: none;
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-top: 140px;
        text-align: center; }
        .p3 .p3-contents .right .title {
          font-size: 30px;
          text-align: center;
          color: #666666;
          margin-top: 70px;
          position: relative;
          margin-bottom: 50px; }
        .p3 .p3-contents .right .title:after {
          content: "";
          width: 120px;
          height: 4px;
          display: inline-block;
          background: #4cc1cf;
          position: absolute;
          right: 60px;
          top: 60px; }
        .p3 .p3-contents .right .tel {
          height: 48px;
          width: 100%;
          display: inline-block;
          text-align: center;
          margin-top: 20px;
          margin-bottom: 20px;
        }
        .tiaokuan.f050{ font-size:135%; }
          .p3 .p3-contents .right .tel input[type=text] {
            vertical-align: middle;
            height: 64px;
            width: 410px;
            display: inline-block;
            padding: 0px 20px;
            color: #b0afaf;
            background: white;
            font-size: 32px;
            border: 1px solid  #4cc1cf;
          }
          .p3 .p3-contents .right select {
              border: solid 1px #4cc1cf;
              appearance: none;
              -moz-appearance: none;
              -webkit-appearance: none;
              height: 64px;
              width: 427px;
              padding: 0px 20px;
              color: #b0afaf;
              background: white url(../images/p3-icon1.png) no-repeat;
              background-position: right;
              background-position-x: 95%;
              font-size: 22px;
          }
            .p3 .p3-contents .right .subBtn{
              width: 424px;
              height: 76px;
              display: inline-block;
              background: #ffac40;
              color: #ffffff;
              font-size: 30px;
              text-align: center;
              line-height: 78px;
              margin-top: 10px;
            }
        .p3 .p3-contents .right .city {
          position: relative; }
          .p3 .p3-contents .right .city .p3-icon1 {
            position: absolute;
            right: 170px;
            top: 30px; }
          .p3 .p3-contents .right .city .p3-icon2 {
            position: absolute;
            left: 170px;
            top: 30px; }
        .p3 .p3-contents .right .check {
          text-align: center;
          line-height: 70px;
          vertical-align: middle; }
          .p3 .p3-contents .right .check .chk_1 {
            display: none; }
          .p3 .p3-contents .right .check .chk_1 + label {
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../images/icon-box.png) no-repeat center 100%;
            margin-right: 5px;
            vertical-align: middle; }
          .p3 .p3-contents .right .check .chk_1:checked + label {
            background: url(../images/icon-box1.png) no-repeat center 100%; }
          .p3 .p3-contents .right .check .agree-text {
            display: inline-block;
            height: 18px;
            line-height: 18px;
            vertical-align: middle; }
        .p3 .p3-contents .right .but {
          width: 424px;
          height: 76px;
          display: inline-block;
          background: #ffac40;
          color: #ffffff;
          font-size: 30px;
          text-align: center;
          line-height: 78px;
          margin-top: 20px; }

  .popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(13, 13, 13, 0.6);
    z-index: 999;
    display: none;
    overflow: auto; }
    .popup .popup1 {
      background: url(../images/pop-bg.png) no-repeat center;
      height: 900px;
      width: 550px;
      position: relative;
      margin-top: 110px; }
      .popup .popup1 .close {
        cursor: pointer;
        position: absolute;
        right: 26px;
        top: 26px;
        z-index: 99; }
      .popup .popup1 .right {
        /* background: url("../images/p3-rightbg.png") no-repeat center;*/
        width: 550px;
        height: 500px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: absolute;
        left: 0;
        top: 380px; }
        .popup .popup1 .right .title {
          font-size: 30px;
          text-align: center;
          color: #666666;
          margin-top: 70px;
          position: relative;
          margin-bottom: 30px; }
        .popup .popup1 .right .title:after {
          content: "";
          width: 120px;
          height: 4px;
          display: inline-block;
          background: #4cc1cf;
          position: absolute;
          right: 60px;
          top: 60px; }
        .popup .popup1 .right .tel {
          height: 48px;
          width: 100%;
          display: inline-block;
          text-align: center;
          margin-top: 20px; }
          .popup .popup1 .right .tel input[type=text] {
            vertical-align: middle;
            height: 50px;
            width: 260px;
            display: inline-block;
            padding: 0px 20px;
            color: #b0afaf;
            background: white;
            font-size: 22px;
            border: 1px solid #4cc1cf; }
            .popup .popup1 .right select {
              border: solid 1px #4cc1cf;
              appearance: none;
              -moz-appearance: none;
              -webkit-appearance: none;
              height: 50px;
              width: 304px;
              padding: 0px 20px;
              color: #b0afaf;
              background: white url(../images/p3-icon1.png) no-repeat;
              background-position: right;
              background-position-x: 95%;
              font-size: 22px;
          }
          .popup .popup1 .right .subBtn{
            width: 354px;
            height: 65px;
            display: inline-block;
            background: #ffac40;
            color: #ffffff;
            font-size: 30px;
            text-align: center;
            line-height: 65px;
            margin-top: 5px;
          }
        .popup .popup1 .right .city {


          position: relative; }
          .popup .popup1 .right .city .p3-icon1 {
            position: absolute;
            right: 140px;
            top: 23px; }
        .popup .popup1 .right .check {
          text-align: center;
          line-height: 70px;
          vertical-align: middle;
          margin-top: 5px;
        }
          .popup .popup1 .right .check .chk_1 {
            display: none; }
          .popup .popup1 .right .check .chk_1 + label {
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../images/icon-box.png) no-repeat center 100%;
            margin-right: 5px;
            vertical-align: middle; }
          .popup .popup1 .right .check .chk_1:checked + label {
            background: url(../images/icon-box1.png) no-repeat center 100%; }
          .popup .popup1 .right .check .agree-text {
            display: inline-block;
            height: 18px;
            line-height: 18px;
            vertical-align: middle; }
        .popup .popup1 .right .but {
          width: 300px;
          height: 76px;
          display: inline-block;
          background: #ffac40;
          color: #ffffff;
          font-size: 28px;
          text-align: center;
          line-height: 78px;
          margin-top: 10px; }
}

/*# sourceMappingURL=index-m.css.map */



.footer{
    width:100%;
    height:6rem;
    position:fixed;
    bottom:0;
    left:0;
    z-index:99999;
    background:#fff;
    font-size:200%;
}
.footer>div{
    width:100%;
    max-width:480px;
    height:100%;
    margin:0 auto;
    background:#fff;
}
.footer>div>p:nth-child(1),
.footer>div>p:nth-child(2){
    width:50%;
    height:5rem;
    margin-top:0.5rem;
}
.footer>div>p:nth-child(1){
    /*margin-left:25%;*/
    border-top-left-radius:2.5rem;
    border-bottom-left-radius:2.5rem;

    /*background-image:linear-gradient(to bottom,#EEEEF4 0%,#E3E4EE 4%,#E3E4EE 96%,#C9CBDF 100%);调试*/
    /* Webkit: Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#FB982F),to(#F8CB3B));
    /* Webkit: Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left,#FB982F 0%,#F8CB3B 100%);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left,#FB982F 0%,#F8CB3B 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left,#FB982F 0%,#F8CB3B 100%);
    /* IE 10 */
    background: -ms-linear-gradient(left,#FB982F 0%,#F8CB3B 100%);
    /* IE < 10 */
    /* 注意：这一行必须写在最后 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FB982F", endColorStr="#F8CB3B",gradientType=1);
}
.footer>div>p:nth-child(2){
    /*margin-right:25%;*/
    border-top-right-radius:2.5rem;
    border-bottom-right-radius:2.5rem;

    /*background-image:linear-gradient(to bottom,#EEEEF4 0%,#E3E4EE 4%,#E3E4EE 96%,#C9CBDF 100%);调试*/
    /* Webkit: Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#FC6C32),to(#FE4954));
    /* Webkit: Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(left,#FC6C32 0%,#FE4954 100%);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left,#FC6C32 0%,#FE4954 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left,#FC6C32 0%,#FE4954 100%);
    /* IE 10 */
    background: -ms-linear-gradient(left,#FC6C32 0%,#FE4954 100%);
    /* IE < 10 */
    /* 注意：这一行必须写在最后 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FC6C32", endColorStr="#FE4954",gradientType=1);
}
.footer>div>p a{
    display:block;
    width:100%;
    height:100%;
    line-height:5rem;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

@media screen and (min-width: 751px) {
  .mobile {
    display: none !important; }
}