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; }

.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 0 #666;
    -webkit-box-shadow: 0 0 3px 0 #666;
    -moz-box-shadow: 0 0 3px 0 #666; }
  .page-header .links {
    text-align: right;
    overflow: auto;
    clear: both;
    padding: 8px 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: #ff6744; }
  .page-header .menu-bar {
    position: relative;
    margin-bottom: 10px; }
  .page-header .logo {
    height: 65px;
    margin-right: 10px; }
  .page-header .location {
    color: #ff6744;
    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: #00695f;
      border: 1px solid #a0a0a0;
      bottom: 100%;
      left: -1px;
      margin-bottom: 10px;
      white-space: nowrap;
      opacity: .9; }
      .page-header .location > .tip .tri {
        position: absolute;
        left: 10px;
        top: 100%; }
    .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 #676767;
    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: #ff6744; }
          .page-header .city-select .left > li > .opts li:hover, .page-header .city-select .right > li > .opts li:hover {
            background: #ff6744;
            background: #03baa5;
            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: #ff6744;
        border-bottom: 2px solid #ff6744; }
      .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: #ff6744; }
    .page-header .tel img {
      height: 1em;
      margin-right: .25em;
      vertical-align: middle; }

.page-content {
  padding-top: 92px; }
  .page-content .content-title {
    color: #ff6744;
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: bolder;
    line-height: 1.2em; }
    .page-content .content-title .pre {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      background: #373737;
      margin-right: 12px;
      margin-top: -3px;
      vertical-align: middle; }
    .page-content .content-title .end {
      content: "";
      display: inline-block;
      width: 2px;
      height: 1em;
      background: #373737;
      margin-left: 12px;
      margin-top: -3px;
      vertical-align: middle; }
    .page-content .content-title .more {
      font-size: 13px;
      color: #222;
      font-weight: normal;
      margin-top: -1.2em; }

.page-footer {
  background: #292929; }
  .page-footer .ct {
    margin-bottom: 30px;
    padding: 20px 30px; }
    .page-footer .ct .st {
      position: relative;
      height: 283px; }
      .page-footer .ct .st h5 {
        color: #ff6744;
        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: #a2a2a2;
        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: #ff6744; }
      .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: #ff6744;
          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: #ff6744;
            color: #fff; }
      .page-footer .ct .st-3 .d-b .more {
        color: #a2a2a2;
        font-size: .9em; }
    .page-footer .ct .d-b {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .page-footer .copyright {
    color: #a2a2a2;
    font-size: .9em;
    line-height: 2em;
    padding-bottom: 40px; }

.slider-1 {
  position: relative;
  margin-bottom: 15px; }
  .slider-1 .test-btn {
    position: absolute;
    bottom: 22%;
    left: 18%;
    width: 14em;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999; }
  .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: 80px;
      border-radius: 4px;
      background: #f3f3f3;
      cursor: pointer;
      opacity: .7; }
      .slider-1 .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #222; }

.search-box {
  width: 670px;
  margin-bottom: 30px; }
  .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; }
  .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;
      float: left; }
      .search-box .links li:last-child {
        border: none; }
      .search-box .links li:hover {
        color: #ff6744; }

.slider-2 {
  margin: 30px 0 50px 0; }
  .slider-2 .swiper-slide {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    cursor: pointer;
    position: relative; }
    .slider-2 .swiper-slide .ct {
      height: 142px;
      overflow: hidden;
      position: relative; }
      .slider-2 .swiper-slide .ct .bg {
        width: 100%;
        -webkit-filter: blur(2px);
        /* Chrome, Opera */
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false); }
      .slider-2 .swiper-slide .ct .cover {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        font-size: 1.3em;
        color: #fff; }
        .slider-2 .swiper-slide .ct .cover img {
          width: 3.5em; }
        .slider-2 .swiper-slide .ct .cover p {
          line-height: 1.4em;
          font-size: 1.3em;
          font-weight: bold; }
          .slider-2 .swiper-slide .ct .cover p.sm {
            font-size: 1em;
            font-weight: normal;
            line-height: 2em; }
    .slider-2 .swiper-slide .ft {
      padding: 10px;
      background: #f0f0f0;
      color: #555555;
      line-height: 1.8em;
      font-size: 1.2em; }
    .slider-2 .swiper-slide.swiper-slide-active {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1); }
      .slider-2 .swiper-slide.swiper-slide-active .ft {
        background: #ffa902;
        color: #fff; }
    .slider-2 .swiper-slide.swiper-slide-next {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      transform-origin: 85% 50%; }
    .slider-2 .swiper-slide.swiper-slide-prev {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      transform-origin: 15% 50%; }
    .slider-2 .swiper-slide:hover:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      opacity: .2;
      z-index: 200; }

.cls-box {
  margin-bottom: 30px; }
  .cls-box .cls-tb {
    overflow: auto;
    margin-bottom: 20px; }
    .cls-box .cls-tb > .left {
      width: 199px;
      float: left;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .cls-box .cls-tb > .left > ul {
        overflow: auto; }
        .cls-box .cls-tb > .left > ul > li {
          line-height: 65px;
          cursor: default;
          font-size: 1.3em;
          transition: line-height 200ms; }
          .cls-box .cls-tb > .left > ul > li.g {
            background: #ff6744;
            cursor: pointer; }
            .cls-box .cls-tb > .left > ul > li.g:hover {
              background: #ff7353; }
            .cls-box .cls-tb > .left > ul > li.g.active {
              background: #9c2409; }
              .cls-box .cls-tb > .left > ul > li.g.active:hover {
                background: #aa270a; }
          .cls-box .cls-tb > .left > ul > li.g1 {
            line-height: 90px;
            margin-bottom: 1px; }
          .cls-box .cls-tb > .left > ul > li .g2 {
            position: relative; }
            .cls-box .cls-tb > .left > ul > li .g2 li {
              font-size: 1em; }
            .cls-box .cls-tb > .left > ul > li .g2 .b-l {
              position: absolute;
              border-bottom: 1px dashed #fff;
              left: 10px;
              right: 10px;
              bottom: 0;
              height: 1px; }
    .cls-box .cls-tb > .right {
      margin: 0 0 0 200px;
      position: relative;
      height: 256px; }
      .cls-box .cls-tb > .right .rt {
        display: none; }
        .cls-box .cls-tb > .right .rt.active {
          display: block; }
      .cls-box .cls-tb > .right .desc {
        line-height: 55px;
        overflow: hidden;
        height: 130px; }
        .cls-box .cls-tb > .right .desc .fl, .cls-box .cls-tb > .right .desc .fr {
          width: 75px;
          color: #9c2409;
          font-size: 50px;
          letter-spacing: 0; }
        .cls-box .cls-tb > .right .desc .mid {
          margin: 0 70px;
          line-height: 1.8em;
          font-size: 1.1em;
          position: relative; }
          .cls-box .cls-tb > .right .desc .mid em {
            font-size: 1.2em;
            color: #ff6744;
            font-weight: bold;
            margin-right: 3px; }
      .cls-box .cls-tb > .right .rt .desc {
        position: relative;
        line-height: 75px; }
        .cls-box .cls-tb > .right .rt .desc .fl, .cls-box .cls-tb > .right .rt .desc .fr {
          font-size: 65px; }
        .cls-box .cls-tb > .right .rt .desc .d-left {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 218px;
          text-align: center;
          line-height: 83px;
          height: 83px; }
          .cls-box .cls-tb > .right .rt .desc .d-left img {
            height: 43px;
            vertical-align: middle; }
          .cls-box .cls-tb > .right .rt .desc .d-left .b-r {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -18px;
            height: 36px;
            width: 1px;
            background: #373737; }
        .cls-box .cls-tb > .right .rt .desc .d-right {
          margin: 0 0 0 250px;
          line-height: 83px; }
          .cls-box .cls-tb > .right .rt .desc .d-right p {
            line-height: 1.8em;
            vertical-align: middle;
            padding-top: 20px; }
      .cls-box .cls-tb > .right .rt .btns {
        line-height: 30px;
        /*margin-top: 27px;
        padding-right: 60px;*/
        position: absolute;
        bottom: 10px;
        right: 80px; }
        .cls-box .cls-tb > .right .rt .btns .btn {
          margin-right: 20px; }
      .cls-box .cls-tb > .right table {
        table-layout: fixed;
        border-collapse: collapse;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        color: #666666;
        font-size: 1.2em; }
        .cls-box .cls-tb > .right table td, .cls-box .cls-tb > .right table th {
          border: solid #fff;
          border-width: 0 1px;
          box-sizing: border-box; }
        .cls-box .cls-tb > .right table thead {
          font-weight: bold;
          background: #f0f0f0; }
          .cls-box .cls-tb > .right table thead tr {
            text-align: center;
            line-height: 36px; }
        .cls-box .cls-tb > .right table tbody tr {
          text-align: center;
          line-height: 36px; }
          .cls-box .cls-tb > .right table tbody tr:hover {
            background: #fdfdfd; }
          .cls-box .cls-tb > .right table tbody tr:nth-child(2n) {
            background: #f0f0f0; }
            .cls-box .cls-tb > .right table tbody tr:nth-child(2n):hover {
              background: #d6d6d6; }
      .cls-box .cls-tb > .right .btn {
        border-radius: 4px;
        width: 120px; }
  .cls-box .ops .btn {
    margin: 20px 10px;
    width: 14em;
    font-size: 1.3em;
    font-weight: bold; }

.teachers-box {
  position: relative;
  margin-bottom: 50px; }
  .teachers-box > .ct {
    position: relative;
    overflow: auto; }
  .teachers-box .im-list {
    overflow: auto;
    width: 255px; }
    .teachers-box .im-list li {
      display: inline-block;
      width: 77px;
      height: 77px;
      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: 265px;
    right: 265px;
    top: 0;
    bottom: 8px; }
    .teachers-box .mid .im {
      height: 100%;
      text-align: center;
      width: 196px;
      overflow: hidden;
      float: left; }
      .teachers-box .mid .im img {
        width: 100%;
        min-height: 100%; }
    .teachers-box .mid .info {
      margin: 0 0 0 208px;
      height: 100%;
      position: relative; }
      .teachers-box .mid .info h5 {
        line-height: 2em;
        font-size: 16px;
        color: #373737;
        padding-bottom: 15px;
        border-bottom: 1px dashed #222;
        margin-bottom: 15px; }
        .teachers-box .mid .info h5 .prefix {
          display: inline-block;
          width: 12px;
          height: 12px;
          background: #ff6744;
          margin-right: 10px; }
      .teachers-box .mid .info h6 {
        line-height: 30px;
        font-size: 15px;
        color: #373737;
        padding-bottom: 15px;
        border-bottom: 1px dashed #222;
        margin-bottom: 15px; }
        .teachers-box .mid .info h6 .cls-name {
          font-size: 1.2em;
          color: #f3ac00;
          margin-left: 5px;
          vertical-align: bottom;
          letter-spacing: 1px;
          margin-top: 15px; }
        .teachers-box .mid .info h6 .star {
          height: 1.2em;
          vertical-align: middle;
          vertical-align: text-bottom;
          margin-left: 5px; }
      .teachers-box .mid .info p {
        color: #a2a2a2;
        line-height: 1.8em; }
      .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; }
  .cls-select-box .filter-cls {
    position: relative; }
    .cls-select-box .filter-cls ul {
      overflow: auto; }
    .cls-select-box .filter-cls li {
      width: 9em;
      text-align: center;
      line-height: 2.4em;
      font-size: 1.2em;
      color: #fff;
      font-weight: bold;
      background: #ff6744;
      margin-right: 1px;
      border-radius: 8px 8px 0 0;
      float: left;
      cursor: pointer; }
      .cls-select-box .filter-cls li.active, .cls-select-box .filter-cls li:hover {
        background: #c23c1d; }
    .cls-select-box .filter-cls .more {
      position: absolute;
      right: 0;
      top: 5px;
      color: #373737; }
  .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;
      color: #fff;
      font-weight: bold;
      background: #9c2409; }
      .cls-select-box .query-section .filters > label {
        margin-right: 10px; }
      .cls-select-box .query-section .filters .lg {
        font-size: 1.4em;
        margin-right: 3px; }
      .cls-select-box .query-section .filters .filter {
        display: inline; }
      .cls-select-box .query-section .filters .input {
        display: inline-block;
        height: 25px;
        min-width: 40px;
        padding: 0 30px 0 5px;
        background: #fff;
        position: relative;
        overflow: visible;
        color: #373737;
        font-weight: normal;
        margin-right: 10px;
        vertical-align: middle; }
        .cls-select-box .query-section .filters .input .d-r {
          position: absolute;
          background: #ff6744;
          right: 0;
          top: 0;
          bottom: 0;
          width: 25px;
          text-align: center;
          color: #fff; }
          .cls-select-box .query-section .filters .input .d-r:after {
            content: '>';
            font-style: normal; }
        .cls-select-box .query-section .filters .input .drop-down {
          position: absolute;
          top: 100%;
          margin-top: 0;
          border: 1px solid #9c2409;
          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: #c23c1d;
                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 .filter-course .input, .cls-select-box .query-section .filters .filter-school .input {
        max-width: 110px;
        white-space: nowrap; }
      .cls-select-box .query-section .filters .filter-course .drop-down, .cls-select-box .query-section .filters .filter-school .drop-down {
        width: 280px; }
        .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-time .input {
        width: 90px; }
      .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; }
      .cls-select-box .query-section .result-tb > table {
        table-layout: fixed;
        width: 100%;
        color: #373737;
        border-collapse: collapse;
        font-size: 1.1em;
        position: relative;
        z-index: 100; }
        .cls-select-box .query-section .result-tb > table tr {
          line-height: 3.6em;
          text-align: center;
          border-bottom: 1px dashed #414141; }
          .cls-select-box .query-section .result-tb > table tr td {
            white-space: nowrap;
            overflow: hidden;
            padding: 0 10px;
            text-overflow: ellipsis; }
          .cls-select-box .query-section .result-tb > table tr:last-child {
            border-bottom: 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: 4px;
          width: 7em;
          font-weight: bold; }
        .cls-select-box .query-section .result-tb > table .btn-yellow {
          margin-right: 10px; }
        .cls-select-box .query-section .result-tb > table .col-code {
          width: 8em; }
        .cls-select-box .query-section .result-tb > table .col-name {
          width: 15em; }
        .cls-select-box .query-section .result-tb > table .col-time {
          width: 7em; }
        .cls-select-box .query-section .result-tb > table .col-address {
          width: auto; }
        .cls-select-box .query-section .result-tb > table .col-price {
          width: 5em; }
        .cls-select-box .query-section .result-tb > table .col-ops {
          width: 20em; }
      .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; }

.comp-box {
  margin-bottom: 50px; }
  .comp-box .swiper-container {
    position: relative; }
    .comp-box .swiper-container .nav-btn {
      position: absolute;
      top: 50%;
      margin-top: -40px;
      cursor: pointer;
      z-index: 999; }
    .comp-box .swiper-container .prev-btn {
      width: 30px;
      left: 0; }
    .comp-box .swiper-container .next-btn {
      width: 30px;
      right: 0; }
    .comp-box .swiper-container .swiper-slide {
      position: relative; }
      .comp-box .swiper-container .swiper-slide .im {
        width: 465px;
        text-align: center; }
        .comp-box .swiper-container .swiper-slide .im img {
          height: 178px;
          min-width: 1px; }
      .comp-box .swiper-container .swiper-slide .info {
        position: absolute;
        left: 465px;
        right: 70px;
        top: 30px; }
        .comp-box .swiper-container .swiper-slide .info h3 {
          line-height: 2em;
          font-size: 16px;
          margin-bottom: 10px; }
        .comp-box .swiper-container .swiper-slide .info p {
          line-height: 1.8em;
          color: #a2a2a2;
          margin-bottom: 20px; }
        .comp-box .swiper-container .swiper-slide .info .btn {
          font-weight: bold;
          font-size: 1.2em;
          line-height: 2.2em;
          width: 200px; }
        .comp-box .swiper-container .swiper-slide .info .btn-yellow-rv {
          margin-right: 10px; }

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

#doyoo_panel {
  display: none !important; }

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