#index .banner .swiper-container .swiper-slide {
  width: 100%;
  height: 830px; }
  #index .banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%; }
  #index .banner .swiper-container .swiper-slide .content {
    position: absolute;
    top: 200px;
    width: 1200px;
    left: 50%;
    margin-left: -600px; }
    #index .banner .swiper-container .swiper-slide .content .title {
      font-size: 50px;
      line-height: 60px;
      color: #FFFFFF;
      font-weight: 500; }
    #index .banner .swiper-container .swiper-slide .content .sub-title {
      margin-top: 35px;
      font-size: 28px;
      line-height: 36px;
      color: #FFFFFF;
      font-weight: 500; }

#index .banner .swiper-container .swiper-pagination {
  bottom: 240px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  text-align: left; }
  #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent; }
    #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet i {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -4px;
      margin-top: -4px;
      background-color: #FFFFFF;
      transition: 0.3s; }
    #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet .circle {
      width: 12px;
      height: 24px;
      position: absolute;
      top: 0;
      overflow: hidden; }
      #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet .circle.left {
        left: 0; }
      #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet .circle.right {
        right: 0; }
      #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet .circle .circleleft {
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        position: absolute;
        border-radius: 50%;
        left: 0;
        transform: rotate(-135deg); }
      #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet .circle .circleright {
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        position: absolute;
        border-radius: 50%;
        right: 0;
        transform: rotate(-135deg); }
    #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circleleft {
      border-bottom: 1px solid #FFFFFF;
      border-left: 1px solid #FFFFFF;
      animation: circle_left 2s linear; }
    #index .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circleright {
      border-top: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      animation: circle_right 2s linear; }

@-webkit-keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg); }
  50%, 100% {
    -webkit-transform: rotate(45deg); } }

@-webkit-keyframes circle_left {
  0%, 50% {
    -webkit-transform: rotate(-135deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

#index .product {
  width: 100%;
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }
  #index .product .common-main {
    display: flex;
    justify-content: space-between;
    max-height: 770px;
    overflow: hidden; }
    #index .product .common-main .left {
      flex: 1;
      overflow: hidden; }
      #index .product .common-main .left .title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        color: #333333;
        padding-bottom: 30px;
        position: relative; }
        #index .product .common-main .left .title::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50px;
          height: 3px;
          background-color: #25b6ad; }
      #index .product .common-main .left .desc {
        font-size: 14px;
        line-height: 28px;
        color: #6F6F6F;
        margin-top: 36px; }
    #index .product .common-main .center {
      width: 600px;
      height: 600px;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      margin: 0 50px; }
      #index .product .common-main .center img {
        max-width: 100%;
        height: 100%;
        margin: auto; }
    #index .product .common-main .right .product-li {
      width: 240px;
      height: 54px;
      display: flex;
      align-items: center;
      padding: 0 4px;
      border: 1px solid #dedede;
      margin-bottom: 24px;
      border-radius: 27px;
      cursor: pointer; }
      #index .product .common-main .right .product-li.active, #index .product .common-main .right .product-li:hover {
        border: 1px solid #25b6ad;
        background-color: #25b6ad; }
        #index .product .common-main .right .product-li.active .sort, #index .product .common-main .right .product-li:hover .sort {
          background-color: transparent; }
        #index .product .common-main .right .product-li.active .li-name, #index .product .common-main .right .product-li:hover .li-name {
          color: #FFFFFF; }
      #index .product .common-main .right .product-li .sort {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #FFFFFF;
        border-radius: 50%;
        background-color: #DEDEDE;
        margin: auto 0; }
      #index .product .common-main .right .product-li .li-name {
        flex: 1;
        font-size: 14px;
        color: #999999;
        padding-left: 12px;
        overflow: hidden; }

#index .solution {
  width: 100%;
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover; }
  #index .solution .common-main {
    padding: 80px 0; }
    #index .solution .common-main .title-box {
      padding: 0 30px;
      text-align: center; }
      #index .solution .common-main .title-box .title {
        font-size: 36px;
        color: #FFFFFF;
        font-weight: 500;
        padding-bottom: 12px;
        position: relative; }
        #index .solution .common-main .title-box .title::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 50px;
          height: 3px;
          margin-left: -25px;
          background-color: #25b6ad; }
      #index .solution .common-main .title-box .sub-title {
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 12px; }
    #index .solution .common-main .solution-box {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 160px; }
      #index .solution .common-main .solution-box .solution-li {
        display: block; }
        #index .solution .common-main .solution-box .solution-li:last-of-type {
          margin-left: 350px; }
        #index .solution .common-main .solution-box .solution-li.active .icon, #index .solution .common-main .solution-box .solution-li:hover .icon {
          background-color: #25b6ad; }
        #index .solution .common-main .solution-box .solution-li .icon {
          width: 130px;
          height: 130px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          background-color: rgba(255, 255, 255, 0.5); }
          #index .solution .common-main .solution-box .solution-li .icon i {
            font-size: 56px;
            color: #FFFFFF; }
        #index .solution .common-main .solution-box .solution-li .name {
          font-size: 20px;
          color: #FFFFFF;
          margin-top: 20px;
          text-align: center; }

