.cb-up {
  position: absolute;
  left: 14%;
  bottom: 145px;
  cursor: pointer;
}

.cb-down {
  position: absolute;
  left: calc(14% + 57px);
  bottom: 145px;
  cursor: pointer;
}

.cb-up > .noricon,
.cb-down > .noricon {
  width: 42px;
  height: 42px;
}

/* 轮播图数字切换 */
.carousel-nums {
  display: flex;
  align-items: flex-end;
  column-gap: 50px;
  position: absolute;
  left: 14% !important;
  bottom: 30px !important;
  z-index: 999;
}
.carousel-d {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.carousel-dline {
  width: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}
.carousel-dnum {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  line-height: 42px;
  opacity: 0.2;
}
.carousel-d.active .carousel-dline,
.carousel-d.active .carousel-dnum {
  opacity: 1;
}

.new-t {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #333333;
  letter-spacing: 1.67px;
  font-weight: 600;
}

.wecando-item-hidden {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 165px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 330px;
  min-width: 100px;
  padding: 20px 20px 0px 20px;
  background-image: url("/public/image/img-wecando-bg备份@2x.png");
  background-size: cover;
}

.business-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/img-business-bg@2x.png");
}

.o2o-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/img-O2O-bg@2x.png");
}

.education-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/icon-online_education-bg@2x.png");
}

.socialize-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/img-social-contact-bg@2x.png");
}

.finance-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/img-online-finance-bg@2x.png");
}

.bigData-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/img-big-data-bg@2x.png");
}

.InternetOfThings-bg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/img-Internet_of_things-bg@2x.png");
}

@font-face {
  font-family: "AlimamaShuHeiTi-Bold";
  src: url("/public/fontfamily/AlimamaShuHeiTi-Bold.ttf") format("truetype");
}

body,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.Dashed-separate {
  margin: 49px 0;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  width: 100%;
}

.lr-radius {
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  line-height: 50px;
  border: solid 1px #ffffff;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 30px;
}

.lr-radius img {
  display: inline-block;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 5px;
}

.small-separato-horizontalr {
  width: 40px;
  border: solid 2px #ffffff;
}

.small-separato-vertical {
  height: 15px;
  width: 1px;
  background-color: #ffffff;
  opacity: 0.35;
  margin: 0 22px;
}

.header-nav,
.header-nav .navbar-brand {
  color: #ffffff;
}

.radius-bt {
  width: 50px;
  height: 50px;
}

@-webkit-keyframes move_eye {
  from {
    margin-top: 0px;
  }

  to {
    margin-top: 10px;
  }
}

@keyframes move_eye {
  from {
    margin-top: 0px;
  }

  to {
    margin-top: 10px;
  }
}

