﻿
@keyframes rise {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translateY(10px);
    }
  }
  @keyframes scalemap {
    0% {
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes scalemap {
    0% {
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-webkit-keyframes scalemap {
    0% {
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-o-keyframes scalemap {
    0% {
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
  @media (min-width: 1710px) {
    .container {
      padding: 0;
      width: 1680px;
    }
  }
  
  .home-section3 {
    width: 100%;
    overflow: hidden;
  }
  .home-section3 .flexbox {
    display: flex;
  }
  @media (max-width: 767px) {
    .home-section3 .flexbox {
      flex-direction: column;
    }
  }
  .home-section3 .flexbox .leftbox {
    flex: 0 0 32%;
    min-width: 32%;
  }
  .home-section3 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #1d2d68;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .home-section3 .flexbox .leftbox h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .home-section3 .flexbox .leftbox h2 {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .home-section3 .flexbox .leftbox h2 {
      font-size: 25px;
    }
  }
  .home-section3 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 120px;
  }
  @media (max-width: 1440px) {
    .home-section3 .flexbox .leftbox .tit {
      font-size: 25px;
      margin: 0 0 80px;
    }
  }
  @media (max-width: 767px) {
    .home-section3 .flexbox .leftbox .tit {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 575px) {
    .home-section3 .flexbox .leftbox .tit {
      font-size: 18px;
    }
  }
  .home-section3 .flexbox .leftbox .img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 650px;
  }
  @media (max-width: 1710px) {
    .home-section3 .flexbox .leftbox .img-box {
      height: 400px;
    }
  }
  @media (max-width: 1440px) {
    .home-section3 .flexbox .leftbox .img-box {
      height: 450px;
    }
  }
  @media (max-width: 1199px) {
    .home-section3 .flexbox .leftbox .img-box {
      height: 320px;
    }
  }
  @media (max-width: 991px) {
    .home-section3 .flexbox .leftbox .img-box {
      height: 299px;
    }
  }
  @media (max-width: 767px) {
    .home-section3 .flexbox .leftbox .img-box {
      display: none;
    }
  }
  .home-section3 .flexbox .leftbox .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-section3 .flexbox .rightbox {
    flex: 0 0 68%;
    min-width: 68%;
    padding: 0 0 0 60px;
  }
  @media (max-width: 767px) {
    .home-section3 .flexbox .rightbox {
      flex: inherit;
      min-width: inherit;
      padding: 0;
    }
  }
  .home-section3 .top-swiper {
    position: relative;
  }
  .home-section3 .top-swiper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000vh;
    height: 100%;
    background: #f6f6f6;
  }
  @media (max-width: 991px) {
    .home-section3 .top-swiper:after {
      width: 100%;
    }
  }
  .home-section3-top {
    margin: 0 0 40px;
  }
  @media (max-width: 1199px) {
    .home-section3-top {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-top {
      margin: 0 0 15px;
    }
  }
  .home-section3-top .swiper-slide {
    position: relative;
    z-index: 1;
  }
  .home-section3-top .swiper-slide .item {
    position: relative;
  }
  .home-section3-top .swiper-slide .item .itemimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (min-width: 991px) {
    .home-section3-top .swiper-slide .item .itemimg {
      transform: translateX(120px);
    }
  }
  @media (min-width: 1710px) {
    .home-section3-top .swiper-slide .item .itemimg {
      transform: translateX(150px);
    }
  }
  .home-section3-top .swiper-slide .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 100%;
    background: rgba(49, 175, 154, 0.9) url(../images/sec3bg.png) center right no-repeat;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 1710px) {
    .home-section3-top .swiper-slide .item .mask {
      padding: 30px 50px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  @media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask {
      padding: 20px 30px;
      width: 300px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask {
      position: static;
      width: 100%;
      height: auto;
      padding: 20px;
    }
  }
  .home-section3-top .swiper-slide .item .mask h4 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 15px;
  }
  @media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask h4 {
      font-size: 24px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask h4 {
      font-size: 18px;
    }
  }
  .home-section3-top .swiper-slide .item .mask .tips {
    width: 100%;
    min-height: 43px;
    background: #ffd944;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #353535;
    padding: 0 0 0 22px;
    margin: 0 0 90px;
    position: relative;
  }
  @media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask .tips {
      margin: 0 0 20px;
      font-size: 14px;
      min-height: 35px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask .tips {
      font-size: 14px;
      margin: 0 0 15px;
    }
  }
  
  @media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask .tips:after {
      display: none;
    }
  }
  .home-section3-top .swiper-slide .item .mask .des {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin: 0 0 110px;
  }
  @media (max-width: 1710px) {
    .home-section3-top .swiper-slide .item .mask .des {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 1440px) {
    .home-section3-top .swiper-slide .item .mask .des {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-top .swiper-slide .item .mask .des {
      margin: 0 0 15px;
    }
  }
  .home-section3-top .swiper-slide .item .mask .more {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: "BEBAS";
  }
  .home-section3-top .swiper-slide .item .mask .more img {
    margin: 0 0 0 12px;
  }
  .home-section3-thumbs .swiper-slide .item {
    height: 128px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.3s;
  }
  @media (max-width: 1199px) {
    .home-section3-thumbs .swiper-slide .item {
      height: 100px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-thumbs .swiper-slide .item {
      height: 55px;
    }
  }
  @media (max-width: 767px) {
    .home-section3-thumbs .swiper-slide .item {
      height: 90px;
    }
  }
  @media (max-width: 575px) {
    .home-section3-thumbs .swiper-slide .item {
      height: 55px;
    }
  }
  .home-section3-thumbs .swiper-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-section3-thumbs .swiper-slide .item.more {
    background: #f6f6f6;
  }
  .home-section3-thumbs .swiper-slide .item.more a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-section3-thumbs .swiper-slide .item.more img {
    width: auto;
    height: auto;
    object-fit: inherit;
    margin: 0 0 8px;
  }
  @media (max-width: 1199px) {
    .home-section3-thumbs .swiper-slide .item.more img {
      width: 22px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-thumbs .swiper-slide .item.more img {
      width: 18px;
      margin: 0 0 5px;
    }
  }
  .home-section3-thumbs .swiper-slide .item.more p {
    font-size: 18px;
    color: #1d2d68;
  }
  @media (max-width: 1199px) {
    .home-section3-thumbs .swiper-slide .item.more p {
      font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .home-section3-thumbs .swiper-slide .item.more p {
      font-size: 12px;
    }
  }
  .home-section3-thumbs .swiper-slide-thumb-active .item {
    border: 3px solid #ffd944;
  }
  .home-section4 {
    position: relative;
    padding: 206px 0 0;
  }
  @media (max-width: 1440px) {
    .home-section4 {
      padding: 100px 0 0;
    }
  }
  @media (max-width: 991px) {
    .home-section4 {
      margin: 60px 0 0;
    }
  }
  @media (max-width: 767px) {
    .home-section4 {
      margin: 50px 0 0;
    }
  }
  .home-section4 > .container {
    position: relative;
  }
  .home-section4 .flexbox {
    position: absolute;
    top: -206px;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
  }
  @media (max-width: 1440px) {
    .home-section4 .flexbox {
      top: -100px;
    }
  }
  @media (max-width: 1199px) {
    .home-section4 .flexbox {
      left: 0;
      right: 0;
      margin: auto;
      padding: 0 15px;
    }
  }
  .home-section4 .flexbox .rightbox {
    flex: 0 0 50%;
    min-width: 50%;
  }
  @media (max-width: 991px) {
    .home-section4 .flexbox .rightbox {
      flex: 0 0 100%;
      min-width: 100%;
    }
  }
  .home-section4 .flexbox .rightbox .head {
    padding: 65px 80px 60px;
    background: rgba(49, 175, 154, 0.9) url(../images/sec3bg_1.png) center right no-repeat;
  }
  @media (max-width: 1440px) {
    .home-section4 .flexbox .rightbox .head {
      padding: 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section4 .flexbox .rightbox .head {
      padding: 30px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .flexbox .rightbox .head {
      padding: 15px;
    }
  }
  .home-section4 .flexbox .rightbox .head h2 {
    font-size: 60px;
    color: #fff;
    font-family: "BEBAS";
    margin: 0 0 15px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .home-section4 .flexbox .rightbox .head h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .flexbox .rightbox .head h2 {
      font-size: 25px;
      /* text-align: center; */
    }
  }
  .home-section4 .flexbox .rightbox .head .tit {
    font-size: 30px;
    color: #fff;
  }
  @media (max-width: 1440px) {
    .home-section4 .flexbox .rightbox .head .tit {
      font-size: 25px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .flexbox .rightbox .head .tit {
      font-size: 18px;
      /* text-align: center; */
    }
  }
  .home-section4 .swiper-box {
    position: relative;
    background: #fff;
    padding: 70px 60px 70px 80px;
  }
  @media (max-width: 1440px) {
    .home-section4 .swiper-box {
      padding: 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section4 .swiper-box {
      padding: 30px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .swiper-box {
      padding: 30px 15px;
    }
  }
  .home-section4-swiper {
    margin: 0 0 70px;
  }
  @media (max-width: 991px) {
    .home-section4-swiper {
      margin: 0 0 30px;
    }
  }
  @media (max-width: 767px) {
    .home-section4-swiper {
      margin: 0 0 15px;
    }
  }
  .home-section4-swiper .item h4 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin: 0 0 30px;
  }
  @media (max-width: 991px) {
    .home-section4-swiper .item h4 {
      font-size: 30px;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 767px) {
    .home-section4-swiper .item h4 {
      font-size: 24px;
      margin: 0 0 10px;
    }
  }
  @media (max-width: 575px) {
    .home-section4-swiper .item h4 {
      font-size: 18px;
      text-align: center;
    }
  }
  .home-section4-swiper .item .des {
    line-height: 1.8;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 122px;
  }
  @media (max-width: 575px) {
    .home-section4-swiper .item .des {
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      max-height: 97px;
    }
  }
  .home-section4 .swiper-bottom-operate {
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .home-section4 .swiper-bottom-operate .left-sec {
    display: flex;
    padding: 0 0 0 8px;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev,
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 14px;
    height: 25px;
    margin: 0 105px 0 0;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    background: transparent;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev,
    .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
      margin: 0 60px 0 0;
    }
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:before,
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 14px;
    height: 25px;
    background: url(../images/left.png) center / contain no-repeat;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:after,
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 43px;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:after,
    .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
      width: 8px;
      height: 30px;
    }
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:hover:before,
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:before {
    background: url(../images/left-h.png) center / contain no-repeat;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:hover:after,
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:after {
    background: #ffd944;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
    margin: 0;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:before {
    content: "";
    display: block;
    background: url(../images/right.png) center / contain no-repeat;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
    left: auto;
    right: -8px;
  }
  .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:before {
    background: url(../images/right-h.png) center / contain no-repeat;
  }
  .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
    position: static;
    font-size: 36px;
    color: #d6d6d6;
    font-family: "BEBAS";
    line-height: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  @media (max-width: 767px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
      font-size: 18px;
    }
  }
  .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
    font-size: 72px;
    color: #ffd944;
  }
  @media (max-width: 767px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
      font-size: 50px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
      font-size: 30px;
    }
  }
  .home-section4 .secbg {
    width: 100%;
    height: 700px;
  }
  @media (max-width: 1440px) {
    .home-section4 .secbg {
      height: 600px;
    }
  }
  @media (max-width: 991px) {
    .home-section4 .secbg {
      height: 500px;
    }
  }
  @media (max-width: 767px) {
    .home-section4 .secbg {
      height: 400px;
    }
  }
  @media (max-width: 575px) {
    .home-section4 .secbg {
      height: 280px;
    }
  }
  .home-section4 .secbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-section5 {
    padding: 180px 0 140px;
  }
  @media (max-width: 1440px) {
    .home-section5 {
      padding: 100px 0;
    }
  }
  @media (max-width: 1199px) {
    .home-section5 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .home-section5 {
      padding: 40px 0;
    }
  }
  @media (max-width: 575px) {
    .home-section5 {
      padding: 30px 0;
    }
  }
  .home-section5 .flexbox {
    display: flex;
    align-items: center;
  }
  @media (max-width: 767px) {
    .home-section5 .flexbox {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .home-section5 .flexbox .leftbox {
    flex: 0 0 555px;
    min-width: 555px;
  }
  @media (max-width: 1710px) {
    .home-section5 .flexbox .leftbox {
      flex: 0 0 470px;
      min-width: 470px;
    }
  }
  @media (max-width: 1440px) {
    .home-section5 .flexbox .leftbox {
      flex: 0 0 410px;
      min-width: 410px;
    }
  }
  @media (max-width: 1199px) {
    .home-section5 .flexbox .leftbox {
      flex: 0 0 315px;
      min-width: 315px;
    }
  }
  @media (max-width: 767px) {
    .home-section5 .flexbox .leftbox {
      flex: inherit;
      min-width: inherit;
      width: 100%;
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .home-section5 .flexbox .leftbox {
      margin: 0 0 20px;
    }
  }
  .home-section5 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #1d2d68;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .home-section5 .flexbox .leftbox h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .home-section5 .flexbox .leftbox h2 {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .home-section5 .flexbox .leftbox h2 {
      font-size: 25px;
      /* text-align: center; */
    }
  }
  .home-section5 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 35px;
  }
  @media (max-width: 1440px) {
    .home-section5 .flexbox .leftbox .tit {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .home-section5 .flexbox .leftbox .tit {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 575px) {
    .home-section5 .flexbox .leftbox .tit {
      font-size: 18px;
      /* text-align: center; */
      margin: 0 0 5px;
    }
  }
  .home-section5 .flexbox .leftbox .des {
    font-size: 18px;
    color: #666;
  }
  @media (max-width: 575px) {
    .home-section5 .flexbox .leftbox .des {
      font-size: 14px;
      /* text-align: center; */
    }
  }
  .home-section5 .flexbox .rightbox {
    flex: 1;
  }
  .home-section5 .flexbox .rightbox .bussiness-map {
    position: relative;
    width: 100%;
    max-width: 994px;
    margin: 0 0 0 auto;
  }
  .home-section5 .flexbox .rightbox .bussiness-map img {
    width: 100%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1d2d68;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint .i {
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(49, 175, 154, 0.4);
    border: 1px solid #1d2d68;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a1 {
    top: 20%;
    left: 15%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a2 {
    top: 40.1%;
    left: 13.3%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a3 {
    top: 33.5%;
    left: 16.7%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a4 {
    top: 30.2%;
    left: 20.8%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a5 {
    top: 42.1%;
    left: 24.3%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a6 {
    top: 37%;
    left: 27.6%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a7 {
    top: 58.7%;
    left: 27.6%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a8 {
    top: 65.5%;
    left: 32.7%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a9 {
    top: 52%;
    left: 46.8%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a10 {
    top: 28.5%;
    left: 50.9%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a11 {
    top: 48.5%;
    left: 50.1%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a12 {
    top: 68.7%;
    left: 50.9%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a13 {
    top: 25%;
    left: 58.5%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a14 {
    top: 47.2%;
    left: 61%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a15 {
    top: 26.7%;
    left: 69.3%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a16 {
    top: 53.7%;
    left: 69.4%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a17 {
    top: 31.7%;
    left: 71%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a18 {
    top: 25%;
    left: 72.8%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a19 {
    top: 29.9%;
    left: 73.6%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a20 {
    top: 45.1%;
    left: 73.7%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a21 {
    top: 53.7%;
    left: 76.1%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a22 {
    top: 43.6%;
    left: 79.5%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a23 {
    top: 63.7%;
    left: 79.4%;
  }
  .home-section5 .flexbox .rightbox .bussiness-map .appoint.a24 {
    top: 82.3%;
    left: 81.1%;
  }
  .home-section6 .secbg {
    width: 100%;
    height: 370px;
    background: url(../images/sec6bg.jpg) center / cover no-repeat;
    background-attachment: fixed;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    letter-spacing: 5px;
  }
  @media (max-width: 1199px) {
    .home-section6 .secbg {
      height: 260px;
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .home-section6 .secbg {
      height: 150px;
      font-size: 14px;
      font-weight: normal;
      background-attachment: inherit;
    }
  }
  .home-section7 {
    padding: 80px 0;
  }
  @media (max-width: 1440px) {
    .home-section7 {
      padding: 80px 0;
    }
  }
  @media (max-width: 1199px) {
    .home-section7 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .home-section7 {
      padding: 40px 0;
    }
  }
  @media (max-width: 575px) {
    .home-section7 {
      padding: 30px 0;
    }
  }
  .home-section7 .flexbox {
    display: flex;
  }
  @media (max-width: 767px) {
    .home-section7 .flexbox {
      flex-direction: column;
    }
  }
  .home-section7 .flexbox .leftbox {
    flex: 0 0 288px;
    min-width: 288px;
    margin: 0 80px 0 0;
  }
  @media (max-width: 1440px) {
    .home-section7 .flexbox .leftbox {
      margin: 0 40px 0 0;
      flex: 0 0 250px;
      min-width: 250px;
    }
  }
  @media (max-width: 991px) {
    .home-section7 .flexbox .leftbox {
      margin: 0 30px 0 0;
      flex: 0 0 220px;
      min-width: 220px;
    }
  }
  @media (max-width: 767px) {
    .home-section7 .flexbox .leftbox {
      flex: inherit;
      min-width: inherit;
      margin: 0;
    }
  }
  .home-section7 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #1d2d68;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .home-section7 .flexbox .leftbox h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .home-section7 .flexbox .leftbox h2 {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .home-section7 .flexbox .leftbox h2 {
      font-size: 25px;
      /* text-align: center; */
    }
  }
  .home-section7 .flexbox .leftbox .tit {
    font-size: 36px;
    color: #333;
    margin: 0 0 35px;
  }
  @media (max-width: 1440px) {
    .home-section7 .flexbox .leftbox .tit {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .home-section7 .flexbox .leftbox .tit {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 575px) {
    .home-section7 .flexbox .leftbox .tit {
      font-size: 18px;
      /* text-align: center; */
      margin: 0 0 10px;
    }
  }
  .home-section7 .flexbox .rightbox {
    flex: 1;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .home-section7-tabs {
      display: flex;
    }
  }

  @media (max-width: 991px) {
    .home-section7-tabs a {
      height: 50px;
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .home-section7-tabs a {
      flex: 1;
      margin: 0;
    }
  }
  @media (max-width: 575px) {
    .home-section7-tabs a {
      font-size: 14px;
      height: 40px;
    }
  }
  .home-section7-tabs a:last-child {
    margin: 0;
  }
  .home-section7-tabs a.active {
    background: #ffba44;
    color: #fff;
  }
  .home-section7-swiper {
    width: 100%;
  }
  .home-section7-swiper .slideflex {
    display: flex;
    align-items: stretch;
  }
  .home-section7-swiper .slideflex .img-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 36%;
    min-width: 36%;
    height: auto;
    margin: 0 80px 0 0;
  }
  @media (max-width: 1440px) {
    .home-section7-swiper .slideflex .img-box {
      flex: 0 0 35%;
      min-width: 35%;
      margin: 0 30px 0 0;
    }
  }
  @media (max-width: 1199px) {
    .home-section7-swiper .slideflex .img-box {
      display: none;
    }
  }
  .home-section7-swiper .slideflex .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-section7-swiper .slideflex .newsList {
    overflow: hidden;
  }
  .home-section7-swiper .slideflex .newsList .item a {
    display: flex;
    align-items: center;
    padding: 40px 45px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
  }
  @media (max-width: 1710px) {
    .home-section7-swiper .slideflex .newsList .item a {
      padding: 20px 30px;
    }
  }
  @media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item a {
      padding: 20px;
    }
  }
  @media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item a {
      padding: 15px 0;
    }
  }
  .home-section7-swiper .slideflex .newsList .item .date {
    margin: 0 40px 0 0;
  }
  @media (max-width: 1440px) {
    .home-section7-swiper .slideflex .newsList .item .date {
      margin: 0 20px 0 0;
    }
  }
  @media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .date {
      margin: 0 15px 0 0;
    }
  }
  .home-section7-swiper .slideflex .newsList .item .date .day {
    font-size: 60px;
    color: #666;
    margin: 0 0 3px;
    line-height: 1;
    text-align: center;
    font-family: "BEBAS";
    transition: 0.3s;
  }
  @media (max-width: 1440px) {
    .home-section7-swiper .slideflex .newsList .item .date .day {
      font-size: 45px;
    }
  }
  @media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item .date .day {
      font-size: 35px;
    }
  }
  @media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .date .day {
      font-size: 30px;
    }
  }
  .home-section7-swiper .slideflex .newsList .item .date .time {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-family: "BEBAS";
    transition: 0.3s;
  }
  @media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item .date .time {
      font-size: 14px;
    }
  }
  @media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .date .time {
      font-size: 12px;
    }
  }
  .home-section7-swiper .slideflex .newsList .item .info {
    flex: 1;
    overflow: hidden;
  }
  .home-section7-swiper .slideflex .newsList .item .info h4 {
    font-size: 20px;
    color: #333;
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
  }
  @media (max-width: 1440px) {
    .home-section7-swiper .slideflex .newsList .item .info h4 {
      font-size: 18px;
      margin: 0 0 8px;
    }
  }
  @media (max-width: 991px) {
    .home-section7-swiper .slideflex .newsList .item .info h4 {
      font-size: 16px;
      margin: 0 0 5px;
    }
  }
  .home-section7-swiper .slideflex .newsList .item .info .des {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    max-height: 50px;
  }
  @media (max-width: 575px) {
    .home-section7-swiper .slideflex .newsList .item .info .des {
      line-height: 1.5;
      color: #999;
      max-height: 41px;
    }
  }
  .home-section7-swiper .slideflex .newsList .item a:hover {
    background: #f7f7f7;
  }
  .home-section7-swiper .slideflex .newsList .item a:hover .date .day,
  .home-section7-swiper .slideflex .newsList .item a:hover .date .time {
    color: #1d2d68;
  }
  .home-section7-swiper .slideflex .newsList .item a:hover .info h4 {
    color: #000;
  }
  
  .news-section1 .swiper-slide .mask.text-black h2,
  .news-section1 .swiper-slide .mask.text-black .banner-text {
    color: #333;
  }
  @media (max-width: 767px) {
    .news-section1 .swiper-slide .mask.text-black h2,
    .news-section1 .swiper-slide .mask.text-black .banner-text {
      color: #fff;
    }
  }
  .news-section2-tabs {
    height: 85px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
  }
  @media (max-width: 767px) {
    .news-section2-tabs {
      height: 60px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  .news-section2-tabs a {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 55px 0 0;
    font-size: 18px;
    color: #333;
  }
  @media (max-width: 1199px) {
    .news-section2-tabs a {
      font-size: 16px;
      margin: 0 30px 0 0;
    }
  }
  @media (max-width: 767px) {
    .news-section2-tabs a {
      font-size: 14px;
      white-space: nowrap;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .news-section2-tabs a {
      padding: 0 0 0 10px;
    }
  }
  .news-section2-tabs a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    background: #ffd944;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    .news-section2-tabs a:before {
      height: 3px;
    }
  }
  .news-section2-tabs a span {
    position: relative;
    z-index: 1;
  }
  .news-section2-tabs a:last-child {
    margin: 0;
  }
  @media (max-width: 767px) {
    .news-section2-tabs a.active,
    .news-section2-tabs a:hover {
      color: #ffd944;
    }
  }
  .news-section2-tabs a.active:before,
  .news-section2-tabs a:hover:before {
    width: 56px;
  }
  @media (max-width: 767px) {
    .news-section2-tabs a.active:before,
    .news-section2-tabs a:hover:before {
      display: none;
    }
  }
  .news-section3 {
    padding: 80px 0 0;
  }
  @media (max-width: 1440px) {
    .news-section3 {
      padding: 80px 0 0;
    }
  }
  @media (max-width: 1199px) {
    .news-section3 {
      padding: 60px 0 0;
    }
  }
  @media (max-width: 767px) {
    .news-section3 {
      padding: 40px 0 0;
    }
  }
  @media (max-width: 575px) {
    .news-section3 {
      padding: 30px 0 0;
    }
  }
  .news-section3 .news-list {
    margin: 0 0 120px;
  }
  @media (max-width: 1440px) {
    .news-section3 .news-list {
      margin: 0 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .news-section3 .news-list {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .news-section3 .news-list {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list {
      margin: 0 0 30px;
    }
  }
  .news-section3 .news-list .item {
    margin: 0 0 80px;
  }
  @media (max-width: 1440px) {
    .news-section3 .news-list .item {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 991px) {
    .news-section3 .news-list .item {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list .item {
      margin: 0 0 15px;
    }
  }
  .news-section3 .news-list .item:last-child {
    margin: 0;
  }
  .news-section3 .news-list .item a {
    display: flex;
    align-items: center;
  }
  .news-section3 .news-list .item .img-box {
    flex: 0 0 800px;
    min-width: 800px;
    height: 300px;
    margin: 0 60px 0 0;
    overflow: hidden;
  }
  @media (max-width: 1710px) {
    .news-section3 .news-list .item .img-box {
      flex: 0 0 550px;
      min-width: 550px;
    }
  }
  @media (max-width: 1199px) {
    .news-section3 .news-list .item .img-box {
      flex: 0 0 400px;
      min-width: 400px;
      height: 210px;
      margin: 0 40px 0 0;
    }
  }
  @media (max-width: 991px) {
    .news-section3 .news-list .item .img-box {
      flex: 0 0 260px;
      min-width: 260px;
      height: 160px;
      margin: 0 30px 0 0;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list .item .img-box {
      flex: 0 0 100px;
      min-width: 100px;
      height: 105px;
      margin: 0 15px 0 0;
    }
  }
  .news-section3 .news-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .news-section3 .news-list .item .info {
    flex: 1;
    overflow: hidden;
  }
  .news-section3 .news-list .item .info h4 {
    font-size: 24px;
    color: #333;
    margin: 0 0 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @media (max-width: 1199px) {
    .news-section3 .news-list .item .info h4 {
      font-size: 20px;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 991px) {
    .news-section3 .news-list .item .info h4 {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list .item .info h4 {
      font-size: 16px;
      margin: 0 0 8px;
      max-height: 38px;
    }
  }
  .news-section3 .news-list .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
    margin: 0 0 40px;
  }
  @media (max-width: 1199px) {
    .news-section3 .news-list .item .info .des {
      margin: 0 0 30px;
    }
  }
  @media (max-width: 991px) {
    .news-section3 .news-list .item .info .des {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list .item .info .des {
      margin: 0 0 10px;
      line-height: 1.4;
    }
  }
  .news-section3 .news-list .item .info .bottom {
    padding: 45px 0 0;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }
  @media (max-width: 1199px) {
    .news-section3 .news-list .item .info .bottom {
      padding: 30px 0 0;
    }
  }
  @media (max-width: 991px) {
    .news-section3 .news-list .item .info .bottom {
      padding: 15px 0 0;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list .item .info .bottom {
      padding: 8px 0 0;
      border-top: 1px solid #eee;
    }
  }
  .news-section3 .news-list .item .info .bottom .date {
    font-size: 36px;
    color: #666;
    font-family: "BEBAS";
    line-height: 1;
    transition: 0.3s;
  }
  @media (max-width: 1199px) {
    .news-section3 .news-list .item .info .bottom .date {
      font-size: 30px;
    }
  }
  @media (max-width: 991px) {
    .news-section3 .news-list .item .info .bottom .date {
      font-size: 25px;
    }
  }
  @media (max-width: 575px) {
    .news-section3 .news-list .item .info .bottom .date {
      font-size: 14px;
    }
  }
  .news-section3 .news-list .item .info .bottom .more {
    font-size: 14px;
    font-family: "BEBAS";
    color: #1d2d68;
    transition: 0.3s;
  }
  .news-section3 .news-list .item a:hover .img-box img {
    transform: scale(1.1);
  }
  .news-section3 .news-list .item a:hover .info .bottom {
    border-top: 1px solid #ffd944;
  }
  .news-section3 .news-list .item a:hover .info .bottom .date {
    color: #1d2d68;
  }
  .news-section3 .news-list .item a:hover .info .bottom .more {
    color: #ffd944;
  }
  .news-section4 {
    border-top: 1px solid #eaeaea;
    padding: 25px 0 150px;
  }
  @media (max-width: 1440px) {
    .news-section4 {
      padding: 25px 0 80px;
    }
  }
  @media (max-width: 575px) {
    .news-section4 {
      padding: 20px 0 40px;
    }
  }
  .news-section4 .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-section4 .flexbox .list-pagination {
    font-family: "BEBAS";
    font-size: 24px;
    color: rgba(102, 102, 102, 0.5);
  }
  @media (max-width: 575px) {
    .news-section4 .flexbox .list-pagination {
      font-size: 16px;
    }
  }
  .news-section4 .flexbox .list-pagination span {
    font-size: 48px;
    color: #ffd944;
  }
  @media (max-width: 575px) {
    .news-section4 .flexbox .list-pagination span {
      font-size: 30px;
    }
  }
  .news-section4 .flexbox .prev-next {
    display: flex;
  }
  .news-section4 .flexbox .prev-next a {
    display: block;
    flex: 0 0 110px;
    min-width: 110px;
    height: 37px;
    background: #ccc url(../images/left_1.png) center / auto no-repeat;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 12px 0 0;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    .news-section4 .flexbox .prev-next a {
      flex: 0 0 60px;
      min-width: 60px;
      height: 30px;
    }
  }
  .news-section4 .flexbox .prev-next a.next {
    background: #ccc url(../images/right_1.png) center / auto no-repeat;
  }
  .news-section4 .flexbox .prev-next a:last-child {
    margin: 0;
  }
  .news-section4 .flexbox .prev-next a.prev:hover {
    background: #ffd944 url(../images/left-h_1.png) center / auto no-repeat;
  }
  .news-section4 .flexbox .prev-next a.next:hover {
    background: #ffd944 url(../images/right-h_1.png) center / auto no-repeat;
  }
  .newsView-section1 {
    padding: 80px 0 80px;
  }
  @media (max-width: 1440px) {
    .newsView-section1 {
      padding: 80px 0;
    }
  }
  @media (max-width: 1199px) {
    .newsView-section1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .newsView-section1 {
      padding: 40px 0;
    }
  }
  @media (max-width: 575px) {
    .newsView-section1 {
      padding: 30px 0;
    }
  }
  .newsView-section1 .flexbox {
    display: flex;
  }
  @media (max-width: 767px) {
    .newsView-section1 .flexbox {
      flex-direction: column-reverse;
    }
  }
  .newsView-section1 .flexbox .leftbox {
    flex: 0 0 31.5%;
    min-width: 31.5%;
    padding: 0 80px 0 0;
  }
  @media (max-width: 1199px) {
    .newsView-section1 .flexbox .leftbox {
      padding: 0 40px 0 0;
    }
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .leftbox {
      flex: 0 0 40%;
      min-width: 40%;
      padding: 0 30px 0 0;
    }
  }
  @media (max-width: 767px) {
    .newsView-section1 .flexbox .leftbox {
      padding: 0;
      flex: inherit;
      min-width: inherit;
      margin: 30px 0 0;
    }
  }
  .newsView-section1 .flexbox .leftbox .head {
    width: 100%;
    height: 45px;
    font-size: 24px;
    display: flex;
    align-items: center;
    color: #1d2d68;
    border-left: 4px solid #ffd944;
    padding: 0 0 0 26px;
    margin: 0 0 5px;
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .leftbox .head {
      height: 30px;
      font-size: 18px;
    }
  }
  @media (max-width: 575px) {
    .newsView-section1 .flexbox .leftbox .head {
      font-size: 16px;
    }
  }
  .newsView-section1 .flexbox .leftbox .infobox {
    padding: 30px;
    border: 1px solid #e5e5e5;
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .leftbox .infobox {
      padding: 15px;
    }
  }
  @media (max-width: 767px) {
    .newsView-section1 .flexbox .leftbox .infobox {
      padding: 30px;
    }
  }
  @media (max-width: 575px) {
    .newsView-section1 .flexbox .leftbox .infobox {
      background: #fff;
      padding: 10px 0 0;
    }
  }
  .newsView-section1 .flexbox .leftbox .infobox .img-box {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
  }
  .newsView-section1 .flexbox .leftbox .infobox .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .newsView-section1 .flexbox .leftbox .infobox .img-box:hover img {
    transform: scale(1.1);
  }
  .newsView-section1 .flexbox .leftbox .infobox ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
  }
  @media (max-width: 1440px) {
    .newsView-section1 .flexbox .leftbox .infobox ul li a {
      height: 40px;
      line-height: 40px;
    }
  }
  @media (max-width: 576px) {
    .newsView-section1 .flexbox .leftbox .infobox ul li a {
      border: 0;
      padding: 0 15px;
    }
  }
  .newsView-section1 .flexbox .leftbox .infobox ul li a:hover {
    color: #1d2d68;
  }
  .newsView-section1 .flexbox .leftbox .infobox ul li:last-child a {
    border: 0;
  }
  .newsView-section1 .flexbox .rightbox {
    flex: 1;
  }
  .newsView-section1 .flexbox .rightbox h4 {
    font-size: 30px;
    color: #333;
    margin: 0 0 12px;
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox h4 {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .newsView-section1 .flexbox .rightbox h4 {
      font-size: 18px;
      margin: 0 0 8px;
    }
  }
  .newsView-section1 .flexbox .rightbox .time {
    font-size: 14px;
    color: #666;
    margin: 0 0 50px;
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox .time {
      margin: 0 0 30px;
    }
  }
  .newsView-section1 .flexbox .rightbox .markdown-text p {
    line-height: 1.8;
    font-size: 14px;
    color: #666;
    /* margin: 0 0 40px; */
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox .markdown-text p {
      margin: 0 0 20px;
    }
  }
  .newsView-section1 .flexbox .rightbox .markdown-text img {
    width: 100%;
    margin: 0 0 40px;
  }
  @media (max-width: 991px) {
    .newsView-section1 .flexbox .rightbox .markdown-text img {
      margin: 0 0 20px;
    }
  }
  .newsView-section2 .bottom-operate {
    padding: 35px 0 150px;
    border-top: 2px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 1440px) {
    .newsView-section2 .bottom-operate {
      padding: 35 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .newsView-section2 .bottom-operate {
      padding: 35px 0 60px;
    }
  }
  @media (max-width: 767px) {
    .newsView-section2 .bottom-operate {
      padding: 35px 0 40px;
    }
  }
  @media (max-width: 575px) {
    .newsView-section2 .bottom-operate {
      padding: 20px 0;
      flex-direction: column-reverse;
    }
  }
  .newsView-section2 .bottom-operate .backList {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 52px;
    color: #333;
    font-size: 16px;
    background: #ffd944;
  }
  @media (max-width: 575px) {
    .newsView-section2 .bottom-operate .backList {
      width: 120px;
      height: 40px;
      color: #333;
      font-size: 14px;
    }
  }
  .newsView-section2 .bottom-operate .prev-next {
    width: 230px;
  }
  @media (max-width: 575px) {
    .newsView-section2 .bottom-operate .prev-next {
      width: 100%;
      margin: 0 0 20px;
    }
  }
  .newsView-section2 .bottom-operate .prev-next a {
    width: 100%;
    font-size: 14px;
    color: #999;
    display: block;
    transition: 0.3s;
    margin: 0 0 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .newsView-section2 .bottom-operate .prev-next a:last-child {
    margin: 0;
  }
  .newsView-section2 .bottom-operate .prev-next a:hover {
    color: #333;
  }
  .product-section1 {
    padding: 80px 0;
  }
  @media (max-width: 1440px) {
    .product-section1 {
      padding: 80px 0;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .product-section1 {
      padding: 40px 0;
    }
  }
  @media (max-width: 575px) {
    .product-section1 {
      padding: 30px 0;
    }
  }
  .product-section1 .flexbox {
    overflow: hidden;
  }
  .product-section1 .flexbox .box-row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .product-section1 .flexbox .box-row {
      margin: 0 -8px;
    }
  }
  .product-section1 .flexbox .box-col {
    flex: 0 0 33.33%;
    min-width: 33.33%;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  @media (max-width: 991px) {
    .product-section1 .flexbox .box-col {
      flex: 0 0 50%;
      min-width: 50%;
    }
  }
  @media (max-width: 767px) {
    .product-section1 .flexbox .box-col {
      padding: 0 8px;
      margin: 0 0 15px;
      flex: 0 0 100%;
      min-width: 100%;
    }
  }
  .product-section1 .flexbox .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product-section1 .flexbox .item .img-box {
    background: #f7f7f7;
    width: 100%;
    height: 370px;
    overflow: hidden;
  }
  @media (max-width: 1440px) {
    .product-section1 .flexbox .item .img-box {
      height: 250px;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 .flexbox .item .img-box {
      height: 200px;
    }
  }
  @media (max-width: 575px) {
    .product-section1 .flexbox .item .img-box {
      height: 160px;
    }
  }
  .product-section1 .flexbox .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .product-section1 .flexbox .item .infobox {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border: 1px solid #f7f7f7;
    background: #fff;
    transition: 0.3s;
  }
  @media (max-width: 1440px) {
    .product-section1 .flexbox .item .infobox {
      padding: 15px;
    }
  }
  @media (max-width: 575px) {
    .product-section1 .flexbox .item .infobox {
      padding: 10px 0 0;
      border: 0;
    }
  }
  .product-section1 .flexbox .item .infobox .left {
    flex: 1;
    padding: 0 20px 0 0;
    overflow: hidden;
  }
  .product-section1 .flexbox .item .infobox .left h4 {
    font-size: 24px;
    color: #333;
    margin: 0 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
  }
  @media (max-width: 1440px) {
    .product-section1 .flexbox .item .infobox .left h4 {
      font-size: 20px;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 .flexbox .item .infobox .left h4 {
      font-size: 16px;
    }
  }
  .product-section1 .flexbox .item .infobox .left .des {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.3s;
  }
  @media (max-width: 1199px) {
    .product-section1 .flexbox .item .infobox .left .des {
      font-size: 12px;
    }
  }
  .product-section1 .flexbox .item .infobox .right {
    flex: 0 0 132px;
    min-width: 132px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #1d2d68;
    font-family: "BEBAS";
    background: #ececec;
    transition: 0.3s;
  }
  @media (max-width: 1440px) {
    .product-section1 .flexbox .item .infobox .right {
      flex: 0 0 100px;
      min-width: 100px;
      height: 40px;
      font-size: 14px;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 .flexbox .item .infobox .right {
      flex: 0 0 80px;
      min-width: 80px;
      height: 35px;
    }
  }
  @media (max-width: 767px) {
    .product-section1 .flexbox .item .infobox .right {
      display: none;
    }
  }
  .product-section1 .flexbox .item:hover .img-box img {
    transform: scale(1.1);
  }
  .product-section1 .flexbox .item:hover .infobox {
    border: 1px solid #1d2d68;
    background: #1d2d68;
  }
  .product-section1 .flexbox .item:hover .infobox .left h4,
  .product-section1 .flexbox .item:hover .infobox .left .des {
    color: #fff;
  }
  .product-section1 .flexbox .item:hover .infobox .right {
    color: #fff;
    background: #ffd944;
  }
  .productView-section1 {
    padding: 80px 0 120px;
  }
  @media (max-width: 1440px) {
    .productView-section1 {
      padding: 80px 0 70px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section1 {
      padding: 60px 0 50px;
    }
  }
  @media (max-width: 991px) {
    .productView-section1 {
      max-width: 768px;
      width: 100%;
      margin: auto;
    }
  }
  @media (max-width: 767px) {
    .productView-section1 {
      padding: 40px 0 30px;
    }
  }
  @media (max-width: 575px) {
    .productView-section1 {
      padding: 30px 0 20px;
    }
  }
  .productView-section1 .flexbox {
    display: flex;
    align-items: center;
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox {
      align-items: center;
    }
  }
  @media (max-width: 991px) {
    .productView-section1 .flexbox {
      width: 100%;
      flex-direction: column;
    }
  }
  .productView-section1 .flexbox .leftbox {
    position: relative;
    overflow: hidden;
    flex: 0 0 50%;
    min-width: 50%;
  }
  @media (max-width: 991px) {
    .productView-section1 .flexbox .leftbox {
      flex: inherit;
      min-width: inherit;
      width: 100%;
    }
  }
  .productView-section1 .flexbox .rightbox {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 0 0 80px;
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox {
      padding: 0 0 0 40px;
    }
  }
  @media (max-width: 991px) {
    .productView-section1 .flexbox .rightbox {
      flex: inherit;
      min-width: inherit;
      padding: 0;
      /* text-align: center; */
    }
  }
  .productView-section1 .flexbox .rightbox h3 {
    font-size: 48px;
    font-family: "BEBAS";
    margin: 0 0 12px;
    color: #1d2d68;
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox h3 {
      font-size: 40px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox h3 {
      font-size: 35px;
    }
  }
  @media (max-width: 991px) {
    .productView-section1 .flexbox .rightbox h3 {
      font-size: 30px;
    }
  }
  @media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox h3 {
      font-size: 25px;
    }
  }
  .productView-section1 .flexbox .rightbox h4 {
    font-size: 30px;
    color: #333;
    margin: 0 0 20px;
  }
  @media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox h4 {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox h4 {
      font-size: 18px;
    }
  }
  .productView-section1 .flexbox .rightbox .tips {
    font-size: 18px;
    color: #353535;
    background: #ffd944;
    padding: 10px 36px;
    margin: 0 0 40px;
    display: inline-block;
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .tips {
      margin: 0 0 30px;
    }
  }
  @media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .tips {
      font-size: 14px;
      padding: 5px 20px;
      margin: 0 0 20px;
    }
  }
  .productView-section1 .flexbox .rightbox .des {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 0 0 95px;
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .des {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox .des {
      margin: 0 0 30px;
    }
  }
  @media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .des {
      margin: 0 0 20px;
      line-height: 1.8;
    }
  }
  .productView-section1 .flexbox .rightbox .listbox .box-row {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1710px) {
    .productView-section1 .flexbox .rightbox .listbox .box-row {
      margin: 0 -15px;
    }
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .listbox .box-row {
      margin: 0 -5px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox .listbox .box-row {
      margin: 0 -10px;
    }
  }
  .productView-section1 .flexbox .rightbox .listbox .box-col {
    flex: 0 0 20%;
    min-width: 20%;
    padding: 0 30px;
  }
  @media (max-width: 1710px) {
    .productView-section1 .flexbox .rightbox .listbox .box-col {
      padding: 0 15px;
    }
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .listbox .box-col {
      padding: 0 5px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section1 .flexbox .rightbox .listbox .box-col {
      flex: 0 0 33.33%;
      min-width: 33.33%;
      padding: 0 10px;
      margin: 0 0 20px;
    }
  }
  .productView-section1 .flexbox .rightbox .listbox .numbox {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 10px;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
  }
  .productView-section1 .flexbox .rightbox .listbox .numbox .incrementing {
    font-size: 40px;
    font-family: "BEBAS";
    color: #1d2d68;
    line-height: 1;
    vertical-align: text-top;
  }
  @media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .listbox .numbox .incrementing {
      font-size: 30px;
    }
  }
  .productView-section1 .flexbox .rightbox .listbox .numbox .symbol {
    font-size: 18px;
    font-family: "BEBAS";
    color: #1d2d68;
    vertical-align: text-top;
  }
  @media (max-width: 575px) {
    .productView-section1 .flexbox .rightbox .listbox .numbox .symbol {
      font-size: 14px;
    }
  }
  .productView-section1 .flexbox .rightbox .listbox .numbox .last-symbol {
    font-size: 12px;
    writing-mode: tb-rl;
    transform: scale(0.8);
  }
  .productView-section1 .flexbox .rightbox .listbox .txt {
    text-align: center;
    font-size: 14px;
    color: #666;
  }
  @media (max-width: 1440px) {
    .productView-section1 .flexbox .rightbox .listbox .txt {
      font-size: 12px;
    }
  }
  .productView-section1-swiper {
    height: 530px;
    background: #f6f6f6;
  }
  @media (max-width: 1440px) {
    .productView-section1-swiper {
      height: 390px;
    }
  }
  @media (max-width: 991px) {
    .productView-section1-swiper {
      width: 100%;
      /* margin: 0 0 30px; */
    }
  }
  @media (max-width: 575px) {
    .productView-section1-swiper {
      height: 240px;
      /* margin: 0 0 20px; */
    }
  }
  .productView-section1-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .productView-section1-swiper .swiper-button-prev,
  .productView-section1-swiper .swiper-button-next {
    width: 14px;
    height: 25px;
    margin: 0 105px 0 0;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    background: transparent;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    .productView-section1-swiper .swiper-button-prev,
    .productView-section1-swiper .swiper-button-next {
      margin: 0 60px 0 0;
    }
  }
  .productView-section1-swiper .swiper-button-prev:before,
  .productView-section1-swiper .swiper-button-next:before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    width: 14px;
    height: 25px;
    background: url(../images/left.png) center / contain no-repeat;
  }
  .productView-section1-swiper .swiper-button-prev:after,
  .productView-section1-swiper .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 43px;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    .productView-section1-swiper .swiper-button-prev:after,
    .productView-section1-swiper .swiper-button-next:after {
      width: 8px;
      height: 30px;
    }
  }
  .productView-section1-swiper .swiper-button-prev:hover:before,
  .productView-section1-swiper .swiper-button-next:hover:before {
    background: url(../images/left-h.png) center / contain no-repeat;
  }
  .productView-section1-swiper .swiper-button-prev:hover:after,
  .productView-section1-swiper .swiper-button-next:hover:after {
    background: #ffd944;
  }
  .productView-section1-swiper .swiper-button-next {
    margin: 0;
  }
  .productView-section1-swiper .swiper-button-next:before {
    content: "";
    display: block;
    background: url(../images/right.png) center / contain no-repeat;
  }
  .productView-section1-swiper .swiper-button-next:after {
    left: auto;
    right: -8px;
  }
  .productView-section1-swiper .swiper-button-next:hover:before {
    background: url(../images/right-h.png) center / contain no-repeat;
  }
  .productView-section2 {
    margin: 0 0 120px;
  }
  @media (max-width: 767px) {
    .productView-section2 {
      margin: 0 0 40px;
    }
  }
  .productView-section2 .head {
    padding: 0 0 15px;
    border-bottom: 2px solid #ccc;
    font-size: 36px;
    color: #333;
    margin: 0 0 100px;
    font-family: "BEBAS";
  }
  @media (max-width: 1440px) {
    .productView-section2 .head {
      margin: 0 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section2 .head {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .productView-section2 .head {
      margin: 0 0 40px;
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section2 .head {
      margin: 0 0 30px;
      font-size: 18px;
    }
  }
  .productView-section2 .head span {
    font-size: 36px;
    color: #1d2d68;
    position: relative;
    margin: 0 42px 0 0;
  }
  @media (max-width: 767px) {
    .productView-section2 .head span {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section2 .head span {
      font-size: 18px;
    }
  }
  .productView-section2 .head span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background: #999;
    top: 10px;
    right: -22px;
  }
  @media (max-width: 767px) {
    .productView-section2 .head span:after {
      top: 8px;
      height: 22px;
    }
  }
  @media (max-width: 575px) {
    .productView-section2 .head span:after {
      top: 6px;
      height: 16px;
    }
  }
  .productView-section2 .flexbox {
    display: flex;
    align-items: center;
  }
  @media (max-width: 991px) {
    .productView-section2 .flexbox {
      flex-direction: column-reverse;
    }
  }
  .productView-section2 .flexbox .leftbox {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 90px 0 0;
  }
  @media (max-width: 1440px) {
    .productView-section2 .flexbox .leftbox {
      padding: 0 40px 0 0;
    }
  }
  @media (max-width: 991px) {
    .productView-section2 .flexbox .leftbox {
      padding: 0;
    }
  }
  .productView-section2 .flexbox .leftbox h4 {
    font-size: 24px;
    color: #1d2d68;
    margin: 0 0 22px;
  }
  @media (max-width: 991px) {
    .productView-section2 .flexbox .leftbox h4 {
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .productView-section2 .flexbox .leftbox h4 {
      font-size: 18px;
    }
  }
  .productView-section2 .flexbox .leftbox h4 span {
    font-size: 48px;
    font-family: "BEBAS";
    margin: 0 10px 0 0;
  }
  @media (max-width: 991px) {
    .productView-section2 .flexbox .leftbox h4 span {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section2 .flexbox .leftbox h4 span {
      font-size: 18px;
    }
  }
  .productView-section2 .flexbox .leftbox ul li {
    padding: 0 0 0 12px;
    line-height: 2.2;
    font-size: 14px;
    color: #666;
    position: relative;
  }
  @media (max-width: 575px) {
    .productView-section2 .flexbox .leftbox ul li {
      line-height: 2;
    }
  }
  .productView-section2 .flexbox .leftbox ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 12px;
    margin: auto;
    border-radius: 50%;
    background: #ffd944;
  }
  .productView-section2 .flexbox .rightbox {
    position: relative;
    overflow: hidden;
    flex: 0 0 50%;
    min-width: 50%;
    height: 416px;
  }
  @media (max-width: 991px) {
    .productView-section2 .flexbox .rightbox {
      height: 300px;
      margin: 0 0 30px;
    }
  }
  @media (max-width: 575px) {
    .productView-section2 .flexbox .rightbox {
      height: 175px;
    }
  }
  .productView-section2 .flexbox .rightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 991px) {
    .productView-section3 {
      background: url(../images/proview-sec3bg.jpg) center / cover no-repeat;
    }
  }
  .productView-section3 .flexbox {
    padding: 75px 0;
    flex-direction: row-reverse;
    background: url(../images/proview-sec3bg.jpg) center / cover no-repeat;
  }
  @media (max-width: 1199px) {
    .productView-section3 .flexbox {
      padding: 0;
    }
  }
  @media (max-width: 991px) {
    .productView-section3 .flexbox {
      padding: 40px 0;
      flex-direction: column-reverse;
      background: transparent;
    }
  }
  @media (max-width: 575px) {
    .productView-section3 .flexbox {
      padding: 30px 0;
    }
  }
  .productView-section3 .flexbox .leftbox h4 {
    color: #fff;
  }
  .productView-section3 .flexbox .leftbox ul li {
    color: #fff;
  }
  .productView-section3 .flexbox .rightbox {
    display: flex;
  }
  @media (max-width: 991px) {
    .productView-section3 .flexbox .rightbox {
      height: auto;
    }
  }
  .productView-section3 .flexbox .rightbox .img-box {
    width: 400px;
    margin: auto;
  }
  @media (max-width: 1199px) {
    .productView-section3 .flexbox .rightbox .img-box {
      width: 300px;
    }
  }
  @media (max-width: 991px) {
    .productView-section3 .flexbox .rightbox .img-box {
      width: 240px;
    }
  }
  @media (max-width: 575px) {
    .productView-section3 .flexbox .rightbox .img-box {
      width: 190px;
    }
  }
  .productView-section3 .flexbox .rightbox .img-box img {
    object-fit: contain;
  }
  .productView-section4 .flexbox .rightbox {
    height: auto;
  }
  .productView-section4 .imgflexbox {
    overflow: hidden;
  }
  .productView-section4 .imgflexbox .box-row {
    margin: 0 -9px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 575px) {
    .productView-section4 .imgflexbox .box-row {
      margin: 0 -5px;
    }
  }
  .productView-section4 .imgflexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 9px;
  }
  @media (max-width: 575px) {
    .productView-section4 .imgflexbox .box-col {
      padding: 0 5px;
    }
  }
  .productView-section4 .imgflexbox .img-box {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  @media (max-width: 1199px) {
    .productView-section4 .imgflexbox .img-box {
      height: 350px;
    }
  }
  @media (max-width: 575px) {
    .productView-section4 .imgflexbox .img-box {
      height: 190px;
    }
  }
  .productView-section4 .imgflexbox .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .productView-section5 {
    margin: 0 0 120px;
  }
  @media (max-width: 1440px) {
    .productView-section5 {
      margin: 0 0 80px;
    }
  }
  @media (max-width: 991px) {
    .productView-section5 {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .productView-section5 {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .productView-section5 {
      margin: 0 0 25px;
    }
  }
  .productView-section5 .flexbox {
    overflow: hidden;
  }
  .productView-section5 .flexbox .box-row {
    margin: 0 -9px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .productView-section5 .flexbox .box-col {
    flex: 0 0 25%;
    min-width: 25%;
    padding: 0 9px;
    display: flex;
  }
  @media (max-width: 1199px) {
    .productView-section5 .flexbox .box-col {
      flex: 0 0 50%;
      min-width: 50%;
      margin: 0 0 15px;
    }
  }
  .productView-section5 .flexbox .item {
    width: 100%;
    height: auto;
    padding: 40px 36px;
    background: #f8f8f8;
  }
  @media (max-width: 1440px) {
    .productView-section5 .flexbox .item {
      padding: 20px;
    }
  }
  @media (max-width: 575px) {
    .productView-section5 .flexbox .item {
      padding: 20px 15px;
    }
  }
  .productView-section5 .flexbox .item .head {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  @media (max-width: 575px) {
    .productView-section5 .flexbox .item .head {
      flex-direction: column;
      margin: 0 0 10px;
    }
  }
  .productView-section5 .flexbox .item .head .ico {
    flex: 0 0 70px;
    min-width: 70px;
    margin: 0 20px 0 0;
  }
  @media (max-width: 1440px) {
    .productView-section5 .flexbox .item .head .ico {
      flex: 0 0 60px;
      min-width: 60px;
    }
  }
  @media (max-width: 575px) {
    .productView-section5 .flexbox .item .head .ico {
      margin: 0 0 10px;
    }
  }
  .productView-section5 .flexbox .item .head .ico img {
    width: 100%;
  }
  .productView-section5 .flexbox .item .head .info .num {
    font-size: 30px;
    color: #1d2d68;
    margin: 0 0 5px;
    font-family: "BEBAS";
    line-height: 1;
  }
  @media (max-width: 991px) {
    .productView-section5 .flexbox .item .head .info .num {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section5 .flexbox .item .head .info .num {
      font-size: 16px;
      text-align: center;
    }
  }
  .productView-section5 .flexbox .item .head .info .tit {
    color: #1d2d68;
    font-size: 18px;
  }
  @media (max-width: 1440px) {
    .productView-section5 .flexbox .item .head .info .tit {
      font-size: 16px;
    }
  }
  @media (max-width: 575px) {
    .productView-section5 .flexbox .item .head .info .tit {
      text-align: center;
    }
  }
  .productView-section5 .flexbox .item .des {
    color: #333;
    font-size: 14px;
  }
  .productView-section6 .head {
    padding: 0 0 15px;
    border-bottom: 2px solid #ccc;
    font-size: 36px;
    color: #333;
    margin: 0 0 50px;
    font-family: "BEBAS";
  }
  @media (max-width: 1440px) {
    .productView-section6 .head {
      margin: 0 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .productView-section6 .head {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .productView-section6 .head {
      margin: 0 0 40px;
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section6 .head {
      margin: 0 0 30px;
      font-size: 18px;
    }
  }
  .productView-section6 .head span {
    font-size: 36px;
    color: #1d2d68;
    position: relative;
    margin: 0 42px 0 0;
  }
  @media (max-width: 767px) {
    .productView-section6 .head span {
      font-size: 24px;
    }
  }
  @media (max-width: 575px) {
    .productView-section6 .head span {
      font-size: 18px;
    }
  }
  .productView-section6 .head span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background: #999;
    top: 10px;
    right: -22px;
  }
  @media (max-width: 767px) {
    .productView-section6 .head span:after {
      top: 8px;
      height: 22px;
    }
  }
  @media (max-width: 575px) {
    .productView-section6 .head span:after {
      top: 6px;
      height: 16px;
    }
  }
  .productView-section6 .parameter-box {
    width: 100%;
    margin: 0 0 120px;
  }
  @media (max-width: 1199px) {
    .productView-section6 .parameter-box {
      margin: 0 0 80px;
      height: 260px;
      padding: 0 0 15px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 991px) {
    .productView-section6 .parameter-box {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .productView-section6 .parameter-box {
      margin: 0 0 30px;
    }
  }
  .productView-section6 .parameter-box img {
    width: 100%;
  }
  @media (max-width: 1199px) {
    .productView-section6 .parameter-box img {
      width: auto;
      height: 100%;
    }
  }
  .contact-section1 {
    position: relative;
    padding: 80px 0 120px;
  }
  @media (max-width: 1440px) {
    .contact-section1 {
      padding: 80px 0;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .contact-section1 {
      padding: 40px 0;
    }
  }
  @media (max-width: 575px) {
    .contact-section1 {
      padding: 30px 0;
    }
  }
  .contact-section1 .flexbox {
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .contact-section1 .flexbox {
      flex-direction: column;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .leftbox {
      margin: 0 40px 0 0;
    }
  }
  @media (max-width: 991px) {
    .contact-section1 .flexbox .leftbox {
      margin: 0;
    }
  }
  .contact-section1 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #1d2d68;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .contact-section1 .flexbox .leftbox h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox h2 {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .contact-section1 .flexbox .leftbox h2 {
      font-size: 25px;
      /* text-align: center; */
    }
  }
  .contact-section1 .flexbox .leftbox .tit {
    position: relative;
    font-size: 36px;
    color: #333;
    margin: 0 0 120px;
  }
  @media (max-width: 1440px) {
    .contact-section1 .flexbox .leftbox .tit {
      font-size: 25px;
      margin: 0 0 80px;
    }
  }
  @media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox .tit {
      margin: 0 0 20px;
    }
  }
  @media (max-width: 575px) {
    .contact-section1 .flexbox .leftbox .tit {
      font-size: 18px;
      /* text-align: center; */
    }
  }
  .contact-section1 .flexbox .leftbox .tit:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #1d2d68;
    left: 0;
    bottom: -50px;
  }
  @media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox .tit:after {
      display: none;
    }
  }
  .contact-section1 .flexbox .rightbox {
    flex: 0 0 1100px;
    min-width: 1100px;
  }
  @media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox {
      flex: 0 0 900px;
      min-width: 900px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox {
      flex: 1;
      min-width: inherit;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .box-row {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-row {
      margin: 0 -15px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 30px;
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
      padding: 0 15px;
    }
  }
  @media (max-width: 767px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
      flex: 0 0 100%;
      min-width: 100%;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item {
    background: #f5f5f5;
    padding: 55px;
  }
  @media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
      padding: 30px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
      padding: 30px 15px;
    }
  }
  @media (max-width: 767px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
      padding: 15px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0 0 35px;
    height: 45px;
    line-height: 45px;
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
      font-size: 20px;
      height: 40px;
      line-height: 40px;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      margin: 0 0 15px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item h4 span {
    position: relative;
    z-index: 1;
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
    content: "";
    position: absolute;
    left: -68px;
    top: 0;
    width: 210px;
    height: 100%;
    background: #ffd944;
    border-radius: 10px;
  }
  @media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
      left: -40px;
      width: 180px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
      left: -25px;
      width: 156px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item ul {
    margin: 0 0 50px;
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
      margin: 0 0 30px;
    }
  }
  @media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
      margin: 0 0 15px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px;
  }
  @media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
      margin: 0 0 10px;
      font-size: 14px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item ul li:last-child {
    margin: 0;
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
    font-size: 24px;
    color: #1d2d68;
    font-family: "BEBAS";
  }
  @media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
      font-size: 20px;
    }
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box {
    display: flex;
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima {
    flex: 0 0 111px;
    min-width: 111px;
    margin: 0 30px 0 0;
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima:last-child {
    margin: 0;
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima img {
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #ccc;
  }
  .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima p {
    text-align: center;
    font-size: 14px;
    color: #666;
  }
  .contact-section2 {
    margin: 0 0 120px;
  }
  @media (max-width: 1440px) {
    .contact-section2 {
      margin: 0 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section2 {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .contact-section2 {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .contact-section2 {
      margin: 0 0 30px;
    }
  }
  .contact-section2 .mapbox {
    width: 100%;
    height: 550px;
  }
  @media (max-width: 1440px) {
    .contact-section2 .mapbox {
      height: 450px;
    }
  }
  @media (max-width: 991px) {
    .contact-section2 .mapbox {
      height: 300px;
    }
  }
  @media (max-width: 575px) {
    .contact-section2 .mapbox {
      height: 250px;
    }
  }
  .contact-section3 {
    position: relative;
    margin: 0 0 150px;
  }
  @media (max-width: 1440px) {
    .contact-section3 {
      margin: 0 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section3 {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .contact-section3 {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .contact-section3 {
      margin: 0 0 30px;
    }
  }
  .contact-section3 .head {
    margin: 0 0 70px;
  }
  @media (max-width: 991px) {
    .contact-section3 .head {
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .contact-section3 .head {
      margin: 0 0 30px;
    }
  }
  .contact-section3 .head h2 {
    margin: 0 0 20px;
    font-size: 60px;
    text-align: center;
    font-family: "BEBAS";
    color: #1d2d68;
  }
  @media (max-width: 1440px) {
    .contact-section3 .head h2 {
      font-size: 50px;
    }
  }
  @media (max-width: 991px) {
    .contact-section3 .head h2 {
      font-size: 35px;
    }
  }
  @media (max-width: 575px) {
    .contact-section3 .head h2 {
      font-size: 25px;
      text-align: left;
    }
  }
  .contact-section3 .head p {
    text-align: center;
    font-size: 30px;
    color: #333;
  }
  @media (max-width: 1440px) {
    .contact-section3 .head p {
      font-size: 25px;
    }
  }
  @media (max-width: 991px) {
    .contact-section3 .head p {
      font-size: 22px;
    }
  }
  @media (max-width: 575px) {
    .contact-section3 .head p {
      font-size: 16px;
      text-align: left;
    }
  }
  .contact-section3 .flexbox {
    overflow: hidden;
  }
  .contact-section3 .flexbox .box-row {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1199px) {
    .contact-section3 .flexbox .box-row {
      display: block;
    }
  }
  .contact-section3 .flexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 20px;
  }
  @media (max-width: 1199px) {
    .contact-section3 .show-location {
      display: none;
    }
  }
  .contact-section3 .show-location .lhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    background: #1d2d68;
  }
  .contact-section3 .show-location .lhead span {
    font-size: 16px;
    color: #fff;
  }
  @media (max-width: 1440px) {
    .contact-section3 .show-location .lhead span {
      font-size: 14px;
    }
  }
  .contact-section3 .show-location .lbody {
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0;
  }
  .contact-section3 .show-location .lbody .markdown-text {
    margin: 0 0 32px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .contact-section3 .show-location .lbody .markdown-text p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .contact-section3 .show-location .lbody .markdown-text .tit {
    color: #1d2d68;
  }
  .contact-section3 .show-location .lbody .send-resume {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 44px;
    background: #ffd944;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
  }
  .contact-section3 .show-location .lbody .send-resume:hover {
    box-shadow: 0 2px 5px -2px #757575;
  }
  .contact-section3 .location-list .item {
    margin: 0 0 10px;
  }
  .contact-section3 .location-list .item:last-child {
    margin: 0;
  }
  .contact-section3 .location-list .item .lhead a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    background: #ececec;
    transition: 0.3;
  }
  .contact-section3 .location-list .item .lhead span {
    font-size: 16px;
    color: #333;
    transition: 0.3;
  }
  @media (max-width: 1440px) {
    .contact-section3 .location-list .item .lhead span {
      font-size: 14px;
    }
  }
  .contact-section3 .location-list .item .lhead .toggle {
    font-weight: bold;
    font-size: 24px;
  }
  .contact-section3 .location-list .item .lbody {
    display: none;
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0;
  }
  @media (min-width: 1200px) {
    .contact-section3 .location-list .item .lbody {
      display: none !important;
    }
  }
  .contact-section3 .location-list .item .lbody .app-info {
    margin: 0 0 15px;
  }
  .contact-section3 .location-list .item .lbody .app-info span {
    margin: 0 20px 0 0;
    color: #1d2d68;
  }
  .contact-section3 .location-list .item .lbody .app-info span:last-child {
    margin: 0;
  }
  @media (min-width: 768px) {
    .contact-section3 .location-list .item .lbody .app-info {
      display: none;
    }
  }
  .contact-section3 .location-list .item .lbody .markdown-text {
    margin: 0 0 32px;
  }
  .contact-section3 .location-list .item .lbody .markdown-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }
  .contact-section3 .location-list .item .lbody .markdown-text .tit {
    color: #1d2d68;
  }
  .contact-section3 .location-list .item .lbody .send-resume {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 44px;
    background: #ffd944;
    color: #333;
    font-size: 14px;
  }
  .contact-section3 .location-list .item:nth-child(even) .lhead a {
    background: #fdfdfd;
  }
  @media (max-width: 1199px) {
    .contact-section3 .location-list .item.on .lhead a {
      background: #1d2d68;
    }
    .contact-section3 .location-list .item.on .lhead a span {
      color: #fff;
    }
  }
  
  .solution-section3 {
    margin: 0 0 120px;
  }
  @media (max-width: 1199px) {
    .solution-section3 {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .solution-section3 {
      margin: 0 0 30px;
    }
  }
  .solution-section3 .flexbox {
    overflow: hidden;
  }
  .solution-section3 .flexbox .box-row {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
  }
  .solution-section3 .flexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 6px;
    margin: 0;
  }
  .solution-section3 .flexbox .out-col {
    margin: 0 0 12px;
  }
  @media (max-width: 575px) {
    .solution-section3 .flexbox .out-col {
      flex: 0 0 100%;
      min-width: 100%;
    }
  }
  .solution-section3 .flexbox .item {
    overflow: hidden;
  }
  .solution-section3 .flexbox .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .solution-section3 .flexbox .item:hover img {
    transform: scale(1.1);
  }
  .solution-section4 {
    margin: 0 0 120px;
  }
  @media (max-width: 1199px) {
    .solution-section4 {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .solution-section4 {
      margin: 0 0 30px;
    }
  }
  .solution-section4 > .container {
    position: relative;
  }
  .solution-section4 .head {
    position: absolute;
    left: 0;
    top: 0;
    padding: 75px 38px;
    background: #1d2d68;
  }
  @media (max-width: 1710px) {
    .solution-section4 .head {
      padding: 40px 20px;
    }
  }
  @media (max-width: 1199px) {
    .solution-section4 .head {
      position: static;
      background: #fff;
      padding: 0;
    }
  }
  .solution-section4 h2 {
    font-size: 60px;
    color: #fff;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
  }
  @media (max-width: 1710px) {
    .solution-section4 h2 {
      font-size: 45px;
    }
  }
  @media (max-width: 1199px) {
    .solution-section4 h2 {
      color: #1d2d68;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .solution-section4 h2 {
      margin: 0 0 15px;
    }
  }
  @media (max-width: 575px) {
    .solution-section4 h2 {
      font-size: 25px;
      /* text-align: center; */
      text-align: left;
    }
  }
  .solution-section4 .tit {
    font-size: 30px;
    color: #fff;
  }
  @media (max-width: 1710px) {
    .solution-section4 .tit {
      font-size: 25px;
    }
  }
  @media (max-width: 1199px) {
    .solution-section4 .tit {
      color: #333;
      margin: 0 0 40px;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .solution-section4 .tit {
      font-size: 18px;
      /* text-align: center; */
      margin: 0 0 30px;
      text-align: left;
    }
  }
  .solution-section4 .secprocess {
    margin: 0 0 0 auto;
    width: 1290px;
  }
  @media (max-width: 1710px) {
    .solution-section4 .secprocess {
      width: 1100px;
    }
  }
  @media (max-width: 1199px) {
    .solution-section4 .secprocess {
      width: 100%;
    }
  }
  .solution-section4 .secprocess img {
    width: 100%;
  }
  .solution-section5-tabs {
    display: flex;
  }
  .solution-section5-tabs a {
    flex: 1;
    background: #f2f2f2;
    transition: 0.3s;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
  }
  @media (max-width: 1199px) {
    .solution-section5-tabs a {
      font-size: 20px;
    }
  }
  @media (max-width: 991px) {
    .solution-section5-tabs a {
      font-size: 16px;
      height: 50px;
    }
  }
  @media (max-width: 767px) {
    .solution-section5-tabs a {
      flex: auto;
      font-size: 14px;
    }
  }
  @media (max-width: 575px) {
    .solution-section5-tabs a {
      font-size: 12px;
      height: 40px;
    }
  }
  .solution-section5-tabs a.active {
    background: #1d2d68;
    color: #fff;
  }
  .solution-section5-swiper .item {
    display: flex;
    align-items: center;
    padding: 80px 0 120px;
  }
  @media (max-width: 1199px) {
    .solution-section5-swiper .item {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .solution-section5-swiper .item {
      padding: 30px 0;
    }
  }
  @media (max-width: 991px) {
    .solution-section5-swiper .item {
      flex-direction: column;
    }
  }
  .solution-section5-swiper .item .img-box {
    flex: 1;
  }
  @media (max-width: 991px) {
    .solution-section5-swiper .item .img-box {
      max-width: 550px;
      flex: inherit;
      margin: 0 0 30px;
    }
  }
  .solution-section5-swiper .item .img-box img {
    width: 100%;
  }
  .solution-section5-swiper .item .info {
    flex: 1;
    padding: 0 0 0 80px;
  }
  @media (max-width: 1199px) {
    .solution-section5-swiper .item .info {
      padding: 0 0 0 40px;
    }
  }
  @media (max-width: 991px) {
    .solution-section5-swiper .item .info {
      padding: 0;
    }
  }
  .solution-section5-swiper .item .info h2 {
    font-size: 60px;
    color: #1d2d68;
    font-family: "BEBAS";
    margin: 0 0 28px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .solution-section5-swiper .item .info h2 {
      font-size: 50px;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 991px) {
    .solution-section5-swiper .item .info h2 {
      margin: 0 0 15px;
      font-size: 40px;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .solution-section5-swiper .item .info h2 {
      font-size: 25px;
      text-align: left;
    }
  }
  .solution-section5-swiper .item .info .tit {
    font-size: 30px;
    color: #333;
    margin: 0 0 70px;
  }
  @media (max-width: 1440px) {
    .solution-section5-swiper .item .info .tit {
      font-size: 25px;
      margin: 0 0 30px;
    }
  }
  @media (max-width: 991px) {
    .solution-section5-swiper .item .info .tit {
      font-size: 20px;
      text-align: center;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 575px) {
    .solution-section5-swiper .item .info .tit {
      font-size: 18px;
      margin: 0 0 20px;
      text-align: left;
    }
  }
  .solution-section5-swiper .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .solution-section5-swiper .item .info .des {
      text-align: center;
    }
  }
  .solution-section6 {
    padding: 120px 0;
    margin: 0 0 120px;
    background: #fbfbfb;
  }
  @media (max-width: 1440px) {
    .solution-section6 {
      padding: 80px 0;
      margin: 0 0 80px;
    }
  }
  @media (max-width: 1199px) {
    .solution-section6 {
      padding: 60px 0;
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .solution-section6 {
      padding: 40px 0;
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .solution-section6 {
      padding: 30px 0;
    }
  }
  .solution-section6 .secflexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .solution-section6 .secflexbox .leftbox {
    flex: 1;
    max-width: 935px;
  }
  @media (max-width: 1440px) {
    .solution-section6 .secflexbox .leftbox {
      max-width: 810px;
    }
  }
  @media (max-width: 1199px) {
    .solution-section6 .secflexbox .leftbox {
      max-width: inherit;
    }
  }
  .solution-section6 .secflexbox .leftbox h2 {
    font-size: 60px;
    color: #1d2d68;
    font-family: "BEBAS";
    margin: 0 0 28px;
    line-height: 1;
  }
  @media (max-width: 1440px) {
    .solution-section6 .secflexbox .leftbox h2 {
      font-size: 50px;
      margin: 0 0 20px;
    }
  }
  @media (max-width: 991px) {
    .solution-section6 .secflexbox .leftbox h2 {
      margin: 0 0 15px;
      font-size: 40px;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox h2 {
      font-size: 25px;
      text-align: left;
    }
  }
  .solution-section6 .secflexbox .leftbox .tit {
    font-size: 30px;
    color: #333;
    margin: 0 0 90px;
  }
  @media (max-width: 1440px) {
    .solution-section6 .secflexbox .leftbox .tit {
      font-size: 25px;
      margin: 0 0 60px;
    }
  }
  @media (max-width: 991px) {
    .solution-section6 .secflexbox .leftbox .tit {
      font-size: 20px;
      text-align: center;
      margin: 0 0 40px;
    }
  }
  @media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .tit {
      font-size: 18px;
      margin: 0 0 30px;
      text-align: left;
    }
  }
  .solution-section6 .secflexbox .leftbox .flexbox {
    overflow: hidden;
  }
  .solution-section6 .secflexbox .leftbox .flexbox .box-row {
    margin: 0 -33px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1710px) {
    .solution-section6 .secflexbox .leftbox .flexbox .box-row {
      margin: 0 -15px;
    }
  }
  .solution-section6 .secflexbox .leftbox .flexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 33px;
    margin: 0 0 60px;
  }
  @media (max-width: 1710px) {
    .solution-section6 .secflexbox .leftbox .flexbox .box-col {
      padding: 0 15px;
      margin: 0 0 30px;
    }
  }
  @media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .flexbox .box-col {
      flex: 0 0 100%;
      min-width: 100%;
    }
  }
  .solution-section6 .secflexbox .leftbox .flexbox .item {
    display: flex;
  }
  .solution-section6 .secflexbox .leftbox .flexbox .item .ico {
    flex: 0 0 73px;
    min-width: 73px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    margin: 0 24px 0 0;
  }
  @media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .flexbox .item .ico {
      margin: 0 15px 0 0;
    }
  }
  .solution-section6 .secflexbox .leftbox .flexbox .item .info h4 {
    font-size: 18px;
    color: #1d2d68;
    margin: 0 0 16px;
  }
  @media (max-width: 575px) {
    .solution-section6 .secflexbox .leftbox .flexbox .item .info h4 {
      font-size: 16px;
      margin: 0 0 12px;
    }
  }
  .solution-section6 .secflexbox .leftbox .flexbox .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }
  @media (max-width: 1710px) {
    .solution-section6 .secflexbox .leftbox .flexbox .item .info .des {
      line-height: 1.5;
    }
  }
  .solution-section6 .secflexbox .rightbox {
    position: relative;
    overflow: hidden;
    flex: 0 0 554px;
    min-width: 554px;
  }
  @media (max-width: 1710px) {
    .solution-section6 .secflexbox .rightbox {
      flex: 0 0 390px;
      min-width: 390px;
      margin: 0 0 0 40px;
    }
  }
  @media (max-width: 1440px) {
    .solution-section6 .secflexbox .rightbox {
      flex: 0 0 300px;
      min-width: 300px;
      height: 470px;
      margin: 0;
    }
  }
  @media (max-width: 1199px) {
    .solution-section6 .secflexbox .rightbox {
      display: none;
    }
  }
  .solution-section6 .secflexbox .rightbox img {
    width: 100%;
  }
  @media (max-width: 1440px) {
    .solution-section6 .secflexbox .rightbox img {
      height: 100%;
      object-fit: cover;
    }
  }
  .solution-section7 .head {
    border: 0;
    padding: 0;
    margin: 0 0 40px;
  }
  @media (max-width: 767px) {
    .solution-section7 .head {
      margin: 0 0 30px;
    }
  }
  .solution-section7 .parameter-box {
    margin: 0 0 120px;
  }
  @media (max-width: 1199px) {
    .solution-section7 .parameter-box {
      margin: 0 0 80px;
      height: 260px;
      padding: 0 0 15px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199px) {
    .solution-section7 .parameter-box.app-view {
      height: 225px;
    }
  }
  @media (max-width: 991px) {
    .solution-section7 .parameter-box {
      margin: 0 0 60px;
    }
  }
  @media (max-width: 767px) {
    .solution-section7 .parameter-box {
      margin: 0 0 30px;
    }
  }
  
  .maskfadeUp {
    display: block;
    background-color: #1d2d68;
    z-index: 1;
    -webkit-transition: -webkit-transform 1.2s 0.5s;
    transition: transform 1.2s 0.5s;
  }
  .maskfadeUp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .maskfadeUp.animated {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  

  
      @keyframes rise {
          0% {
            transform: translate(0);
          }
          100% {
            transform: translateY(10px);
          }
        }
        @keyframes scalemap {
          0% {
            transform: scale(0.2);
            opacity: 1;
          }
          100% {
            transform: scale(1.5);
            opacity: 0;
          }
        }
        @-moz-keyframes scalemap {
          0% {
            transform: scale(0.2);
            opacity: 1;
          }
          100% {
            transform: scale(1.5);
            opacity: 0;
          }
        }
        @-webkit-keyframes scalemap {
          0% {
            transform: scale(0.2);
            opacity: 1;
          }
          100% {
            transform: scale(1.5);
            opacity: 0;
          }
        }
        @-o-keyframes scalemap {
          0% {
            transform: scale(0.2);
            opacity: 1;
          }
          100% {
            transform: scale(1.5);
            opacity: 0;
          }
        }
        .resetStyle {
          font-family: "微软雅黑";
          color: #333;
        }
        .resetStyle a {
          text-decoration: none;
          color: #333;
        }
        .resetStyle ul,
        .resetStyle li {
          list-style: none;
          margin: 0;
          padding: 0;
        }
        .resetStyle p {
          margin: 0;
        }
        .ie-warning {
          position: fixed;
          top: 0;
          left: 0;
          z-index: 999999;
          background: #000;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          padding: 50px 0;
        }
        .ie-warning h1 {
          margin: 0 0 30px;
        }
        .ie-warning p {
          font-size: 16px;
        }
        .ie-warning .ie-container {
          min-width: 1024px;
          width: 100%;
          height: 200px;
          background: #fff;
          margin: 60px 0;
        }
        .ie-warning .ie-download {
          list-style: none;
          padding: 30px 0;
          margin: 0 auto;
          width: 720px;
        }
        .ie-warning .ie-download > li > a {
          display: block;
          color: #000;
          width: 140px;
          font-size: 15px;
          padding: 15px 0;
          margin: 0 auto;
        }
        .ie-warning .ie-download > li > a > div {
          margin-top: 10px;
        }
        .ie-warning .ie-download > li > a:hover {
          background-color: #eee;
        }
        @media (min-width: 1710px) {
          .container {
            padding: 0;
            width: 1680px;
          }
        }
        @media (max-width: 1199px) {
          .container {
            padding-right: 15px;
            padding-left: 15px;
          }
        }
        #backtop {
          position: fixed;
          right: 49px;
          bottom: 20px;
          z-index: 100;
          opacity: 0;
          transition: 0.3s;
        }
        #backtop ul li {
          width: 54px;
          height: 54px;
          float: left;
          position: relative;
          line-height: 54px;
          text-align: center;
          margin-bottom: 3px;
          list-style: none;
        }
        #backtop ul li .inner {
          position: absolute;
          right: 70px;
          top: 0;
          background: #fff;
          border: 1px solid #ddd;
          line-height: normal;
          padding: 15px;
          transform: scale(0);
          transform-origin: top right;
          transition: 0.3s;
        }
        #backtop ul li .inner p {
          font-size: 12px;
        }
        #backtop ul li:hover .inner {
          transform: scale(1);
        }
        #backtop ul li .sidebox {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          transition: all 0.3s;
          background: #fff;
          border: 1px solid #ddd;
          color: #fff;
          font: 14px/54px "微软雅黑";
          overflow: hidden;
          background-position: center;
          background-size: inherit;
          background-repeat: no-repeat;
        }
        #backtop.on {
          opacity: 1;
        }
        #backtop ul li .sidetop {
          width: 100%;
          height: 100%;
          line-height: 54px;
          display: inline-block;
          opacity: 0.6;
          filter: alpha(opacity=80);
          transition: all 0.3s;
          border: 1px solid #eef4f7;
          background: #eee url(../images/side_icon.png) center / cover no-repeat;
        }
        @media (min-width: 768px) {
          #backtop ul li .sidetop:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            background: #1d2d68 url(../images/side_icon-w.png) center / cover no-repeat;
          }
        }
        @media (max-width: 767px) {
          #backtop {
            right: 10px;
            bottom: 10px;
          }
          #backtop ul li {
            width: 40px;
            height: 40px;
            line-height: 40px;
          }
        }
        
        .home-section3 {
          width: 100%;
          overflow: hidden;
        }
        .home-section3 .flexbox {
          display: flex;
        }
        @media (max-width: 767px) {
          .home-section3 .flexbox {
            flex-direction: column;
          }
        }
        .home-section3 .flexbox .leftbox {
          flex: 0 0 32%;
          min-width: 32%;
        }
        .home-section3 .flexbox .leftbox h2 {
          font-size: 72px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .home-section3 .flexbox .leftbox h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .home-section3 .flexbox .leftbox h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .home-section3 .flexbox .leftbox h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .home-section3 .flexbox .leftbox .tit {
          font-size: 36px;
          color: #333;
          margin: 0 0 120px;
        }
        @media (max-width: 1440px) {
          .home-section3 .flexbox .leftbox .tit {
            font-size: 25px;
            margin: 0 0 80px;
          }
        }
        @media (max-width: 767px) {
          .home-section3 .flexbox .leftbox .tit {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 575px) {
          .home-section3 .flexbox .leftbox .tit {
            font-size: 18px;
            /* text-align: center; */
          }
        }
        .home-section3 .flexbox .leftbox .img-box {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 650px;
        }
        @media (max-width: 1710px) {
          .home-section3 .flexbox .leftbox .img-box {
            height: 400px;
          }
        }
        @media (max-width: 1440px) {
          .home-section3 .flexbox .leftbox .img-box {
            height: 450px;
          }
        }
        @media (max-width: 1199px) {
          .home-section3 .flexbox .leftbox .img-box {
            height: 320px;
          }
        }
        @media (max-width: 991px) {
          .home-section3 .flexbox .leftbox .img-box {
            height: 299px;
          }
        }
        @media (max-width: 767px) {
          .home-section3 .flexbox .leftbox .img-box {
            display: none;
          }
        }
        .home-section3 .flexbox .leftbox .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .home-section3 .flexbox .rightbox {
          flex: 0 0 68%;
          min-width: 68%;
          padding: 0 0 0 60px;
        }
        @media (max-width: 767px) {
          .home-section3 .flexbox .rightbox {
            flex: inherit;
            min-width: inherit;
            padding: 0;
          }
        }
        .home-section3 .top-swiper {
          position: relative;
        }
        .home-section3 .top-swiper:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 1000vh;
          height: 100%;
          background: #f6f6f6;
        }
        @media (max-width: 991px) {
          .home-section3 .top-swiper:after {
            width: 100%;
          }
        }
        .home-section3-top {
          margin: 0 0 40px;
        }
        @media (max-width: 1199px) {
          .home-section3-top {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-top {
            margin: 0 0 15px;
          }
        }
        .home-section3-top .swiper-slide {
          position: relative;
          z-index: 1;
        }
        .home-section3-top .swiper-slide .item {
          position: relative;
        }
        .home-section3-top .swiper-slide .item .itemimg {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        @media (min-width: 991px) {
          .home-section3-top .swiper-slide .item .itemimg {
            transform: translateX(120px);
          }
        }
        @media (min-width: 1710px) {
          .home-section3-top .swiper-slide .item .itemimg {
            transform: translateX(150px);
          }
        }
        .home-section3-top .swiper-slide .item .mask {
          position: absolute;
          left: 0;
          top: 0;
          width: 450px;
          height: 100%;
          background: rgba(49, 175, 154, 0.9) url(../images/sec3bg.png) center right no-repeat;
          padding: 30px 50px;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }
        @media (max-width: 1710px) {
          .home-section3-top .swiper-slide .item .mask {
            padding: 30px 50px;
            display: flex;
            justify-content: center;
            flex-direction: column;
          }
        }
        @media (max-width: 1440px) {
          .home-section3-top .swiper-slide .item .mask {
            padding: 20px 30px;
            width: 300px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-top .swiper-slide .item .mask {
            position: static;
            width: 100%;
            height: auto;
            padding: 20px;
          }
        }
        .home-section3-top .swiper-slide .item .mask h4 {
          font-size: 40px;
          color: #fff;
          margin: 0 0 15px;
        }
        @media (max-width: 1440px) {
          .home-section3-top .swiper-slide .item .mask h4 {
            font-size: 24px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-top .swiper-slide .item .mask h4 {
            font-size: 18px;
          }
        }
        .home-section3-top .swiper-slide .item .mask .tips {
          width: 100%;
          min-height: 43px;
          background: #ffd944;
          display: flex;
          align-items: center;
          font-size: 20px;
          color: #353535;
          padding: 0 0 0 22px;
          margin: 0 0 90px;
          position: relative;
        }
        @media (max-width: 1440px) {
          .home-section3-top .swiper-slide .item .mask .tips {
            margin: 0 0 20px;
            font-size: 14px;
            min-height: 35px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-top .swiper-slide .item .mask .tips {
            font-size: 14px;
            margin: 0 0 15px;
          }
        }
        .home-section3-top .swiper-slide .item .mask .tips:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -70px;
          width: 1px;
          height: 44px;
          background: rgba(255, 255, 255, 0.5);
        }
        @media (max-width: 1440px) {
          .home-section3-top .swiper-slide .item .mask .tips:after {
            display: none;
          }
        }
        .home-section3-top .swiper-slide .item .mask .des {
          font-size: 14px;
          color: #fff;
          line-height: 1.8;
          margin: 0 0 110px;
        }
        @media (max-width: 1710px) {
          .home-section3-top .swiper-slide .item .mask .des {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 1440px) {
          .home-section3-top .swiper-slide .item .mask .des {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-top .swiper-slide .item .mask .des {
            margin: 0 0 15px;
          }
        }
        .home-section3-top .swiper-slide .item .mask .more {
          font-size: 18px;
          color: #fff;
          display: flex;
          align-items: center;
          font-family: "BEBAS";
        }
        .home-section3-top .swiper-slide .item .mask .more img {
          margin: 0 0 0 12px;
        }
        .home-section3-thumbs .swiper-slide .item {
          height: 128px;
          cursor: pointer;
          border: 3px solid transparent;
          transition: 0.3s;
        }
        @media (max-width: 1199px) {
          .home-section3-thumbs .swiper-slide .item {
            height: 100px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-thumbs .swiper-slide .item {
            height: 55px;
          }
        }
        @media (max-width: 767px) {
          .home-section3-thumbs .swiper-slide .item {
            height: 90px;
          }
        }
        @media (max-width: 575px) {
          .home-section3-thumbs .swiper-slide .item {
            height: 55px;
          }
        }
        .home-section3-thumbs .swiper-slide .item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .home-section3-thumbs .swiper-slide .item.more {
          background: #f6f6f6;
        }
        .home-section3-thumbs .swiper-slide .item.more a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
        .home-section3-thumbs .swiper-slide .item.more img {
          width: auto;
          height: auto;
          object-fit: inherit;
          margin: 0 0 8px;
        }
        @media (max-width: 1199px) {
          .home-section3-thumbs .swiper-slide .item.more img {
            width: 22px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-thumbs .swiper-slide .item.more img {
            width: 18px;
            margin: 0 0 5px;
          }
        }
        .home-section3-thumbs .swiper-slide .item.more p {
          font-size: 18px;
          color: #1d2d68;
        }
        @media (max-width: 1199px) {
          .home-section3-thumbs .swiper-slide .item.more p {
            font-size: 14px;
          }
        }
        @media (max-width: 991px) {
          .home-section3-thumbs .swiper-slide .item.more p {
            font-size: 12px;
          }
        }
        .home-section3-thumbs .swiper-slide-thumb-active .item {
          border: 3px solid #ffd944;
        }
        .home-section4 {
          position: relative;
          padding: 206px 0 0;
        }
        @media (max-width: 1440px) {
          .home-section4 {
            padding: 100px 0 0;
          }
        }
        @media (max-width: 991px) {
          .home-section4 {
            margin: 60px 0 0;
          }
        }
        @media (max-width: 767px) {
          .home-section4 {
            margin: 50px 0 0;
          }
        }
        .home-section4 > .container {
          position: relative;
        }
        .home-section4 .flexbox {
          position: absolute;
          top: -206px;
          width: 100%;
          z-index: 10;
          display: flex;
          justify-content: flex-end;
        }
        @media (max-width: 1440px) {
          .home-section4 .flexbox {
            top: -100px;
          }
        }
        @media (max-width: 1199px) {
          .home-section4 .flexbox {
            left: 0;
            right: 0;
            margin: auto;
            padding: 0 15px;
          }
        }
        .home-section4 .flexbox .rightbox {
          flex: 0 0 50%;
          min-width: 50%;
        }
        @media (max-width: 991px) {
          .home-section4 .flexbox .rightbox {
            flex: 0 0 100%;
            min-width: 100%;
          }
        }
        .home-section4 .flexbox .rightbox .head {
          padding: 65px 80px 60px;
          background: rgba(49, 175, 154, 0.9) url(../images/sec3bg_1.png) center right no-repeat;
        }
        @media (max-width: 1440px) {
          .home-section4 .flexbox .rightbox .head {
            padding: 40px;
          }
        }
        @media (max-width: 767px) {
          .home-section4 .flexbox .rightbox .head {
            padding: 30px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .flexbox .rightbox .head {
            padding: 15px;
          }
        }
        .home-section4 .flexbox .rightbox .head h2 {
          font-size: 60px;
          color: #fff;
          font-family: "BEBAS";
          margin: 0 0 15px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .home-section4 .flexbox .rightbox .head h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .flexbox .rightbox .head h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .home-section4 .flexbox .rightbox .head .tit {
          font-size: 30px;
          color: #fff;
        }
        @media (max-width: 1440px) {
          .home-section4 .flexbox .rightbox .head .tit {
            font-size: 25px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .flexbox .rightbox .head .tit {
            font-size: 18px;
            /* text-align: center; */
          }
        }
        .home-section4 .swiper-box {
          position: relative;
          background: #fff;
          padding: 70px 60px 70px 80px;
        }
        @media (max-width: 1440px) {
          .home-section4 .swiper-box {
            padding: 40px;
          }
        }
        @media (max-width: 767px) {
          .home-section4 .swiper-box {
            padding: 30px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .swiper-box {
            padding: 30px 15px;
          }
        }
        .home-section4-swiper {
          margin: 0 0 70px;
        }
        @media (max-width: 991px) {
          .home-section4-swiper {
            margin: 0 0 30px;
          }
        }
        @media (max-width: 767px) {
          .home-section4-swiper {
            margin: 0 0 15px;
          }
        }
        .home-section4-swiper .item h4 {
          font-size: 36px;
          color: #333;
          font-weight: bold;
          margin: 0 0 30px;
        }
        @media (max-width: 991px) {
          .home-section4-swiper .item h4 {
            font-size: 30px;
            margin: 0 0 20px;
          }
        }
        @media (max-width: 767px) {
          .home-section4-swiper .item h4 {
            font-size: 24px;
            margin: 0 0 10px;
          }
        }
        @media (max-width: 575px) {
          .home-section4-swiper .item h4 {
            font-size: 18px;
            text-align: center;
          }
        }
        .home-section4-swiper .item .des {
          line-height: 1.8;
          font-size: 14px;
          color: #666;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          max-height: 122px;
        }
        @media (max-width: 575px) {
          .home-section4-swiper .item .des {
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            max-height: 97px;
          }
        }
        .home-section4 .swiper-bottom-operate {
          -webkit-user-select: none;
          user-select: none;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
        }
        .home-section4 .swiper-bottom-operate .left-sec {
          display: flex;
          padding: 0 0 0 8px;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev,
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
          position: relative;
          left: auto;
          right: auto;
          top: auto;
          bottom: auto;
          width: 14px;
          height: 25px;
          margin: 0 105px 0 0;
          outline: none;
          -webkit-user-select: none;
          user-select: none;
          background: transparent;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev,
          .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
            margin: 0 60px 0 0;
          }
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:before,
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:before {
          content: "";
          display: block;
          position: relative;
          z-index: 1;
          width: 14px;
          height: 25px;
          background: url(../images/left.png) center / contain no-repeat;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:after,
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
          content: "";
          position: absolute;
          width: 12px;
          height: 43px;
          top: 0;
          bottom: 0;
          left: -8px;
          margin: auto;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:after,
          .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
            width: 8px;
            height: 30px;
          }
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:hover:before,
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:before {
          background: url(../images/left-h.png) center / contain no-repeat;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-prev:hover:after,
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:after {
          background: #ffd944;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next {
          margin: 0;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:before {
          content: "";
          display: block;
          background: url(../images/right.png) center / contain no-repeat;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:after {
          left: auto;
          right: -8px;
        }
        .home-section4 .swiper-bottom-operate .left-sec .swiper-button-next:hover:before {
          background: url(../images/right-h.png) center / contain no-repeat;
        }
        .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
          position: static;
          font-size: 36px;
          color: #d6d6d6;
          font-family: "BEBAS";
          line-height: 1;
          -webkit-user-select: none;
          user-select: none;
        }
        @media (max-width: 767px) {
          .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination {
            font-size: 18px;
          }
        }
        .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
          font-size: 72px;
          color: #ffd944;
        }
        @media (max-width: 767px) {
          .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
            font-size: 50px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .swiper-bottom-operate .right-sec .swiper-pagination-current {
            font-size: 30px;
          }
        }
        .home-section4 .secbg {
          width: 100%;
          height: 700px;
        }
        @media (max-width: 1440px) {
          .home-section4 .secbg {
            height: 600px;
          }
        }
        @media (max-width: 991px) {
          .home-section4 .secbg {
            height: 500px;
          }
        }
        @media (max-width: 767px) {
          .home-section4 .secbg {
            height: 400px;
          }
        }
        @media (max-width: 575px) {
          .home-section4 .secbg {
            height: 280px;
          }
        }
        .home-section4 .secbg img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .home-section5 {
          padding: 180px 0 140px;
        }
        @media (max-width: 1440px) {
          .home-section5 {
            padding: 100px 0;
          }
        }
        @media (max-width: 1199px) {
          .home-section5 {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .home-section5 {
            padding: 40px 0;
          }
        }
        @media (max-width: 575px) {
          .home-section5 {
            padding: 30px 0;
          }
        }
        .home-section5 .flexbox {
          display: flex;
          align-items: center;
        }
        @media (max-width: 767px) {
          .home-section5 .flexbox {
            flex-direction: column;
            align-items: flex-start;
          }
        }
        .home-section5 .flexbox .leftbox {
          flex: 0 0 555px;
          min-width: 555px;
        }
        @media (max-width: 1710px) {
          .home-section5 .flexbox .leftbox {
            flex: 0 0 470px;
            min-width: 470px;
          }
        }
        @media (max-width: 1440px) {
          .home-section5 .flexbox .leftbox {
            flex: 0 0 410px;
            min-width: 410px;
          }
        }
        @media (max-width: 1199px) {
          .home-section5 .flexbox .leftbox {
            flex: 0 0 315px;
            min-width: 315px;
          }
        }
        @media (max-width: 767px) {
          .home-section5 .flexbox .leftbox {
            flex: inherit;
            min-width: inherit;
            width: 100%;
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .home-section5 .flexbox .leftbox {
            margin: 0 0 20px;
          }
        }
        .home-section5 .flexbox .leftbox h2 {
          font-size: 72px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .home-section5 .flexbox .leftbox h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .home-section5 .flexbox .leftbox h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .home-section5 .flexbox .leftbox h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .home-section5 .flexbox .leftbox .tit {
          font-size: 36px;
          color: #333;
          margin: 0 0 35px;
        }
        @media (max-width: 1440px) {
          .home-section5 .flexbox .leftbox .tit {
            font-size: 25px;
          }
        }
        @media (max-width: 767px) {
          .home-section5 .flexbox .leftbox .tit {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 575px) {
          .home-section5 .flexbox .leftbox .tit {
            font-size: 18px;
            /* text-align: center; */
            margin: 0 0 5px;
          }
        }
        .home-section5 .flexbox .leftbox .des {
          font-size: 18px;
          color: #666;
        }
        @media (max-width: 575px) {
          .home-section5 .flexbox .leftbox .des {
            font-size: 14px;
            /* text-align: center; */
          }
        }
        .home-section5 .flexbox .rightbox {
          flex: 1;
        }
        .home-section5 .flexbox .rightbox .bussiness-map {
          position: relative;
          width: 100%;
          max-width: 994px;
          margin: 0 0 0 auto;
        }
        .home-section5 .flexbox .rightbox .bussiness-map img {
          width: 100%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint {
          position: absolute;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #1d2d68;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint .i {
          flex: 0 0 40px;
          min-width: 40px;
          height: 40px;
          border-radius: 50%;
          background: rgba(49, 175, 154, 0.4);
          border: 1px solid #1d2d68;
          animation: scalemap 2s linear infinite;
          -moz-animation: scalemap 2s linear infinite;
          -webkit-animation: scalemap 2s linear infinite;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a1 {
          top: 20%;
          left: 15%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a2 {
          top: 40.1%;
          left: 13.3%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a3 {
          top: 33.5%;
          left: 16.7%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a4 {
          top: 30.2%;
          left: 20.8%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a5 {
          top: 42.1%;
          left: 24.3%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a6 {
          top: 37%;
          left: 27.6%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a7 {
          top: 58.7%;
          left: 27.6%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a8 {
          top: 65.5%;
          left: 32.7%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a9 {
          top: 52%;
          left: 46.8%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a10 {
          top: 28.5%;
          left: 50.9%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a11 {
          top: 48.5%;
          left: 50.1%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a12 {
          top: 68.7%;
          left: 50.9%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a13 {
          top: 25%;
          left: 58.5%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a14 {
          top: 47.2%;
          left: 61%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a15 {
          top: 26.7%;
          left: 69.3%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a16 {
          top: 53.7%;
          left: 69.4%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a17 {
          top: 31.7%;
          left: 71%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a18 {
          top: 25%;
          left: 72.8%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a19 {
          top: 29.9%;
          left: 73.6%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a20 {
          top: 45.1%;
          left: 73.7%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a21 {
          top: 53.7%;
          left: 76.1%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a22 {
          top: 43.6%;
          left: 79.5%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a23 {
          top: 63.7%;
          left: 79.4%;
        }
        .home-section5 .flexbox .rightbox .bussiness-map .appoint.a24 {
          top: 82.3%;
          left: 81.1%;
        }
        .home-section6 .secbg {
          width: 100%;
          height: 370px;
          background: url(../images/sec6bg.jpg) center / cover no-repeat;
          background-attachment: fixed;
          font-size: 30px;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 100;
          letter-spacing: 5px;
        }
        @media (max-width: 1199px) {
          .home-section6 .secbg {
            height: 260px;
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .home-section6 .secbg {
            height: 150px;
            font-size: 14px;
            font-weight: normal;
            background-attachment: inherit;
          }
        }
        .home-section7 {
          padding: 80px 0;
        }
        @media (max-width: 1440px) {
          .home-section7 {
            padding: 80px 0;
          }
        }
        @media (max-width: 1199px) {
          .home-section7 {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .home-section7 {
            padding: 40px 0;
          }
        }
        @media (max-width: 575px) {
          .home-section7 {
            padding: 30px 0;
          }
        }
        .home-section7 .flexbox {
          display: flex;
        }
        @media (max-width: 767px) {
          .home-section7 .flexbox {
            flex-direction: column;
          }
        }
        .home-section7 .flexbox .leftbox {
          flex: 0 0 288px;
          min-width: 288px;
          margin: 0 80px 0 0;
        }
        @media (max-width: 1440px) {
          .home-section7 .flexbox .leftbox {
            margin: 0 40px 0 0;
            flex: 0 0 250px;
            min-width: 250px;
          }
        }
        @media (max-width: 991px) {
          .home-section7 .flexbox .leftbox {
            margin: 0 30px 0 0;
            flex: 0 0 220px;
            min-width: 220px;
          }
        }
        @media (max-width: 767px) {
          .home-section7 .flexbox .leftbox {
            flex: inherit;
            min-width: inherit;
            margin: 0;
          }
        }
        .home-section7 .flexbox .leftbox h2 {
          font-size: 72px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .home-section7 .flexbox .leftbox h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .home-section7 .flexbox .leftbox h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .home-section7 .flexbox .leftbox h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .home-section7 .flexbox .leftbox .tit {
            font-size: 2.25rem;
            color: #333;
            margin: 0 auto;
        }
        .home-section7 .flexbox .leftbox .tit:after {
            content: "";
            width: 27px;
            height: 3px;
            position: absolute;
            background: #666;
            display: flex;
            margin-top: 10px;
        }

        @media (max-width: 1440px) {
          .home-section7 .flexbox .leftbox .tit {
            font-size: 25px;
          }
        }
        @media (max-width: 767px) {
          .home-section7 .flexbox .leftbox .tit {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 575px) {
          .home-section7 .flexbox .leftbox .tit {
            font-size: 18px;
            /* text-align: center; */
            margin: 0 0 10px;
          }
        }
        .home-section7 .flexbox .rightbox {
          flex: 1;
          overflow: hidden;
        }
        @media (max-width: 767px) {
          .home-section7-tabs {
            display: flex;
          }
        }

        @media (max-width: 991px) {
          .home-section7-tabs a {
            height: 50px;
            font-size: 16px;
          }
        }
        @media (max-width: 767px) {
          .home-section7-tabs a {
            flex: 1;
            margin: 0;
          }
        }
        @media (max-width: 575px) {
          .home-section7-tabs a {
            font-size: 14px;
            height: 40px;
          }
        }
        .home-section7-tabs a:last-child {
          margin: 0;
        }
        .home-section7-tabs a.active {
          background: #ffd944;
          color: #fff;
        }
        .home-section7-swiper {
          width: 100%;
        }
        .home-section7-swiper .slideflex {
          display: flex;
          align-items: stretch;
        }
        .home-section7-swiper .slideflex .img-box {
          position: relative;
          overflow: hidden;
          flex: 0 0 36%;
          min-width: 36%;
          height: auto;
          margin: 0 80px 0 0;
        }
        @media (max-width: 1440px) {
          .home-section7-swiper .slideflex .img-box {
            flex: 0 0 35%;
            min-width: 35%;
            margin: 0 30px 0 0;
          }
        }
        @media (max-width: 1199px) {
          .home-section7-swiper .slideflex .img-box {
            display: none;
          }
        }
        .home-section7-swiper .slideflex .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .home-section7-swiper .slideflex .newsList {
          overflow: hidden;
        }
        .home-section7-swiper .slideflex .newsList .item a {
          display: flex;
          align-items: center;
          padding: 40px 45px;
          border-bottom: 1px solid #eee;
          transition: 0.3s;
        }
        @media (max-width: 1710px) {
          .home-section7-swiper .slideflex .newsList .item a {
            padding: 20px 30px;
          }
        }
        @media (max-width: 991px) {
          .home-section7-swiper .slideflex .newsList .item a {
            padding: 20px;
          }
        }
        @media (max-width: 575px) {
          .home-section7-swiper .slideflex .newsList .item a {
            padding: 15px 0;
          }
        }
        .home-section7-swiper .slideflex .newsList .item .date {
          margin: 0 40px 0 0;
        }
        @media (max-width: 1440px) {
          .home-section7-swiper .slideflex .newsList .item .date {
            margin: 0 20px 0 0;
          }
        }
        @media (max-width: 575px) {
          .home-section7-swiper .slideflex .newsList .item .date {
            margin: 0 15px 0 0;
          }
        }
        .home-section7-swiper .slideflex .newsList .item .date .day {
          font-size: 60px;
          color: #666;
          margin: 0 0 3px;
          line-height: 1;
          text-align: center;
          font-family: "BEBAS";
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .home-section7-swiper .slideflex .newsList .item .date .day {
            font-size: 45px;
          }
        }
        @media (max-width: 991px) {
          .home-section7-swiper .slideflex .newsList .item .date .day {
            font-size: 35px;
          }
        }
        @media (max-width: 575px) {
          .home-section7-swiper .slideflex .newsList .item .date .day {
            font-size: 30px;
          }
        }
        .home-section7-swiper .slideflex .newsList .item .date .time {
          font-size: 16px;
          color: #666;
          text-align: center;
          font-family: "BEBAS";
          transition: 0.3s;
        }
        @media (max-width: 991px) {
          .home-section7-swiper .slideflex .newsList .item .date .time {
            font-size: 14px;
          }
        }
        @media (max-width: 575px) {
          .home-section7-swiper .slideflex .newsList .item .date .time {
            font-size: 12px;
          }
        }
        .home-section7-swiper .slideflex .newsList .item .info {
          flex: 1;
          overflow: hidden;
        }
        .home-section7-swiper .slideflex .newsList .item .info h4 {
          font-size: 20px;
          color: #333;
          margin: 0 0 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .home-section7-swiper .slideflex .newsList .item .info h4 {
            font-size: 18px;
            margin: 0 0 8px;
          }
        }
        @media (max-width: 991px) {
          .home-section7-swiper .slideflex .newsList .item .info h4 {
            font-size: 16px;
            margin: 0 0 5px;
          }
        }
        .home-section7-swiper .slideflex .newsList .item .info .des {
          font-size: 14px;
          color: #666;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          line-height: 1.8;
          max-height: 50px;
        }
        @media (max-width: 575px) {
          .home-section7-swiper .slideflex .newsList .item .info .des {
            line-height: 1.5;
            color: #999;
            max-height: 41px;
          }
        }
        .home-section7-swiper .slideflex .newsList .item a:hover {
          background: #f7f7f7;
        }
        .home-section7-swiper .slideflex .newsList .item a:hover .date .day,
        .home-section7-swiper .slideflex .newsList .item a:hover .date .time {
          color: #1d2d68;
        }
        .home-section7-swiper .slideflex .newsList .item a:hover .info h4 {
          color: #000;
        }
       
        @media (max-width: 767px) {
          .news-section1 .swiper-container {
            height: 200px;
          }
        }
        .news-section1 .swiper-slide .mask {
          padding-top: 0;
        }
        @media (max-width: 767px) {
          .news-section1 .swiper-slide .mask {
            padding: 0 15px;
          }
        }
        .news-section1 h2 {
          font-size: 72px;
          color: #fff;
          font-family: "BEBAS";
          line-height: 1;
          margin: 0 0 5px;
        }
        @media (max-width: 1440px) {
          .news-section1 h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .news-section1 h2 {
            font-size: 30px;
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .news-section1 h2 {
            font-size: 18px;
            text-align: center;
          }
        }
        .news-section1 .banner-text {
          font-size: 42px;
          color: #fff;
          font-weight: 100;
          letter-spacing: 3px;
        }
        @media (max-width: 1440px) {
          .news-section1 .banner-text {
            font-size: 30px;
          }
        }
        @media (max-width: 767px) {
          .news-section1 .banner-text {
            font-size: 24px;
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .news-section1 .banner-text {
            font-size: 14px;
            font-weight: normal;
          }
        }
        .news-section1 .swiper-slide .mask.text-black h2,
        .news-section1 .swiper-slide .mask.text-black .banner-text {
          color: #333;
        }
        @media (max-width: 767px) {
          .news-section1 .swiper-slide .mask.text-black h2,
          .news-section1 .swiper-slide .mask.text-black .banner-text {
            color: #fff;
          }
        }
        .news-section2-tabs {
          height: 85px;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #e5e5e5;
        }
        @media (max-width: 767px) {
          .news-section2-tabs {
            height: 60px;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
          }
        }
        .news-section2-tabs a {
          position: relative;
          padding: 0 0 0 20px;
          margin: 0 55px 0 0;
          font-size: 18px;
          color: #333;
        }
        @media (max-width: 1199px) {
          .news-section2-tabs a {
            font-size: 16px;
            margin: 0 30px 0 0;
          }
        }
        @media (max-width: 767px) {
          .news-section2-tabs a {
            font-size: 14px;
            white-space: nowrap;
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .news-section2-tabs a {
            padding: 0 0 0 10px;
          }
        }
        .news-section2-tabs a:before {
          content: "";
          position: absolute;
          width: 0;
          height: 6px;
          background: #ffd944;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .news-section2-tabs a:before {
            height: 3px;
          }
        }
        .news-section2-tabs a span {
          position: relative;
          z-index: 1;
        }
        .news-section2-tabs a:last-child {
          margin: 0;
        }
        @media (max-width: 767px) {
          .news-section2-tabs a.active,
          .news-section2-tabs a:hover {
            color: #ffd944;
          }
        }
        .news-section2-tabs a.active:before,
        .news-section2-tabs a:hover:before {
          width: 56px;
        }
        @media (max-width: 767px) {
          .news-section2-tabs a.active:before,
          .news-section2-tabs a:hover:before {
            display: none;
          }
        }
        .news-section3 {
          padding: 80px 0 0;
        }
        @media (max-width: 1440px) {
          .news-section3 {
            padding: 80px 0 0;
          }
        }
        @media (max-width: 1199px) {
          .news-section3 {
            padding: 60px 0 0;
          }
        }
        @media (max-width: 767px) {
          .news-section3 {
            padding: 40px 0 0;
          }
        }
        @media (max-width: 575px) {
          .news-section3 {
            padding: 30px 0 0;
          }
        }
        .news-section3 .news-list {
          margin: 0 0 120px;
        }
        @media (max-width: 1440px) {
          .news-section3 .news-list {
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .news-section3 .news-list {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .news-section3 .news-list {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list {
            margin: 0 0 30px;
          }
        }
        .news-section3 .news-list .item {
          margin: 0 0 80px;
        }
        @media (max-width: 1440px) {
          .news-section3 .news-list .item {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 991px) {
          .news-section3 .news-list .item {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list .item {
            margin: 0 0 15px;
          }
        }
        .news-section3 .news-list .item:last-child {
          margin: 0;
        }
        .news-section3 .news-list .item a {
          display: flex;
          align-items: center;
        }
        .news-section3 .news-list .item .img-box {
          flex: 0 0 800px;
          min-width: 800px;
          height: 300px;
          margin: 0 60px 0 0;
          overflow: hidden;
        }
        @media (max-width: 1710px) {
          .news-section3 .news-list .item .img-box {
            flex: 0 0 550px;
            min-width: 550px;
          }
        }
        @media (max-width: 1199px) {
          .news-section3 .news-list .item .img-box {
            flex: 0 0 400px;
            min-width: 400px;
            height: 210px;
            margin: 0 40px 0 0;
          }
        }
        @media (max-width: 991px) {
          .news-section3 .news-list .item .img-box {
            flex: 0 0 260px;
            min-width: 260px;
            height: 160px;
            margin: 0 30px 0 0;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list .item .img-box {
            flex: 0 0 100px;
            min-width: 100px;
            height: 105px;
            margin: 0 15px 0 0;
          }
        }
        .news-section3 .news-list .item .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.3s;
        }
        .news-section3 .news-list .item .info {
          flex: 1;
          overflow: hidden;
        }
        .news-section3 .news-list .item .info h4 {
          font-size: 24px;
          color: #333;
          margin: 0 0 36px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        @media (max-width: 1199px) {
          .news-section3 .news-list .item .info h4 {
            font-size: 20px;
            margin: 0 0 20px;
          }
        }
        @media (max-width: 991px) {
          .news-section3 .news-list .item .info h4 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list .item .info h4 {
            font-size: 16px;
            margin: 0 0 8px;
            max-height: 38px;
          }
        }
        .news-section3 .news-list .item .info .des {
          font-size: 14px;
          color: #666;
          line-height: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          max-height: 56px;
          margin: 0 0 40px;
        }
        @media (max-width: 1199px) {
          .news-section3 .news-list .item .info .des {
            margin: 0 0 30px;
          }
        }
        @media (max-width: 991px) {
          .news-section3 .news-list .item .info .des {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list .item .info .des {
            margin: 0 0 10px;
            line-height: 1.4;
          }
        }
        .news-section3 .news-list .item .info .bottom {
          padding: 45px 0 0;
          border-top: 1px solid #ccc;
          display: flex;
          align-items: center;
          justify-content: space-between;
          transition: 0.3s;
        }
        @media (max-width: 1199px) {
          .news-section3 .news-list .item .info .bottom {
            padding: 30px 0 0;
          }
        }
        @media (max-width: 991px) {
          .news-section3 .news-list .item .info .bottom {
            padding: 15px 0 0;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list .item .info .bottom {
            padding: 8px 0 0;
            border-top: 1px solid #eee;
          }
        }
        .news-section3 .news-list .item .info .bottom .date {
          font-size: 36px;
          color: #666;
          font-family: "BEBAS";
          line-height: 1;
          transition: 0.3s;
        }
        @media (max-width: 1199px) {
          .news-section3 .news-list .item .info .bottom .date {
            font-size: 30px;
          }
        }
        @media (max-width: 991px) {
          .news-section3 .news-list .item .info .bottom .date {
            font-size: 25px;
          }
        }
        @media (max-width: 575px) {
          .news-section3 .news-list .item .info .bottom .date {
            font-size: 14px;
          }
        }
        .news-section3 .news-list .item .info .bottom .more {
          font-size: 14px;
          font-family: "BEBAS";
          color: #1d2d68;
          transition: 0.3s;
        }
        .news-section3 .news-list .item a:hover .img-box img {
          transform: scale(1.1);
        }
        .news-section3 .news-list .item a:hover .info .bottom {
          border-top: 1px solid #ffd944;
        }
        .news-section3 .news-list .item a:hover .info .bottom .date {
          color: #1d2d68;
        }
        .news-section3 .news-list .item a:hover .info .bottom .more {
          color: #ffd944;
        }
        .news-section4 {
          border-top: 1px solid #eaeaea;
          padding: 25px 0 150px;
        }
        @media (max-width: 1440px) {
          .news-section4 {
            padding: 25px 0 80px;
          }
        }
        @media (max-width: 575px) {
          .news-section4 {
            padding: 20px 0 40px;
          }
        }
        .news-section4 .flexbox {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .news-section4 .flexbox .list-pagination {
          font-family: "BEBAS";
          font-size: 24px;
          color: rgba(102, 102, 102, 0.5);
        }
        @media (max-width: 575px) {
          .news-section4 .flexbox .list-pagination {
            font-size: 16px;
          }
        }
        .news-section4 .flexbox .list-pagination span {
          font-size: 48px;
          color: #ffd944;
        }
        @media (max-width: 575px) {
          .news-section4 .flexbox .list-pagination span {
            font-size: 30px;
          }
        }
        .news-section4 .flexbox .prev-next {
          display: flex;
        }
        .news-section4 .flexbox .prev-next a {
          display: block;
          flex: 0 0 110px;
          min-width: 110px;
          height: 37px;
          background: #ccc url(../images/left_1.png) center / auto no-repeat;
          -webkit-user-select: none;
          user-select: none;
          margin: 0 12px 0 0;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .news-section4 .flexbox .prev-next a {
            flex: 0 0 60px;
            min-width: 60px;
            height: 30px;
          }
        }
        .news-section4 .flexbox .prev-next a.next {
          background: #ccc url(../images/right_1.png) center / auto no-repeat;
        }
        .news-section4 .flexbox .prev-next a:last-child {
          margin: 0;
        }
        .news-section4 .flexbox .prev-next a.prev:hover {
          background: #ffd944 url(../images/left-h_1.png) center / auto no-repeat;
        }
        .news-section4 .flexbox .prev-next a.next:hover {
          background: #ffd944 url(../images/right-h_1.png) center / auto no-repeat;
        }
        .newsView-section1 {
          padding: 80px 0 80px;
        }
        @media (max-width: 1440px) {
          .newsView-section1 {
            padding: 80px 0;
          }
        }
        @media (max-width: 1199px) {
          .newsView-section1 {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .newsView-section1 {
            padding: 40px 0;
          }
        }
        @media (max-width: 575px) {
          .newsView-section1 {
            padding: 30px 0;
          }
        }
        .newsView-section1 .flexbox {
          display: flex;
        }
        @media (max-width: 767px) {
          .newsView-section1 .flexbox {
            flex-direction: column-reverse;
          }
        }
        .newsView-section1 .flexbox .leftbox {
          flex: 0 0 31.5%;
          min-width: 31.5%;
          padding: 0 80px 0 0;
        }
        @media (max-width: 1199px) {
          .newsView-section1 .flexbox .leftbox {
            padding: 0 40px 0 0;
          }
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .leftbox {
            flex: 0 0 40%;
            min-width: 40%;
            padding: 0 30px 0 0;
          }
        }
        @media (max-width: 767px) {
          .newsView-section1 .flexbox .leftbox {
            padding: 0;
            flex: inherit;
            min-width: inherit;
            margin: 30px 0 0;
          }
        }
        .newsView-section1 .flexbox .leftbox .head {
          width: 100%;
          height: 45px;
          font-size: 24px;
          display: flex;
          align-items: center;
          color: #1d2d68;
          border-left: 4px solid #ffd944;
          padding: 0 0 0 26px;
          margin: 0 0 5px;
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .leftbox .head {
            height: 30px;
            font-size: 18px;
          }
        }
        @media (max-width: 575px) {
          .newsView-section1 .flexbox .leftbox .head {
            font-size: 16px;
          }
        }
        .newsView-section1 .flexbox .leftbox .infobox {
          padding: 30px;
          border: 1px solid #e5e5e5;
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .leftbox .infobox {
            padding: 15px;
          }
        }
        @media (max-width: 767px) {
          .newsView-section1 .flexbox .leftbox .infobox {
            padding: 30px;
          }
        }
        @media (max-width: 575px) {
          .newsView-section1 .flexbox .leftbox .infobox {
            background: #fff;
            padding: 10px 0 0;
          }
        }
        .newsView-section1 .flexbox .leftbox .infobox .img-box {
          width: 100%;
          overflow: hidden;
          margin: 0 0 10px;
        }
        .newsView-section1 .flexbox .leftbox .infobox .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.3s;
        }
        .newsView-section1 .flexbox .leftbox .infobox .img-box:hover img {
          transform: scale(1.1);
        }
        .newsView-section1 .flexbox .leftbox .infobox ul li a {
          display: block;
          width: 100%;
          height: 50px;
          line-height: 50px;
          font-size: 14px;
          color: #333;
          border-bottom: 1px solid #eaeaea;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .newsView-section1 .flexbox .leftbox .infobox ul li a {
            height: 40px;
            line-height: 40px;
          }
        }
        @media (max-width: 576px) {
          .newsView-section1 .flexbox .leftbox .infobox ul li a {
            border: 0;
            padding: 0 15px;
          }
        }
        .newsView-section1 .flexbox .leftbox .infobox ul li a:hover {
          color: #1d2d68;
        }
        .newsView-section1 .flexbox .leftbox .infobox ul li:last-child a {
          border: 0;
        }
        .newsView-section1 .flexbox .rightbox {
          flex: 1;
        }
        .newsView-section1 .flexbox .rightbox h4 {
          font-size: 30px;
          color: #333;
          margin: 0 0 12px;
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .rightbox h4 {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .newsView-section1 .flexbox .rightbox h4 {
            font-size: 18px;
            margin: 0 0 8px;
          }
        }
        .newsView-section1 .flexbox .rightbox .time {
          font-size: 14px;
          color: #666;
          margin: 0 0 50px;
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .rightbox .time {
            margin: 0 0 30px;
          }
        }
        .newsView-section1 .flexbox .rightbox .markdown-text p {
          line-height: 1.8;
          font-size: 14px;
          color: #666;
          /* margin: 0 0 40px; */
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .rightbox .markdown-text p {
            margin: 0 0 20px;
          }
        }
        .newsView-section1 .flexbox .rightbox .markdown-text img {
          width: 100%;
          margin: 0 0 40px;
        }
        @media (max-width: 991px) {
          .newsView-section1 .flexbox .rightbox .markdown-text img {
            margin: 0 0 20px;
          }
        }
        .newsView-section2 .bottom-operate {
          padding: 35px 0 150px;
          border-top: 2px solid #ebebeb;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
        @media (max-width: 1440px) {
          .newsView-section2 .bottom-operate {
            padding: 35 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .newsView-section2 .bottom-operate {
            padding: 35px 0 60px;
          }
        }
        @media (max-width: 767px) {
          .newsView-section2 .bottom-operate {
            padding: 35px 0 40px;
          }
        }
        @media (max-width: 575px) {
          .newsView-section2 .bottom-operate {
            padding: 20px 0;
            flex-direction: column-reverse;
          }
        }
        .newsView-section2 .bottom-operate .backList {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 240px;
          height: 52px;
          color: #333;
          font-size: 16px;
          background: #ffd944;
        }
        @media (max-width: 575px) {
          .newsView-section2 .bottom-operate .backList {
            width: 120px;
            height: 40px;
            color: #333;
            font-size: 14px;
          }
        }
        .newsView-section2 .bottom-operate .prev-next {
          width: 230px;
        }
        @media (max-width: 575px) {
          .newsView-section2 .bottom-operate .prev-next {
            width: 100%;
            margin: 0 0 20px;
          }
        }
        .newsView-section2 .bottom-operate .prev-next a {
          width: 100%;
          font-size: 14px;
          color: #999;
          display: block;
          transition: 0.3s;
          margin: 0 0 6px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
        }
        .newsView-section2 .bottom-operate .prev-next a:last-child {
          margin: 0;
        }
        .newsView-section2 .bottom-operate .prev-next a:hover {
          color: #333;
        }
        .product-section1 {
          padding: 80px 0;
        }
        @media (max-width: 1440px) {
          .product-section1 {
            padding: 80px 0;
          }
        }
        @media (max-width: 1199px) {
          .product-section1 {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .product-section1 {
            padding: 40px 0;
          }
        }
        @media (max-width: 575px) {
          .product-section1 {
            padding: 30px 0;
          }
        }
        .product-section1 .flexbox {
          overflow: hidden;
        }
        .product-section1 .flexbox .box-row {
          margin: 0 -10px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 767px) {
          .product-section1 .flexbox .box-row {
            margin: 0 -8px;
          }
        }
        .product-section1 .flexbox .box-col {
          flex: 0 0 33.33%;
          min-width: 33.33%;
          padding: 0 10px;
          margin: 0 0 20px;
        }
        @media (max-width: 991px) {
          .product-section1 .flexbox .box-col {
            flex: 0 0 50%;
            min-width: 50%;
          }
        }
        @media (max-width: 767px) {
          .product-section1 .flexbox .box-col {
            padding: 0 8px;
            margin: 0 0 15px;
            flex: 0 0 100%;
            min-width: 100%;
          }
        }
        .product-section1 .flexbox .item a {
          display: block;
          width: 100%;
          height: 100%;
        }
        .product-section1 .flexbox .item .img-box {
          background: #f7f7f7;
          width: 100%;
          height: 370px;
          overflow: hidden;
        }
        @media (max-width: 1440px) {
          .product-section1 .flexbox .item .img-box {
            height: 250px;
          }
        }
        @media (max-width: 1199px) {
          .product-section1 .flexbox .item .img-box {
            height: 200px;
          }
        }
        @media (max-width: 575px) {
          .product-section1 .flexbox .item .img-box {
            height: 160px;
          }
        }
        .product-section1 .flexbox .item .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.3s;
        }
        .product-section1 .flexbox .item .infobox {
          display: flex;
          align-items: center;
          padding: 20px 30px;
          border: 1px solid #f7f7f7;
          background: #fff;
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .product-section1 .flexbox .item .infobox {
            padding: 15px;
          }
        }
        @media (max-width: 575px) {
          .product-section1 .flexbox .item .infobox {
            padding: 10px 0 0;
            border: 0;
          }
        }
        .product-section1 .flexbox .item .infobox .left {
          flex: 1;
          padding: 0 20px 0 0;
          overflow: hidden;
        }
        .product-section1 .flexbox .item .infobox .left h4 {
          font-size: 24px;
          color: #333;
          margin: 0 0 3px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .product-section1 .flexbox .item .infobox .left h4 {
            font-size: 20px;
          }
        }
        @media (max-width: 1199px) {
          .product-section1 .flexbox .item .infobox .left h4 {
            font-size: 16px;
          }
        }
        .product-section1 .flexbox .item .infobox .left .des {
          font-size: 14px;
          color: #333;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          transition: 0.3s;
        }
        @media (max-width: 1199px) {
          .product-section1 .flexbox .item .infobox .left .des {
            font-size: 12px;
          }
        }
        .product-section1 .flexbox .item .infobox .right {
          flex: 0 0 132px;
          min-width: 132px;
          height: 44px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          color: #1d2d68;
          font-family: "BEBAS";
          background: #ececec;
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .product-section1 .flexbox .item .infobox .right {
            flex: 0 0 100px;
            min-width: 100px;
            height: 40px;
            font-size: 14px;
          }
        }
        @media (max-width: 1199px) {
          .product-section1 .flexbox .item .infobox .right {
            flex: 0 0 80px;
            min-width: 80px;
            height: 35px;
          }
        }
        @media (max-width: 767px) {
          .product-section1 .flexbox .item .infobox .right {
            display: none;
          }
        }
        .product-section1 .flexbox .item:hover .img-box img {
          transform: scale(1.1);
        }
        .product-section1 .flexbox .item:hover .infobox {
          border: 1px solid #1d2d68;
          background: #1d2d68;
        }
        .product-section1 .flexbox .item:hover .infobox .left h4,
        .product-section1 .flexbox .item:hover .infobox .left .des {
          color: #fff;
        }
        .product-section1 .flexbox .item:hover .infobox .right {
          color: #fff;
          background: #ffd944;
        }
        .productView-section1 {
          padding: 80px 0 120px;
        }
        @media (max-width: 1440px) {
          .productView-section1 {
            padding: 80px 0 70px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section1 {
            padding: 60px 0 50px;
          }
        }
        @media (max-width: 991px) {
          .productView-section1 {
            max-width: 768px;
            width: 100%;
            margin: auto;
          }
        }
        @media (max-width: 767px) {
          .productView-section1 {
            padding: 40px 0 30px;
          }
        }
        @media (max-width: 575px) {
          .productView-section1 {
            padding: 30px 0 20px;
          }
        }
        .productView-section1 .flexbox {
          display: flex;
          align-items: center;
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox {
            align-items: center;
          }
        }
        @media (max-width: 991px) {
          .productView-section1 .flexbox {
            width: 100%;
            flex-direction: column;
          }
        }
        .productView-section1 .flexbox .leftbox {
          position: relative;
          overflow: hidden;
          flex: 0 0 50%;
          min-width: 50%;
        }
        @media (max-width: 991px) {
          .productView-section1 .flexbox .leftbox {
            flex: inherit;
            min-width: inherit;
            width: 100%;
          }
        }
        .productView-section1 .flexbox .rightbox {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 0 0 80px;
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox {
            padding: 0 0 0 40px;
          }
        }
        @media (max-width: 991px) {
          .productView-section1 .flexbox .rightbox {
            flex: inherit;
            min-width: inherit;
            padding: 0;
            /* text-align: center; */
          }
        }
        .productView-section1 .flexbox .rightbox h3 {
          font-size: 48px;
          font-family: "BEBAS";
          margin: 0 0 12px;
          color: #1d2d68;
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox h3 {
            font-size: 40px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section1 .flexbox .rightbox h3 {
            font-size: 35px;
          }
        }
        @media (max-width: 991px) {
          .productView-section1 .flexbox .rightbox h3 {
            font-size: 30px;
          }
        }
        @media (max-width: 575px) {
          .productView-section1 .flexbox .rightbox h3 {
            font-size: 25px;
          }
        }
        .productView-section1 .flexbox .rightbox h4 {
          font-size: 30px;
          color: #333;
          margin: 0 0 20px;
        }
        @media (max-width: 1199px) {
          .productView-section1 .flexbox .rightbox h4 {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section1 .flexbox .rightbox h4 {
            font-size: 18px;
          }
        }
        .productView-section1 .flexbox .rightbox .tips {
          font-size: 18px;
          color: #353535;
          background: #ffd944;
          padding: 10px 36px;
          margin: 0 0 40px;
          display: inline-block;
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox .tips {
            margin: 0 0 30px;
          }
        }
        @media (max-width: 575px) {
          .productView-section1 .flexbox .rightbox .tips {
            font-size: 14px;
            padding: 5px 20px;
            margin: 0 0 20px;
          }
        }
        .productView-section1 .flexbox .rightbox .des {
          font-size: 14px;
          color: #666;
          line-height: 2;
          margin: 0 0 95px;
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox .des {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section1 .flexbox .rightbox .des {
            margin: 0 0 30px;
          }
        }
        @media (max-width: 575px) {
          .productView-section1 .flexbox .rightbox .des {
            margin: 0 0 20px;
            line-height: 1.8;
          }
        }
        .productView-section1 .flexbox .rightbox .listbox .box-row {
          margin: 0 -30px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 1710px) {
          .productView-section1 .flexbox .rightbox .listbox .box-row {
            margin: 0 -15px;
          }
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox .listbox .box-row {
            margin: 0 -5px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section1 .flexbox .rightbox .listbox .box-row {
            margin: 0 -10px;
          }
        }
        .productView-section1 .flexbox .rightbox .listbox .box-col {
          flex: 0 0 20%;
          min-width: 20%;
          padding: 0 30px;
        }
        @media (max-width: 1710px) {
          .productView-section1 .flexbox .rightbox .listbox .box-col {
            padding: 0 15px;
          }
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox .listbox .box-col {
            padding: 0 5px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section1 .flexbox .rightbox .listbox .box-col {
            flex: 0 0 33.33%;
            min-width: 33.33%;
            padding: 0 10px;
            margin: 0 0 20px;
          }
        }
        .productView-section1 .flexbox .rightbox .listbox .numbox {
          width: 100%;
          text-align: center;
          padding: 20px 0;
          margin: 0 0 10px;
          border: 1px solid #cbcbcb;
          border-radius: 20px;
        }
        .productView-section1 .flexbox .rightbox .listbox .numbox .incrementing {
          font-size: 40px;
          font-family: "BEBAS";
          color: #1d2d68;
          line-height: 1;
          vertical-align: text-top;
        }
        @media (max-width: 575px) {
          .productView-section1 .flexbox .rightbox .listbox .numbox .incrementing {
            font-size: 30px;
          }
        }
        .productView-section1 .flexbox .rightbox .listbox .numbox .symbol {
          font-size: 18px;
          font-family: "BEBAS";
          color: #1d2d68;
          vertical-align: text-top;
        }
        @media (max-width: 575px) {
          .productView-section1 .flexbox .rightbox .listbox .numbox .symbol {
            font-size: 14px;
          }
        }
        .productView-section1 .flexbox .rightbox .listbox .numbox .last-symbol {
          font-size: 12px;
          writing-mode: tb-rl;
          transform: scale(0.8);
        }
        .productView-section1 .flexbox .rightbox .listbox .txt {
          text-align: center;
          font-size: 14px;
          color: #666;
        }
        @media (max-width: 1440px) {
          .productView-section1 .flexbox .rightbox .listbox .txt {
            font-size: 12px;
          }
        }
        .productView-section1-swiper {
          height: 530px;
          background: #f6f6f6;
        }
        @media (max-width: 1440px) {
          .productView-section1-swiper {
            height: 390px;
          }
        }
        @media (max-width: 991px) {
          .productView-section1-swiper {
            width: 100%;
            /* margin: 0 0 30px; */
          }
        }
        @media (max-width: 575px) {
          .productView-section1-swiper {
            height: 240px;
            /* margin: 0 0 20px; */
          }
        }
        .productView-section1-swiper .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .productView-section1-swiper .swiper-button-prev,
        .productView-section1-swiper .swiper-button-next {
          width: 14px;
          height: 25px;
          margin: 0 105px 0 0;
          outline: none;
          -webkit-user-select: none;
          user-select: none;
          background: transparent;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .productView-section1-swiper .swiper-button-prev,
          .productView-section1-swiper .swiper-button-next {
            margin: 0 60px 0 0;
          }
        }
        .productView-section1-swiper .swiper-button-prev:before,
        .productView-section1-swiper .swiper-button-next:before {
          content: "";
          display: block;
          position: relative;
          z-index: 1;
          width: 14px;
          height: 25px;
          background: url(../images/left.png) center / contain no-repeat;
        }
        .productView-section1-swiper .swiper-button-prev:after,
        .productView-section1-swiper .swiper-button-next:after {
          content: "";
          position: absolute;
          width: 12px;
          height: 43px;
          top: 0;
          bottom: 0;
          left: -8px;
          margin: auto;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .productView-section1-swiper .swiper-button-prev:after,
          .productView-section1-swiper .swiper-button-next:after {
            width: 8px;
            height: 30px;
          }
        }
        .productView-section1-swiper .swiper-button-prev:hover:before,
        .productView-section1-swiper .swiper-button-next:hover:before {
          background: url(../images/left-h.png) center / contain no-repeat;
        }
        .productView-section1-swiper .swiper-button-prev:hover:after,
        .productView-section1-swiper .swiper-button-next:hover:after {
          background: #ffd944;
        }
        .productView-section1-swiper .swiper-button-next {
          margin: 0;
        }
        .productView-section1-swiper .swiper-button-next:before {
          content: "";
          display: block;
          background: url(../images/right.png) center / contain no-repeat;
        }
        .productView-section1-swiper .swiper-button-next:after {
          left: auto;
          right: -8px;
        }
        .productView-section1-swiper .swiper-button-next:hover:before {
          background: url(../images/right-h.png) center / contain no-repeat;
        }
        .productView-section2 {
          margin: 0 0 120px;
        }
        @media (max-width: 767px) {
          .productView-section2 {
            margin: 0 0 40px;
          }
        }
        .productView-section2 .head {
          padding: 0 0 15px;
          border-bottom: 2px solid #ccc;
          font-size: 36px;
          color: #333;
          margin: 0 0 100px;
          font-family: "BEBAS";
        }
        @media (max-width: 1440px) {
          .productView-section2 .head {
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section2 .head {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .productView-section2 .head {
            margin: 0 0 40px;
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section2 .head {
            margin: 0 0 30px;
            font-size: 18px;
          }
        }
        .productView-section2 .head span {
          font-size: 36px;
          color: #1d2d68;
          position: relative;
          margin: 0 42px 0 0;
        }
        @media (max-width: 767px) {
          .productView-section2 .head span {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section2 .head span {
            font-size: 18px;
          }
        }
        .productView-section2 .head span:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 32px;
          background: #999;
          top: 10px;
          right: -22px;
        }
        @media (max-width: 767px) {
          .productView-section2 .head span:after {
            top: 8px;
            height: 22px;
          }
        }
        @media (max-width: 575px) {
          .productView-section2 .head span:after {
            top: 6px;
            height: 16px;
          }
        }
        .productView-section2 .flexbox {
          display: flex;
          align-items: center;
        }
        @media (max-width: 991px) {
          .productView-section2 .flexbox {
            flex-direction: column-reverse;
          }
        }
        .productView-section2 .flexbox .leftbox {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 90px 0 0;
        }
        @media (max-width: 1440px) {
          .productView-section2 .flexbox .leftbox {
            padding: 0 40px 0 0;
          }
        }
        @media (max-width: 991px) {
          .productView-section2 .flexbox .leftbox {
            padding: 0;
          }
        }
        .productView-section2 .flexbox .leftbox h4 {
          font-size: 24px;
          color: #1d2d68;
          margin: 0 0 22px;
        }
        @media (max-width: 991px) {
          .productView-section2 .flexbox .leftbox h4 {
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .productView-section2 .flexbox .leftbox h4 {
            font-size: 18px;
          }
        }
        .productView-section2 .flexbox .leftbox h4 span {
          font-size: 48px;
          font-family: "BEBAS";
          margin: 0 10px 0 0;
        }
        @media (max-width: 991px) {
          .productView-section2 .flexbox .leftbox h4 span {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section2 .flexbox .leftbox h4 span {
            font-size: 18px;
          }
        }
        .productView-section2 .flexbox .leftbox ul li {
          padding: 0 0 0 12px;
          line-height: 2.2;
          font-size: 14px;
          color: #666;
          position: relative;
        }
        @media (max-width: 575px) {
          .productView-section2 .flexbox .leftbox ul li {
            line-height: 2;
          }
        }
        .productView-section2 .flexbox .leftbox ul li:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          left: 0;
          top: 12px;
          margin: auto;
          border-radius: 50%;
          background: #ffd944;
        }
        .productView-section2 .flexbox .rightbox {
          position: relative;
          overflow: hidden;
          flex: 0 0 50%;
          min-width: 50%;
          height: 416px;
        }
        @media (max-width: 991px) {
          .productView-section2 .flexbox .rightbox {
            height: 300px;
            margin: 0 0 30px;
          }
        }
        @media (max-width: 575px) {
          .productView-section2 .flexbox .rightbox {
            height: 175px;
          }
        }
        .productView-section2 .flexbox .rightbox img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        @media (max-width: 991px) {
          .productView-section3 {
            background: url(../images/proview-sec3bg.jpg) center / cover no-repeat;
          }
        }
        .productView-section3 .flexbox {
          padding: 75px 0;
          flex-direction: row-reverse;
          background: url(../images/proview-sec3bg.jpg) center / cover no-repeat;
        }
        @media (max-width: 1199px) {
          .productView-section3 .flexbox {
            padding: 0;
          }
        }
        @media (max-width: 991px) {
          .productView-section3 .flexbox {
            padding: 40px 0;
            flex-direction: column-reverse;
            background: transparent;
          }
        }
        @media (max-width: 575px) {
          .productView-section3 .flexbox {
            padding: 30px 0;
          }
        }
        .productView-section3 .flexbox .leftbox h4 {
          color: #fff;
        }
        .productView-section3 .flexbox .leftbox ul li {
          color: #fff;
        }
        .productView-section3 .flexbox .rightbox {
          display: flex;
        }
        @media (max-width: 991px) {
          .productView-section3 .flexbox .rightbox {
            height: auto;
          }
        }
        .productView-section3 .flexbox .rightbox .img-box {
          width: 400px;
          margin: auto;
        }
        @media (max-width: 1199px) {
          .productView-section3 .flexbox .rightbox .img-box {
            width: 300px;
          }
        }
        @media (max-width: 991px) {
          .productView-section3 .flexbox .rightbox .img-box {
            width: 240px;
          }
        }
        @media (max-width: 575px) {
          .productView-section3 .flexbox .rightbox .img-box {
            width: 190px;
          }
        }
        .productView-section3 .flexbox .rightbox .img-box img {
          object-fit: contain;
        }
        .productView-section4 .flexbox .rightbox {
          height: auto;
        }
        .productView-section4 .imgflexbox {
          overflow: hidden;
        }
        .productView-section4 .imgflexbox .box-row {
          margin: 0 -9px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 575px) {
          .productView-section4 .imgflexbox .box-row {
            margin: 0 -5px;
          }
        }
        .productView-section4 .imgflexbox .box-col {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 9px;
        }
        @media (max-width: 575px) {
          .productView-section4 .imgflexbox .box-col {
            padding: 0 5px;
          }
        }
        .productView-section4 .imgflexbox .img-box {
          position: relative;
          width: 100%;
          height: 450px;
          overflow: hidden;
        }
        @media (max-width: 1199px) {
          .productView-section4 .imgflexbox .img-box {
            height: 350px;
          }
        }
        @media (max-width: 575px) {
          .productView-section4 .imgflexbox .img-box {
            height: 190px;
          }
        }
        .productView-section4 .imgflexbox .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .productView-section5 {
          margin: 0 0 120px;
        }
        @media (max-width: 1440px) {
          .productView-section5 {
            margin: 0 0 80px;
          }
        }
        @media (max-width: 991px) {
          .productView-section5 {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .productView-section5 {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .productView-section5 {
            margin: 0 0 25px;
          }
        }
        .productView-section5 .flexbox {
          overflow: hidden;
        }
        .productView-section5 .flexbox .box-row {
          margin: 0 -9px;
          display: flex;
          align-items: stretch;
          flex-wrap: wrap;
        }
        .productView-section5 .flexbox .box-col {
          flex: 0 0 25%;
          min-width: 25%;
          padding: 0 9px;
          display: flex;
        }
        @media (max-width: 1199px) {
          .productView-section5 .flexbox .box-col {
            flex: 0 0 50%;
            min-width: 50%;
            margin: 0 0 15px;
          }
        }
        .productView-section5 .flexbox .item {
          width: 100%;
          height: auto;
          padding: 40px 36px;
          background: #f8f8f8;
        }
        @media (max-width: 1440px) {
          .productView-section5 .flexbox .item {
            padding: 20px;
          }
        }
        @media (max-width: 575px) {
          .productView-section5 .flexbox .item {
            padding: 20px 15px;
          }
        }
        .productView-section5 .flexbox .item .head {
          display: flex;
          align-items: center;
          margin: 0 0 20px;
        }
        @media (max-width: 575px) {
          .productView-section5 .flexbox .item .head {
            flex-direction: column;
            margin: 0 0 10px;
          }
        }
        .productView-section5 .flexbox .item .head .ico {
          flex: 0 0 70px;
          min-width: 70px;
          margin: 0 20px 0 0;
        }
        @media (max-width: 1440px) {
          .productView-section5 .flexbox .item .head .ico {
            flex: 0 0 60px;
            min-width: 60px;
          }
        }
        @media (max-width: 575px) {
          .productView-section5 .flexbox .item .head .ico {
            margin: 0 0 10px;
          }
        }
        .productView-section5 .flexbox .item .head .ico img {
          width: 100%;
        }
        .productView-section5 .flexbox .item .head .info .num {
          font-size: 30px;
          color: #1d2d68;
          margin: 0 0 5px;
          font-family: "BEBAS";
          line-height: 1;
        }
        @media (max-width: 991px) {
          .productView-section5 .flexbox .item .head .info .num {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section5 .flexbox .item .head .info .num {
            font-size: 16px;
            text-align: center;
          }
        }
        .productView-section5 .flexbox .item .head .info .tit {
          color: #1d2d68;
          font-size: 18px;
        }
        @media (max-width: 1440px) {
          .productView-section5 .flexbox .item .head .info .tit {
            font-size: 16px;
          }
        }
        @media (max-width: 575px) {
          .productView-section5 .flexbox .item .head .info .tit {
            text-align: center;
          }
        }
        .productView-section5 .flexbox .item .des {
          color: #333;
          font-size: 14px;
        }
        .productView-section6 .head {
          padding: 0 0 15px;
          border-bottom: 2px solid #ccc;
          font-size: 36px;
          color: #333;
          margin: 0 0 50px;
          font-family: "BEBAS";
        }
        @media (max-width: 1440px) {
          .productView-section6 .head {
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .productView-section6 .head {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .productView-section6 .head {
            margin: 0 0 40px;
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section6 .head {
            margin: 0 0 30px;
            font-size: 18px;
          }
        }
        .productView-section6 .head span {
          font-size: 36px;
          color: #1d2d68;
          position: relative;
          margin: 0 42px 0 0;
        }
        @media (max-width: 767px) {
          .productView-section6 .head span {
            font-size: 24px;
          }
        }
        @media (max-width: 575px) {
          .productView-section6 .head span {
            font-size: 18px;
          }
        }
        .productView-section6 .head span:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 32px;
          background: #999;
          top: 10px;
          right: -22px;
        }
        @media (max-width: 767px) {
          .productView-section6 .head span:after {
            top: 8px;
            height: 22px;
          }
        }
        @media (max-width: 575px) {
          .productView-section6 .head span:after {
            top: 6px;
            height: 16px;
          }
        }
        .productView-section6 .parameter-box {
          width: 100%;
          margin: 0 0 120px;
        }
        @media (max-width: 1199px) {
          .productView-section6 .parameter-box {
            margin: 0 0 80px;
            height: 260px;
            padding: 0 0 15px;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
          }
        }
        @media (max-width: 991px) {
          .productView-section6 .parameter-box {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .productView-section6 .parameter-box {
            margin: 0 0 30px;
          }
        }
        .productView-section6 .parameter-box img {
          width: 100%;
        }
        @media (max-width: 1199px) {
          .productView-section6 .parameter-box img {
            width: auto;
            height: 100%;
          }
        }
        .contact-section1 {
          position: relative;
          padding: 80px 0 120px;
        }
        @media (max-width: 1440px) {
          .contact-section1 {
            padding: 80px 0;
          }
        }
        @media (max-width: 1199px) {
          .contact-section1 {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .contact-section1 {
            padding: 40px 0;
          }
        }
        @media (max-width: 575px) {
          .contact-section1 {
            padding: 30px 0;
          }
        }
        .contact-section1 .flexbox {
          display: flex;
          justify-content: space-between;
        }
        @media (max-width: 991px) {
          .contact-section1 .flexbox {
            flex-direction: column;
          }
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .leftbox {
            margin: 0 40px 0 0;
          }
        }
        @media (max-width: 991px) {
          .contact-section1 .flexbox .leftbox {
            margin: 0;
          }
        }
        .contact-section1 .flexbox .leftbox h2 {
          font-size: 72px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .contact-section1 .flexbox .leftbox h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .contact-section1 .flexbox .leftbox h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .contact-section1 .flexbox .leftbox h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .contact-section1 .flexbox .leftbox .tit {
          position: relative;
          font-size: 36px;
          color: #333;
          margin: 0 0 120px;
        }
        @media (max-width: 1440px) {
          .contact-section1 .flexbox .leftbox .tit {
            font-size: 25px;
            margin: 0 0 80px;
          }
        }
        @media (max-width: 767px) {
          .contact-section1 .flexbox .leftbox .tit {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 575px) {
          .contact-section1 .flexbox .leftbox .tit {
            font-size: 18px;
            /* text-align: center; */
          }
        }
        .contact-section1 .flexbox .leftbox .tit:after {
          content: "";
          position: absolute;
          width: 40px;
          height: 3px;
          background: #1d2d68;
          left: 0;
          bottom: -50px;
        }
        @media (max-width: 767px) {
          .contact-section1 .flexbox .leftbox .tit:after {
            display: none;
          }
        }
        .contact-section1 .flexbox .rightbox {
          flex: 0 0 1100px;
          min-width: 1100px;
        }
        @media (max-width: 1710px) {
          .contact-section1 .flexbox .rightbox {
            flex: 0 0 900px;
            min-width: 900px;
          }
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox {
            flex: 1;
            min-width: inherit;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .box-row {
          margin: 0 -30px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .box-row {
            margin: 0 -15px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .box-col {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 30px;
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .box-col {
            padding: 0 15px;
          }
        }
        @media (max-width: 767px) {
          .contact-section1 .flexbox .rightbox .cflexbox .box-col {
            flex: 0 0 100%;
            min-width: 100%;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item {
          background: #f5f5f5;
          padding: 55px;
        }
        @media (max-width: 1710px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item {
            padding: 30px;
          }
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item {
            padding: 30px 15px;
          }
        }
        @media (max-width: 767px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item {
            padding: 15px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
          position: relative;
          font-size: 24px;
          color: #333;
          font-weight: bold;
          margin: 0 0 35px;
          height: 45px;
          line-height: 45px;
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
            font-size: 20px;
            height: 40px;
            line-height: 40px;
            margin: 0 0 20px;
          }
        }
        @media (max-width: 575px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            margin: 0 0 15px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item h4 span {
          position: relative;
          z-index: 1;
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
          content: "";
          position: absolute;
          left: -68px;
          top: 0;
          width: 210px;
          height: 100%;
          background: #ffd944;
          border-radius: 10px;
        }
        @media (max-width: 1710px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
            left: -40px;
            width: 180px;
          }
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
            left: -25px;
            width: 156px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item ul {
          margin: 0 0 50px;
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item ul {
            margin: 0 0 30px;
          }
        }
        @media (max-width: 575px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item ul {
            margin: 0 0 15px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
          font-size: 16px;
          color: #666;
          margin: 0 0 20px;
        }
        @media (max-width: 1199px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
            margin: 0 0 10px;
            font-size: 14px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item ul li:last-child {
          margin: 0;
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
          font-size: 24px;
          color: #1d2d68;
          font-family: "BEBAS";
        }
        @media (max-width: 575px) {
          .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
            font-size: 20px;
          }
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box {
          display: flex;
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima {
          flex: 0 0 111px;
          min-width: 111px;
          margin: 0 30px 0 0;
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima:last-child {
          margin: 0;
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima img {
          width: 100%;
          margin: 0 0 8px;
          border: 1px solid #ccc;
        }
        .contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima p {
          text-align: center;
          font-size: 14px;
          color: #666;
        }
        .contact-section2 {
          margin: 0 0 120px;
        }
        @media (max-width: 1440px) {
          .contact-section2 {
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .contact-section2 {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .contact-section2 {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .contact-section2 {
            margin: 0 0 30px;
          }
        }
        .contact-section2 .mapbox {
          width: 100%;
          height: 550px;
        }
        @media (max-width: 1440px) {
          .contact-section2 .mapbox {
            height: 450px;
          }
        }
        @media (max-width: 991px) {
          .contact-section2 .mapbox {
            height: 300px;
          }
        }
        @media (max-width: 575px) {
          .contact-section2 .mapbox {
            height: 250px;
          }
        }
        .contact-section3 {
          position: relative;
          margin: 0 0 150px;
        }
        @media (max-width: 1440px) {
          .contact-section3 {
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .contact-section3 {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .contact-section3 {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .contact-section3 {
            margin: 0 0 30px;
          }
        }
        .contact-section3 .head {
          margin: 0 0 70px;
        }
        @media (max-width: 991px) {
          .contact-section3 .head {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .contact-section3 .head {
            margin: 0 0 30px;
          }
        }
        .contact-section3 .head h2 {
          margin: 0 0 20px;
          font-size: 60px;
          text-align: center;
          font-family: "BEBAS";
          color: #1d2d68;
        }
        @media (max-width: 1440px) {
          .contact-section3 .head h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 991px) {
          .contact-section3 .head h2 {
            font-size: 35px;
          }
        }
        @media (max-width: 575px) {
          .contact-section3 .head h2 {
            font-size: 25px;
            text-align: left;
          }
        }
        .contact-section3 .head p {
          text-align: center;
          font-size: 30px;
          color: #333;
        }
        @media (max-width: 1440px) {
          .contact-section3 .head p {
            font-size: 25px;
          }
        }
        @media (max-width: 991px) {
          .contact-section3 .head p {
            font-size: 22px;
          }
        }
        @media (max-width: 575px) {
          .contact-section3 .head p {
            font-size: 16px;
            text-align: left;
          }
        }
        .contact-section3 .flexbox {
          overflow: hidden;
        }
        .contact-section3 .flexbox .box-row {
          margin: 0 -20px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 1199px) {
          .contact-section3 .flexbox .box-row {
            display: block;
          }
        }
        .contact-section3 .flexbox .box-col {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 20px;
        }
        @media (max-width: 1199px) {
          .contact-section3 .show-location {
            display: none;
          }
        }
        .contact-section3 .show-location .lhead {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 54px;
          padding: 0 20px;
          background: #1d2d68;
        }
        .contact-section3 .show-location .lhead span {
          font-size: 16px;
          color: #fff;
        }
        @media (max-width: 1440px) {
          .contact-section3 .show-location .lhead span {
            font-size: 14px;
          }
        }
        .contact-section3 .show-location .lbody {
          padding: 30px 20px;
          border: 1px solid #e1e1e1;
          border-top: 0;
        }
        .contact-section3 .show-location .lbody .markdown-text {
          margin: 0 0 32px;
          letter-spacing: 1px;
          line-height: 1.8;
        }
        .contact-section3 .show-location .lbody .markdown-text p {
          font-size: 14px;
          color: #666;
          letter-spacing: 1px;
          line-height: 1.8;
        }
        .contact-section3 .show-location .lbody .markdown-text .tit {
          color: #1d2d68;
        }
        .contact-section3 .show-location .lbody .send-resume {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 205px;
          height: 44px;
          background: #ffd944;
          color: #333;
          font-size: 14px;
          transition: 0.3s;
        }
        .contact-section3 .show-location .lbody .send-resume:hover {
          box-shadow: 0 2px 5px -2px #757575;
        }
        .contact-section3 .location-list .item {
          margin: 0 0 10px;
        }
        .contact-section3 .location-list .item:last-child {
          margin: 0;
        }
        .contact-section3 .location-list .item .lhead a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 54px;
          padding: 0 20px;
          background: #ececec;
          transition: 0.3;
        }
        .contact-section3 .location-list .item .lhead span {
          font-size: 16px;
          color: #333;
          transition: 0.3;
        }
        @media (max-width: 1440px) {
          .contact-section3 .location-list .item .lhead span {
            font-size: 14px;
          }
        }
        .contact-section3 .location-list .item .lhead .toggle {
          font-weight: bold;
          font-size: 24px;
        }
        .contact-section3 .location-list .item .lbody {
          display: none;
          padding: 30px 20px;
          border: 1px solid #e1e1e1;
          border-top: 0;
        }
        @media (min-width: 1200px) {
          .contact-section3 .location-list .item .lbody {
            display: none !important;
          }
        }
        .contact-section3 .location-list .item .lbody .app-info {
          margin: 0 0 15px;
        }
        .contact-section3 .location-list .item .lbody .app-info span {
          margin: 0 20px 0 0;
          color: #1d2d68;
        }
        .contact-section3 .location-list .item .lbody .app-info span:last-child {
          margin: 0;
        }
        @media (min-width: 768px) {
          .contact-section3 .location-list .item .lbody .app-info {
            display: none;
          }
        }
        .contact-section3 .location-list .item .lbody .markdown-text {
          margin: 0 0 32px;
        }
        .contact-section3 .location-list .item .lbody .markdown-text p {
          font-size: 14px;
          color: #666;
          line-height: 1.8;
        }
        .contact-section3 .location-list .item .lbody .markdown-text .tit {
          color: #1d2d68;
        }
        .contact-section3 .location-list .item .lbody .send-resume {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 205px;
          height: 44px;
          background: #ffd944;
          color: #333;
          font-size: 14px;
        }
        .contact-section3 .location-list .item:nth-child(even) .lhead a {
          background: #fdfdfd;
        }
        @media (max-width: 1199px) {
          .contact-section3 .location-list .item.on .lhead a {
            background: #1d2d68;
          }
          .contact-section3 .location-list .item.on .lhead a span {
            color: #fff;
          }
        }
        .case-section1 {
          padding: 80px 0 90px;
        }
        @media (max-width: 1440px) {
          .case-section1 {
            padding: 80px 0 60px;
          }
        }
        @media (max-width: 1199px) {
          .case-section1 {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .case-section1 {
            padding: 40px 0;
          }
        }
        @media (max-width: 575px) {
          .case-section1 {
            padding: 30px 0 20px;
          }
        }
        .case-section1 .flexbox {
          overflow: hidden;
        }
        .case-section1 .flexbox .box-row {
          margin: 0 -15px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 767px) {
          .case-section1 .flexbox .box-row {
            margin: 0 -8px;
          }
        }
        .case-section1 .flexbox .box-col {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 15px;
          margin: 0 0 30px;
        }
        @media (max-width: 767px) {
          .case-section1 .flexbox .box-col {
            flex: 0 0 100%;
            min-width: 100%;
            padding: 0 8px;
            margin: 0 0 15px;
          }
        }
        .case-section1 .flexbox .item a {
          display: flex;
          width: 100%;
          height: 100%;
        }
        @media (max-width: 991px) {
          .case-section1 .flexbox .item a {
            flex-direction: column-reverse;
          }
        }
        .case-section1 .flexbox .item .info-box {
          overflow: hidden;
          flex: 1;
          padding: 30px;
          background: #f6f6f6;
          display: flex;
          flex-direction: column;
          justify-content: center;
          transition: 0.3s;
        }
        @media (max-width: 991px) {
          .case-section1 .flexbox .item .info-box {
            padding: 20px;
          }
        }
        @media (max-width: 575px) {
          .case-section1 .flexbox .item .info-box {
            padding: 15px 10px;
          }
        }
        .case-section1 .flexbox .item .info-box h4 {
          font-size: 18px;
          color: #333;
          border-bottom: 1px solid #c5c5c5;
          padding: 0 0 12px;
          margin: 0 0 30px;
          transition: 0.3s;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        @media (max-width: 1440px) {
          .case-section1 .flexbox .item .info-box h4 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .case-section1 .flexbox .item .info-box h4 {
            font-size: 14px;
            border: 0;
            padding: 0;
            margin: 0;
          }
        }
        .case-section1 .flexbox .item .info-box ul {
          margin: 0 0 75px;
        }
        @media (max-width: 1440px) {
          .case-section1 .flexbox .item .info-box ul {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 991px) {
          .case-section1 .flexbox .item .info-box ul {
            margin: 0 0 20px;
          }
        }
        @media (max-width: 767px) {
          .case-section1 .flexbox .item .info-box ul {
            display: none;
          }
        }
        .case-section1 .flexbox .item .info-box ul li {
          margin: 0 0 10px;
          font-size: 14px;
          color: #333;
          transition: 0.3s;
        }
        @media (max-width: 991px) {
          .case-section1 .flexbox .item .info-box ul li {
            margin: 0 0 3px;
          }
        }
        .case-section1 .flexbox .item .info-box ul li:last-child {
          margin: 0;
        }
        .case-section1 .flexbox .item .info-box .more {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 117px;
          height: 35px;
          background: #1d2d68;
          color: #fff;
          font-size: 14px;
          transition: 0.3s;
        }
        @media (max-width: 575px) {
          .case-section1 .flexbox .item .info-box .more {
            display: none;
          }
        }
        .case-section1 .flexbox .item .img-box {
          flex: 0 0 56%;
          min-width: 56%;
          height: 435px;
          overflow: hidden;
        }
        @media (max-width: 1440px) {
          .case-section1 .flexbox .item .img-box {
            flex: 0 0 50%;
            min-width: 50%;
            height: 380px;
          }
        }
        @media (max-width: 991px) {
          .case-section1 .flexbox .item .img-box {
            flex: inherit;
            min-width: inherit;
            height: 220px;
          }
        }
        @media (max-width: 575px) {
          .case-section1 .flexbox .item .img-box {
            height: 160px;
          }
        }
        .case-section1 .flexbox .item .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.3s;
        }
        .case-section1 .flexbox .item:hover .info-box {
          background: #1d2d68;
        }
        .case-section1 .flexbox .item:hover .info-box h4 {
          color: #fff;
        }
        .case-section1 .flexbox .item:hover .info-box ul li {
          color: #fff;
        }
        .case-section1 .flexbox .item:hover .info-box .more {
          background: #ffd944;
        }
        .case-section1 .flexbox .item:hover .img-box img {
          transform: scale(1.1);
        }
        .caseView-section1 .excellent-case {
          padding: 30px;
          border: 1px solid #e5e5e5;
          margin: 0 0 45px;
        }
        @media (max-width: 1440px) {
          .caseView-section1 .excellent-case {
            padding: 20px;
          }
        }
        @media (max-width: 575px) {
          .caseView-section1 .excellent-case {
            padding: 15px;
            margin: 0 0 30px;
          }
        }
        .caseView-section1 .excellent-case .item {
          margin: 0 0 30px;
        }
        .caseView-section1 .excellent-case .item:last-child {
          margin: 0;
        }
        .caseView-section1 .excellent-case .item a {
          display: block;
          width: 100%;
          height: 100%;
        }
        .caseView-section1 .excellent-case .item .img-box {
          width: 100%;
          height: 200px;
          overflow: hidden;
          margin: 0 0 14px;
        }
        @media (max-width: 1440px) {
          .caseView-section1 .excellent-case .item .img-box {
            height: 120px;
          }
        }
        @media (max-width: 767px) {
          .caseView-section1 .excellent-case .item .img-box {
            height: 200px;
          }
        }
        @media (max-width: 575px) {
          .caseView-section1 .excellent-case .item .img-box {
            height: 120px;
          }
        }
        .caseView-section1 .excellent-case .item .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.3s;
        }
        .caseView-section1 .excellent-case .item p {
          text-align: center;
          font-size: 16px;
          color: #333;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          transition: 0.3s;
        }
        @media (max-width: 1440px) {
          .caseView-section1 .excellent-case .item p {
            font-size: 14px;
          }
        }
        .caseView-section1 .excellent-case .item:hover .img-box img {
          transform: scale(1.1);
        }
        .caseView-section1 .excellent-case .item:hover p {
          color: #1d2d68;
        }
        .caseView-section1 .flexbox .rightbox .time {
          margin: 0 0 35px;
        }
        .caseView-classify {
          width: 100%;
          margin: 0 0 55px;
        }
        @media (max-width: 991px) {
          .caseView-classify {
            display: flex;
            margin: 0 0 30px;
          }
        }
        .caseView-classify .tr {
          display: flex;
        }
        @media (max-width: 991px) {
          .caseView-classify .tr {
            display: block;
            flex: 1;
          }
        }
        .caseView-classify .tr .th {
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 50px;
          flex: 1;
          background: #1d2d68;
        }
        @media (max-width: 991px) {
          .caseView-classify .tr .th {
            height: 40px;
            font-size: 14px;
            font-weight: normal;
          }
        }
        .caseView-classify .tr .th:nth-child(even) {
          background: #666;
        }
        .caseView-classify .tr .td {
          font-size: 14px;
          color: #333;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          flex: 1;
          background: #fff;
        }
        .caseView-classify .tr .td:nth-child(even) {
          background: #f5f5f5;
        }
        .solution-section1 {
          padding: 80px 0 0;
          margin: 0 0 120px;
        }
        @media (max-width: 1440px) {
          .solution-section1 {
            padding: 80px 0 0;
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section1 {
            padding: 60px 0 0;
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .solution-section1 {
            padding: 40px 0 0;
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .solution-section1 {
            padding: 30px 0 0;
          }
        }
        .solution-section1 h2 {
          font-size: 72px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .solution-section1 h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .solution-section1 h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .solution-section1 h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .solution-section1 .tit {
          font-size: 36px;
          color: #333;
          margin: 0 0 70px;
        }
        @media (max-width: 1440px) {
          .solution-section1 .tit {
            font-size: 25px;
          }
        }
        @media (max-width: 767px) {
          .solution-section1 .tit {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .solution-section1 .tit {
            font-size: 18px;
            /* text-align: center; */
            margin: 0 0 30px;
          }
        }
        .solution-section1 .secbanner {
          position: relative;
        }
        @media (max-width: 767px) {
          .solution-section1 .secbanner {
            height: 280px;
            overflow: hidden;
          }
        }
        @media (max-width: 575px) {
          .solution-section1 .secbanner {
            height: 250px;
          }
        }
        .solution-section1 .secbanner .itembanner {
          width: 100%;
        }
        @media (max-width: 767px) {
          .solution-section1 .secbanner .itembanner {
            width: auto;
            height: 100%;
          }
        }
        .solution-section1 .secbanner .info {
          position: absolute;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          flex-direction: column;
          padding: 0 0 0 95px;
        }
        @media (max-width: 1199px) {
          .solution-section1 .secbanner .info {
            padding: 0 0 0 50px;
          }
        }
        @media (max-width: 767px) {
          .solution-section1 .secbanner .info {
            padding: 0 0 0 30px;
          }
        }
        .solution-section1 .secbanner h4 {
          font-size: 60px;
          color: #1d2d68;
          font-weight: bold;
          margin: 0 0 3px;
        }
        @media (max-width: 1199px) {
          .solution-section1 .secbanner h4 {
            font-size: 40px;
          }
        }
        @media (max-width: 767px) {
          .solution-section1 .secbanner h4 {
            font-size: 25px;
          }
        }
        .solution-section1 .secbanner .des {
          position: relative;
          font-size: 48px;
          color: #333;
          margin: 0 0 78px;
        }
        @media (max-width: 1199px) {
          .solution-section1 .secbanner .des {
            font-size: 30px;
            margin: 0 0 50px;
          }
        }
        @media (max-width: 767px) {
          .solution-section1 .secbanner .des {
            font-size: 20px;
          }
        }
        .solution-section1 .secbanner .des:after {
          content: "";
          position: absolute;
          width: 56px;
          height: 4px;
          background: #1d2d68;
          left: 0;
          bottom: -40px;
        }
        @media (max-width: 1199px) {
          .solution-section1 .secbanner .des:after {
            width: 40px;
            height: 3px;
            bottom: -25px;
          }
        }
        .solution-section1 .secbanner .checksec {
          display: flex;
          margin: 0 0 45px;
        }
        @media (max-width: 1199px) {
          .solution-section1 .secbanner .checksec {
            margin: 0 0 30px;
          }
        }
        @media (max-width: 991px) {
          .solution-section1 .secbanner .checksec {
            margin: 0 0 15px;
          }
        }
        .solution-section1 .secbanner .checksec .item {
          display: flex;
          align-items: center;
          margin: 0 20px 0 0;
        }
        .solution-section1 .secbanner .checksec .item img {
          width: 23px;
          margin: 0 6px 0 0;
        }
        .solution-section1 .secbanner .checksec .item span {
          font-size: 20px;
          color: #333;
        }
        @media (max-width: 767px) {
          .solution-section1 .secbanner .checksec .item span {
            font-size: 16px;
          }
        }
        .solution-section1 .secbanner .smdes {
          font-size: 14px;
          color: rgba(51, 51, 51, 0.5);
        }
        .solution-section2 {
          margin: 0 0 120px;
        }
        @media (max-width: 1199px) {
          .solution-section2 {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .solution-section2 {
            margin: 0 0 30px;
          }
        }
        .solution-section2 .secflex {
          display: flex;
          justify-content: space-between;
        }
        @media (max-width: 991px) {
          .solution-section2 .secflex {
            flex-direction: column;
          }
        }
        .solution-section2 .secflex .leftbox h2 {
          font-size: 72px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .solution-section2 .secflex .leftbox h2 {
            font-size: 50px;
          }
        }
        @media (max-width: 767px) {
          .solution-section2 .secflex .leftbox h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .solution-section2 .secflex .leftbox h2 {
            font-size: 25px;
            /* text-align: center; */
          }
        }
        .solution-section2 .secflex .leftbox .tit {
          font-size: 36px;
          color: #333;
          margin: 0 0 70px;
        }
        @media (max-width: 1440px) {
          .solution-section2 .secflex .leftbox .tit {
            font-size: 25px;
          }
        }
        @media (max-width: 991px) {
          .solution-section2 .secflex .leftbox .tit {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .solution-section2 .secflex .leftbox .tit {
            font-size: 18px;
            /* text-align: center; */
            margin: 0 0 20px;
          }
        }
        .solution-section2 .secflex .rightbox {
          flex: 0 0 1014px;
          min-width: 1014px;
        }
        @media (max-width: 1710px) {
          .solution-section2 .secflex .rightbox {
            flex: 0 0 800px;
            min-width: 800px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section2 .secflex .rightbox {
            flex: 0 0 540px;
            min-width: 540px;
          }
        }
        @media (max-width: 991px) {
          .solution-section2 .secflex .rightbox {
            flex: inherit;
            min-width: inherit;
          }
        }
        .solution-section2 .secflex .rightbox .des {
          font-size: 16px;
          color: #666;
          line-height: 1.8;
          margin: 0 0 110px;
        }
        @media (max-width: 1710px) {
          .solution-section2 .secflex .rightbox .des {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section2 .secflex .rightbox .des {
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .solution-section2 .secflex .rightbox .des {
            margin: 0 0 20px;
          }
        }
        .solution-section2 .secflex .rightbox .icoflexbox {
          overflow: hidden;
        }
        .solution-section2 .secflex .rightbox .icoflexbox .box-row {
          margin: 0 -27px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 1710px) {
          .solution-section2 .secflex .rightbox .icoflexbox .box-row {
            margin: 0 -15px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section2 .secflex .rightbox .icoflexbox .box-row {
            margin: 0 -5px;
          }
        }
        .solution-section2 .secflex .rightbox .icoflexbox .box-col {
          flex: 0 0 14.28%;
          min-width: 14.28%;
          padding: 0 27px;
        }
        @media (max-width: 1710px) {
          .solution-section2 .secflex .rightbox .icoflexbox .box-col {
            padding: 0 15px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section2 .secflex .rightbox .icoflexbox .box-col {
            padding: 0 5px;
          }
        }
        @media (max-width: 575px) {
          .solution-section2 .secflex .rightbox .icoflexbox .box-col {
            flex: 0 0 25%;
            min-width: 25%;
            margin: 0 0 15px;
          }
        }
        .solution-section2 .secflex .rightbox .icoflexbox .itemico {
          width: 100%;
          height: 85px;
          border-radius: 10px;
          border: 1px solid #c8c8c8;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 0 12px;
        }
        .solution-section2 .secflex .rightbox .icoflexbox .itemico img{
          width: 45%;
        }
        @media (max-width: 1199px) {
          .solution-section2 .secflex .rightbox .icoflexbox .itemico {
            height: 65px;
            margin: 0 0 8px;
          }
        }
        @media (max-width: 1710px) {
          .solution-section2 .secflex .rightbox .icoflexbox .itemico img {
            width: 40%;
          }
        }
        .solution-section2 .secflex .rightbox .icoflexbox .tit {
          font-size: 18px;
          color: #333;
          text-align: center;
        }
        @media (max-width: 1710px) {
          .solution-section2 .secflex .rightbox .icoflexbox .tit {
            font-size: 16px;
          }
        }
        @media (max-width: 575px) {
          .solution-section2 .secflex .rightbox .icoflexbox .tit {
            font-size: 14px;
          }
        }
        .solution-section3 {
          margin: 0 0 120px;
        }
        @media (max-width: 1199px) {
          .solution-section3 {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .solution-section3 {
            margin: 0 0 30px;
          }
        }
        .solution-section3 .flexbox {
          overflow: hidden;
        }
        .solution-section3 .flexbox .box-row {
          margin: 0 -6px;
          display: flex;
          flex-wrap: wrap;
        }
        .solution-section3 .flexbox .box-col {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 6px;
          margin: 0;
        }
        .solution-section3 .flexbox .out-col {
          margin: 0 0 12px;
        }
        @media (max-width: 575px) {
          .solution-section3 .flexbox .out-col {
            flex: 0 0 100%;
            min-width: 100%;
          }
        }
        .solution-section3 .flexbox .item {
          overflow: hidden;
        }
        .solution-section3 .flexbox .item img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.3s;
        }
        .solution-section3 .flexbox .item:hover img {
          transform: scale(1.1);
        }
        .solution-section4 {
          margin: 0 0 120px;
        }
        @media (max-width: 1199px) {
          .solution-section4 {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .solution-section4 {
            margin: 0 0 30px;
          }
        }
        .solution-section4 > .container {
          position: relative;
        }
        .solution-section4 .head {
          position: absolute;
          left: 0;
          top: 0;
          padding: 75px 38px;
          background: #1d2d68;
        }
        @media (max-width: 1710px) {
          .solution-section4 .head {
            padding: 40px 20px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section4 .head {
            position: static;
            background: #fff;
            padding: 0;
          }
        }
        .solution-section4 h2 {
          font-size: 60px;
          color: #fff;
          font-family: "BEBAS";
          margin: 0 0 20px;
          line-height: 1;
        }
        @media (max-width: 1710px) {
          .solution-section4 h2 {
            font-size: 45px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section4 h2 {
            color: #1d2d68;
            text-align: center;
          }
        }
        @media (max-width: 767px) {
          .solution-section4 h2 {
            margin: 0 0 15px;
          }
        }
        @media (max-width: 575px) {
          .solution-section4 h2 {
            font-size: 25px;
            /* text-align: center; */
            text-align: left;
          }
        }
        .solution-section4 .tit {
          font-size: 30px;
          color: #fff;
        }
        @media (max-width: 1710px) {
          .solution-section4 .tit {
            font-size: 25px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section4 .tit {
            color: #333;
            margin: 0 0 40px;
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .solution-section4 .tit {
            font-size: 18px;
            /* text-align: center; */
            margin: 0 0 30px;
            text-align: left;
          }
        }
        .solution-section4 .secprocess {
          margin: 0 0 0 auto;
          width: 1290px;
        }
        @media (max-width: 1710px) {
          .solution-section4 .secprocess {
            width: 1100px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section4 .secprocess {
            width: 100%;
          }
        }
        .solution-section4 .secprocess img {
          width: 100%;
        }
        .solution-section5-tabs {
          display: flex;
        }
        .solution-section5-tabs a {
          flex: 1;
          background: #f2f2f2;
          transition: 0.3s;
          height: 60px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 24px;
          color: #333;
        }
        @media (max-width: 1199px) {
          .solution-section5-tabs a {
            font-size: 20px;
          }
        }
        @media (max-width: 991px) {
          .solution-section5-tabs a {
            font-size: 16px;
            height: 50px;
          }
        }
        @media (max-width: 767px) {
          .solution-section5-tabs a {
            flex: auto;
            font-size: 14px;
          }
        }
        @media (max-width: 575px) {
          .solution-section5-tabs a {
            font-size: 12px;
            height: 40px;
          }
        }
        .solution-section5-tabs a.active {
          background: #1d2d68;
          color: #fff;
        }
        .solution-section5-swiper .item {
          display: flex;
          align-items: center;
          padding: 80px 0 120px;
        }
        @media (max-width: 1199px) {
          .solution-section5-swiper .item {
            padding: 60px 0;
          }
        }
        @media (max-width: 767px) {
          .solution-section5-swiper .item {
            padding: 30px 0;
          }
        }
        @media (max-width: 991px) {
          .solution-section5-swiper .item {
            flex-direction: column;
          }
        }
        .solution-section5-swiper .item .img-box {
          flex: 1;
        }
        @media (max-width: 991px) {
          .solution-section5-swiper .item .img-box {
            max-width: 550px;
            flex: inherit;
            margin: 0 0 30px;
          }
        }
        .solution-section5-swiper .item .img-box img {
          width: 100%;
        }
        .solution-section5-swiper .item .info {
          flex: 1;
          padding: 0 0 0 80px;
        }
        @media (max-width: 1199px) {
          .solution-section5-swiper .item .info {
            padding: 0 0 0 40px;
          }
        }
        @media (max-width: 991px) {
          .solution-section5-swiper .item .info {
            padding: 0;
          }
        }
        .solution-section5-swiper .item .info h2 {
          font-size: 60px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 28px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .solution-section5-swiper .item .info h2 {
            font-size: 50px;
            margin: 0 0 20px;
          }
        }
        @media (max-width: 991px) {
          .solution-section5-swiper .item .info h2 {
            margin: 0 0 15px;
            font-size: 40px;
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .solution-section5-swiper .item .info h2 {
            font-size: 25px;
            text-align: left;
          }
        }
        .solution-section5-swiper .item .info .tit {
          font-size: 30px;
          color: #333;
          margin: 0 0 70px;
        }
        @media (max-width: 1440px) {
          .solution-section5-swiper .item .info .tit {
            font-size: 25px;
            margin: 0 0 30px;
          }
        }
        @media (max-width: 991px) {
          .solution-section5-swiper .item .info .tit {
            font-size: 20px;
            text-align: center;
            margin: 0 0 20px;
          }
        }
        @media (max-width: 575px) {
          .solution-section5-swiper .item .info .tit {
            font-size: 18px;
            margin: 0 0 20px;
            text-align: left;
          }
        }
        .solution-section5-swiper .item .info .des {
          font-size: 14px;
          color: #666;
          line-height: 1.8;
        }
        @media (max-width: 991px) {
          .solution-section5-swiper .item .info .des {
            text-align: center;
          }
        }
        .solution-section6 {
          padding: 120px 0;
          margin: 0 0 120px;
          background: #fbfbfb;
        }
        @media (max-width: 1440px) {
          .solution-section6 {
            padding: 80px 0;
            margin: 0 0 80px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section6 {
            padding: 60px 0;
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .solution-section6 {
            padding: 40px 0;
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .solution-section6 {
            padding: 30px 0;
          }
        }
        .solution-section6 .secflexbox {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .solution-section6 .secflexbox .leftbox {
          flex: 1;
          max-width: 935px;
        }
        @media (max-width: 1440px) {
          .solution-section6 .secflexbox .leftbox {
            max-width: 810px;
          }
        }
        @media (max-width: 1199px) {
          .solution-section6 .secflexbox .leftbox {
            max-width: inherit;
          }
        }
        .solution-section6 .secflexbox .leftbox h2 {
          font-size: 60px;
          color: #1d2d68;
          font-family: "BEBAS";
          margin: 0 0 28px;
          line-height: 1;
        }
        @media (max-width: 1440px) {
          .solution-section6 .secflexbox .leftbox h2 {
            font-size: 50px;
            margin: 0 0 20px;
          }
        }
        @media (max-width: 991px) {
          .solution-section6 .secflexbox .leftbox h2 {
            margin: 0 0 15px;
            font-size: 40px;
            text-align: center;
          }
        }
        @media (max-width: 575px) {
          .solution-section6 .secflexbox .leftbox h2 {
            font-size: 25px;
            text-align: left;
          }
        }
        .solution-section6 .secflexbox .leftbox .tit {
          font-size: 30px;
          color: #333;
          margin: 0 0 90px;
        }
        @media (max-width: 1440px) {
          .solution-section6 .secflexbox .leftbox .tit {
            font-size: 25px;
            margin: 0 0 60px;
          }
        }
        @media (max-width: 991px) {
          .solution-section6 .secflexbox .leftbox .tit {
            font-size: 20px;
            text-align: center;
            margin: 0 0 40px;
          }
        }
        @media (max-width: 575px) {
          .solution-section6 .secflexbox .leftbox .tit {
            font-size: 18px;
            margin: 0 0 30px;
            text-align: left;
          }
        }
        .solution-section6 .secflexbox .leftbox .flexbox {
          overflow: hidden;
        }
        .solution-section6 .secflexbox .leftbox .flexbox .box-row {
          margin: 0 -33px;
          display: flex;
          flex-wrap: wrap;
        }
        @media (max-width: 1710px) {
          .solution-section6 .secflexbox .leftbox .flexbox .box-row {
            margin: 0 -15px;
          }
        }
        .solution-section6 .secflexbox .leftbox .flexbox .box-col {
          flex: 0 0 50%;
          min-width: 50%;
          padding: 0 33px;
          margin: 0 0 60px;
        }
        @media (max-width: 1710px) {
          .solution-section6 .secflexbox .leftbox .flexbox .box-col {
            padding: 0 15px;
            margin: 0 0 30px;
          }
        }
        @media (max-width: 575px) {
          .solution-section6 .secflexbox .leftbox .flexbox .box-col {
            flex: 0 0 100%;
            min-width: 100%;
          }
        }
        .solution-section6 .secflexbox .leftbox .flexbox .item {
          display: flex;
        }
        .solution-section6 .secflexbox .leftbox .flexbox .item .ico {
          flex: 0 0 73px;
          min-width: 73px;
          height: 64px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 10px;
          border: 1px solid #c8c8c8;
          margin: 0 24px 0 0;
        }
        @media (max-width: 575px) {
          .solution-section6 .secflexbox .leftbox .flexbox .item .ico {
            margin: 0 15px 0 0;
          }
        }
        .solution-section6 .secflexbox .leftbox .flexbox .item .info h4 {
          font-size: 18px;
          color: #1d2d68;
          margin: 0 0 16px;
        }
        @media (max-width: 575px) {
          .solution-section6 .secflexbox .leftbox .flexbox .item .info h4 {
            font-size: 16px;
            margin: 0 0 12px;
          }
        }
        .solution-section6 .secflexbox .leftbox .flexbox .item .info .des {
          font-size: 14px;
          color: #666;
          line-height: 1.8;
        }
        @media (max-width: 1710px) {
          .solution-section6 .secflexbox .leftbox .flexbox .item .info .des {
            line-height: 1.5;
          }
        }
        .solution-section6 .secflexbox .rightbox {
          position: relative;
          overflow: hidden;
          flex: 0 0 554px;
          min-width: 554px;
        }
        @media (max-width: 1710px) {
          .solution-section6 .secflexbox .rightbox {
            flex: 0 0 390px;
            min-width: 390px;
            margin: 0 0 0 40px;
          }
        }
        @media (max-width: 1440px) {
          .solution-section6 .secflexbox .rightbox {
            flex: 0 0 300px;
            min-width: 300px;
            height: 470px;
            margin: 0;
          }
        }
        @media (max-width: 1199px) {
          .solution-section6 .secflexbox .rightbox {
            display: none;
          }
        }
        .solution-section6 .secflexbox .rightbox img {
          width: 100%;
        }
        @media (max-width: 1440px) {
          .solution-section6 .secflexbox .rightbox img {
            height: 100%;
            object-fit: cover;
          }
        }
        .solution-section7 .head {
          border: 0;
          padding: 0;
          margin: 0 0 40px;
        }
        @media (max-width: 767px) {
          .solution-section7 .head {
            margin: 0 0 30px;
          }
        }
        .solution-section7 .parameter-box {
          margin: 0 0 120px;
        }
        @media (max-width: 1199px) {
          .solution-section7 .parameter-box {
            margin: 0 0 80px;
            height: 260px;
            padding: 0 0 15px;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
          }
        }
        @media (max-width: 1199px) {
          .solution-section7 .parameter-box.app-view {
            height: 225px;
          }
        }
        @media (max-width: 991px) {
          .solution-section7 .parameter-box {
            margin: 0 0 60px;
          }
        }
        @media (max-width: 767px) {
          .solution-section7 .parameter-box {
            margin: 0 0 30px;
          }
        }
       
        .maskfadeUp {
          display: block;
          background-color: #1d2d68;
          z-index: 1;
          -webkit-transition: -webkit-transform 1.2s 0.5s;
          transition: transform 1.2s 0.5s;
        }
        .maskfadeUp {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
        }
        .maskfadeUp.animated {
          -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
        }
        
  /*new*/
  .home-section7 {
      padding: 80px 0;
    }
    @media (max-width: 1440px) {
      .home-section7 {
        padding: 80px 0;
      }
    }
    @media (max-width: 1199px) {
      .home-section7 {
        padding: 60px 0;
      }
    }
    @media (max-width: 767px) {
      .home-section7 {
        padding: 40px 0;
      }
    }
    @media (max-width: 575px) {
      .home-section7 {
        padding: 30px 0;
      }
    }
    .home-section7 .flexbox {
      display: flex;
    }
    @media (max-width: 767px) {
      .home-section7 .flexbox {
        flex-direction: column;
      }
    }
    .home-section7 .flexbox .leftbox {
      flex: 0 0 288px;
      min-width: 288px;
      margin: 0 80px 0 0;
    }
    @media (max-width: 1440px) {
      .home-section7 .flexbox .leftbox {
        margin: 0 40px 0 0;
        flex: 0 0 250px;
        min-width: 250px;
      }
    }
    @media (max-width: 991px) {
      .home-section7 .flexbox .leftbox {
        margin: 0 30px 0 0;
        flex: 0 0 220px;
        min-width: 220px;
      }
    }
    @media (max-width: 767px) {
      .home-section7 .flexbox .leftbox {
        flex: inherit;
        min-width: inherit;
        margin: 0;
      }
    }
    .home-section7 .flexbox .leftbox h2 {
      font-size: 72px;
      color: #1d2d68;
      font-family: "BEBAS";
      margin: 0 0 20px;
      line-height: 1;
    }
    @media (max-width: 1440px) {
      .home-section7 .flexbox .leftbox h2 {
        font-size: 50px;
      }
    }
    @media (max-width: 767px) {
      .home-section7 .flexbox .leftbox h2 {
        margin: 0 0 15px;
      }
    }
    @media (max-width: 575px) {
      .home-section7 .flexbox .leftbox h2 {
        font-size: 25px;
        /* text-align: center; */
      }
    }
    .home-section7 .flexbox .leftbox .tit {
      font-size: 36px;
      color: #333;
      margin: 0 0 35px;
    }
    @media (max-width: 1440px) {
      .home-section7 .flexbox .leftbox .tit {
        font-size: 25px;
      }
    }
    @media (max-width: 767px) {
      .home-section7 .flexbox .leftbox .tit {
        margin: 0 0 20px;
      }
    }
    @media (max-width: 575px) {
      .home-section7 .flexbox .leftbox .tit {
        font-size: 18px;
        /* text-align: center; */
        margin: 0 0 10px;
      }
    }
    .home-section7 .flexbox .rightbox {
      flex: 1;
      overflow: hidden;
    }
    @media (max-width: 767px) {
      .home-section7-tabs {
        display: flex;
      }
    }

    @media (max-width: 991px) {
      .home-section7-tabs a {
        height: 50px;
        font-size: 16px;
      }
    }
    @media (max-width: 767px) {
      .home-section7-tabs a {
        flex: 1;
        margin: 0;
      }
    }
    @media (max-width: 575px) {
      .home-section7-tabs a {
        font-size: 14px;
        height: 40px;
      }
    }
    .home-section7-tabs a:last-child {
      margin: 0;
    }
    .home-section7-tabs a.active {
      background: #ffd944;
      color: #fff;
    }
    .home-section7-swiper {
      width: 100%;
    }
    .home-section7-swiper .slideflex {
      display: flex;
      align-items: stretch;
    }
    .home-section7-swiper .slideflex .img-box {
      position: relative;
      overflow: hidden;
      flex: 0 0 36%;
      min-width: 36%;
      height: auto;
      margin: 0 80px 0 0;
    }
    @media (max-width: 1440px) {
      .home-section7-swiper .slideflex .img-box {
        flex: 0 0 35%;
        min-width: 35%;
        margin: 0 30px 0 0;
      }
    }
    @media (max-width: 1199px) {
      .home-section7-swiper .slideflex .img-box {
        display: none;
      }
    }
    .home-section7-swiper .slideflex .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .home-section7-swiper .slideflex .newsList {
      overflow: hidden;
    }
    .home-section7-swiper .slideflex .newsList .item a {
      display: flex;
      align-items: center;
      padding: 40px 45px;
      border-bottom: 1px solid #eee;
      transition: 0.3s;
    }
    @media (max-width: 1710px) {
      .home-section7-swiper .slideflex .newsList .item a {
        padding: 20px 30px;
      }
    }
    @media (max-width: 991px) {
      .home-section7-swiper .slideflex .newsList .item a {
        padding: 20px;
      }
    }
    @media (max-width: 575px) {
      .home-section7-swiper .slideflex .newsList .item a {
        padding: 15px 0;
      }
    }
    .home-section7-swiper .slideflex .newsList .item .date {
      margin: 0 40px 0 0;
    }
    @media (max-width: 1440px) {
      .home-section7-swiper .slideflex .newsList .item .date {
        margin: 0 20px 0 0;
      }
    }
    @media (max-width: 575px) {
      .home-section7-swiper .slideflex .newsList .item .date {
        margin: 0 15px 0 0;
      }
    }
    .home-section7-swiper .slideflex .newsList .item .date .day {
      font-size: 60px;
      color: #666;
      margin: 0 0 3px;
      line-height: 1;
      text-align: center;
      font-family: "BEBAS";
      transition: 0.3s;
    }
    @media (max-width: 1440px) {
      .home-section7-swiper .slideflex .newsList .item .date .day {
        font-size: 45px;
      }
    }
    @media (max-width: 991px) {
      .home-section7-swiper .slideflex .newsList .item .date .day {
        font-size: 35px;
      }
    }
    @media (max-width: 575px) {
      .home-section7-swiper .slideflex .newsList .item .date .day {
        font-size: 30px;
      }
    }
    .home-section7-swiper .slideflex .newsList .item .date .time {
      font-size: 16px;
      color: #666;
      text-align: center;
      font-family: "BEBAS";
      transition: 0.3s;
    }
    @media (max-width: 991px) {
      .home-section7-swiper .slideflex .newsList .item .date .time {
        font-size: 14px;
      }
    }
    @media (max-width: 575px) {
      .home-section7-swiper .slideflex .newsList .item .date .time {
        font-size: 12px;
      }
    }
    .home-section7-swiper .slideflex .newsList .item .info {
      flex: 1;
      overflow: hidden;
    }
    .home-section7-swiper .slideflex .newsList .item .info h4 {
      font-size: 20px;
      color: #333;
      margin: 0 0 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: 0.3s;
    }
    @media (max-width: 1440px) {
      .home-section7-swiper .slideflex .newsList .item .info h4 {
        font-size: 18px;
        margin: 0 0 8px;
      }
    }
    @media (max-width: 991px) {
      .home-section7-swiper .slideflex .newsList .item .info h4 {
        font-size: 16px;
        margin: 0 0 5px;
      }
    }
    .home-section7-swiper .slideflex .newsList .item .info .des {
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 1.8;
      max-height: 50px;
    }
    @media (max-width: 575px) {
      .home-section7-swiper .slideflex .newsList .item .info .des {
        line-height: 1.5;
        color: #999;
        max-height: 41px;
      }
    }
    .home-section7-swiper .slideflex .newsList .item a:hover {
      background: #f7f7f7;
    }
    .home-section7-swiper .slideflex .newsList .item a:hover .date .day,
    .home-section7-swiper .slideflex .newsList .item a:hover .date .time {
      color: #1d2d68;
    }
    .home-section7-swiper .slideflex .newsList .item a:hover .info h4 {
      color: #000;
    }
  .home-section7 .leftbox h2 {
      font-size: 4.5rem;
      color: #25387d;
      font-family: "BEBAS";
      margin: 0 0 20px;
      line-height: 1;
  }
  .home-section7 .leftbox p {
      color: #333;
      font-size: 2.25rem;
  }
  .home-section7-tabs a {
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0 15px;
      background: #e5e5e5;
      color: #333;
      font-size: 1.25rem;
      transition: 0.3s;
      border-radius: 5px;
  }
  .home-section7-tabs a.active {
      background: #ffd944;
      color: #fff;
  }
  .home-section7 {
      padding: 20px 0;
  }
  .home-section7 .flexbox {
      display: flex;
  }
  .home-section7 .flexbox .leftbox {
      flex: 0 0 288px;
      min-width: 288px;
      margin: 0 80px 0 0;
  }
  .home-section7 .flexbox .rightbox {
      flex: 1;
      overflow: hidden;
  }
  .maskfadeUp.animated {
      -webkit-transform: translateY(-101%);
      transform: translateY(-101%);
  }
  .maskfadeUp {
      display: block;
      background-color: #1d2d68;
      z-index: 1;
      -webkit-transition: -webkit-transform 1.2s 0.5s;
      transition: transform 1.2s 0.5s;
  }
  .maskfadeUp {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
  }
  .home-section7-tabs {
    margin: 32% 0 52%;
}
.home-section7 .flexbox .leftbox span:after {
    content: "";
    background: url(../images/new-more.png) no-repeat center center;
    position: absolute;
    width: 40px;
    height: 9px;
    left: 10%;
    margin-top: 2px;
}
  /*new end*/
  
  
  