#index .about-my {
  width: 100%;
  height: 740px;
  display: flex; }
  #index .about-my .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 642px;
    height: 100%;
    padding: 55px;
    background-color: #F8F8F8; }
    #index .about-my .left .title-box {
      margin-top: 75px; }
      #index .about-my .left .title-box .title {
        font-size: 36px;
        color: #333333;
        padding-bottom: 24px; }
      #index .about-my .left .title-box .text {
        font-size: 18px;
        color: #333333;
        margin-top: 24px; }
      #index .about-my .left .title-box .sub-text {
        font-size: 14px;
        color: #666666; }
    #index .about-my .left .link-box {
      margin-top: 40px;
      overflow: hidden; }
      #index .about-my .left .link-box .link-li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 166px;
        margin-top: 50px;
        padding-bottom: 16px;
        border-bottom: 1px solid #25b6ad; }
        #index .about-my .left .link-box .link-li.active .text, #index .about-my .left .link-box .link-li:hover .text {
          color: #25b6ad; }
        #index .about-my .left .link-box .link-li.active .icon i, #index .about-my .left .link-box .link-li:hover .icon i {
          color: #25b6ad; }
        #index .about-my .left .link-box .link-li .text {
          flex: 1;
          font-size: 26px;
          line-height: 32px;
          color: #666666;
          padding-right: 10px;
          overflow: hidden; }
        #index .about-my .left .link-box .link-li .icon i {
          font-size: 10px;
          color: #F8F8F8; }
  #index .about-my .right {
    flex: 1;
    padding: 70px 60px;
    overflow: hidden; }
    #index .about-my .right .right-box {
      width: 860px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #index .about-my .right .right-box .cover {
        width: 860px;
        height: 400px; }
        #index .about-my .right .right-box .cover img {
          width: 100%;
          height: 100%; }
      #index .about-my .right .right-box .title {
        margin-top: 20px;
        font-size: 36px;
        color: #333333; }
      #index .about-my .right .right-box .desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;
        color: #666666; }

#index .news-center {
  padding: 50px 0;
  background-image: url(../img/6.png);
  background-repeat: no-repeat;
  background-size: 100% 460px; }
  #index .news-center .title {
    font-size: 36px;
    line-height: 50px;
    color: #25b6ad;
    opacity: 0.2;
    padding-bottom: 20px;
    text-align: center; }
  #index .news-center .sub-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #25b6ad;
    text-align: center; }
  #index .news-center .swiper-container {
    margin-top: 40px;
    padding-bottom: 70px; }
    #index .news-center .swiper-container .swiper-slide {
      display: block; }
      #index .news-center .swiper-container .swiper-slide:hover .info .info-title {
        color: #25b6ad; }
      #index .news-center .swiper-container .swiper-slide:hover .info .common-line::before {
        width: 100%; }
      #index .news-center .swiper-container .swiper-slide:hover .info .read-more .text, #index .news-center .swiper-container .swiper-slide:hover .info .read-more .date {
        color: #25b6ad; }
      #index .news-center .swiper-container .swiper-slide .cover {
        width: 100%;
        height: 250px; }
        #index .news-center .swiper-container .swiper-slide .cover img {
          width: 100%;
          height: 100%; }
      #index .news-center .swiper-container .swiper-slide .info {
        width: 100%;
        margin-top: 30px; }
        #index .news-center .swiper-container .swiper-slide .info .info-title {
          font-size: 18px;
          color: #333333;
          font-weight: 500; }
        #index .news-center .swiper-container .swiper-slide .info .desc-text {
          font-size: 14px;
          line-height: 24px;
          color: #666666;
          margin-top: 10px; }
        #index .news-center .swiper-container .swiper-slide .info .common-line {
          width: 100%;
          height: 2px;
          margin-top: 30px;
          background-color: #dddddd; }
          #index .news-center .swiper-container .swiper-slide .info .common-line::before {
            height: 2px; }
        #index .news-center .swiper-container .swiper-slide .info .read-more {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 16px; }
          #index .news-center .swiper-container .swiper-slide .info .read-more .text, #index .news-center .swiper-container .swiper-slide .info .read-more .date {
            text-transform: uppercase;
            font-size: 14px;
            color: #999999; }
    #index .news-center .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #25b6ad; }

#product .product-container .common-main {
  padding: 78px 0; }
  #product .product-container .common-main .list-box {
    display: flex;
    flex-wrap: wrap; }
    #product .product-container .common-main .list-box .product-list {
      display: block;
      width: 360px;
      margin-left: 60px;
      margin-bottom: 50px; }
      #product .product-container .common-main .list-box .product-list:nth-of-type(3n+1) {
        margin-left: 0; }
      #product .product-container .common-main .list-box .product-list:hover .text-box .text-more {
        color: #25b6ad; }
      #product .product-container .common-main .list-box .product-list .cover {
        width: 360px;
        height: 360px;
        background-color: #f4f4f4;
        overflow: hidden; }
        #product .product-container .common-main .list-box .product-list .cover img {
          display: block;
          width: 100%;
          height: 100%; }
      #product .product-container .common-main .list-box .product-list .text-box {
        width: 100%;
        padding: 0 10px;
        margin-top: 30px;
        text-align: center; }
        #product .product-container .common-main .list-box .product-list .text-box .text-name {
          font-size: 24px;
          line-height: 30px;
          color: #333333; }
        #product .product-container .common-main .list-box .product-list .text-box .text-more {
          font-size: 16px;
          line-height: 30px;
          text-transform: uppercase;
          color: #999999; }

#product-detail .product-detail-container .navigation {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #DDDDDD; }
  #product-detail .product-detail-container .navigation .common-main {
    display: flex;
    align-items: center;
    line-height: 90px; }
    #product-detail .product-detail-container .navigation .common-main .navigation-li {
      font-size: 20px;
      color: #999999; }
      #product-detail .product-detail-container .navigation .common-main .navigation-li .arrow {
        font-size: 12px;
        color: #999999;
        vertical-align: middle;
        margin: 0 8px; }
      #product-detail .product-detail-container .navigation .common-main .navigation-li:hover, #product-detail .product-detail-container .navigation .common-main .navigation-li.active {
        color: #333333; }