.carousel-indicators {
  left: auto;
  right: 57px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.carousel .carousel-indicators > div {
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
  /* border: none; */
  /* background: #FFFFFF; */
  background-color: transparent;
  position: relative;
}

.carousel .carousel-indicators button.active::before {
  content: "";
  /* width: 30px;
  height: 30px; */
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-inner {
  width: 100%;
}

.carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-inner .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 768px) {
  /*首页轮播图背景自定义区域*/

  .carousel-item {
    /* height: 240px; */
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .carousel-inner .carousel-item img {
    width: auto;
    /* height: 500px; */
    position: absolute;
    top: 0;
    left: 0;
  }

  .carousel-indicators {
    right: 20px;
  }

  .carousel-nums {
    column-gap: 24px;
  }
}

.carousel-container {
  position: relative;
}

.carousel-container-text {
  color: #ffffff;
  position: absolute;
  top: 34%;
  left: 14%;
  display: flex;
  flex-direction: row;
  width: 690px;
}

.carousel-container-text > div:nth-of-type(1) {
  font-size: 160px;
  font-weight: 600;
}

.carousel-container-text > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-container-text > div:nth-of-type(2) > p:nth-of-type(1) {
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 80px;
  font-weight: 600;
  padding-bottom: 20px;
}

.carousel-container-text > div:nth-of-type(2) > p:nth-of-type(2) {
  font-size: 30px;
  font-weight: 600;
}

.carousel-container-text.carousel-container-text-twenty {
  color: #ffffff;
  position: absolute;
  top: 33%;
  left: 15%;
  display: flex;
  flex-direction: row;
}

.carousel-container-text.carousel-container-text-twenty
  > div:nth-of-type(2)
  > p:nth-of-type(1) {
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 60px;
  font-weight: 600;
}

.carousel-container-text.carousel-container-text-twenty
  > div:nth-of-type(2)
  > p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .carousel-container-text > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: calc(0.8 * 80px);
  }

  .carousel-container-text > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: calc(0.8 * 30px);
  }

  .carousel-container-text {
    width: calc(0.85 * 657px);
  }

  .carousel-container-text > div:nth-of-type(1) {
    font-size: calc(0.8 * 160px);
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(1) {
    font-size: calc(0.8 * 60px);
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(2) {
    font-size: calc(0.8 * 24px);
  }
}

@media (max-width: 1024px) {
  .carousel-container-text > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: calc(0.6 * 80px);
  }

  .carousel-container-text > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: calc(0.6 * 30px);
  }

  .carousel-container-text {
    width: calc(0.65 * 657px);
  }

  .carousel-container-text > div:nth-of-type(1) {
    font-size: calc(0.6 * 160px);
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(1) {
    font-size: calc(0.6 * 60px);
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(2) {
    font-size: calc(0.6 * 24px);
  }
}

@media (max-width: 768px) {
  .carousel-container-text {
    /* justify-content: center;
    top: 39%;
    left: 50%;
    width: 86%;
    transform: translate(-50%); */
  }

  .carousel-container-text.carousel-container-text-twenty {
    /* justify-content: center;
    top: 30%;
    left: 50%;
    width: 86%;
    transform: translate(-50%); */
  }

  /* .carousel-container-text>div:nth-of-type(2)>p:nth-of-type(1) {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
  }

  .carousel-container-text>div:nth-of-type(2)>p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
  } */

  .carousel-container-text.carousel-container-text-twenty > div:nth-of-type(1) {
    font-size: 80px;
    font-weight: 600;
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(1) {
    font-size: 22px;
    font-weight: 600;
    text-align: start;
    padding-bottom: 5px;
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  .menu-item.is-active > .menu-item__inner:after {
    bottom: 20px;
  }

  .c-layer--nav .menu-item-line {
    bottom: 20px;
  }
}

.zgcon {
  width: 100%;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 20px;
}

.zgbox {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zgitem {
  display: flex;
  align-items: stretch;
}

.zgitem > img {
  width: 48px;
  height: 48px;
  margin-right: 14px;
}

.zg-right {
}

.zgnum {
}

.zgnum > span:nth-of-type(1) {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  line-height: 29px;
}

.zgnum > span:nth-of-type(2) {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  line-height: 22px;
}

.zgtext {
  font-size: 12px;
  color: #333333;
}

@media (max-width: 630px) {
  .zgcon {
    height: 140px;
  }

  .zgitem {
    flex-direction: column;
    align-items: center;
  }

  .zgitem > img {
    margin-right: 0;
  }

  .zg-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.hc20m {
  display: none;
}

@media (max-width: 500px) {
  .carousel-container-text.carousel-container-text-twenty,
  .carousel-container-text {
    width: 80%;
    top: 34%;
    left: 20px;
    text-align: justify;
    /* transform: translateX(-50%); */
  }

  .hc20 {
    display: none;
  }

  .hc20m {
    display: inline;
  }

  .cb-up.cb-down {
    width: 36px;
    height: 36px;
  }

  .cb-up {
    left: 20px;
  }

  .cb-down {
    left: 68px;
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(1) {
    font-size: 36px;
    padding-bottom: 20px;
  }

  .carousel-container-text > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 36px;
  }

  .carousel-container-text > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: 16px;
  }

  .carousel-container-text.carousel-container-text-twenty
    > div:nth-of-type(2)
    > p:nth-of-type(2) {
    font-size: 16px;
  }

  .zgcon {
    height: 110px;
  }

  .zgitem {
    flex-direction: column;
    align-items: center;
  }

  .zgitem > img {
    width: 40px;
    height: 40px;
  }

  .zg-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .zgnum > span:nth-of-type(1) {
    font-size: 16px;
  }
}

/* 我们能做什么 */
.wcdcon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  box-sizing: border-box;
  padding: 0 20px;
}

.wcdtitle {
  font-size: 30px;
  color: #333333;
  letter-spacing: 1.67px;
  text-align: center;
  font-weight: 700;
  line-height: 44px;
}

.wcdbox {
  width: 100%;
  height: 274px;
  max-width: 1400px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 12px;
  background-color: #ffffff;
  margin-top: 30px;
  overflow: hidden;
}
/* 新版 */
.wcdboxn {
  width: 100%;
  /* height: 447px; */
  max-width: 1400px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: hidden;
}

.wcditem {
  width: 25%;
  height: 100%;
  position: relative;
  flex-grow: 0;
  overflow: hidden;
  transition: width 0.6s;
}
.wcditemn {
  width: 100%;
  height: 100%;
  border-radius: 31px;
  position: relative;
  flex-grow: 0;
  overflow: hidden;
  transition: width 0.6s;
}

.wcditemn:nth-child(1),
.wcditemn:nth-child(1) .wcditemn-d {
  background: #82a6e0;
}
.wcditemn:nth-child(2),
.wcditemn:nth-child(2) .wcditemn-d {
  background: #828be0;
}
.wcditemn:nth-child(3),
.wcditemn:nth-child(3) .wcditemn-d {
  background: #eab18f;
}
.wcditemn:nth-child(4),
.wcditemn:nth-child(4) .wcditemn-d {
  background: #84cdbe;
}
.wcditemn:nth-child(5),
.wcditemn:nth-child(5) .wcditemn-d {
  background: #fa8d8d;
}
.wcditemn:nth-child(6),
.wcditemn:nth-child(6) .wcditemn-d {
  background: #96cf9a;
}
.wcditemn:nth-child(7),
.wcditemn:nth-child(7) .wcditemn-d {
  background: #757eca;
}
.wcditemn:nth-child(8),
.wcditemn:nth-child(8) .wcditemn-d {
  background: #e1c180;
}

.wcdboxn.down .wcditemn:nth-child(1),
.wcdboxn.down .wcditemn:nth-child(1) .wcditemn-d {
  background: #fa8d8d;
}
.wcdboxn.down .wcditemn:nth-child(2),
.wcdboxn.down .wcditemn:nth-child(2) .wcditemn-d {
  background: #96cf9a;
}
.wcdboxn.down .wcditemn:nth-child(3),
.wcdboxn.down .wcditemn:nth-child(3) .wcditemn-d {
  background: #757eca;
}
.wcdboxn.down .wcditemn:nth-child(4),
.wcdboxn.down .wcditemn:nth-child(4) .wcditemn-d {
  background: #e1c180;
}

.wcditem-n {
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 16px;
}

.wcditem-u {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* padding-top: 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wcditemn-u {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.wcditemn-n {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 29px;
  margin-top: 55px;
}
.wcditemn-u > img {
  display: block;
  width: 100%;
  margin-top: 28px;
}

.wcditem-i-n {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wcditem-i-n > img {
  width: 70px;
  height: 70px;
}

.wcditem-d {
  width: calc(40vw - 20px);
  max-width: 559px;
  /* width: 100%; */
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  background-color: rgba(124, 189, 38, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.wcditemn-d {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wcditemn-c {
  padding: 24px 20px 0;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 20px;
}

.wcditemn-d > .wcditemn-n {
  text-align: center;
}
.wcditemn-more {
  width: 100px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-sizing: border-box;
  position: absolute;
  bottom: 56px;
  left: 20px;
}
.wcditemn-more > span {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.wcditemn-more > img {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.wcdbox > .wcditem:first-child .wcditem-d {
  border-radius: 12px 0px 0px 12px;
}

.wcdbox > .wcditem:last-child .wcditem-d {
  border-radius: 0px 12px 12px 0px;
}

.wcditem:hover {
  width: 40%;
  flex-shrink: 0;
  /* flex-grow: 1; */
  transition: width 0.6s;
}

.wcditem:hover .wcditem-u {
  display: none;
}

.wcditem:hover .wcditem-d {
  z-index: 1;
}

/* 新版hover */
.wcditemn:hover .wcditemn-u {
  display: none;
}
.wcditemn:hover .wcditemn-d {
  z-index: 1;
}

.wcd-d-n {
  display: flex;
  align-items: center;
}

.wcd-d-n > img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.wcd-d-n > span {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
}

.wcd-d-c {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  margin-top: 12px;
  text-align: justify;
}

.wcdmore {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 35px;
}

.wcdmore > img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.wcdmore > span {
  font-size: 12px;
  color: #ffffff;
}

.wcdmore > span {
  color: #999999;
}

.wcdmore.d > span {
  color: #ffffff;
}

.wcdmore.d {
  margin-top: 20px;
  /* position: absolute;
  left: 24px;
  bottom: 30px; */
}

.wcd-u-c {
  display: none;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 12px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .wcditem:hover {
    width: 25%;
  }

  .wcditem:hover .wcditem-u {
    display: flex;
  }

  .wcditem:hover .wcditem-d {
    display: none;
  }

  .wcditemn-c {
    /* 多行截断 */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 768px) {
  .wcdcon {
    margin-top: 30px;
  }

  .wcdtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .wcdboxn {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .wcditemn {
    border-radius: 12px;
  }
}

@media (max-width: 600px) {
  .wcdcon {
    padding: 0 12px;
  }

  .wcdbox {
    border: none;
    flex-wrap: wrap;
    /* height: auto; */
    margin-top: 16px;
  }

  .wcdboxn {
    /* height: 490px; */
    border: none;
    flex-wrap: wrap;
    /* height: auto; */
    margin-top: 16px;
  }

  .wcdcon > div:nth-of-type(3) {
    margin-top: 20px;
  }

  .wcditem {
    width: calc(50% - 6px);
    border: 1px solid rgba(239, 239, 239, 1);
    border-radius: 12px;
    height: 274px;
    margin-bottom: 12px;
    transition: none;
  }
  .wcditemn {
    /* width: calc(50% - 6px); */
    /* height: 237px; */
    /* height: auto; */
  }

  .wcditemn-n {
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }

  .wcditemn-more {
    bottom: 24px;
  }

  .wcditem:hover {
    width: calc(50% - 6px);
  }

  .wcditem:nth-of-type(3),
  .wcditem:nth-of-type(4) {
    margin-bottom: 0;
  }

  .wcditem:nth-child(2n) {
    margin-left: 12px;
  }

  .wcditem {
    height: auto;
  }

  .wcditem-u {
    padding: 24px;
  }

  .wcdmore {
    margin-top: 24px;
  }

  .wcditem-i-n > img {
    width: 60px;
    height: 60px;
  }

  .wcditem-n {
    font-size: 16px;
  }
}

@media (max-width: 528px) {
  .wcdboxn {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* @media (max-width: 448px) {
  .wcdboxn {
    grid-template-columns: repeat(1, 1fr);
  }
} */

/* 优势 */
.hyscon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  box-sizing: border-box;
  padding: 0 20px;
}

.hystitle {
  font-size: 30px;
  color: #333333;
  letter-spacing: 1.67px;
  text-align: center;
  font-weight: 700;
}

.hysbox {
  margin-top: 45px;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hysitem {
  width: calc(33.33% - 14px);
  position: relative;
  margin-bottom: 31px;
  cursor: default;
}

.hysitem-u {
  box-sizing: border-box;
  padding: 24px 30px;
  background: #f8f9f7;
  border-radius: 12px;
  position: relative;
}

.hysitem-num {
  font-family: DOUYINSANSBOLD-GB;
  font-size: 24px;
  color: rgba(124, 189, 38, 0.43);
  font-weight: 700;
  position: absolute;
  top: 31px;
  right: 30px;
}

.hysitem-num.d {
  color: rgba(255, 255, 255, 0.43);
}

.hysitem-i {
  width: 42px;
  height: 42px;
}

.hysitem-n {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 25px;
  margin-top: 10px;
}

.hysitem-n.d {
  color: #ffffff;
}

.hysmore {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
}

.hysmore > span {
  font-size: 12px;
  color: #999999;
}

.hysmore > img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.hysmore > .sel {
  display: none;
}

.hysmore:hover > span {
  color: #7cbc26;
}

.hysmore:hover > .nor {
  display: none;
}

.hysmore:hover > .sel {
  display: block;
}

.hysitem-c {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  margin-top: 12px;
}

.hysitem-cm {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  margin-top: 12px;
  display: none;
  text-align: justify;
}

.hysitem-d {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #7cbd26;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 24px 30px;
  opacity: 0;
  /* transform-origin: center; */
}

.hysitem:hover .hysitem-u {
}

.hysitem:hover .hysitem-d {
  opacity: 1;
  height: 120%;
  /* transform: scale(2) translate(-50%,-50%); */
  transform-origin: center;
}

/* 新版优势 */
.hysboxn {
  width: 100%;
  max-width: 1400px;
  display: flex;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
}

.hysboxn-left {
  align-self: flex-start;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin-right: 120px;
  position: sticky;
  top: 120px;
}

.hysboxn-left > .hystitle {
  text-align: left;
}

.hysboxn-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.hysdesc {
  margin: 20px 0 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}

.hystong {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hystong-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hystong-num {
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  color: #7cbc26;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  line-height: 38px;
}
.hystong-num > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.hystong-txt {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 17px;
}

.hysxun {
  margin-top: 50px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  border: 1px solid rgba(124, 189, 38, 1);
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.hysxun > span {
  font-size: 20px;
  color: #7cbd26;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.hysxun > div {
  width: 22px;
  height: 22px;
  background: #7cbd26;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.hysxun > div img {
  display: block;
  width: 14px;
  height: 14px;
}

.hysnitem {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 262px;
  padding: 40px 60px 0;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  box-sizing: border-box;
}
.hysnitem-i {
  display: block;
  width: 64px;
  height: 64px;
}
.hysnitem-n {
  margin: 20px 0 16px;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
}
.hysnitem-cm {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
}

@media (max-width: 1375px) {
  .hysitem-d {
    padding: 16px;
  }

  .hysitem-num.d {
    top: 16px;
    right: 16px;
  }

  .hysitem-c {
    font-size: 13px;
    line-height: 20px;
  }

  .hysitem-c {
    margin-top: 10px;
  }

  .hysboxn {
    flex-direction: column;
    row-gap: 20px;
  }

  .hysboxn-left {
    flex: 1;
    max-width: 100%;
    position: static;
    margin-right: 0;
  }

  .hysnitem {
    padding: 20px 30px 0;
  }
}

@media (max-width: 886px) {
  .hysitem-d {
    padding: 12px;
  }

  .hysitem-num.d {
    top: 12px;
    right: 12px;
  }

  .hysitem-n.d {
    font-size: 16px;
    line-height: 22px;
  }

  .hysitem-c {
    font-size: 13px;
    line-height: 20px;
  }

  .hysitem-c {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .hystitle {
    font-size: 20px;
    line-height: 30px;
  }

  .hyscon {
    margin-top: 30px;
    padding: 0 12px;
  }

  .hysbox {
    margin-top: 30px;
    align-content: stretch;
    /* align-items: stretch; */
  }

  .hysboxn-left {
    position: static;
    margin-right: 0;
  }
  .hysdesc {
    margin: 12px 0 16px;
  }
  .hysxun {
    margin-top: 30px;
  }
  .hysboxn-right {
    margin-top: 16px;
    row-gap: 16px;
  }
  .hysnitem {
    padding: 20px 30px 0;
  }

  .hysitem {
    width: calc(50% - 6px);
    pointer-events: none;
    margin-bottom: 12px;
  }

  .hysitem-u {
    height: 100%;
    padding: 12px 12px;
  }

  .hysmore {
    display: none;
  }

  .hysitem-n {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }

  .hysitem-cm {
    font-size: 13px;
    line-height: 21px;
    display: block;
    text-align: justify;
    margin-top: 8px;
  }

  .hysitem-num {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 600px) {
  .hysbox {
    margin-top: 16px;
  }
}

/* 经典案例 */
.alcon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
}

.altitle {
  font-size: 30px;
  color: #333333;
  letter-spacing: 1.67px;
  text-align: center;
  font-weight: 700;
  line-height: 44px;
}

.altab-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.altab-item {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  margin-right: 44px;
}

.altab-item:last-child {
  margin-right: 0;
}

.altab-item.is-active {
  color: #7cbd26;
}

.altab-item::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #7cbd26;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  transition: all 0.3s;
}

.altab-item.is-active::after {
  content: "";
  width: 100%;
  visibility: visible;
}

.albody-b {
  position: relative;
  width: 100%;
  max-width: 1400px;
}

.albody {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.albody.is-active {
  /* opacity: 1; */
  position: relative;
  z-index: 2;
}

.albody.is-active {
  position: relative;
  /* opacity: 1; */
  animation: albody 1.5s;
  animation-fill-mode: forwards;
}

@keyframes albody {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.alitem {
  display: block;
  width: calc(33.33% - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.alitem:nth-child(3n) {
  margin-right: 0;
}

.alimg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.alitem-t {
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  line-height: 25px;
  transition: all 0.5s;
}

.alimg-b {
  width: 100%;
  height: 302px;
  overflow: hidden;
  border-radius: 10px;
}

.alitem:hover .alimg {
  transform: scale(1.2);
}

.alitem:hover .alitem-t {
  color: #7cbc26;
}

.allabel-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.allabel {
  /* width: 56px; */
  height: 28px;
  box-sizing: border-box;
  padding: 0 6px;
  text-align: center;
  line-height: 26px;
  border: 1px solid rgba(222, 222, 222, 1);
  border-radius: 2px;
  margin-top: 12px;
  margin-right: 10px;
}

.almore {
  width: 180px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid rgba(124, 189, 38, 1);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}

.almore::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #7cbc26;
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.almore-btn {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

.almore-btn > img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}

.almore-btn > .sel {
  opacity: 0;
  z-index: 1;
}

.almore:hover > .almore-btn > .nor {
  z-index: 2;
  opacity: 0;
}

.almore:hover > .almore-btn > .sel {
  opacity: 1;
}

.almore:hover {
  border: 1px solid transparent;
}

.almore > span {
  font-size: 14px;
  color: #7cbc26;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}

.almore:hover > span {
  color: #ffffff;
}

.almore:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* 新版案例ui */
.albodyn-b {
  position: relative;
  width: 100%;
  max-width: 1400px;
  /* margin: 30px 0 0; */
}
.albodyn {
  width: 100%;
  max-width: 1400px;
  /* margin: 30px auto 0; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.albodyn.is-active {
  /* opacity: 1; */
  position: relative;
  z-index: 2;
}

.albodyn.is-active {
  position: relative;
  /* opacity: 1; */
  animation: albodyn 1.5s;
  animation-fill-mode: forwards;
}

@keyframes albodyn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.albodyn-item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(239,239,239,1);
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.albodyn-item:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
}
.albodyn-img {
  width: 100%;
  max-height: 302px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.albodyn-img:hover>img {
  transform: scale(1.4);
  /* transition: all 0.5s; */
}
.albodyn-img>img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.albodyn-tag {
  display: flex;
  align-items: center;
  margin: 12px 14px 20px;
}
.albodyn-tag>span,
.albodyn-look {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
}
.albodyn-text {
  margin: 0 14px;
  font-size: 20px;
  color: #232323;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 24px;
}
.albodyn-look {
  margin: 24px 14px;
}

.almoren {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7CBD26;
  border-radius: 10px;
  padding: 10px 74px;
  margin-top: 50px;
}
.almoren>span {
  padding-right: 10px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.almoren-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 50%;
}
.almoren-btn>img {
  display: block;
  width: 14px;
  height: 14px;
}

@media (max-width: 960px) {
  .alitem {
    width: calc(50% - 10px);
  }

  .alitem:nth-child(3n) {
    margin-right: 20px;
  }

  .alitem:nth-child(2n) {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .alcon {
    margin-top: 30px;
  }

  .altitle {
    font-size: 20px;
    line-height: 30px;
  }

  .altab-item {
    font-size: 16px;
  }

  .almore:hover:before {
    transform: scale(0);
  }

  .almore:hover > span {
    color: #7cbc26;
  }

  .almore:hover > .almore-btn > .nor {
    opacity: 1;
    z-index: 2;
  }

  .almore:hover > .almore-btn > .sel {
    opacity: 0;
  }

  .almore:hover {
    border: 1px solid rgba(124, 189, 38, 1);
  }

  .albodyn {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .almoren {
    margin-top: 20px;
    padding: 8px 40px;
  }
  .almoren>span {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .altab-box {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: space-around;
    box-sizing: border-box;
  }

  .altab-item {
    margin-right: 0;
  }

  .alitem {
    width: calc(50% - 6px);
  }

  .alitem:nth-child(n) {
    margin-right: 12px;
  }

  .alitem:nth-child(2n) {
    margin-right: 0px;
  }

  .alitem-t {
    font-size: 16px;
    margin-top: 8px;
  }

  .allabel {
    margin-top: 6px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    margin-right: 6px;
  }

  .almore {
    width: 160px;
    height: 40px;
    margin-top: 20px;
  }
}

@media (max-width: 448px) {
  .albodyn {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 合作流程 */
.lccon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}

.lctitle {
  font-size: 30px;
  color: #333333;
  letter-spacing: 1.67px;
  text-align: center;
  font-weight: 700;
}

.lctitle2 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
  /* color: #999999; */
  color: #333333;
}

.lcbox {
  width: 100%;
  max-width: 1400px;
  margin-top: 45px;
  padding: 0 50px;
}

.lcnum-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.lcnum-box.t {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
}

.lcnum {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background: #7cbd26;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
}

.lcline {
  width: 86%;
  height: 0;
  border-top: 1px dashed rgba(124, 189, 38, 1);
}

.lccard-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.lc-item {
  width: 14%;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.lcitem-u,
.lcitem-d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 1s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lcitem-u {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(233, 233, 233, 1);
  border-radius: 10px;
  z-index: 2;
}

.lcitem-u::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-top: 1px solid rgba(233, 233, 233, 1);
  border-right: 1px solid rgba(233, 233, 233, 1);
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg) skew(-10deg, -10deg);
  /* clip-path: polygon(0% 0%, 80% 0%, 100% 100%,20% 100%); */
}

.lcitem-u > img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.lcitem-u > span {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.lcitem-d {
  border-radius: 10px;
  background-color: #7cbc26;
  transform: rotateY(-180deg);
  box-sizing: border-box;
  padding: 30px 16px;
}

.lcitem-d > div {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}

.lcitem-d > span {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.lcitem-d::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #7cbd26;
  border-top: 1px solid rgba(233, 233, 233, 1);
  border-right: 1px solid rgba(233, 233, 233, 1);
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg) skew(-10deg, -10deg);
  /* clip-path: polygon(0% 0%, 80% 0%, 100% 100%,20% 100%); */
}

.lc-item:hover {
  /* transform: rotateY(180deg); */
}

.lc-item:hover .lcitem-d {
  z-index: 3;
  transform: rotateY(0deg);
}

.lc-item:hover .lcitem-u {
  transform: rotateY(180deg);
}

/* 新版ui */
.lcboxn {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 30px;
  box-sizing: border-box;
}

.lcboxn-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 297px;
  background: #ffffff;
  border-radius: 12px;
  cursor: default;
  overflow: hidden;
}
.lcboxn-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 81px;
  border-radius: 0 0 60% 60%;
}
.lcboxn-icon-i {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #FF8839; */
  border-radius: 50%;
}
.lcboxn-item.active,
.lcboxn-item:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
}
.lcboxn-item:nth-child(1).active .lcboxn-icon,
.lcboxn-item:nth-child(1):hover .lcboxn-icon,
.lcboxn-item:nth-child(1) .lcboxn-icon-i {
  background: #ff8839;
}
.lcboxn-item:nth-child(2).active .lcboxn-icon,
.lcboxn-item:nth-child(2):hover .lcboxn-icon,
.lcboxn-item:nth-child(2) .lcboxn-icon-i {
  background: #5ba0ff;
}
.lcboxn-item:nth-child(3).active .lcboxn-icon,
.lcboxn-item:nth-child(3):hover .lcboxn-icon,
.lcboxn-item:nth-child(3) .lcboxn-icon-i {
  background: #7cbd26;
}
.lcboxn-item:nth-child(4).active .lcboxn-icon,
.lcboxn-item:nth-child(4):hover .lcboxn-icon,
.lcboxn-item:nth-child(4) .lcboxn-icon-i {
  background: #e8b716;
}
.lcboxn-item:nth-child(5).active .lcboxn-icon,
.lcboxn-item:nth-child(5):hover .lcboxn-icon,
.lcboxn-item:nth-child(5) .lcboxn-icon-i {
  background: #fd6359;
}
.lcboxn-item:nth-child(6).active .lcboxn-icon,
.lcboxn-item:nth-child(6):hover .lcboxn-icon,
.lcboxn-item:nth-child(6) .lcboxn-icon-i {
  background: #9181ff;
}

.lcboxn-icon-i > img {
  display: block;
  width: 44px;
  height: 44px;
}
.lcboxn-title {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  margin: 24px 0 16px;
}
.lcboxn-text {
  flex: 1;
  padding: 0 16px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 22px;
}
.lcboxn-num {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.lcboxn-num > span {
  font-size: 24px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  opacity: 0.3;
}

@media (max-width: 1400px) {
  .lcitem-d > div {
    font-size: 15px;
  }

  .lcitem-d > span {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
  }
}

@media (max-width: 1205px) {
  .lcbox {
    margin-top: 50px;
    width: 900px;
  }
  .lcboxn {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .lccard-box {
    flex-wrap: wrap;
  }

  .lcline {
    width: 67%;
  }

  .lcnum-box {
    display: none;
  }

  .lc-item {
    width: 30%;
    margin-bottom: 92px;
  }

  .lc-item:nth-of-type(6),
  .lc-item:nth-of-type(4),
  .lc-item:nth-of-type(5) {
    margin-bottom: 0;
  }

  .lcitem-u::before {
    display: none;
  }

  .lcitem-d::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .lcbox {
    margin-top: 50px;
    width: 100%;
  }
  .lcboxn {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .lccon {
    margin-top: 30px;
  }

  .lctitle {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 630px) {
  .lcbox {
    margin-top: 16px;
    padding: 0 12px;
  }
  .lctitle2 {
    margin-top: 6px;
  }
  .lccard-box {
    margin-top: 0;
  }

  .lcnum {
    display: none;
  }

  .lc-item {
    width: calc(33.33% - 8px);
    margin-bottom: 20px;
    pointer-events: none;
    height: 130px;
    box-sizing: border-box;
    padding: 20px 0;
  }

  .lcitem-u > img {
    width: 36px;
    height: 36px;
  }

  .lcitem-u > span {
    font-size: 16px;
  }
  .lcboxn {
    padding: 0 12px;
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  /* .lcboxn-item {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  } */
}
/* @media (max-width:448px) {
  .lcboxn {
    grid-template-columns: repeat(1, 1fr) !important;
  }
} */

/* 解决方案 */
.j-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 50px 168px;
  margin-top: 100px;
}

.ht-1 {
  font-size: 30px;
  color: #333333;
  line-height: 44px;
  letter-spacing: 1.67px;
  text-align: center;
  font-weight: 700;
}

.ht-2 {
  font-size: 16px;
  /* color: #999999; */
  color: #333333;
  line-height: 22px;
  margin-top: 16px;
}

.jtabbox {
  width: 100%;
  height: 74px;
  max-width: 1400px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 20px;
  transition: all 0.6s;
}

.jtabitem {
  width: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 9px;
}

.jtabitem > img {
  width: 30px;
  height: 30px;
}

.jtabi-n {
}

.jtabi-s {
  display: none;
}

.jtabname {
  width: 126px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 15px;
}

.jtabline {
  width: 8%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 24px;
}

.jtabitem::before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 2px solid rgba(124, 189, 38, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: border 0.4s ease-out 0s;
  visibility: hidden;
}

.jtabitem.is-active:before {
  width: 48px;
  height: 48px;
  visibility: visible;
}

.jtabitem.is-active > .jtabi-n {
  display: none;
}

.jtabitem.is-active > .jtabi-s {
  display: block;
}

.jtabitem.is-active > .jtabname {
  color: #7cbd26;
}

.jbody,
.jbody1 {
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  position: relative;
  /* transform: translateX(0) !important; */
}

.jbody1 {
  display: none;
}

.j-ebox,
.j-obox,
.j-olbox,
.j-sbox,
.j-ibox,
.j-dbox,
.j-iotbox {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.jbodybox {
  position: relative;
}

.j-box {
  opacity: 0;
}

.j-box.is-active {
  position: relative;
  z-index: 1;
  /* opacity: 1; */
  animation: jbox 1.5s;
  animation-fill-mode: forwards;
}

@keyframes jbox {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.j-left {
  width: 44.6%;
}

.j-left-t {
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  font-weight: 600;
}

.j-left-t2 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
}

.j-tebox {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.j-tbox {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  margin-top: 20px;
}

.j-titem {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-right: 30px;
}

/* .j-titem:nth-of-type(6) {
  margin-right: 0;
} */

.j-titem-t {
  font-size: 16px;
  color: #333333;
}

.g-bot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7cbd26;
  margin-right: 7px;
}

.j-more {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
  cursor: pointer;
}

.j-more > span {
  font-size: 14px;
  color: #333333;
}

.j-more > img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.j-more > .sel {
  display: none;
}

.j-more:hover > span {
  color: #7cbd26;
}

.j-more:hover > .nor {
  display: none;
}

.j-more:hover > .sel {
  display: block;
}

.j-right {
  width: 45%;
  height: auto;
  border-radius: 10px;
}

.j-right > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

.hs-up.j {
  left: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.hs-down.j {
  left: 50px;
  bottom: 0;
  transform: rotate(-45deg);
}

.small-jb {
  display: none;
}

/* 新ui */
.jbodyboxn {
  width: 100%;
  max-width: 1400px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(236, 236, 236, 1);
  box-sizing: border-box;
}

.jbodyboxn-item {
  display: flex;
  flex-direction: column;
  cursor: default;
}
.jbodyboxn-item:not(:last-child) .jbodyboxn-up {
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}
.jbodyboxn-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 30px;
  box-sizing: border-box;
}
.jbodyboxn-up-l {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 30px;
}
.jbodyboxn-up-l > span {
  min-width: 50px;
}
.jbodyboxn-up > img {
  display: block;
  width: 14px;
  height: 14px;
}
.jbodyboxn-down-wp {
  display: none;
  width: 100%;
}
.jbodyboxn-down {
  display: flex;
  width: 100%;
  height: 320px;
  background: #7cbd26;
  padding: 36px 30px;
  box-sizing: border-box;
  transition: all 0.5s linear;
  color: #ffffff;
}
.jbodyboxn-down-l {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.jbodyboxn-down-lt {
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 30px;
}
.jbodyboxn-down-lt > span {
  min-width: 50px;
}
.jbodyboxn-down-ltext {
  flex: 1;
  padding: 30px 0 0 50px;
  box-sizing: border-box;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 29px;
}
.jbodyboxn-down-lmore {
  align-self: flex-start;
  width: 108px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc10c;
  border-radius: 20.5px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 50px;
}

.jbodyboxn-down-r {
  display: flex;
  flex-direction: column;
}
.jbodyboxn-down-ri {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 185px 0 140px;
}
.jbodyboxn-down-rb {
  width: 100%;
  height: 237px;
  border: 1px dashed rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute;
  top: 32px;
  left: 14px;
}
.jbodyboxn-down-ri > img {
  display: block;
  width: 186px;
  z-index: 1;
}
.jbodyboxn-item:hover .jbodyboxn-up {
  display: none;
}
.jbodyboxn-item:hover .jbodyboxn-down-wp {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1300px) {
  .j-left {
    width: calc(55% - 20px);
  }
}

@media (max-width: 1200px) {
  .hs-up.j,
  .hs-down.j {
    bottom: 10px;
  }

  .hs-up.j {
    left: 20px;
  }

  .hs-down.j {
    left: 70px;
  }

  .j-titem {
    margin-top: 10px;
    margin-right: 12px;
  }

  .j-more {
    margin-top: 20px;
  }

  .jbodyboxn-down-r {
    display: none;
  }
}

@media (max-width: 1024px) {
  .j-con {
    padding: 0 20px 168px;
  }
}

@media (max-width: 1000px) {
  .j-con {
    padding-bottom: 120px;
  }

  .hs-up.j {
    bottom: -50px;
  }

  .hs-down.j {
    bottom: -50px;
  }
}

@media (max-width: 900px) {
  .jtabbox {
    height: 0;
    overflow: hidden;
    margin-top: 0;
  }

  .j-tbox {
    /* font-size: 14px; */
    line-height: 22px;
  }

  .j-right {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .jbodybox {
    width: 100%;
    overflow: hidden;
    /* scrollbar-width: none; */
    box-sizing: border-box;
    padding: 0 16px 60px;
  }
  .jbodyboxn {
    width: calc(100% - 24px);
  }
  .jbodyboxn-up-l {
    font-size: 16px;
  }
  .jbodyboxn-up-l > span {
    min-width: 40px;
  }

  .jbodyboxn-down {
    padding: 20px 16px;
  }

  .jbodyboxn-down-lt {
    font-size: 16px;
  }
  .jbodyboxn-down-lt > span {
    min-width: 40px;
  }
  .jbodyboxn-down-ltext {
    font-size: 16px;
    padding-top: 16px;
    /* 文字折叠 */
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .jbodyboxn-down-ltext {
    padding-left: 40px;
  }

  .jbodyboxn-down-lmore {
    /* width: 60px; */
    margin-left: 40px;
  }
  .jbodyboxn-down-r {
    display: none;
  }

  .jbodyboxn-down-ri {
    margin: 0;
  }
  /* .jbodyboxn-down-ri>img {
    width: 100px;
  } */

  .jbody,
  .jbody1 {
    width: auto;
    align-items: center;
    max-width: auto;
    /* transition: transform .5s; */
  }

  .jbody {
    display: none;
  }

  .jbody1 {
    display: flex;
  }

  .j-box,
  .small-jb {
    position: relative;
    flex-shrink: 0;
    animation: none;
    opacity: 1;
    margin-right: 20px;
  }

  .small-jb {
    display: block;
  }

  .j-box.is-active {
    position: relative;
    z-index: 1;
    animation: none;
  }

  .j-con {
    margin-top: 30px;
    padding: 0 0 50px;
  }

  .ht-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .ht-2 {
    font-size: 12px;
    margin-top: 10px;
  }

  .j-left-t {
    font-size: 16px;
    line-height: 22px;
  }

  .j-left-t2,
  .j-titem-t {
    font-size: 14px;
    line-height: 20px;
  }

  .j-left-t2 {
    margin-top: 16px;
  }

  .g-bot {
    width: 6px;
    height: 6px;
  }

  .j-tbox {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }

  .j-tbox > .mt-20 {
    margin-top: 12px;
  }

  .jbody,
  .jbody1 {
    margin-top: 16px;
  }

  .j-box {
    flex-direction: column;
  }

  .j-left {
    width: 100%;
  }

  .j-right {
    width: 100%;
    margin-top: 20px;
  }

  .hs-up.j > .noricon {
    display: none;
  }

  .hs-up.j > .hovericon {
    display: block;
  }

  .hs-down.j > .noricon {
    display: none;
  }

  .hs-down.j > .hovericon {
    display: block;
  }

  .hs-up.j,
  .hs-down.j {
    background-color: #7cbc26;
    bottom: 10px;
  }
}

@media (max-width: 600px) {
  .ht-2 {
    margin-top: 6px;
  }
}

/* HHSOHP */
.hhshop-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.hhshopbg {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  background: #fafbf9;
}

.hhshopbox {
  max-width: 1440px;
  width: 100%;
  height: 100vh;
  min-height: 1250px;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  margin-top: -100vh;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 90px;
}

.hhshop-l {
  width: 30%;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 200px;
  margin-bottom: 90px;
  margin-right: 40px;
}

.hs-t {
  font-size: 65px;
  color: #333333;
  font-weight: 700;
}

.hs-t2 {
  font-size: 26px;
  color: #7cbd26;
  line-height: 41px;
  font-weight: 600;
  margin-top: 30px;
}

.hs-c {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 20px;
}

.hs-btn {
  width: 180px;
  height: 44px;
  background: #7cbd26;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-btn > span {
  font-size: 14px;
  color: #ffffff;
}

.hs-btn > img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.hhshop-r {
  width: calc(70% - 40px);
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.hsbox1 {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hsbox2 {
  /* width: calc(50% - 10px); */
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hsitem {
  width: 100%;
  max-width: 390px;
  min-height: 243px;
  background: #ffffff;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 82px;
}

.hsitem-t {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 600px;
}

.hsitem-c {
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
  text-align: justify;
  line-height: 20px;
}

.hsitem-i {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.hs-up,
.hs-down {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: -60px;
  background: #ffffff;
  box-shadow: -3px 3px 16px 2px rgba(104, 104, 104, 0.09);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  z-index: 9;
}

.hs-up > img,
.hs-down > img {
  width: 16px;
  height: 16px;
  transform: rotate(-135deg);
}

.hs-up {
  bottom: 100px;
}

.hs-down {
  bottom: 50px;
}

.hovericon {
  display: none;
}

.hs-up:hover,
.hs-down:hover {
  background-color: #7cbc26;
}

.hs-up:hover > .noricon {
  display: none;
}

.hs-down:hover > .noricon {
  display: none;
}

.hs-up:hover > .hovericon {
  display: block;
}

.hs-down:hover > .hovericon {
  display: block;
}

/* 新版ui */
.hhshopboxn {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* padding: 0 12px; */
  box-sizing: border-box;
}
.hhshopboxn-t {
  font-size: 30px;
  color: #333333;
  line-height: 44px;
  letter-spacing: 1.67px;
  text-align: center;
  font-weight: 700;
}
.hhshopboxn-t2 {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 22px;
  margin-top: 16px;
}
.hhshopboxn-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
  box-sizing: border-box;
}
.hhshopboxn-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* height: 181px; */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
}
.hhshopboxn-item:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
}

.hhshopboxn-item > img {
  display: block;
  width: 40px;
  height: 40px;
}
.hhshopboxn-item-t {
  margin: 12px 0;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 29px;
}
.hhshopboxn-item-c {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1260px) {
  .hs-t {
    font-size: 60px;
  }

  .hs-t2 {
    font-size: 24px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  .hhshopbox {
    flex-direction: column;
    align-items: center;
    min-height: 1460px;
    padding-top: 50px;
  }

  .hsbox1,
  .hsbox2 {
    width: calc(50% - 10px);
  }

  .hhshop-l {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }

  .hhshop-r {
    width: 100%;
  }

  .hsitem {
    max-width: 100%;
  }

  .hs-t2 {
    margin-top: 16px;
  }
}

@media (max-width: 960px) {
  .hhshopboxn-list {
    grid-template-columns: repeat(3, 1fr);
    /* padding: 0 12px; */
  }
}

@media (max-width: 768px) {
  .hhshop-l {
    min-width: 100%;
  }
  .hhshopboxn-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 12px;
  }
  .hhshopboxn-item {
    height: auto;
  }
}
@media (max-width: 565px) {
  .hhshopbox {
    min-height: 2000px;
  }
  .hs-t {
    font-size: 30px;
  }

  .hs-t2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px;
  }

  .hs-c {
    font-size: 12px;
    margin-top: 10px;
  }

  .hsbox1 {
    margin-right: 0;
  }

  .hsbox1,
  .hsbox2 {
    width: 100%;
  }

  .hsbox2 {
    padding-top: 0 !important;
  }

  .hhshop-r {
    flex-direction: column;
  }

  .hsitem {
    margin-bottom: 12px;
    padding: 24px;
    min-height: 200px;
  }

  .hhshopbox {
    padding: 50px 12px 0;
  }

  .almore {
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 448px) {
  .hhshopboxn-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 12px;
  }
}

/*合作伙伴*/
.partners-container {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.partners-ft {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
  line-height: 22px;
  margin-bottom: 30px;
}

.partner-box {
  width: 100%;
  position: relative;
}

.partner-lc {
  width: 13.5%;
  /* height: 585px; */
  height: 100%;
  background-image: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.6) 0%,
    #ffffff 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.6;
}

.partner-rc {
  width: 13.5%;
  height: 100%;
  background-image: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 0.6;
}

.partner-b {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.partner-b.l {
  justify-content: flex-end;
}

.partner-b.r {
  justify-content: flex-start;
}

.partner {
  display: flex;
  align-items: center;
  animation-direction: normal;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.partner img {
  width: 254px;
  height: 88px;
  background: #ffffff;
  box-shadow: -3px 3px 16px 2px rgba(104, 104, 104, 0.09);
  border-radius: 8px;
  margin-right: 36px;
}

.partner.r {
  animation-name: s-r;
}

.partner.l {
  animation-name: s-l;
}

.partner:hover {
  animation-play-state: paused;
}

/* 新版合作伙伴 */
.partnern-box {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 0 auto;
}
.partnern-item {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(104, 104, 104, 0.09);
  border-radius: 8px;
  overflow: hidden;
}
.partnern-item > img {
  display: block;
  width: 100%;
}
.partnern-item:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
}

@keyframes s-r {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-2610px));
  }
}

@keyframes s-l {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(2610px));
  }
}

@keyframes s-rm {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1404px));
  }
}

@keyframes s-lm {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(1404px));
  }
}

@media (max-width: 1200px) {
  .partnern-box {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 960px) {
  .partnern-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .partners-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partner > img {
    width: 140px;
    height: 48.5px;
  }

  .new-t {
    font-size: 20px;
  }

  .partners-ft {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 20px;
  }

  .partner-b {
    margin-bottom: 14px;
  }

  .partner img {
    box-shadow: -3px 3px 8px 2px rgba(104, 104, 104, 0.09);
    margin-right: 16px;
  }

  .partner.r {
    animation-name: s-rm;
  }

  .partner.l {
    animation-name: s-lm;
  }

  .partner {
    animation-duration: 90s;
  }
}

@media (max-width: 468px) {
  .partnern-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* 行业资讯 */
.hpartners-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  padding: 50px 0 54px;
  /* background: #FBFEF7; */
}

.hindustryInformation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 42px;
  padding-top: 36px;
}

.hpartners-container > .option-title {
  margin-bottom: 0;
}

.hpartners-container .new-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1472px;
  padding: 0 12px 0 36px;
  width: 100%;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
}

.hpartners-container .new-container .header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 12px;
}

.new-container .header > div {
  font-size: 26px;
  color: #333333;
  letter-spacing: 0.87px;
  font-weight: 700;
}

.hpartners-container .new-container .header .more {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  align-items: center;
}

.hpartners-container .new-container .header .more img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.new-container .more .more-i {
  display: block;
}

.new-container .more .more-is {
  display: none;
}

.hpartners-container .new-container .header .more:hover {
  color: #7cbc26;
}

.new-container .more:hover .more-i {
  display: none;
}

.new-container .more:hover .more-is {
  display: block;
}

.hpartners-container .new-container .news-ftitle {
  width: 100%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 12px;
  font-weight: 400;
}

.hpartners-container .new-container .news-content {
  display: flex;
  box-sizing: border-box;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.hpartners-container .new-container .news-content .news-item {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  box-sizing: border-box;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  position: relative;
}

.hpartners-container .new-container .news-content .news-item p {
  white-space: nowrap;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 12px 0 0;
  transition: all 0.3s ease;
}

.hpartners-container .new-container .news-content .news-item img {
  width: 6px;
  height: 10px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
}

.hpartners-container .new-container .news-content .news-item:hover {
  color: #7cbd26;
}

.hpartners-container .new-container .news-content .news-item:hover img {
  display: block;
}

.hpartners-container .new-container .news-content .news-item:hover p {
  padding: 0 0 0 12px;
}

.hindustryInformation-box .hindustryInformation-item:nth-of-type(1) {
  margin-right: 34px;
}

.hindustryInformation-item {
  width: 684px;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 15px;
}

.hindustryInformation-item > img {
  width: 240px;
  height: 160px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.hindustryInformation-item:hover {
  box-shadow: -4px 4px 30px 9px rgba(176, 178, 183, 0.15);
}

.hindustryInformation-item:hover
  .hindustryInformation-item-text
  img:nth-of-type(2) {
  display: inline-block;
}

.hindustryInformation-item:hover
  .hindustryInformation-item-text
  img:nth-of-type(1) {
  display: none;
}

.hindustryInformation-item:hover
  .hindustryInformation-item-text
  > p:nth-of-type(1) {
  color: #7cbc26;
}

.hindustryInformation-item-text {
  height: 160px;
  margin-left: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  color: #333333;
}

.hindustryInformation-item-text .cate-time {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 12px;
  color: #999999;
  bottom: 0;
}

.hindustryInformation-item-text img:nth-of-type(2) {
  display: none;
}

.hindustryInformation-item-text img {
  float: right;
  height: 16px;
  margin-left: auto;
}

.hindustryInformation-item-text > p:nth-of-type(1) {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hindustryInformation-item-text > p:nth-of-type(2) {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hpartners-container .lr-radius {
  margin: 0 auto;
  border: solid 1px #7cbc26;
  color: #7cbc26;
}

.hpartners-container .lr-radius img:nth-of-type(2) {
  display: none;
}

.hpartners-container .lr-radius:hover {
  color: #ffffff;
  background-color: #7cbc26;
}

.hpartners-container .lr-radius:hover img:nth-of-type(1) {
  display: none;
}

.hpartners-container .lr-radius:hover img:nth-of-type(2) {
  display: inline-block;
}

@media (max-width: 1400px) {
  .hindustryInformation-item-text > p:nth-of-type(2) {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .hindustryInformation-box {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .hindustryInformation-box .hindustryInformation-item:nth-of-type(1) {
    margin-right: 0;
  }

  .hpartners-container .new-container {
    padding: 0 12px 0 24px;
    width: 100%;
    font-size: 30px;
    color: #333333;
    font-weight: 700;
  }

  .hpartners-container > .option-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hpartners-container .lr-radius {
    width: 180px !important;
    height: 40px;
    line-height: 40px;
    padding-left: 28px !important;
    margin-top: 10px !important;
  }

  .hpartners-container .lr-radius img {
    width: 30px;
    height: 30px;
  }

  .hpartners-container .lr-radius span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hindustryInformation-box {
    width: 100%;
    flex-direction: column;
    border-bottom: 0;
    padding: 0px;
  }

  .new-container .header > div {
    font-size: 20px;
  }

  .hpartners-container {
    padding: 0 0 30px;
  }

  .hpartners-container > .option-title {
    margin-bottom: 4px;
  }

  .hpartners-container .new-container .header {
    align-items: flex-start;
    padding-right: 0;
  }

  .more {
    flex-shrink: 0;
    margin-left: 20px;
    margin-top: 4px;
  }

  .hindustryInformation-item {
    height: 124px;
    width: 100%;
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hpartners-container .new-container {
    padding: 0 12px;
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
  }

  .hpartners-container .new-container .news-content {
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .hpartners-container .new-container .news-content .news-item {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-right: 12px;
  }

  .hpartners-container .new-container .news-content .news-item p {
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
  }

  .hpartners-container .new-container .news-content .news-item:hover img {
    display: none;
  }

  .hpartners-container .new-container .news-content .news-item:hover p {
    padding: 0;
  }

  .hindustryInformation-item > img {
    width: 150px;
    height: 100px;
    flex: none;
  }

  .hindustryInformation-item-text {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-sizing: border-box;
    flex: 1;
    position: relative;
  }

  .hindustryInformation-box .hindustryInformation-item:nth-of-type(1) {
    margin-right: 0;
  }

  .hindustryInformation-item-text > p:nth-of-type(1) {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hindustryInformation-item-text > p:nth-of-type(2) {
    width: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .hindustryInformation-item-text > div {
    width: 100%;
  }

  .hindustryInformation-item:hover {
    box-shadow: none;
  }

  .hindustryInformation-item:hover
    .hindustryInformation-item-text
    img:nth-of-type(2) {
    display: none;
  }

  .hindustryInformation-item:hover
    .hindustryInformation-item-text
    img:nth-of-type(1) {
    display: inline-block;
  }

  .hindustryInformation-item:hover
    .hindustryInformation-item-text
    > p:nth-of-type(1) {
    color: #333333;
  }

  .hpartners-container .lr-radius:hover {
    color: #7cbc26;
    background-color: #ffffff;
  }

  .hpartners-container .lr-radius:hover img:nth-of-type(1) {
    display: inline-block;
  }

  .hpartners-container .lr-radius:hover img:nth-of-type(2) {
    display: none;
  }
  /* 5.28改 */
  .hpartners-container .new-container .news-ftitle {
    display: none;
  }
}

.newsb-box {
  width: 100%;
  height: 170px;
  overflow: hidden;
  transition: height 0.3s linear;
  margin-top: 30px;
}

.newsb-btn {
  width: 124px;
  height: 34px;
  box-sizing: border-box;
  line-height: 32px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 36px;
}

.newsb-btn > span {
  font-size: 13px;
  color: #7cbc26;
}

.newsb-btn > img {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  transition: height 0.3s linear;
}

@media (max-width: 600px) {
  .embed-icon {
    width: 45px !important;
    inset: auto 10px 236px auto !important;
  }

  .newsb-btn {
    margin-top: 20px;
  }
}
