
.wp1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.wp1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.main-zwj {
  line-height: 1.3;
}
.zwj-gtit1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.zwj-gtit2 {
  font-size: 42px;
  text-align: center;
  color: #fff;
}
.zwj-rowst7 {
  position: relative;
}
.zwj-rowst7 .bg {
  display: block;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}
.zwj-rowst7 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.zwj-rowst7 .tit {
  font-size: 56px;
  margin-bottom: 16px;
}
.zwj-rowst7 .desc {
  font-size: 24px;
  margin-bottom: 26px;
}
.zwj-rowst7 .more {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
  background: #0074fc;
  padding: 11px 40px;
  border-radius: 100px;
  font-family: Poppins-Medium;
  line-height: 1.75;
}
.zwj-rowst7 .more:hover {
  color: #fff;
  background: linear-gradient(92.75deg, #00a1fc 1.87%, #0074fc 91.88%);
  /* opacity: 0.8; */
}
.zwj-tabst1 {
  text-align: center;
  border-bottom: 1px solid #f1f4f7;
  margin-bottom: 80px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.zwj-tabst1::-webkit-scrollbar {
  height: 1px; /* 水平滚动条高度 */
  background-color: #f1f1f1; /* 滚动条背景色 */
  }
  
  .zwj-tabst1::-webkit-scrollbar-thumb {
  background-color: #888; /* 滑块颜色 */
  border-radius: 5px; /* 滑块圆角 */
  }
  
  .zwj-tabst1::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 悬停时滑块颜色 */
  }
.zwj-tabst1 li {
  display: inline-block;
  vertical-align: middle;
}
.zwj-tabst1 .con {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  line-height: 80px;
  font-size: 24px;
  transition: 0.3s;
  color: #1e2128;
}
.zwj-tabst1 .icon{
  width: 48px;
  margin-right: 10px;
}
.zwj-tabst1 .con:hover,
.zwj-tabst1 .on .con{
  color: #0074fc;
}
.zwj-tabst1 .con::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #0074fc;
  content: "";
  transition: 0.3s;
  opacity: 0;
}
.zwj-tabst1 .on .con::after {
  opacity: 1;
}
.gmore-st{
  width: 166px;
  line-height: 42px;
  display: block;
  margin: 32px auto 0;
  border-radius: 100px;
  border: 1px solid #CBD2D9;
  font-size: 16px;
  color: #1E2128;
  text-align: center;
  transition: .3s;
}
.gmore-st:hover{
 color: #0074fc;
  border-color: #0074fc;
}
@media only screen and (min-width: 1199px) and (max-width: 0) {
  /* .wp1200 {
    max-width: 80vw;
    margin: 0 auto;
  } */
  .wp1440 {
    max-width: 96vw;
    margin: 0 auto;
  }
  .main-zwj {
    line-height: 1.3;
  }
  .zwj-gtit1 {
    font-size: 2.666vw;
  }
  .zwj-gtit2 {
    font-size: 2.8vw;
  }
  .zwj-rowst7 {
  }
  .zwj-rowst7 .bg {
    min-height: 20vw;
    object-fit: cover;
  }
  .zwj-rowst7 .txt {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .zwj-rowst7 .tit {
    font-family: "Inter";
    font-weight: 600;
    font-size: 2.4vw;
    margin-bottom: 1.066vw;
  }
  .zwj-rowst7 .desc {
    font-size: 1.066vw;
    margin-bottom: 1.733vw;
  }
  .zwj-rowst7 .more {
    line-height: 2.8vw;
    font-size: 1.066vw;
    transition: 0.3s;
    background: #0074fc;
    padding: 0 1.333vw;
    border-radius: 6.666vw;
  }
  .zwj-tabst1 {
    border-bottom: 1px solid #f1f4f7;
    margin-bottom: 5.333vw;
  }
  .zwj-tabst1 li {
  }
  .zwj-tabst1 .con {
    padding: 0 1.6vw;
    line-height: 5.333vw;
    font-size: 1.066vw;
    transition: 0.3s;
  }
  .zwj-tabst1 .on .con,
  .zwj-tabst1 .con:hover {
  }
  .zwj-tabst1 .con::after {
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    transition: 0.3s;
    opacity: 0;
  }
  .zwj-tabst1 .on .con::after {
    opacity: 1;
  }
  }
  @media only screen and (max-width: 1199px) {
    .wp1440,.wp1200{
      max-width: 100%;
      padding: 0 24px;
    }
    .zwj-rowst7 .tit{
      font-size: 20px;
      margin-bottom: 8px;
    }
    .zwj-rowst7 .desc{
      font-size: 14px;
      margin-bottom: 10px;
    }
    .zwj-rowst7 .bg{
      min-height: 200px;
    }
    .zwj-rowst7 .more{
      font-size: 14px;
      line-height: 32px;
    }
    .zwj-gtit2,
    .zwj-gtit1{
      font-size: 22px;
    }
    .zwj-tabst1 .con{
      line-height: 50px;
      padding: 0 10px;
    }
    .zwj-tabst1{
      margin-bottom: 30px;
      white-space: nowrap;
      overflow-x: auto;
    }
  }
  @media only screen and (max-width: 959px) {}
  @media only screen and (max-width: 767px) {
    .zwj-tabst1 .con::after{
      bottom: 0;
    }
    .gmore-st{
      width: 100px;
      line-height: 35px;
      font-size: 14px;
      margin: 28px auto;
    }
  }