#product-detail .product-detail-container .product-detail {
  padding: 70px 0; }
  #product-detail .product-detail-container .product-detail .common-main {
    display: flex; }
    #product-detail .product-detail-container .product-detail .common-main .left {
      width: 362px;
      position: relative; }
      #product-detail .product-detail-container .product-detail .common-main .left .cover {
        width: 362px;
        height: 362px;
        border: 1px solid #DDDDDD;
        position: relative; }
        #product-detail .product-detail-container .product-detail .common-main .left .cover img {
          width: 100%;
          height: 100%; }
      #product-detail .product-detail-container .product-detail .common-main .left .video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        background-image: url(../img/17.png);
        background-repeat: no-repeat;
        background-size: 27px 34px;
        background-position: center; }
      #product-detail .product-detail-container .product-detail .common-main .left .cover-box {
        display: flex;
        margin-top: 16px; }
        #product-detail .product-detail-container .product-detail .common-main .left .cover-box .page-btn {
          outline: none;
          top: 0;
          z-index: 222;
          width: 20px;
          height: 86px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #DDDDDD;
          background-color: #FFFFFF;
          cursor: pointer; }
          #product-detail .product-detail-container .product-detail .common-main .left .cover-box .page-btn .arrow {
            font-size: 12px;
            color: #a4a4a4; }
          #product-detail .product-detail-container .product-detail .common-main .left .cover-box .page-btn.prev {
            left: 0; }
          #product-detail .product-detail-container .product-detail .common-main .left .cover-box .page-btn.next {
            right: 0; }
        #product-detail .product-detail-container .product-detail .common-main .left .cover-box .list {
          flex: 1;
          padding: 0 20px;
          display: flex;
          align-items: center;
          overflow: hidden; }
          #product-detail .product-detail-container .product-detail .common-main .left .cover-box .list .swiper-container {
            flex: 1;
            overflow: hidden; }
            #product-detail .product-detail-container .product-detail .common-main .left .cover-box .list .swiper-container .swiper-slide {
              width: 86px !important;
              height: 86px;
              border: 1px solid #DDDDDD;
              cursor: pointer; }
              #product-detail .product-detail-container .product-detail .common-main .left .cover-box .list .swiper-container .swiper-slide .list-item {
                width: 100%;
                height: 100%; }
                #product-detail .product-detail-container .product-detail .common-main .left .cover-box .list .swiper-container .swiper-slide .list-item img {
                  width: 100%;
                  height: 100%; }
                #product-detail .product-detail-container .product-detail .common-main .left .cover-box .list .swiper-container .swiper-slide .list-item .video-play {
                  width: 30px;
                  height: 30px;
                  background-size: 9px 11px; }
    #product-detail .product-detail-container .product-detail .common-main .right {
      height: 460px;
      padding-left: 100px; }
      #product-detail .product-detail-container .product-detail .common-main .right .name {
        font-size: 36px;
        line-height: 50px;
        color: #333333; }
      #product-detail .product-detail-container .product-detail .common-main .right .desc {
        width: 100%;
        height: 280px;
        color: #666666;
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
        padding-right: 60px;
        overflow: hidden;
        overflow-y: auto; }
        #product-detail .product-detail-container .product-detail .common-main .right .desc::-webkit-scrollbar {
          width: 2px;
          height: 2px;
          background-color: #dddddd; }
        #product-detail .product-detail-container .product-detail .common-main .right .desc::-webkit-scrollbar-track {
          border-radius: 2px;
          background-color: #dddddd; }
        #product-detail .product-detail-container .product-detail .common-main .right .desc::-webkit-scrollbar-thumb {
          border-radius: 2px;
          background-color: #25b6ad; }
      #product-detail .product-detail-container .product-detail .common-main .right .btn-container {
        display: flex;
        align-items: center;
        margin-top: 46px; }
        #product-detail .product-detail-container .product-detail .common-main .right .btn-container .btn {
          width: 200px;
          height: 54px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          border: 1px solid #DDDDDD;
          border-radius: 27px; }
          #product-detail .product-detail-container .product-detail .common-main .right .btn-container .btn:hover {
            background-color: #25b6ad;
            color: #FFFFFF; }
  #product-detail .product-detail-container .product-detail .zoomdiv {
    width: 362px;
    height: 362px;
    z-index: 100;
    position: absolute;
    top: 0 !important;
    left: 380px !important;
    text-align: center;
    border: 1px solid #e4e4e4;
    display: none;
    overflow: hidden; }
  #product-detail .product-detail-container .product-detail .bigimg {
    width: 720px;
    height: 720px;
    max-width: 720px; }
  #product-detail .product-detail-container .product-detail .jqZoomPup {
    z-index: 10;
    border-bottom: #aaa 1px solid;
    position: absolute;
    filter: alpha(opacity=50);
    border-left: #aaa 1px solid;
    width: 50px;
    background: #fede4f no-repeat 50% top;
    height: 50px;
    visibility: hidden;
    border-top: #aaa 1px solid;
    top: 0px;
    cursor: move;
    border-right: #aaa 1px solid;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }

#product-detail .product-detail-container .product-params .param-tabs {
  position: sticky;
  top: 120px;
  z-index: 222;
  width: 100%;
  height: 100px;
  background-color: #F8F8F8; }
  #product-detail .product-detail-container .product-params .param-tabs .common-main {
    display: flex;
    align-items: center; }
    #product-detail .product-detail-container .product-params .param-tabs .common-main .tab-li {
      flex: 1;
      height: 100px;
      line-height: 100px;
      text-align: center;
      font-size: 20px;
      color: #333333;
      overflow: hidden;
      cursor: pointer;
      border-bottom: 3px solid transparent; }
      #product-detail .product-detail-container .product-params .param-tabs .common-main .tab-li:hover {
        color: #25b6ad; }
      #product-detail .product-detail-container .product-params .param-tabs .common-main .tab-li.active {
        color: #25b6ad;
        border-bottom: 3px solid #25b6ad; }

#product-detail .product-detail-container .product-params .param-content .param-css {
  padding: 32px 0;
  border-bottom: 1px dashed #d7d7d7; }
  #product-detail .product-detail-container .product-params .param-content .param-css .param-title {
    font-size: 20px;
    color: #333333;
    padding-left: 20px;
    position: relative; }
    #product-detail .product-detail-container .product-params .param-content .param-css .param-title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 4px;
      height: 16px;
      margin-top: -8px;
      background-color: #25b6ad; }
  #product-detail .product-detail-container .product-params .param-content .param-css p {
    font-size: 14px;
    line-height: 28px;
    color: #666666; }
    #product-detail .product-detail-container .product-params .param-content .param-css p:first-of-type {
      margin-top: 20px; }

