.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;
}

.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: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  position: relative;
}

.carousel .carousel-indicators button.active::before {
  content: '';
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  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-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;
}

.wcditem {
  width: 25%;
  height: 100%;
  position: relative;
  flex-grow: 0;
  overflow: hidden;
  transition: width .6s;
}

.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;
}

.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;
}

.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 .6s;
}

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

.wcditem:hover .wcditem-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;
  }
}

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

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

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

  .wcdbox {
    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;
  }

  .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;
  }
}

/* 优势 */
.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;
}

@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;
  }
}

@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; */
  }

  .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: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  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 .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 .6s cubic-bezier(.785, .135, .15, .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;
}

@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);
  }
}

@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;
  }
}

/* 合作流程 */
.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: 12px;
  color: #999999;
}

.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);
}

@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;
  }

  .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%;
  }
}

@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;
  }
}

/* 解决方案 */
.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;
  line-height: 22px;
  margin-top: 12px;
}

.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 .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;
}

@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;
  }
}

@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;
  }

  .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;
}

@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:768px) {
  .hhshop-l {
    min-width: 100%;
  }
}
@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;
  }
}

/*合作伙伴*/
.partners-container {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
}

.partners-ft {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999999;
  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.60) 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.60) 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
}

@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:768px) {
  .partners-container {
    padding: 30px 0;
  }

  .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;
  }
}


/* 行业资讯 */
.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;
}

.newsb-btn {
  width: 124px;
  height: 34px;
  box-sizing: border-box;
  line-height: 32px;
  border: 1px solid rgba(124, 188, 38, 1);
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 24px;
}

.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;
  }
}

