html, body {
  color: #373737;
  background: #fff; }

a {
  color: inherit;
  text-decoration: none; }
  a:-webkit-any-link {
    color: inherit;
    text-decoration: none; }

.center-content {
  width: 1000px;
  margin: 0 auto; }

.content-box {
  padding-bottom: 40px;
  margin-bottom: 20px; }

.page-header {
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; }
  .page-header.active {
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 0 3px 1px #666;
    -webkit-box-shadow: 0 0 3px 1px #666;
    -moz-box-shadow: 0 0 3px 1px #666; }
  .page-header .links {
    text-align: right;
    overflow: auto;
    clear: both;
    padding: 8px 0 0 0; }
    .page-header .links li {
      width: 4.5em;
      text-align: center;
      float: right;
      border-right: 1px solid #373737;
      /*a{
        color: inherit;
        text-decoration:none;
      }*/ }
      .page-header .links li:first-child {
        border: none; }
      .page-header .links li:hover {
        color: #f3ac00; }
  .page-header .menu-bar {
    position: relative;
    margin-bottom: 10px; }
  .page-header .logo {
    height: 65px;
    margin-right: 10px; }
  .page-header .location {
    color: #f3ac00;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    height: 2em;
    min-width: 2em;
    padding: 0 5px; }
    .page-header .location > span {
      font-size: 16px; }
    .page-header .location > .tip {
      position: absolute;
      padding: 5px 8px;
      color: #555;
      border: 1px solid #ffa902;
      bottom: 100%;
      left: -1px;
      margin-bottom: 10px;
      white-space: nowrap;
      opacity: .9; }
      .page-header .location > .tip .tri {
        position: absolute;
        left: 10px;
        top: 100%;
        background: #fff; }
    .page-header .location .icon-down {
      margin-left: 5px;
      transition: transform 300ms ease;
      -moz-transition: transform 300ms ease;
      -webkit-transition: transform 300ms ease; }
      .page-header .location .icon-down.active {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
  .page-header .city-select {
    position: absolute;
    top: 100%;
    left: -10px;
    background: #fff;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 1px #666;
    -moz-box-shadow: 0 0 1px #666;
    box-shadow: 0 0 1px #666;
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 14px; }
    .page-header .city-select .left > li, .page-header .city-select .right > li {
      line-height: 2em;
      padding: .4em 0; }
      .page-header .city-select .left > li > em, .page-header .city-select .right > li > em {
        color: #006951;
        font-style: normal;
        float: left;
        font-weight: bold; }
      .page-header .city-select .left > li > .opts, .page-header .city-select .right > li > .opts {
        margin: 0 0 0 1.8em;
        overflow: auto; }
        .page-header .city-select .left > li > .opts li, .page-header .city-select .right > li > .opts li {
          color: #5d5d5d;
          display: inline-block;
          margin-right: 5px;
          padding: 0 8px;
          cursor: pointer;
          font-weight: bold;
          float: left; }
          .page-header .city-select .left > li > .opts li.active, .page-header .city-select .right > li > .opts li.active {
            color: #f5a200; }
          .page-header .city-select .left > li > .opts li:hover, .page-header .city-select .right > li > .opts li:hover {
            background: #00448d;
            color: #fff; }
    .page-header .city-select .left {
      display: inline-block;
      width: 310px; }
    .page-header .city-select .right {
      display: inline-block;
      width: 320px; }
  .page-header .menus {
    font-size: 1.2em;
    font-weight: bold;
    overflow: auto;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    width: 40em; }
    .page-header .menus li {
      width: 5em;
      float: left;
      text-align: center;
      margin: 0 8px;
      position: relative;
      padding: .3em 0;
      border-bottom: 2px solid #fff;
      cursor: pointer; }
      .page-header .menus li:after {
        content: "";
        position: absolute;
        width: 1px;
        background: #373737;
        right: -4px;
        top: .6em;
        height: 1em; }
      .page-header .menus li.active, .page-header .menus li:hover {
        color: #4cb7c3;
        border-bottom: 2px solid #4cb7c3; }
      .page-header .menus li:last-child:after, .page-header .menus li.n-b:after {
        content: none; }
  .page-header .tel {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2.6em;
    color: #f3ac00; }
    .page-header .tel img {
      height: 1em;
      margin-right: .25em;
      vertical-align: middle; }

.page-content {
  padding-top: 92px; }
  .page-content .content-title {
    color: #00448d;
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: bolder;
    line-height: 1.2em;
    position: relative; }
    .page-content .content-title .pre {
      position: absolute;
      content: "";
      display: inline-block;
      background: #f5a200;
      height: 1px;
      top: 50%;
      margin-top: -1px;
      left: 0;
      width: 360px; }
      .page-content .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 .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 .content-title .end {
      position: absolute;
      content: "";
      display: inline-block;
      background: #f5a200;
      height: 1px;
      margin-top: -1px;
      top: 50%;
      right: 0;
      width: 360px; }
      .page-content .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 .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 .content-title.has-more .end {
      width: 280px;
      right: 80px; }
    .page-content .content-title .more {
      position: absolute;
      right: 0;
      white-space: nowrap;
      top: 50%;
      margin-top: -1em;
      font-size: 13px;
      color: #222;
      font-weight: normal; }
      .page-content .content-title .more:hover {
        color: #f3ac00; }
    .page-content .content-title span {
      font-weight: normal; }
    .page-content .content-title b {
      font-size: 1.1em;
      font-weight: bold; }

.page-footer {
  background: #00254c; }
  .page-footer .ct {
    margin-bottom: 30px;
    padding: 20px 30px; }
    .page-footer .ct .st {
      position: relative;
      height: 283px; }
      .page-footer .ct .st h5 {
        color: #f5a200;
        font-size: 1.3em;
        line-height: 1.1em;
        margin-bottom: 10px;
        letter-spacing: 1px; }
    .page-footer .ct .st-1 {
      width: 300px;
      float: left; }
      .page-footer .ct .st-1 p {
        font-size: .9em;
        color: #fff;
        margin-bottom: 20px; }
        .page-footer .ct .st-1 p a {
          margin-right: 8px;
          margin-bottom: 10px; }
          .page-footer .ct .st-1 p a:hover {
            color: #f5a200; }
      .page-footer .ct .st-1 .d-b img {
        width: 110px;
        margin-right: 15px; }
    .page-footer .ct .st-2 {
      width: 340px;
      float: left; }
      .page-footer .ct .st-2 .im-map {
        width: 322px;
        height: 252px; }
    .page-footer .ct .st-3 {
      margin: 0 0 0 650px; }
      .page-footer .ct .st-3 .lg {
        font-size: 20px;
        color: #fff;
        line-height: 1.5em;
        font-weight: bold;
        padding-top: 20px;
        letter-spacing: 1px; }
      .page-footer .ct .st-3 .d-b .title {
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 15px; }
      .page-footer .ct .st-3 .d-b .links {
        overflow: auto;
        margin-bottom: 15px; }
        .page-footer .ct .st-3 .d-b .links li {
          display: inline-block;
          width: 69px;
          height: 24px;
          line-height: 24px;
          float: left;
          text-align: center;
          margin-right: 3px;
          background: #fff;
          color: #f3ac00;
          cursor: pointer;
          font-size: 1.2em; }
          .page-footer .ct .st-3 .d-b .links li:hover, .page-footer .ct .st-3 .d-b .links li.active {
            background: #f3ac00;
            color: #fff; }
      .page-footer .ct .st-3 .d-b .more {
        color: #fff;
        font-size: .9em; }
        .page-footer .ct .st-3 .d-b .more:hover {
          color: #f5a200; }
    .page-footer .ct .d-b {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .page-footer .copyright {
    color: #fff;
    font-size: .9em;
    line-height: 2em;
    padding-bottom: 40px; }

#map {
  display: inline-block;
  width: 322px;
  height: 252px; }

.slider-1 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 15px; }
  .slider-1 .swiper-slide {
    overflow-x: hidden; }
    .slider-1 .swiper-slide > img {
      height: 450px;
      position: relative;
      left: 50%;
      margin-left: -960px;
      cursor: pointer; }
  .slider-1 .test-btn {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -379px;
    width: 12em;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    z-index: 7000; }
  .slider-1 #test_btn_2 {
    bottom: 40px;
    margin-left: -108px; }
  .slider-1 .swiper-pagination-1 {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    z-index: 9999; }
    .slider-1 .swiper-pagination-1 .swiper-pagination-bullet {
      width: 70px;
      height: 6px;
      border-radius: 3px;
      background: #f3f3f3;
      cursor: pointer;
      opacity: .7; }
      .slider-1 .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f5a200; }
  .slider-1 .pop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    -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 .pop.active {
      z-index: 8000;
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
    .slider-1 .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 .pop .icon-close {
      width: 36px;
      height: 36px;
      display: inline-block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      top: 57px;
      margin-left: 459px;
      background: url(../images/icon-close.png) no-repeat;
      background-size: 100% 100%;
      z-index: 10; }
    .slider-1 .pop > .ct {
      position: relative;
      height: 242px;
      width: 917px;
      top: 96px;
      margin: 0 auto;
      text-align: right;
      z-index: 10; }
    .slider-1 .pop .left {
      position: absolute;
      left: 0;
      top: 0;
      width: 350px;
      bottom: 0;
      text-align: left; }
    .slider-1 .pop .right {
      width: 552px;
      font-size: 0;
      float: right;
      height: 100%; }
      .slider-1 .pop .right img {
        width: 100%; }
    .slider-1 .pop h2 {
      font-size: 24px;
      color: #f5a200;
      line-height: 1em;
      margin-top: 59px;
      margin-bottom: 15px; }
    .slider-1 .pop .split {
      margin-bottom: 10px;
      height: 1px;
      width: 424px;
      position: relative;
      background: #f5a200; }
      .slider-1 .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 .pop .split:after {
        content: "";
        position: absolute;
        display: inline-block;
        right: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5a200;
        top: -2px; }
    .slider-1 .pop p {
      line-height: 26px;
      font-size: 14px;
      font-weight: normal;
      color: #fff; }
    .slider-1 .pop b {
      color: #f5a200; }
  .slider-1 #pop_3 .left {
    width: 312px; }
  .slider-1 #pop_3 .right {
    width: 581px;
    margin-top: -20px; }

.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: 14px;
      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; }
    .cls-box .sub-title li {
      display: inline-block;
      width: 8em;
      padding: 0 1em;
      border-left: 1px solid #f5a200;
      line-height: 2em;
      height: 2em;
      color: #00448d;
      font-size: 16px;
      position: relative;
      cursor: pointer; }
      .cls-box .sub-title li:before {
        content: "";
        position: absolute;
        display: inline-block;
        top: -1px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5a200;
        left: -3px; }
      .cls-box .sub-title li:after {
        content: "";
        position: absolute;
        display: inline-block;
        bottom: -1px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5a200;
        left: -3px; }
      .cls-box .sub-title li.active, .cls-box .sub-title li:hover {
        /*color: #00448d;*/
        color:#f5a200;
      }
    .cls-box .sub-title .empty {
      width: 1px;
      padding: 0; }
  .cls-box .tb-head {
    overflow: hidden;
    background: #f5a200;
    height: 99px; }
    .cls-box .tb-head li {
      width: 14.28571%;
      float: left;
      background: #f5a200;
      color: #fff;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      cursor: pointer;
      text-align: center;
      box-sizing: border-box;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff; }
      .cls-box .tb-head li.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-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: 3px;
      height: 50px;
      background: #f5a200; }
    .cls-box .tb-ct:after {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      display: inline-block;
      width: 3px;
      height: 50px;
      background: #f5a200; }
    .cls-box .tb-ct li {
      display: none;
      padding: 20px 40px 30px 40px;
      position: relative; }
      .cls-box .tb-ct li .left {
        margin-right: 280px; }
        .cls-box .tb-ct li .left p {
          color: #6f6f6f;
          line-height: 1.8em;
          font-size: 14px; }
        .cls-box .tb-ct li .left label {
          color: #f5a200;
          font-weight: bold; }
      .cls-box .tb-ct li .right {
        position: absolute;
        right: 40px;
        width: 235px;
        bottom: 30px; }
        .cls-box .tb-ct li .right p {
          color: #00448d;
          margin-bottom: 10px;
          text-align: center;
          font-weight: bold;
          font-size: 18px; }
        .cls-box .tb-ct li .right b {
          font-size: 2em; }
        .cls-box .tb-ct li .right .btn {
          width: 100%;
          font-weight: bold;
          margin-bottom: 10px;
          font-size: 16px; }
      .cls-box .tb-ct li .title {
        font-size: 25px;
        font-weight: bold;
        color: #00448d;
        line-height: 1em;
        margin-bottom: 8px; }
      .cls-box .tb-ct li.active {
        display: block; }
  .cls-box .cls-tb {
    display: none; }
    .cls-box .cls-tb.active {
      display: block; }

.prod-box {
  position: relative;
  overflow: hidden; }
  .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: 300px; }
  .prod-box li {
    width: 20%;
    float: left;
    display: block;
    text-align: center;
    height: 300px;
    position: relative; }
    .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: 16px;
    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: 45px;
      line-height: 2em;
      font-size: 14px;
      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;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden; }
  .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: absolute;
    left: 310px;
    right: 310px;
    top: 0;
    bottom: 8px; }
    .teachers-box .mid .im {
      height: 100%;
      text-align: center;
      width: 161px;
      overflow: hidden;
      float: left; }
      .teachers-box .mid .im img {
        width: 100%;
        min-height: 100%; }
    .teachers-box .mid .info {
      margin: 0 5px 0 170px;
      height: 100%;
      position: relative; }
      .teachers-box .mid .info h5 {
        line-height: 1.4em;
        font-size: 20px;
        color: #00448d;
        margin-bottom: 10px;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        background: #fff;
        padding-right: 5px; }
      .teachers-box .mid .info .cls-name {
        vertical-align: bottom;
        font-size: 14px;
        padding-top: 7px;
        text-align: right;
        margin-bottom: 10px;
        color: #f5a200;
        border-bottom: 2px solid #f5a200; }
      .teachers-box .mid .info p {
        color: #a2a2a2;
        line-height: 1.8em;
        font-size: 13px; }
      .teachers-box .mid .info .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: 3em;
        font-size: 1.2em;
        font-weight: bold; }

.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 .city {
      margin: 0 5px; }
    .cls-select-box .query-section .filters {
      position: relative;
      z-index: 300;
      padding: 10px;
      line-height: 25px;
      font-weight: bold;
      color: #555555;
      background: #f5a200; }
      .cls-select-box .query-section .filters > label {
        margin-right: 5px;
        font-weight: bold;
        font-size: 14px;
        color: #00448d; }
      .cls-select-box .query-section .filters .lg {
        font-size: 1.4em;
        margin-right: 3px; }
      .cls-select-box .query-section .filters .filter {
        display: inline;
        margin-left: 5px;
      }
      .cls-select-box .query-section .filters .input {
        display: inline-block;
        height: 25px;
        min-width: 40px;
       /* width: 120px;*/
        padding: 0 30px 0 10px;
        background: #fff;
        position: relative;
        overflow: visible;
        color: #373737;
        font-weight: normal;
        margin-right: 5px;
        vertical-align: middle;
        cursor: pointer; }
        .cls-select-box .query-section .filters .input .d-r {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 25px;
          text-align: center;
          color: #fff;
          /*卉修改部分1-开始*/
          background:#00448d;
          /*background: url("../images/icon-up-down.jpg") #00448d no-repeat center;
          background-size: 100% 100%;*/
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
          .cls-select-box .query-section .filters .input .d-r:after {
            content: '>';
            font-style: normal;
            font-size: 1.2em;
            /*卉修改部分1-结束*/
          }
        .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; }
      .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; }
      .cls-select-box .query-section .filters .filter-course .input, .cls-select-box .query-section .filters .filter-school .input {
        white-space: nowrap; }
      .cls-select-box .query-section .filters .filter-course .drop-down, .cls-select-box .query-section .filters .filter-school .drop-down {
        width: 286px; }
        .cls-select-box .query-section .filters .filter-course .drop-down .opts, .cls-select-box .query-section .filters .filter-school .drop-down .opts {
          overflow: auto; }
        .cls-select-box .query-section .filters .filter-course .drop-down .op, .cls-select-box .query-section .filters .filter-school .drop-down .op {
          width: 100px;
          float: left;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin-right: 8px; }
.     cls-select-box .query-section .filters .filter-city .input {
        min-width: 4em;
        white-space: nowrap; }
      .cls-select-box .query-section .filters .filter-time .input {
        background: white; }

      .cls-select-box .query-section .filters .filter-time #time_ip {
        border: none;
        width: 70px;
        outline: none; }
      .cls-select-box .query-section .filters .filter-school-bak .drop-down {
        width: 220px; }
      .cls-select-box .query-section .filters .filter-school-bak .opts .op {
        display: inline-block;
        min-width: 4em; }
      .cls-select-box .query-section .filters .filter-school-bak .opts .district {
        min-width: 4em;
        margin-right: 10px;
        font-weight: bold;
        padding: 0 5px; }
      .cls-select-box .query-section .filters .filter-school-bak .opts ul {
        display: inline; }
    .cls-select-box .query-section .result-tb {
      height: 24em;
      position: relative;
      overflow-y: hidden;
      cursor: pointer; }
      .cls-select-box .query-section .result-tb > table {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        font-size: 1.1em;
        position: relative;
        z-index: 100;
        /*color: #555555;*/
      }
        .cls-select-box .query-section .result-tb > table tr {
          line-height: 3.6em;
          text-align: center;
          border-bottom: 1px dashed #414141;
          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 {
            white-space: nowrap;
            overflow: hidden;
            padding: 0 5px;
            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: #00448d;*/
          }
          .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: 24em; }
            .cls-select-box .query-section .result-tb > table tr.no-data:hover {
              background: none; }
        .cls-select-box .query-section .result-tb > table .btn {
          border-radius: 2px;
          width: 7em;
          margin-left: -20px;
          font-weight: bold; }
        .cls-select-box .query-section .result-tb > table .col-code {
          width: 9em; }
        .cls-select-box .query-section .result-tb > table .col-name {
          width: 15em; }
        .cls-select-box .query-section .result-tb > table .col-time {
          width: 8em; }
        .cls-select-box .query-section .result-tb > table .col-address {
          width: auto; }
        .cls-select-box .query-section .result-tb > table .col-price {
          width: 7em; }
        .cls-select-box .query-section .result-tb > table .col-ops {
          width: 10em; }
      .cls-select-box .query-section .result-tb > .loading {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        line-height: 24em;
        z-index: 200;
        text-align: center; }
        .cls-select-box .query-section .result-tb > .loading image {
          width: 100px;
          height: 100px;
          margin-top: 50px; }
.cls-select-box .query-section .pagination {
  line-height: 30px;
  text-align: right;
  padding: 0 10px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  /*border-bottom: 2px solid #9c2409;*/
}
.cls-select-box .query-section .pagination > span {
  display: inline-block;
  zoom: 1;
  _zoom: 1;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle; }
.cls-select-box .query-section .pagination > span.prev {
  width: 13px;
  background: url("../images/im-pg-prev.png") no-repeat; }
.cls-select-box .query-section .pagination > span.next {
  width: 13px;
  background: url("../images/im-pg-next.png") no-repeat; }
.cls-select-box .query-section .pagination > span.dot {
  background: url("../images/im-dot.png") no-repeat; }
.cls-select-box .query-section .pagination > span.dot.active {
  background: url("../images/im-dot-active.png") no-repeat; }
    .cls-select-box .query-section.active {
      display: block; }

/*卉修改部分3-开始*/
.cls-select-box .city-select {
  position: absolute;
  top: 100%;
  left: -10px;
  background: #fff;
  border: 1px solid #f5a200;
  padding: 8px 12px;
  white-space: nowrap;
  font-size: 12px; }
.cls-select-box .city-select .left > li, .cls-select-box .city-select .right > li {
  line-height: 1.8em;
  padding: .2em 0; }
.cls-select-box .city-select .left > li > em, .cls-select-box .city-select .right > li > em {
  color: #006951;
  font-style: normal;
  float: left;
  font-weight: normal; }
.cls-select-box .city-select .left > li > .opts, .cls-select-box .city-select .right > li > .opts {
  margin: 0 0 0 1.8em;
  overflow: auto; }
.cls-select-box .city-select .left > li > .opts li, .cls-select-box .city-select .right > li > .opts li {
  color: #5d5d5d;
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  cursor: pointer;
  font-weight: normal;
  float: left; }
.cls-select-box .city-select .left > li > .opts li.active, .cls-select-box .city-select .right > li > .opts li.active {
  background: #f5a200;
  color: #fff;}
.cls-select-box .city-select .left > li > .opts li:hover, .cls-select-box .city-select .right > li > .opts li:hover {
  background: #f5b407;
  color: #fff; }
.cls-select-box .city-select .left {
  display: inline-block;
  width: 276px; }
.cls-select-box .city-select .right {
  display: inline-block;
  width: 280px; }

#ui-datepicker-div {
  border: 1px solid #f5a200;
  border-radius: 0; }

/*卉修改部分3-结束*/


.comp-box .bg {
  width: 100%;
  position: relative;
  z-index: 0; }
.comp-box .im-block {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .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 {
  height: 390px;
  overflow: hidden;
  position: relative; }
.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; }
.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; }
  .comp-box .desc: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 p {
    position: relative;
    z-index: 10;
    vertical-align: middle;
    line-height: 2.2em;
    border: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 90%;
    font-size: 15px;
    padding: 10px 0; }
.comp-box #im_st_1 {
  width: 398px;
  height: 166px; }
  .comp-box #im_st_1 .title {
    left: 0;
    top: 0;
    bottom: 0;
    width: 137px;
    text-align: center; }
    .comp-box #im_st_1 .title:before {
      background: #00448d; }
    .comp-box #im_st_1 .title img {
      bottom: 10px;
      left: 10px;
      right: 10px; }
  .comp-box #im_st_1 .desc {
    line-height: 166px;
    left: -100%;
    color: #fff; }
    .comp-box #im_st_1 .desc:before {
      background: #00448d; }
.comp-box #im_st_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 398px;
  height: 210px; }
  .comp-box #im_st_2 .title {
    left: 0;
    top: 0;
    bottom: 0;
    width: 137px;
    text-align: center; }
    .comp-box #im_st_2 .title:before {
      background: #fbebc0; }
    .comp-box #im_st_2 .title img {
      bottom: 10px;
      left: 10px;
      right: 10px; }
  .comp-box #im_st_2 .desc {
    line-height: 210px;
    left: -100%;
    color: #4cb7c3; }
    .comp-box #im_st_2 .desc:before {
      background: #fbebc0; }
.comp-box #im_st_3 {
  position: absolute;
  left: 418px;
  top: 0;
  width: 260px;
  height: 390px; }
  .comp-box #im_st_3 .title {
    left: 0;
    right: 0;
    bottom: 0;
    height: 93px;
    text-align: center; }
    .comp-box #im_st_3 .title:before {
      background: #4cb7c3; }
    .comp-box #im_st_3 .title img {
      bottom: 10px;
      left: 10px;
      top: 10px; }
  .comp-box #im_st_3 .desc {
    line-height: 390px;
    top: 100%;
    color: #fbebc0; }
    .comp-box #im_st_3 .desc:before {
      background: #4cb7c3; }
.comp-box #im_st_4 {
  position: absolute;
  right: 0;
  top: 0;
  width: 304px;
  height: 221px; }
  .comp-box #im_st_4 .title {
    left: 0;
    right: 0;
    bottom: 0;
    height: 66px;
    text-align: center; }
    .comp-box #im_st_4 .title:before {
      background: #f5a200; }
    .comp-box #im_st_4 .title img {
      bottom: 10px;
      left: 10px;
      top: 10px; }
  .comp-box #im_st_4 .desc {
    line-height: 221px;
    top: 100%;
    color: #00448d;
  }
    .comp-box #im_st_4 .desc:before {
      background: #f5a200; }