#product-detail .product-detail-container .product-params .param-content .advantage {
  padding-bottom: 70px; }
  #product-detail .product-detail-container .product-params .param-content .advantage.param-css {
    border: none; }
  #product-detail .product-detail-container .product-params .param-content .advantage .swiper-container {
    margin-top: 24px; }
    #product-detail .product-detail-container .product-params .param-content .advantage .swiper-container .swiper-slide {
      width: 376px !important;
      height: 240px;
      padding: 20px;
      background-color: #f8f8f8;
      overflow: hidden;
      overflow-y: auto; }
      #product-detail .product-detail-container .product-params .param-content .advantage .swiper-container .swiper-slide .text {
        font-size: 16px;
        color: #333333; }
      #product-detail .product-detail-container .product-params .param-content .advantage .swiper-container .swiper-slide ul {
        margin-top: 12px; }
        #product-detail .product-detail-container .product-params .param-content .advantage .swiper-container .swiper-slide ul li {
          font-size: 14px;
          line-height: 28px;
          color: #666666;
          padding-left: 8px;
          position: relative; }
          #product-detail .product-detail-container .product-params .param-content .advantage .swiper-container .swiper-slide ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 2px;
            height: 2px;
            margin-top: -1px;
            border-radius: 50%;
            background-color: #666666; }

#product-detail .product-detail-container .product-params .param-content .scene {
  width: 100%;
  background-color: #F8F8F8; }
  #product-detail .product-detail-container .product-params .param-content .scene .param-css {
    border: none; }
  #product-detail .product-detail-container .product-params .param-content .scene .scene-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    #product-detail .product-detail-container .product-params .param-content .scene .scene-box .scene-list {
      width: 376px;
      margin-left: 32px;
      margin-bottom: 40px; }
      #product-detail .product-detail-container .product-params .param-content .scene .scene-box .scene-list:nth-of-type(3n+1) {
        margin-left: 0; }
      #product-detail .product-detail-container .product-params .param-content .scene .scene-box .scene-list .cover {
        width: 100%;
        height: 250px; }
        #product-detail .product-detail-container .product-params .param-content .scene .scene-box .scene-list .cover img {
          width: 100%;
          height: 100%; }
      #product-detail .product-detail-container .product-params .param-content .scene .scene-box .scene-list .name {
        font-size: 20px;
        color: #333333;
        text-align: center;
        margin-top: 20px; }

#solution .list-box {
  padding: 72px 0;
  background-color: #F8F8F8; }
  #solution .list-box .list {
    display: flex;
    height: 300px;
    margin-bottom: 60px; }
    #solution .list-box .list:nth-of-type(2n+2) {
      flex-direction: row-reverse; }
    #solution .list-box .list:hover .info .title {
      color: #25b6ad; }
      #solution .list-box .list:hover .info .title::before {
        background-color: #25b6ad; }
    #solution .list-box .list:hover .info .more {
      font-size: 14px;
      color: #25b6ad; }
      #solution .list-box .list:hover .info .more .arrow {
        color: #25b6ad; }
    #solution .list-box .list .cover {
      width: 452px;
      height: 100%;
      position: relative; }
      #solution .list-box .list .cover img {
        width: 100%;
        height: 100%; }
      #solution .list-box .list .cover .video-play {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 50px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    #solution .list-box .list .info {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #FFFFFF;
      overflow: hidden; }
      #solution .list-box .list .info .title {
        font-size: 24px;
        padding-bottom: 20px;
        position: relative; }
        #solution .list-box .list .info .title::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 20px;
          height: 2px;
          background-color: #DDDDDD; }
      #solution .list-box .list .info .desc {
        font-size: 14px;
        line-height: 28px;
        color: #666666; }
      #solution .list-box .list .info .more {
        font-size: 14px;
        color: #999999; }
        #solution .list-box .list .info .more .arrow {
          font-size: 14px;
          color: #999999;
          margin-left: 10px; }

#solution-detail .detail-box {
  padding: 80px 0;
  background-color: #F8F8F8; }
  #solution-detail .detail-box .common-main {
    background-color: #FFFFFF;
    padding: 50px 100px; }
    #solution-detail .detail-box .common-main .title {
      font-size: 36px;
      color: #333333; }
    #solution-detail .detail-box .common-main .swiper-container {
      margin-top: 40px; }
      #solution-detail .detail-box .common-main .swiper-container .swiper-slide .swiper-item {
        width: 1000px;
        height: 666px;
        position: relative; }
        #solution-detail .detail-box .common-main .swiper-container .swiper-slide .swiper-item img {
          width: 100%;
          height: 100%; }
        #solution-detail .detail-box .common-main .swiper-container .swiper-slide .swiper-item .video-play {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 50px;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          cursor: pointer; }
      #solution-detail .detail-box .common-main .swiper-container .swiper-page-container {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 333;
        display: flex; }
        #solution-detail .detail-box .common-main .swiper-container .swiper-page-container .page-btn {
          width: 80px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          color: #25b6ad;
          background-color: #FFFFFF;
          cursor: pointer; }
          #solution-detail .detail-box .common-main .swiper-container .swiper-page-container .page-btn.next {
            color: #FFFFFF;
            background-color: #25b6ad; }
    #solution-detail .detail-box .common-main .detail-line {
      padding: 30px 0;
      border-bottom: 1px dashed #DDDDDD; }
      #solution-detail .detail-box .common-main .detail-line .line-title {
        font-size: 20px;
        color: #333333; }
      #solution-detail .detail-box .common-main .detail-line p {
        font-size: 14px;
        line-height: 28px;
        color: #666666;
        padding-left: 8px;
        position: relative; }
        #solution-detail .detail-box .common-main .detail-line p::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 2px;
          height: 2px;
          margin-top: -1px;
          border-radius: 50%;
          background-color: #666666; }
      #solution-detail .detail-box .common-main .detail-line .line-subTitle {
        margin-top: 16px; }
        #solution-detail .detail-box .common-main .detail-line .line-subTitle .text {
          font-size: 14px;
          line-height: 28px;
          color: #333333; }
    #solution-detail .detail-box .common-main .solution-page {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px; }
      #solution-detail .detail-box .common-main .solution-page .left {
        flex: 1;
        padding-right: 30px;
        overflow: hidden; }
        #solution-detail .detail-box .common-main .solution-page .left .link {
          display: block;
          font-size: 14px;
          line-height: 30px;
          color: #333333; }
          #solution-detail .detail-box .common-main .solution-page .left .link:hover {
            color: #25b6ad; }
      #solution-detail .detail-box .common-main .solution-page .right {
        width: 120px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #999999; }
        #solution-detail .detail-box .common-main .solution-page .right:hover {
          color: #FFFFFF;
          background-color: #25b6ad; }

