@charset "UTF-8";
input {
  outline: none;
  border: 0px; }

a {
  color: #666666; }
  a:hover {
    color: #ef5a5a; }

body {
  background-color: #f5f5f5; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.min-width {
  min-width: 1200px; }

.content {
  width: 1200px;
  margin: 0 auto; }

.title {
  height: 64px;
  padding: 10px 0;
  width: 1200px;
  margin: 0 auto 20px auto;
  position: relative;
  line-height: 44px; }
  .title .title-text {
    padding-left: 10px;
    position: absolute;
    left: 0;
    font-size: 24px;
    font-weight: bold; }
    .title .title-text:before {
      content: ' ';
      width: 36px;
      height: 36px;
      position: absolute;
      left: 0;
      border-radius: 50%;
      background-color: pink;
      z-index: -1;
      top: 50%;
      transform: translate(0, -50%); }
  .title .title-more {
    position: absolute;
    right: 0;
    font-size: 14px; }

.index-article {
  background-color: #121534;
  padding: 60px 0; }
  .index-article .article-title {
    text-align: center; }
    .index-article .article-title .title-name {
      padding: 0 12px;
      display: inline-block;
      vertical-align: middle;
      font-size: 60px;
      color: #fff;
      font-weight: 700; }
    .index-article .article-title .title-slogan {
      font-size: 16px;
      color: #9d724b;
      text-align: center; }
    .index-article .article-title .title-arrow {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 33px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left; }
    .index-article .article-title .other-arrow {
      transform: rotate(180deg); }
  .index-article .article-con {
    width: 1200px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto; }
    .index-article .article-con .con-item {
      display: inline-block;
      min-width: 100px;
      position: relative;
      text-align: center;
      margin: 5px 10px; }
      .index-article .article-con .con-item:hover .item-title {
        background-color: #e53d3d;
        color: #ffffff; }
      .index-article .article-con .con-item .item-title {
        padding: 8px 20px;
        background-color: #dddddd;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        cursor: pointer;
        border-radius: 5px; }

.index-nav {
  width: 1200px;
  background-color: #ffffff;
  margin: 20px auto;
  font-size: 0; }
  .index-nav .nav-item {
    width: calc(100% / 8);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #333333;
    padding: 30px 0;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .index-nav .nav-item:hover {
      box-shadow: 0 0 20px -2px rgba(61, 126, 255, 0.2); }
      .index-nav .nav-item:hover .item-pop {
        bottom: 0; }
      .index-nav .nav-item:hover .item-title {
        display: none; }
      .index-nav .nav-item:hover .item-tip {
        display: block; }
    .index-nav .nav-item .item-icon {
      width: 60px;
      margin: 0 auto 10px; }
      .index-nav .nav-item .item-icon svg {
        width: 100%; }
    .index-nav .nav-item .item-tip {
      color: #3d7eff;
      display: none; }
    .index-nav .nav-item .item-pop {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -100%;
      left: 0;
      display: table;
      background-color: #ffffff;
      transition: all 0.3s; }
      .index-nav .nav-item .item-pop img {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.banner {
  overflow: hidden;
  height: 450px; }
  .banner:hover .banner-nav .banner-nav-btn-prev {
    display: inline-block; }
  .banner:hover .banner-nav .banner-nav-btn-next {
    display: inline-block; }
  .banner .banner-swiper .banner-img {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px; }
  .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0; }
  .banner .banner-nav {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1200px;
    text-align: justify;
    text-align-last: justify;
    position: relative;
    z-index: 5; }
    .banner .banner-nav .banner-nav-btn {
      text-align: center;
      text-align-last: center;
      position: relative;
      display: none;
      vertical-align: middle;
      outline: none;
      transform: translateY(-450px);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.2); }
      .banner .banner-nav .banner-nav-btn .iconfont {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 0;
        color: #ffffff; }
    .banner .banner-nav .banner-swiper-button-prev {
      animation: prevButtonIn 0.3s; }
      .banner .banner-nav .banner-swiper-button-prev .iconfont {
        transform: rotateY(180deg) translateX(-2px); }
    .banner .banner-nav .banner-swiper-button-next {
      animation: nextButtonIn 0.3s; }
      .banner .banner-nav .banner-swiper-button-next .iconfont {
        transform: translateX(-2px); }
    .banner .banner-nav .banner-speace {
      width: 10px;
      height: 450px;
      display: inline-block;
      vertical-align: middle; }

.online {
  margin-top: 20px; }
  .online .content {
    background-color: white;
    padding: 40px 15px; }
    .online .content .online-title {
      position: relative; }
      .online .content .online-title .online-title-name,
      .online .content .online-title .online-title-nav,
      .online .content .online-title .online-title-more {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        cursor: pointer;
        font-weight: bold; }
      .online .content .online-title .online-title-name {
        font-size: 24px;
        color: #ee1919;
        line-height: 44px;
        padding-left: 20px; }
        .online .content .online-title .online-title-name:before {
          content: " ";
          width: 4px;
          height: 20px;
          border-radius: 2px;
          background-color: #e53d3d;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      .online .content .online-title .online-title-nav {
        margin-left: 34px; }
        .online .content .online-title .online-title-nav div {
          display: inline-block;
          vertical-align: middle;
          line-height: 42px;
          color: #999999;
          margin-left: 40px; }
          .online .content .online-title .online-title-nav div:first-child {
            margin-left: 0; }
        .online .content .online-title .online-title-nav .active {
          color: #e53d3d; }
      .online .content .online-title .online-title-more {
        color: #666666;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    .online .content .online-con {
      display: none;
      padding: 30px 0 0; }
      .online .content .online-con .online-con-item {
        padding: 0 20px;
        box-sizing: content-box;
        width: 197px;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #f5f5f5; }
        .online .content .online-con .online-con-item:last-child {
          border-right: 0;
          padding: 0 0 0 20px; }
        .online .content .online-con .online-con-item:first-child {
          padding: 0 20px 0 0; }
        .online .content .online-con .online-con-item:hover .online-con-img img {
          transform: scale(1.1); }
        .online .content .online-con .online-con-item .online-con-img {
          width: 100%;
          height: 116px;
          overflow: hidden; }
          .online .content .online-con .online-con-item .online-con-img img {
            width: 100%;
            height: 116px;
            object-fit: cover;
            transition: all .3s; }
        .online .content .online-con .online-con-item .online-con-title {
          margin-top: 15px;
          font-size: 14px;
          line-height: 22px;
          height: 45px;
          color: #666666;
          display: -webkit-box;
          /*将对象作为弹性伸缩盒子模型显示 */
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          /*限制在一个块元素中显示文本的行数 该数字为行数*/
          -webkit-box-orient: vertical;
          /*设置伸缩盒子的子元素的排列方式*/ }
        .online .content .online-con .online-con-item .online-con-footer {
          width: 100%;
          height: auto;
          margin-top: 15px;
          position: relative; }
          .online .content .online-con .online-con-item .online-con-footer .online-con-teacher {
            font-size: 14px;
            color: #999999; }
          .online .content .online-con .online-con-item .online-con-footer .online-con-price {
            font-size: 18px;
            color: #ff3600;
            font-weight: bold;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
    .online .content .show {
      display: block; }

.course {
  margin-top: 20px; }
  .course .content {
    display: grid;
    grid-template-columns: 250px 900px;
    grid-gap: 0 20px;
    border-top: 2px solid #ff93a6;
    background-color: white; }
    .course .content .course-cover {
      padding: 0 12px;
      width: 250px;
      background-color: #ff93a6; }
      .course .content .course-cover .course-cover-title {
        padding: 26px 0 36px;
        text-align: center;
        color: white; }
        .course .content .course-cover .course-cover-title .course-cover-cn {
          font-size: 34px;
          font-weight: bold; }
        .course .content .course-cover .course-cover-title .course-cover-line {
          margin: 10px auto;
          width: 140px;
          height: 1px;
          background-color: white; }
        .course .content .course-cover .course-cover-title .course-cover-en {
          font-size: 10px; }
      .course .content .course-cover .course-cover-swiper {
        width: 190px;
        margin: 0 auto;
        position: relative;
        cursor: pointer; }
        .course .content .course-cover .course-cover-swiper .course-cover-slide {
          display: none;
          vertical-align: top;
          margin: 0 auto;
          width: 190px;
          height: 260px;
          border-radius: 6px;
          background-color: #ffffff;
          padding: 15px;
          position: relative;
          z-index: 1; }
          .course .content .course-cover .course-cover-swiper .course-cover-slide .course-cover-slide-title {
            margin-top: 10px;
            font-size: 14px;
            color: #ff93a6;
            display: -webkit-box;
            /*将对象作为弹性伸缩盒子模型显示 */
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            /*限制在一个块元素中显示文本的行数 该数字为行数*/
            -webkit-box-orient: vertical;
            /*设置伸缩盒子的子元素的排列方式*/ }
          .course .content .course-cover .course-cover-swiper .course-cover-slide .course-cover-slide-slogan {
            font-size: 14px;
            margin-top: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.6; }
            .course .content .course-cover .course-cover-swiper .course-cover-slide .course-cover-slide-slogan label {
              display: inline-block;
              padding: 2px 10px;
              background: #ff3600;
              color: #ffffff;
              border-radius: 5px;
              font-size: 10px;
              margin-right: 8px;
              line-height: normal; }
          .course .content .course-cover .course-cover-swiper .course-cover-slide .course-cover-slide-img {
            margin: 30px auto 0;
            width: 160px;
            height: 90px;
            border-radius: 12px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .course .content .course-cover .course-cover-swiper .course-cover-slide .course-cover-slide-time {
            font-size: 12px;
            color: #666666;
            text-align: center;
            margin-top: 10px; }
        .course .content .course-cover .course-cover-swiper .show {
          display: block; }
        .course .content .course-cover .course-cover-swiper .course-cover-shadow {
          width: 190px;
          height: 260px;
          border-radius: 6px;
          background-color: #ffffff;
          opacity: 0.4;
          position: absolute;
          top: 0;
          z-index: 0; }
        .course .content .course-cover .course-cover-swiper .left {
          transform: translateX(-20%) scale(0.8); }
        .course .content .course-cover .course-cover-swiper .right {
          transform: translateX(20%) scale(0.8); }
      .course .content .course-cover .course-cover-bullet {
        margin: 30px auto 0;
        width: 50px;
        height: 30px;
        text-align: center;
        cursor: pointer; }
        .course .content .course-cover .course-cover-bullet div {
          margin: 0 3px;
          display: inline-block;
          vertical-align: middle;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #ffffff;
          opacity: 0.6; }
        .course .content .course-cover .course-cover-bullet .active {
          opacity: 1; }
      .course .content .course-cover .forward .show {
        transform: translateX(20%) scale(0.8);
        animation: slideShowFromRight 0.8s; }
      .course .content .course-cover .forward .left {
        transform: translateX(0) scale(1);
        animation: slideHiddenToLeft 0.8s; }
      .course .content .course-cover .forward .right {
        transform: translateX(-20%) scale(0.8);
        animation: shadowLeftToRight 0.8s; }
      .course .content .course-cover .backward .show {
        transform: translateX(-20%) scale(0.8);
        animation: slideShowFromLeft 0.8s; }
      .course .content .course-cover .backward .left {
        transform: translateX(0) scale(1);
        animation: slideHiddenToRight 0.8s; }
      .course .content .course-cover .backward .right {
        transform: translateX(20%) scale(0.8);
        animation: shadowRightToLeft 0.8s; }
    .course .content .course-con {
      color: #333333; }
      .course .content .course-con .con-title {
        font-size: 20px;
        color: #ee1919;
        padding-left: 20px;
        margin: 20px 0;
        font-weight: bold;
        position: relative; }
        .course .content .course-con .con-title:before {
          content: " ";
          width: 4px;
          height: 20px;
          border-radius: 2px;
          background-color: #e53d3d;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      .course .content .course-con .con-item {
        width: 280px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 15px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 5px 0;
        border-radius: 5px; }
        .course .content .course-con .con-item .item-pic {
          width: 100%;
          height: 130px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 10px; }
        .course .content .course-con .con-item .item-tag {
          padding: 5px 10px;
          display: inline-block;
          vertical-align: middle;
          border-radius: 5px;
          flex-shrink: 0; }
        .course .content .course-con .con-item .item-classify {
          padding: 0 5px;
          margin-right: 5px;
          flex-shrink: 0;
          border-right: 1px solid #cccccc; }
        .course .content .course-con .con-item .item-title {
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .course .content .course-con .con-nav {
        font-size: 20px;
        color: #6c6c6c;
        font-weight: bold;
        padding: 20px 0; }
        .course .content .course-con .con-nav .nav-item, .course .content .course-con .con-nav .nav-more {
          display: inline-block;
          margin: 5px;
          cursor: pointer; }
        .course .content .course-con .con-nav .active {
          color: #ee1919; }
      .course .content .course-con .con-ftf {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 10px;
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        transition: all 0.3s; }
        .course .content .course-con .con-ftf:hover {
          transform: translateY(-5%);
          border-color: transparent;
          box-shadow: 0 0 20px 4px rgba(83, 115, 252, 0.2); }
        .course .content .course-con .con-ftf .ftf-pic {
          width: 100px;
          height: 70px;
          border-radius: 5px;
          display: inline-block;
          vertical-align: top;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .course .content .course-con .con-ftf .ftf-right {
          margin-left: 5px;
          width: 155px;
          display: inline-block;
          vertical-align: top; }
          .course .content .course-con .con-ftf .ftf-right .right-title {
            font-size: 15px;
            color: #333333;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            .course .content .course-con .con-ftf .ftf-right .right-title label {
              display: inline-block;
              padding: 2px 10px;
              background: #ff8585;
              color: #ffffff;
              border-radius: 5px;
              font-size: 10px;
              margin-right: 8px;
              line-height: normal; }
          .course .content .course-con .con-ftf .ftf-right .right-bottom {
            width: 100%;
            margin-top: 5px;
            display: flex;
            justify-content: space-between;
            align-items: end;
            font-size: 12px;
            color: #999999; }
            .course .content .course-con .con-ftf .ftf-right .right-bottom .bottom-price {
              font-size: 15px;
              color: #ff5500;
              font-weight: bold; }
      .course .content .course-con .other-ftf .ftf-pic {
        width: 100%;
        height: 90px;
        display: block; }
      .course .content .course-con .other-ftf .ftf-right {
        width: 189px;
        margin-left: 0;
        margin-top: 10px; }

.page-adv {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between; }
  .page-adv .adv-item {
    width: 280px;
    height: 160px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.adv {
  margin-top: 20px; }
  .adv .adv-swiper {
    --swiper-theme-color: #ffffff; }
  .adv .adv-item {
    height: 300px;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.index-data .data-con {
  width: 1200px;
  margin: 20px auto;
  padding: 40px 15px;
  background-color: #ffffff; }
  .index-data .data-con .con-title {
    position: relative; }
    .index-data .data-con .con-title .title-name,
    .index-data .data-con .con-title .title-nav,
    .index-data .data-con .con-title .title-more {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      cursor: pointer;
      font-weight: bold; }
    .index-data .data-con .con-title .title-name {
      font-size: 24px;
      color: #ee1919;
      line-height: 44px;
      padding-left: 20px; }
      .index-data .data-con .con-title .title-name:before {
        content: " ";
        width: 4px;
        height: 20px;
        border-radius: 2px;
        background-color: #e53d3d;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .index-data .data-con .con-title .title-nav {
      margin-left: 34px; }
      .index-data .data-con .con-title .title-nav div {
        display: inline-block;
        vertical-align: middle;
        line-height: 42px;
        color: #999999;
        margin-left: 40px; }
        .index-data .data-con .con-title .title-nav div:first-child {
          margin-left: 0; }
      .index-data .data-con .con-title .title-nav .active {
        color: #e53d3d; }
    .index-data .data-con .con-title .title-more {
      color: #666666;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .index-data .data-con .con-list {
    margin-top: 20px; }
    .index-data .data-con .con-list .list-item {
      width: 355px;
      margin-bottom: 10px;
      margin-right: 30px;
      font-size: 15px;
      display: inline-flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      padding: 10px 0;
      border-bottom: 1px dashed #cccccc; }
      .index-data .data-con .con-list .list-item .item-pic {
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px;
        flex-shrink: 0;
        margin-right: 10px; }
      .index-data .data-con .con-list .list-item .item-tag {
        padding: 5px 10px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
        flex-shrink: 0; }
      .index-data .data-con .con-list .list-item .item-classify {
        padding: 0 5px;
        margin-right: 5px;
        flex-shrink: 0;
        border-right: 1px solid #cccccc; }
      .index-data .data-con .con-list .list-item .item-title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px; }
      .index-data .data-con .con-list .list-item .item-time {
        flex-shrink: 0; }
      .index-data .data-con .con-list .list-item .other-title {
        color: #ff5202; }
        .index-data .data-con .con-list .list-item .other-title .title-text {
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .index-data .data-con .con-list .list-item .other-title .other-title-text {
          color: #3c7cfc; }
        .index-data .data-con .con-list .list-item .other-title .title-con {
          display: flex;
          justify-content: space-between;
          margin-top: 10px;
          font-size: 14px; }
        .index-data .data-con .con-list .list-item .other-title .other-title-con {
          color: #3c7cfc; }
    .index-data .data-con .con-list .tt-item {
      color: #ff5202;
      background: rgba(255, 82, 2, 0.15); }
  .index-data .data-con .con-teacher {
    margin-top: 30px; }
    .index-data .data-con .con-teacher .teacher-item {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 10px;
      padding: 10px;
      border: 1px solid #eeeeee;
      border-radius: 5px;
      transition: all 0.3s; }
      .index-data .data-con .con-teacher .teacher-item:hover {
        transform: translateY(-5%);
        border-color: transparent;
        box-shadow: 0 0 20px 4px rgba(83, 115, 252, 0.2); }
      .index-data .data-con .con-teacher .teacher-item .item-pic {
        width: 100%;
        height: 220px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .index-data .data-con .con-teacher .teacher-item .item-right {
        margin-top: 10px;
        width: 155px; }
        .index-data .data-con .con-teacher .teacher-item .item-right .right-title {
          font-size: 18px;
          font-weight: bold;
          color: #333333;
          text-align: center; }
        .index-data .data-con .con-teacher .teacher-item .item-right .right-bottom {
          margin-top: 10px;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: end;
          font-size: 12px;
          color: #999999;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }

.course-1 .content {
  border-color: #ff93a6; }
  .course-1 .content .course-cover {
    background-color: #ff93a6; }
  .course-1 .content .course-course .course-course-title {
    color: #ff93a6; }

.course-2 .content {
  border-color: #00b2b8; }
  .course-2 .content .course-cover {
    background-color: #00b2b8; }
  .course-2 .content .course-course .course-course-title {
    color: #00b2b8; }

.course-3 .content {
  border-color: #ffb06a; }
  .course-3 .content .course-cover {
    background-color: #ffb06a; }
  .course-3 .content .course-course .course-course-title {
    color: #ffb06a; }

.course-4 .content {
  border-color: #82bffd; }
  .course-4 .content .course-cover {
    background-color: #82bffd; }
  .course-4 .content .course-course .course-course-title {
    color: #82bffd; }

.course-5 .content {
  border-color: #aeacff; }
  .course-5 .content .course-cover {
    background-color: #aeacff; }
  .course-5 .content .course-course .course-course-title {
    color: #aeacff; }

.service {
  background-color: #121534; }
  .service .title-content {
    width: 1200px;
    margin: 0 auto; }
    .service .title-content .service-title {
      position: relative;
      width: 400px;
      left: 50%;
      transform: translateX(-50%); }
      .service .title-content .service-title .service-title-num {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .service .title-content .service-title .service-title-text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px; }
        .service .title-content .service-title .service-title-text .service-title-name {
          padding-right: 12px;
          display: inline-block;
          vertical-align: middle;
          font-size: 60px;
          color: #fff;
          font-weight: 700; }
        .service .title-content .service-title .service-title-text .service-title-slogan {
          font-size: 16px;
          color: #9d724b; }
        .service .title-content .service-title .service-title-text .service-title-arrow {
          display: inline-block;
          vertical-align: middle;
          width: 15px;
          height: 33px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left; }
  .service .content {
    padding: 50px 0;
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 16px; }
  .service .service-con {
    padding: 0 18px; }
    .service .service-con .service-item {
      width: 184px;
      height: 250px;
      border-radius: 10px;
      padding: 0 16px;
      margin-right: 7px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      position: relative;
      display: inline-block;
      vertical-align: top;
      cursor: pointer; }
      .service .service-con .service-item .service-item-title {
        font-size: 16px;
        color: #333;
        padding-top: 20px;
        line-height: 22px;
        font-weight: bold;
        display: -webkit-box;
        /*将对象作为弹性伸缩盒子模型显示 */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        /*限制在一个块元素中显示文本的行数 该数字为行数*/
        -webkit-box-orient: vertical;
        /*设置伸缩盒子的子元素的排列方式*/ }
      .service .service-con .service-item .service-item-tips {
        font-size: 13px;
        padding-top: 10px;
        color: #999;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .service .service-con .service-item .service-item-img {
        position: absolute;
        top: 130px;
        left: 50%;
        transform: translateX(-50%); }
        .service .service-con .service-item .service-item-img img {
          width: 50px;
          height: auto; }
        .service .service-con .service-item .service-item-img .service-item-img-name {
          font-size: 14px;
          color: #666;
          padding-top: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .service .service-con .service-item:last-child {
        margin-right: 0; }
  .service .service-adv {
    margin-top: 50px; }
    .service .service-adv .service-adv-title {
      font-size: 16px;
      color: #666666;
      margin-left: 14px; }
    .service .service-adv .service-adv-con {
      margin-top: 22px;
      padding: 0 18px; }
      .service .service-adv .service-adv-con .service-adv-item {
        margin-right: 36px;
        display: inline-block;
        vertical-align: top;
        height: 80px;
        width: 200px;
        border-radius: 3px;
        border: 1px solid #eeeeee;
        cursor: pointer; }
        .service .service-adv .service-adv-con .service-adv-item img {
          width: 100%;
          height: auto;
          object-fit: cover; }
        .service .service-adv .service-adv-con .service-adv-item:last-child {
          margin-right: 0; }

.team {
  padding: 80px 0;
  background-color: #121534; }
  .team .title-content {
    width: 1200px;
    margin: 0 auto; }
    .team .title-content .service-title {
      position: relative;
      width: 400px;
      left: 50%;
      transform: translateX(-50%); }
      .team .title-content .service-title .service-title-num {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .team .title-content .service-title .service-title-text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px; }
        .team .title-content .service-title .service-title-text .service-title-name {
          padding-right: 12px;
          display: inline-block;
          vertical-align: middle;
          font-size: 60px;
          color: #fff;
          font-weight: 700; }
        .team .title-content .service-title .service-title-text .service-title-slogan {
          font-size: 16px;
          color: #9d724b; }
        .team .title-content .service-title .service-title-text .service-title-arrow {
          display: inline-block;
          vertical-align: middle;
          width: 15px;
          height: 33px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left; }
  .team .content {
    margin-top: 50px;
    padding-left: 40px; }
  .team .team-con {
    margin-top: 180px;
    width: 1160px;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .team .team-con .team-con-pic {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 330px;
      height: 420px;
      background-color: #efefef; }
      .team .team-con .team-con-pic img {
        display: none;
        position: absolute;
        top: -150px;
        left: -40px;
        z-index: 5; }
      .team .team-con .team-con-pic .show {
        display: block; }
      .team .team-con .team-con-pic .team-con-bg {
        position: absolute;
        left: -40px;
        top: -10px;
        height: 420px;
        width: 359px;
        background-image: linear-gradient(-35deg, #ffbe85 0%, #ffafaf 100%); }
    .team .team-con .team-con-con {
      position: relative; }
      .team .team-con .team-con-con .team-con-massage {
        left: 330px;
        padding: 30px 40px;
        position: absolute; }
        .team .team-con .team-con-con .team-con-massage .team-con-name {
          display: inline-block;
          font-size: 44px;
          color: #333;
          font-weight: 700; }
        .team .team-con .team-con-con .team-con-massage .team-con-age {
          display: inline-block;
          font-size: 18px;
          color: #666;
          padding-left: 30px; }
        .team .team-con .team-con-con .team-con-massage .team-con-slogan {
          font-size: 22px;
          color: #666;
          padding-top: 24px; }
        .team .team-con .team-con-con .team-con-massage .team-con-label {
          padding-top: 40px; }
          .team .team-con .team-con-con .team-con-massage .team-con-label .team-con-item {
            font-size: 12px;
            margin-bottom: 10px; }
            .team .team-con .team-con-con .team-con-massage .team-con-label .team-con-item .team-con-item-tag {
              display: inline-block;
              vertical-align: middle;
              padding: 2px 5px;
              background-image: linear-gradient(-35deg, #ffbe85, #ffafaf);
              margin-right: 14px;
              position: relative;
              color: #ffffff; }
              .team .team-con .team-con-con .team-con-massage .team-con-label .team-con-item .team-con-item-tag:after {
                content: "";
                position: absolute;
                top: 50%;
                right: -12px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border: 6px solid transparent;
                border-left-color: #ffbc8a; }
            .team .team-con .team-con-con .team-con-massage .team-con-label .team-con-item .team-con-item-text {
              width: 300px;
              display: inline-block;
              vertical-align: middle;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
      .team .team-con .team-con-con .team-con-button {
        position: absolute;
        top: 40px;
        right: 70px;
        width: 236px;
        height: 60px;
        padding-left: 30px;
        background-color: #fda353;
        -webkit-box-shadow: 0 6px 12px 0 rgba(255, 176, 106, 0.5);
        box-shadow: 0 6px 12px 0 rgba(255, 176, 106, 0.5);
        border-radius: 30px;
        cursor: pointer; }
        .team .team-con .team-con-con .team-con-button span {
          vertical-align: middle;
          line-height: 60px;
          font-size: 22px;
          color: #fff; }
        .team .team-con .team-con-con .team-con-button img {
          vertical-align: middle;
          margin-left: 10px; }
    .team .team-con .team-con-line {
      position: absolute;
      bottom: 160px;
      left: 360px;
      width: 726px;
      height: 0;
      border: 1px dashed #ddd; }
    .team .team-con .team-con-nav {
      position: absolute;
      bottom: 32px;
      left: 330px;
      width: 700px;
      margin-left: 30px; }
      .team .team-con .team-con-nav .swiper-wrapper {
        padding: 0 30px;
        cursor: pointer; }
        .team .team-con .team-con-nav .swiper-wrapper .team-swiper-pic {
          margin-right: 20px;
          display: inline-block;
          vertical-align: middle;
          width: 100px;
          height: 100px;
          background: #efefef;
          padding: 5px;
          overflow: hidden; }
          .team .team-con .team-con-nav .swiper-wrapper .team-swiper-pic .team-swiper-pic-bg {
            width: 100%;
            height: 100%;
            background: #ffffff;
            overflow: hidden; }
            .team .team-con .team-con-nav .swiper-wrapper .team-swiper-pic .team-swiper-pic-bg img {
              width: 100%;
              height: auto;
              object-fit: cover; }
        .team .team-con .team-con-nav .swiper-wrapper .active {
          background: #f3dbab; }
      .team .team-con .team-con-nav .prev, .team .team-con .team-con-nav .next {
        top: 10%;
        width: 30px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        outline: none;
        --swiper-navigation-size: 20px;
        --swiper-navigation-color: #666666;
        font-weight: bold; }
      .team .team-con .team-con-nav .prev {
        left: -10px;
        right: auto; }
      .team .team-con .team-con-nav .next {
        right: -30px;
        left: auto; }
    .team .team-con .team-con-decorate {
      position: absolute;
      top: -30px;
      left: 290px;
      width: 830px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

.index-walk {
  width: 1200px;
  margin: 20px auto; }
  .index-walk .con-title {
    position: relative; }
    .index-walk .con-title .title-name,
    .index-walk .con-title .title-nav,
    .index-walk .con-title .title-more {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      cursor: pointer;
      font-weight: bold; }
    .index-walk .con-title .title-name {
      font-size: 24px;
      color: #ee1919;
      line-height: 44px;
      padding-left: 20px; }
      .index-walk .con-title .title-name:before {
        content: " ";
        width: 4px;
        height: 20px;
        border-radius: 2px;
        background-color: #e53d3d;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .index-walk .con-title .title-nav {
      margin-left: 34px; }
      .index-walk .con-title .title-nav div {
        display: inline-block;
        vertical-align: middle;
        line-height: 42px;
        color: #999999;
        margin-left: 40px; }
        .index-walk .con-title .title-nav div:first-child {
          margin-left: 0; }
      .index-walk .con-title .title-nav .active {
        color: #e53d3d; }
    .index-walk .con-title .title-more {
      color: #666666;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .index-walk .walk-con .con-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    .index-walk .walk-con .con-list .list-item {
      background-color: #FFFFFF;
      padding: 20px; }
    .index-walk .walk-con .con-list .item-pic {
      width: 100%;
      height: 123px;
      margin-bottom: 20px;
      border-radius: 5px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .index-walk .walk-con .con-list .item-title {
      max-width: 216px;
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      cursor: pointer;
      margin-bottom: 10px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .index-walk .walk-con .con-list .item-title:hover {
        color: #e53d3d; }
    .index-walk .walk-con .con-list .item-time {
      font-size: 14px;
      color: #999999; }
    .index-walk .walk-con .con-list .item-summary {
      margin-top: 10px;
      font-size: 14px;
      color: #666666;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.footer {
  padding: 40px 0 20px 0;
  background-color: #181921;
  color: #ffffff; }
  .footer .footer-con {
    text-align: center; }
    .footer .footer-con .footer-con-con {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      font-size: 12px;
      color: #999999; }
      .footer .footer-con .footer-con-con .footer-con-tel {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        color: #ffffff; }
      .footer .footer-con .footer-con-con .footer-con-qr {
        margin: 20px auto;
        width: 120px;
        height: 120px; }
        .footer .footer-con .footer-con-con .footer-con-qr img {
          width: 100%; }
    .footer .footer-con .footer-con-ur {
      display: inline-block;
      vertical-align: top;
      margin: 0 50px;
      line-height: 36px; }
      .footer .footer-con .footer-con-ur .footer-con-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #ffffff; }
      .footer .footer-con .footer-con-ur .footer-con-li {
        text-align: left;
        max-width: 250px;
        font-size: 14px;
        color: #999999; }
        .footer .footer-con .footer-con-ur .footer-con-li:hover {
          color: #ffffff; }
  .footer .footer-copyright {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    color: #999999; }
    .footer .footer-copyright .support, .footer .footer-copyright .icp {
      color: #999999; }
      .footer .footer-copyright .support:hover, .footer .footer-copyright .icp:hover {
        color: #ef5a5a; }

.float {
  z-index: 25;
  position: fixed;
  bottom: 10%;
  right: 10px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.05); }
  .float .float-item {
    width: 94px;
    height: 102px;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: width .3s; }
    .float .float-item:before {
      position: absolute;
      content: ' ';
      height: 100%;
      width: 19px;
      right: 100%; }
    .float .float-item .float-pop {
      background-color: #ffffff;
      display: none;
      position: absolute;
      z-index: -1;
      right: 100%;
      padding: 5px;
      border-radius: 6px;
      border: 1px solid var(--main-color, #e53d3d);
      transform: translateX(-18px); }
      .float .float-item .float-pop img {
        width: 144px;
        height: auto; }
      .float .float-item .float-pop div {
        padding: 12px 7px; }
        .float .float-item .float-pop div span {
          white-space: nowrap;
          color: var(--main-font-color, #333333); }
    .float .float-item svg path {
      fill: #666666; }
    .float .float-item span {
      margin-top: 12px;
      font-size: 14px;
      line-height: 18px;
      color: #666666; }
    .float .float-item:hover {
      background-color: var(--main-color, #e53d3d);
      border-color: var(--main-color, #e53d3d); }
      .float .float-item:hover svg circle {
        fill: var(--main-color, #e53d3d); }
      .float .float-item:hover svg path {
        fill: #ffffff; }
      .float .float-item:hover span {
        color: #ffffff; }
      .float .float-item:hover .float-pop {
        display: block; }
  .float > *:first-child {
    border-radius: 12px 0 0 0; }
  .float > *:last-child {
    border-radius: 0 0 0 12px; }

@keyframes shadowLeftToRight {
  from {
    transform: translateX(-20%) scale(0.8); }
  to {
    transform: translateX(20%) scale(0.8); } }
@keyframes shadowRightToLeft {
  from {
    transform: translateX(20%) scale(0.8); }
  to {
    transform: translateX(-20%) scale(0.8); } }
@keyframes slideShowFromLeft {
  from {
    transform: translateX(-20%) scale(0.8); }
  to {
    transform: translateX(0) scale(1); } }
@keyframes slideShowFromRight {
  from {
    transform: translateX(20%) scale(0.8); }
  to {
    transform: translateX(0) scale(1); } }
@keyframes slideHiddenToLeft {
  from {
    transform: translateX(0) scale(1); }
  to {
    transform: translateX(-20%) scale(0.8); } }
@keyframes slideHiddenToRight {
  from {
    transform: translateX(0) scale(1); }
  to {
    transform: translateX(20%) scale(0.8); } }
@keyframes prevButtonIn {
  from {
    transform: translate(-100%, -450px); }
  to {
    transform: translateX(0, -450px); } }
@keyframes nextButtonIn {
  from {
    transform: translate(100%, -450px); }
  to {
    transform: translateX(0, -450px); } }

/*# sourceMappingURL=style.css.map */