.comp-box #im_st_5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 304px;
  height: 153px; }
  .comp-box #im_st_5 .title {
    left: 0;
    top: 0;
    bottom: 0;
    width: 133px;
    text-align: center; }
    .comp-box #im_st_5 .title:before {
      background: #00448d; }
    .comp-box #im_st_5 .title img {
      bottom: 10px;
      left: 10px;
      right: 10px; }
  .comp-box #im_st_5 .desc {
    line-height: 153px;
    left: -100%;
    color: #fff; }
    .comp-box #im_st_5 .desc:before {
      background: #00448d; }

.float-box {
  position: fixed;
  width: 127px;
  height: 329px;
  left: 50%;
  top: 50%;
  margin-left: 530px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 999;
  background: url("../images/bg-dock.png") no-repeat;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
  border-radius: 63.5px; }
  .float-box .links {
    position: absolute;
    left: 25px;
    top: 162px; }
  .float-box .link {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    font-size: 14px; }
    .float-box .link:hover, .float-box .link.active {
      color: #ffa902; }
  .float-box .online {
    font-size: 1.2em;
    background: #9c2408; }

.dock-box {
  position: fixed;
  width: 120px;
  left: 50%;
  top: 50%;
  margin-left: 530px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 999; }
  .dock-box .dock {
    font-size: 0; }
    .dock-box .dock .top {
      margin-left: -12px; }
  .dock-box .qr {
    background: #ff6744;
    line-height: 1.6em;
    padding: 10px 0;
    margin-bottom: 1px; }
    .dock-box .qr img {
      width: 100px;
      margin-bottom: 5px; }
  .dock-box .link {
    height: 30px;
    line-height: 30px;
    background: #03baa5;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 14px; }
    .dock-box .link.n-m {
      margin-bottom: 0; }
    .dock-box .link:hover, .dock-box .link.active {
      background: #ffa902; }
  .dock-box .online {
    font-size: 1.2em;
    background: #9c2408; }

#doyoo_panel {
  display: none !important; }

/*# sourceMappingURL=index.css.map */