#news .news-tabs {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF; }
  #news .news-tabs .common-main {
    display: flex;
    align-items: center; }
    #news .news-tabs .common-main .tab-li {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      height: 90px;
      border-bottom: 2px solid transparent;
      overflow: hidden; }
      #news .news-tabs .common-main .tab-li.active {
        color: #25b6ad;
        border-bottom: 2px solid #25b6ad; }
      #news .news-tabs .common-main .tab-li:hover {
        color: #25b6ad; }

#news .news-list-container {
  padding-bottom: 60px; }
  #news .news-list-container .news-new-box .swiper-container {
    margin-top: 40px;
    padding-bottom: 70px; }
    #news .news-list-container .news-new-box .swiper-container .swiper-slide {
      display: block; }
      #news .news-list-container .news-new-box .swiper-container .swiper-slide:hover .info .info-title {
        color: #25b6ad; }
      #news .news-list-container .news-new-box .swiper-container .swiper-slide:hover .info .common-line::before {
        width: 100%; }
      #news .news-list-container .news-new-box .swiper-container .swiper-slide:hover .info .read-more .text, #news .news-list-container .news-new-box .swiper-container .swiper-slide:hover .info .read-more .date {
        color: #25b6ad; }
      #news .news-list-container .news-new-box .swiper-container .swiper-slide .cover {
        width: 100%;
        height: 250px; }
        #news .news-list-container .news-new-box .swiper-container .swiper-slide .cover img {
          width: 100%;
          height: 100%; }
      #news .news-list-container .news-new-box .swiper-container .swiper-slide .info {
        width: 100%;
        margin-top: 30px; }
        #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .info-title {
          font-size: 18px;
          color: #333333;
          font-weight: 500; }
        #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .desc-text {
          font-size: 14px;
          line-height: 24px;
          color: #666666;
          margin-top: 10px; }
        #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .common-line {
          width: 100%;
          height: 2px;
          margin-top: 30px;
          background-color: #dddddd; }
          #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .common-line::before {
            height: 2px; }
        #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .read-more {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 16px; }
          #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .read-more .text, #news .news-list-container .news-new-box .swiper-container .swiper-slide .info .read-more .date {
            text-transform: uppercase;
            font-size: 14px;
            color: #999999; }
  #news .news-list-container .news-list-box .list {
    display: flex;
    margin-bottom: 30px;
    padding: 35px 50px;
    background-color: #F8F8F8; }
    #news .news-list-container .news-list-box .list .cover {
      width: 300px;
      height: 200px; }
      #news .news-list-container .news-list-box .list .cover img {
        width: 100%;
        height: 100%; }
    #news .news-list-container .news-list-box .list .info {
      flex: 1;
      padding: 0 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden; }
      #news .news-list-container .news-list-box .list .info .title {
        font-size: 24px;
        padding-bottom: 20px; }
      #news .news-list-container .news-list-box .list .info .desc {
        font-size: 14px;
        line-height: 28px;
        color: #666666; }
      #news .news-list-container .news-list-box .list .info hr {
        width: 100%;
        background-color: #DDDDDD; }
      #news .news-list-container .news-list-box .list .info .line {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #news .news-list-container .news-list-box .list .info .line .date {
          font-size: 30px;
          color: #999999; }
        #news .news-list-container .news-list-box .list .info .line .more .arrow {
          font-size: 14px;
          color: #25b6ad;
          margin-left: 10px; }

#news .news-detail-container {
  width: 100%;
  padding: 80px 0;
  background-color: #F8F8F8; }
  #news .news-detail-container .common-main {
    padding: 60px 100px;
    background-color: #FFFFFF; }
    #news .news-detail-container .common-main .title-head .text {
      font-size: 26px;
      color: #333333; }
    #news .news-detail-container .common-main .title-head .sub-text {
      margin-top: 30px; }
      #news .news-detail-container .common-main .title-head .sub-text .tag {
        font-size: 14px;
        color: #666666;
        padding-right: 24px;
        position: relative; }
        #news .news-detail-container .common-main .title-head .sub-text .tag:not(:last-of-type) {
          margin-right: 24px; }
          #news .news-detail-container .common-main .title-head .sub-text .tag:not(:last-of-type)::before {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -6px;
            width: 1px;
            height: 12px;
            background-color: #666666; }
    #news .news-detail-container .common-main .desc-content {
      margin-top: 30px;
      padding: 40px 0;
      border-top: 1px dashed #DDDDDD;
      border-bottom: 1px dashed #DDDDDD; }
    #news .news-detail-container .common-main .solution-page {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px; }
      #news .news-detail-container .common-main .solution-page .left {
        flex: 1;
        padding-right: 30px;
        overflow: hidden; }
        #news .news-detail-container .common-main .solution-page .left .link {
          display: block;
          font-size: 14px;
          line-height: 30px;
          color: #333333; }
          #news .news-detail-container .common-main .solution-page .left .link:hover {
            color: #25b6ad; }
      #news .news-detail-container .common-main .solution-page .right {
        width: 120px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #999999; }
        #news .news-detail-container .common-main .solution-page .right:hover {
          color: #FFFFFF;
          background-color: #25b6ad; }

#service .service-container .common-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 0; }
  #service .service-container .common-main .left .pages {
    justify-content: flex-start; }
  #service .service-container .common-main .left .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px; }
    #service .service-container .common-main .left .search-box .serach-select {
      width: 300px;
      height: 100%; }
      #service .service-container .common-main .left .search-box .serach-select .layui-input {
        font-size: 16px;
        height: 50px;
        padding: 0 20px; }
      #service .service-container .common-main .left .search-box .serach-select dd {
        padding: 0 20px !important; }
      #service .service-container .common-main .left .search-box .serach-select .layui-this {
        background-color: #25b6ad !important; }
    #service .service-container .common-main .left .search-box .search-input {
      height: 100%;
      display: flex;
      align-items: center; }
      #service .service-container .common-main .left .search-box .search-input input {
        width: 300px;
        height: 100%;
        font-size: 16px;
        padding: 0 20px;
        border: 1px solid #DDDDDD; }
      #service .service-container .common-main .left .search-box .search-input .search-btn {
        width: 100px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #25b6ad;
        color: #FFFFFF; }
  #service .service-container .common-main .left .service-list {
    margin-top: 50px; }
    #service .service-container .common-main .left .service-list .list {
      margin-bottom: 30px; }
      #service .service-container .common-main .left .service-list .list .tag {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 24px;
        text-align: center;
        font-size: 16px;
        color: #FFFFFF;
        border-radius: 50%;
        background-color: #25b6ad; }
      #service .service-container .common-main .left .service-list .list .question {
        display: flex; }
        #service .service-container .common-main .left .service-list .list .question .text {
          width: 720px;
          display: flex;
          align-items: center;
          font-size: 20px;
          padding: 12px 24px;
          line-height: 24px;
          color: #333333;
          background-color: #f5f5f5;
          border-radius: 1px;
          word-break: break-all;
          word-wrap: break-word;
          position: relative; }
          #service .service-container .common-main .left .service-list .list .question .text::before {
            content: '';
            position: absolute;
            left: -10px;
            width: 0;
            height: 0;
            border-top: 11px solid transparent;
            border-right: 22px solid #F5F5F5;
            border-bottom: 11px solid transparent; }
      #service .service-container .common-main .left .service-list .list .answer {
        display: flex;
        margin-top: 16px; }
        #service .service-container .common-main .left .service-list .list .answer .text {
          width: 720px;
          font-size: 16px;
          line-height: 36px;
          color: #999999;
          word-break: break-all;
          word-wrap: break-word; }
  #service .service-container .common-main .right {
    width: 360px;
    margin-left: 56px;
    border: 1px solid #DDDDDD; }
    #service .service-container .common-main .right .title {
      width: 100%;
      height: 68px;
      line-height: 68px;
      padding: 0 30px;
      font-size: 24px;
      color: #333333;
      background-color: #F5F5F5; }
    #service .service-container .common-main .right .cover {
      width: 100%; }
      #service .service-container .common-main .right .cover img {
        width: 100%; }
    #service .service-container .common-main .right .question-box {
      padding: 10px 30px; }
      #service .service-container .common-main .right .question-box .link {
        display: block;
        height: 50px;
        line-height: 49px;
        font-size: 16px;
        color: #666666;
        border-bottom: 1px solid #DDDDDD; }
        #service .service-container .common-main .right .question-box .link:hover {
          color: #25b6ad; }
        #service .service-container .common-main .right .question-box .link:last-of-type {
          border-bottom: none; }

#about .about-tabs {
  position: sticky;
  top: 120px;
  z-index: 555;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF; }
  #about .about-tabs .common-main {
    display: flex;
    align-items: center; }
    #about .about-tabs .common-main .tab-li {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      height: 90px;
      border-bottom: 2px solid transparent;
      overflow: hidden; }
      #about .about-tabs .common-main .tab-li.active {
        color: #25b6ad;
        border-bottom: 2px solid #25b6ad; }
      #about .about-tabs .common-main .tab-li:hover {
        color: #25b6ad; }

#about .about-container .title-box .title {
  text-align: center; }
  #about .about-container .title-box .title .text {
    display: inline-block;
    font-size: 36px;
    padding: 0 44px;
    position: relative; }
    #about .about-container .title-box .title .text::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      width: 32px;
      height: 2px;
      background-color: #25b6ad; }
    #about .about-container .title-box .title .text::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -1px;
      width: 32px;
      height: 2px;
      background-color: #25b6ad; }

#about .about-container .title-box .english-title {
  font-size: 24px;
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  margin-top: 10px; }

#about .about-container .company-profile .common-main {
  padding: 100px 0; }
  #about .about-container .company-profile .common-main .desc {
    margin-top: 60px;
    font-size: 14px;
    line-height: 32px;
    color: #666666; }

#about .about-container .company-tag {
  width: 100%;
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center; }
  #about .about-container .company-tag .common-main {
    margin: 80px 0;
    display: flex;
    justify-content: center; }
    #about .about-container .company-tag .common-main .tag-list {
      display: block;
      width: 340px;
      height: 420px;
      padding: 50px 30px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 8px;
      margin-left: 130px;
      overflow: hidden; }
      #about .about-container .company-tag .common-main .tag-list:first-of-type {
        margin-left: 0; }
      #about .about-container .company-tag .common-main .tag-list:hover {
        background-color: rgba(58, 189, 181, 0.9); }
        #about .about-container .company-tag .common-main .tag-list:hover .tag-icon-i, #about .about-container .company-tag .common-main .tag-list:hover .tag-title, #about .about-container .company-tag .common-main .tag-list:hover .english-tagtitle, #about .about-container .company-tag .common-main .tag-list:hover .text {
          color: #FFFFFF; }
      #about .about-container .company-tag .common-main .tag-list .tag-icon-i {
        font-size: 40px;
        color: #666666; }
      #about .about-container .company-tag .common-main .tag-list .tag-title {
        font-size: 36px;
        color: #333333;
        margin-top: 12px;
        text-align: center; }
      #about .about-container .company-tag .common-main .tag-list .english-tagtitle {
        font-size: 24px;
        text-align: center;
        color: #666666;
        text-transform: uppercase; }
      #about .about-container .company-tag .common-main .tag-list .text {
        margin-top: 50px;
        font-size: 18px;
        line-height: 30px;
        color: #999999; }

#about .about-container .company-style {
  padding: 90px 0; }
  #about .about-container .company-style .cover-style {
    width: 1200px;
    height: 667px;
    margin-top: 60px; }
    #about .about-container .company-style .cover-style img {
      width: 100%;
      height: 100%; }
  #about .about-container .company-style .cover-style-list {
    margin-top: 36px;
    width: 1200px;
    height: 240px;
    padding: 0 26px;
    background-color: #F8F8F8; }
    #about .about-container .company-style .cover-style-list .style-img {
      width: 100%;
      height: 100%; }
      #about .about-container .company-style .cover-style-list .style-img .swiper-pagination {
        top: unset;
        bottom: 0; }
      #about .about-container .company-style .cover-style-list .style-img .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px !important; }
        #about .about-container .company-style .cover-style-list .style-img .swiper-slide .style-img-li {
          position: relative;
          width: 300px;
          height: 167px;
          flex-shrink: 0; }
          #about .about-container .company-style .cover-style-list .style-img .swiper-slide .style-img-li:hover .mask {
            display: block; }
          #about .about-container .company-style .cover-style-list .style-img .swiper-slide .style-img-li img {
            width: 100%;
            height: 100%; }
          #about .about-container .company-style .cover-style-list .style-img .swiper-slide .style-img-li .mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
            background-color: #25b6ad;
            text-align: center;
            opacity: 0.9; }
            #about .about-container .company-style .cover-style-list .style-img .swiper-slide .style-img-li .mask .text {
              font-size: 16px;
              line-height: 20px;
              display: inline-block;
              color: #FFFFFF;
              padding: 8px 0;
              margin: 66px 0;
              border-top: 1px solid #FFFFFF;
              border-bottom: 1px solid #FFFFFF; }

#about .about-container .technical-team {
  height: 660px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 66px 0; }
  #about .about-container .technical-team .common-main {
    position: relative;
    height: 100%;
    padding: 0 40px 0 80px; }
    #about .about-container .technical-team .common-main .title-box .title, #about .about-container .technical-team .common-main .title-box .english-title {
      color: #FFFFFF; }
    #about .about-container .technical-team .common-main .swiper-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 240px;
      background-color: #FFFFFF;
      opacity: 0.9;
      z-index: 2; }
    #about .about-container .technical-team .common-main .swiper-container {
      margin-top: 30px;
      padding-bottom: 30px;
      z-index: 222; }
      #about .about-container .technical-team .common-main .swiper-container .swiper-slide {
        display: flex; }
        #about .about-container .technical-team .common-main .swiper-container .swiper-slide .left {
          width: 360px;
          height: 360px; }
        #about .about-container .technical-team .common-main .swiper-container .swiper-slide .right {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding-left: 65px;
          overflow: hidden; }
          #about .about-container .technical-team .common-main .swiper-container .swiper-slide .right .right-text {
            margin-top: 40px; }
            #about .about-container .technical-team .common-main .swiper-container .swiper-slide .right .right-text .name {
              font-size: 36px;
              color: #FFFFFF; }
            #about .about-container .technical-team .common-main .swiper-container .swiper-slide .right .right-text .worker {
              font-size: 20px;
              color: #FFFFFF; }
          #about .about-container .technical-team .common-main .swiper-container .swiper-slide .right .desc {
            width: 100%;
            height: 160px;
            padding-right: 40px;
            font-size: 16px;
            line-height: 32px;
            color: #666666;
            word-break: break-all;
            overflow: hidden;
            overflow-y: auto; }
      #about .about-container .technical-team .common-main .swiper-container .swiper-pagination {
        bottom: 0;
        padding: 0 160px;
        text-align: left; }
        #about .about-container .technical-team .common-main .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #25b6ad; }

#about .about-container .honor .swiper-box, #about .about-container .partner .swiper-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px; }
  #about .about-container .honor .swiper-box .page-btn, #about .about-container .partner .swiper-box .page-btn {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    cursor: pointer;
    outline: none; }
    #about .about-container .honor .swiper-box .page-btn i, #about .about-container .partner .swiper-box .page-btn i {
      font-size: 12px;
      color: #9e9e9e; }
    #about .about-container .honor .swiper-box .page-btn:hover, #about .about-container .partner .swiper-box .page-btn:hover {
      background-color: #25b6ad;
      border: 1px solid #25b6ad; }
      #about .about-container .honor .swiper-box .page-btn:hover i, #about .about-container .partner .swiper-box .page-btn:hover i {
        font-size: 12px;
        color: #FFFFFF; }

#about .about-container .honor {
  padding: 70px 0 60px; }
  #about .about-container .honor .swiper-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px; }
    #about .about-container .honor .swiper-box .page-btn {
      width: 66px;
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid #9e9e9e;
      cursor: pointer;
      outline: none; }
      #about .about-container .honor .swiper-box .page-btn i {
        font-size: 12px;
        color: #9e9e9e; }
      #about .about-container .honor .swiper-box .page-btn:hover {
        background-color: #25b6ad;
        border: 1px solid #25b6ad; }
        #about .about-container .honor .swiper-box .page-btn:hover i {
          font-size: 12px;
          color: #FFFFFF; }
    #about .about-container .honor .swiper-box .swiper-container {
      width: 988px; }
      #about .about-container .honor .swiper-box .swiper-container .swiper-slide {
        width: 300px !important;
        height: 425px;
        padding: 0 20px;
        background-color: #F8F8F8; }
        #about .about-container .honor .swiper-box .swiper-container .swiper-slide .cover-box {
          width: 100%;
          height: 360px;
          margin: auto;
          position: relative; }
          #about .about-container .honor .swiper-box .swiper-container .swiper-slide .cover-box .cover {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 210px;
            transform: translate(-50%, -50%); }
            #about .about-container .honor .swiper-box .swiper-container .swiper-slide .cover-box .cover img {
              width: 100%; }
          #about .about-container .honor .swiper-box .swiper-container .swiper-slide .cover-box .big-btn {
            position: absolute;
            width: 32px;
            height: 32px;
            right: 0;
            bottom: 10px;
            z-index: 222;
            cursor: pointer; }
        #about .about-container .honor .swiper-box .swiper-container .swiper-slide .text {
          height: 60px;
          line-height: 60px;
          font-size: 20px;
          text-align: center;
          border-top: 1px solid #dfdfdf; }

#about .about-container .partner {
  width: 100%;
  height: 560px;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: 100%; }
  #about .about-container .partner .swiper-box {
    margin-top: 70px; }
    #about .about-container .partner .swiper-box .swiper-container {
      width: 880px; }
      #about .about-container .partner .swiper-box .swiper-container .swiper-slide {
        width: 260px !important;
        height: 100px; }
        #about .about-container .partner .swiper-box .swiper-container .swiper-slide:hover .mask {
          display: block; }
        #about .about-container .partner .swiper-box .swiper-container .swiper-slide .mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100px;
          line-height: 100px;
          display: none;
          background-color: #25b6ad;
          text-align: center;
          opacity: 0.9; }
          #about .about-container .partner .swiper-box .swiper-container .swiper-slide .mask .text {
            font-size: 16px;
            line-height: 20px;
            display: inline-block;
            color: #FFFFFF;
            padding: 8px 0; }

#join .contact-tabs, #contact .contact-tabs {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD; }
  #join .contact-tabs .common-main, #contact .contact-tabs .common-main {
    display: flex;
    align-items: center; }
    #join .contact-tabs .common-main .tab-li, #contact .contact-tabs .common-main .tab-li {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      height: 90px;
      border-bottom: 2px solid transparent;
      overflow: hidden; }
      #join .contact-tabs .common-main .tab-li.active, #contact .contact-tabs .common-main .tab-li.active {
        color: #25b6ad;
        border-bottom: 2px solid #25b6ad; }
      #join .contact-tabs .common-main .tab-li:hover, #contact .contact-tabs .common-main .tab-li:hover {
        color: #25b6ad; }

#contact .title-box .title {
  text-align: center; }
  #contact .title-box .title .text {
    display: inline-block;
    font-size: 36px;
    padding: 0 44px;
    position: relative; }
    #contact .title-box .title .text::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      width: 32px;
      height: 2px;
      background-color: #25b6ad; }
    #contact .title-box .title .text::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -1px;
      width: 32px;
      height: 2px;
      background-color: #25b6ad; }

#contact .title-box .english-title {
  font-size: 24px;
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  margin-top: 10px; }

#contact .contact-info {
  padding: 70px 0; }
  #contact .contact-info .map-box {
    width: 100%;
    height: 500px;
    margin-top: 50px;
    position: relative; }
    #contact .contact-info .map-box .map {
      width: 100%;
      height: 100%; }
    #contact .contact-info .map-box .info-box {
      width: 480px;
      height: 360px;
      position: absolute;
      top: 50%;
      margin-top: -180px;
      right: 0;
      background-color: #25b6ad;
      padding: 50px 40px; }
      #contact .contact-info .map-box .info-box .name {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: 500; }
      #contact .contact-info .map-box .info-box .english {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 100; }
      #contact .contact-info .map-box .info-box .line {
        position: relative;
        width: 100%;
        height: 3px;
        margin: 36px 0; }
        #contact .contact-info .map-box .info-box .line::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 48px;
          height: 3px;
          background-color: #FFFFFF; }
      #contact .contact-info .map-box .info-box .address, #contact .contact-info .map-box .info-box .phone {
        font-size: 16px;
        line-height: 32px;
        color: #FFFFFF;
        font-weight: 100; }
        #contact .contact-info .map-box .info-box .address .text, #contact .contact-info .map-box .info-box .phone .text {
          font-size: 24px;
          font-weight: 500; }

#contact .online-message {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; }
  #contact .online-message .form-box .input-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px; }
    #contact .online-message .form-box .input-line input {
      width: 384px;
      height: 64px;
      padding: 0 20px;
      font-size: 16px;
      border-radius: 4px;
      border: none;
      background-color: #FFFFFF;
      border: 1px solid transparent; }
      #contact .online-message .form-box .input-line input:focus {
        border: 1px solid #25b6ad; }
    #contact .online-message .form-box .input-line textarea {
      width: 100%;
      height: 300px;
      padding: 20px;
      font-size: 16px;
      border-radius: 4px;
      border: none;
      background-color: #FFFFFF;
      resize: none;
      border: 1px solid transparent; }
      #contact .online-message .form-box .input-line textarea:focus {
        border: 1px solid #25b6ad; }
    #contact .online-message .form-box .input-line .code-box {
      display: flex;
      align-items: center; }
      #contact .online-message .form-box .input-line .code-box .code-input {
        width: 160px;
        height: 50px;
        border-radius: 2px; }
      #contact .online-message .form-box .input-line .code-box .code-img {
        width: 179px;
        height: 50px;
        margin-left: 20px; }
    #contact .online-message .form-box .input-line .submit-btn {
      width: 240px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-size: 16px;
      border-radius: 25px;
      background-color: #25b6ad; }

#join .worker-box {
  width: 100%;
  padding: 70px 0;
  background-color: #F8F8F8; }
  #join .worker-box .worker-list .list-li {
    margin-bottom: 30px; }
    #join .worker-box .worker-list .list-li:first-of-type .desc {
      display: block; }
    #join .worker-box .worker-list .list-li.active .list-line {
      color: #FFFFFF;
      background-color: #25b6ad; }
    #join .worker-box .worker-list .list-li .list-line {
      width: 100%;
      padding: 0 40px;
      height: 60px;
      font-size: 16px;
      color: #333333;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #FFFFFF; }
      #join .worker-box .worker-list .list-li .list-line .text {
        flex: 1;
        padding-right: 20px;
        overflow: hidden; }
        #join .worker-box .worker-list .list-li .list-line .text.date {
          padding-right: 0;
          font-weight: 600; }
        #join .worker-box .worker-list .list-li .list-line .text.name {
          flex: 3; }
        #join .worker-box .worker-list .list-li .list-line .text.number {
          flex: 2; }
    #join .worker-box .worker-list .list-li .desc {
      display: none;
      background-color: #FFFFFF;
      padding: 40px 40px 20px; }
      #join .worker-box .worker-list .list-li .desc .desc-line {
        margin-bottom: 24px; }
        #join .worker-box .worker-list .list-li .desc .desc-line .title {
          font-size: 20px;
          color: #333333; }
        #join .worker-box .worker-list .list-li .desc .desc-line .desc-text {
          font-size: 16px;
          line-height: 36px;
          color: #666666;
          margin-top: 20px; }
