.hehespan {
  font-size: 16px;
  position: absolute;
  animation: 1.3s linear forwards hehespan;
}

@keyframes hehespan {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(.9);
  }
}

.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: 338px;
  min-width: 100px;
  padding: 40px 20px 0px 20px;
  background-image: url('/public/image/img-wecando-bg备份@2x.png');
  background-size: cover;
  cursor: pointer;
}

.testbg {
  height: 750px;
  background-size: cover;
  background-image: url("/public/image/service/banner1_wgca.jpg");
  background-attachment: fixed;
}

.business-bg {
  width: 100%;
  height: 750px;
  /* background-size: cover;
  background-image: url("/public/image/img-business-bg@2x.png");
  background-image: url("/public/image/service/banner1_wgca.jpg"); 
  background-attachment: fixed; */
}

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

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

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

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

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

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

.hhshop-info {
  background-image: url('/public/image/img-hhshop-bg@2x.png');
  background-size: cover;
  border-radius: 8px;
  height: auto;
  width: 20%;
  max-width: 272px;
  padding: 30px 15px;
  margin-top: 15px;
  z-index: 5;
}

.inquiry-form {
  padding: 0 24px;
  width: 100%;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/public/image/img-Inquiry_form@2x.png");
  background-size: cover;
}

.footer-box {
  width: 100%;
  background-image: url("/public/image/buttom-bg@2x.png");
  background-size: cover;
  margin-top: -1px;
}

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

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10%);
}

.carousel-caption>div {
  height: 50px;
}

.icon-mouse {
  display: inline-block;
  width: 28px;
  height: 40px;
  animation: 0.6s linear 1s infinite alternate move_eye;
}

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

  to {
    margin-top: 10px;
  }
}

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

  to {
    margin-top: 10px;
  }
}

.down-more {
  font-size: 12px;
  width: 106px;
  height: 17px;
  margin: 0 auto;
  margin-top: 5px;
}

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

.carousel .carousel-indicators button {
  width: 24px;
  height: 5px;
  border-radius: 5px;
  border: none;
  background: #FFFFFF;
}

.carousel-inner {
  width: 100%;
}

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

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

.hbmain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 6% 0 15%;
  overflow: hidden;
}

.cct {
  width: 50%;
  max-width: 810px;
  margin-right: 30px;
}

.hb-rimg,
.hb-rimg-r,
.hb-rimg-b,
.hb-rimg-t {
  width: 50%;
  max-width: 900px;
  min-width: 423px;
}

.hb-rimg>img,
.hb-rimg-r>img,
.hb-rimg-b>img,
.hb-rimg-t>img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hb-rimg>img {
  transform: scale(0);
}

.hb-rimg-r>img {
  opacity: 0;
}

.hb-rimg-t>img {
  opacity: 0;
}

.hb-rimg-b>img {
  opacity: 0;
}

.isactive .hb-rimg>img {
  animation: .8s linear .6s forwards hnrimg;
}

.isactive .hb-rimg-r>img {
  animation: .4s linear .6s forwards hnrimg-r;
}

.isactive .hb-rimg-t>img {
  animation: .4s linear .6s forwards hnrimg-t;
}

.isactive .hb-rimg-b>img {
  animation: .4s linear .6s forwards hnrimg-b;
}

.mfwh6-p {
  display: flex;
  align-items: center;
}

.hbdrop1,
.hbdrop2,
.hbdrop3,
.hbdrop4,
.hbdrop5,
.hbdrop6 {
  opacity: 0;
}

.isactive .hbdrop1 {
  animation: .4s linear .6s forwards hbdrop;
}

.isactive .hbdrop2 {
  animation: .4s linear .7s forwards hbdrop;
}

.isactive .hbdrop3 {
  animation: .4s linear .8s forwards hbdrop;
}

.isactive .hbdrop4 {
  animation: .4s linear .9s forwards hbdrop;
}

.isactive .hbdrop5 {
  animation: .4s linear 1s forwards hbdrop;
}

.isactive .hbdrop6 {
  animation: .4s linear 1.1s forwards hbdrop;
}

@keyframes hbdrop {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

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


@keyframes hnrimg-r {
  0% {
    opacity: 0;
    transform: translateX(70%);
  }

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

@keyframes hnrimg-t {
  0% {
    opacity: 0;
    transform: translateY(-70%);
  }

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

@keyframes hnrimg-b {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

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

@media (max-width:1200px) {}

.hbt1 {
  opacity: 0;
}

.hbt2 {
  opacity: 0;
}

.hbt20 {
  height: 400px;
  margin-bottom: -35px;
  display: flex;
  align-items: flex-end;
}

.isactive .hbt1 {
  animation: .8s linear .6s forwards hbt1;
}

.isactive .hbt2 {
  animation: .6s linear .8s forwards hbt2;
}

.isactive .hbt20 {
  animation: 1.5s linear .3s forwards hbt20;
  animation-timing-function: cubic-bezier(.01, 1, .21, .99);
}

@keyframes hnrimg {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes hbt1 {
  0% {
    opacity: 0;
    transform: translateY(80px)
  }

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

@keyframes hbt2 {
  0% {
    opacity: 0;
    transform: translateY(80px)
  }

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

@keyframes hbt20 {
  0% {
    transform: rotate(-180deg) scale(0.001);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.carbtn-g {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}

.carbtn-g.l {
  left: 110px;
}

.carbtn-g.r {
  right: 110px;
}

.carbtn-g>.carousel-control-prev {
  position: relative;
  width: 50px;
  height: 50px;
}

.carbtn-g>.carousel-control-next {
  position: relative;
  width: 50px;
  height: 50px;
}




@media(max-width:1024px) {
  .carbtn-g.l {
    left: 40px;
  }

  .carbtn-g.r {
    right: 40px;
  }
}

@media(max-width:768px) {

  /*首页轮播图背景自定义区域*/
  .carousel-item {
    height: 240px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

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

  .carousel .carousel-indicators button {
    width: 18px;
    height: 3px;
  }
}

.carousel-container {
  position: relative;
}

.cct {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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

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

.cct>div:nth-of-type(2)>p:nth-of-type(1),
.mfwh6-p>div {
  font-family: 'AlimamaShuHeiTi-Bold';
  font-size: 76px;
  font-weight: 600;
  padding-bottom: 20px;
}

.cct>div:nth-of-type(2)>p:nth-of-type(2) {
  font-size: 24px;
  /* font-weight: 600; */
}

.cct.cct-twenty {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  height: 150px;
  align-items: flex-end;
}

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

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

@media(max-width:1460px) {

  /* .cct>div:nth-of-type(2)>p:nth-of-type(1) {
    font-size: calc(0.8*76px);
  }

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

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

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

  .cct.cct-twenty>div:nth-of-type(2)>p:nth-of-type(2) {
    font-size: calc(0.8*24px);
  } */
  .cct {
    width: 100%;
    max-width: 810px;
  }

  .hb-rimg,
  .hb-rimg-r,
  .hb-rimg-b,
  .hb-rimg-t {
    display: none;
  }
}

@media(max-width:768px) {
  .carousel .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }

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

  .cct>div:nth-of-type(2)>p:nth-of-type(2) {
    font-size: 14px;
    width: 100%;
  }

  .cct.cct-twenty {
    align-items: center;
  }

  .cct.cct-twenty>div:nth-of-type(1) {
    font-size: 80px;
    font-weight: 600;
    height: auto;
    margin-bottom: 0;
  }

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

  .cct.cct-twenty>div:nth-of-type(2)>p:nth-of-type(2) {
    font-size: 14px;
  }

  .carousel-control-prev {
    display: none;
  }

  .carousel-control-next {
    display: none;
  }

  .carousel-caption {
    display: none;
  }

}

/*我们能做什么*/
.wecando-container {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 90px;
  padding: 0 4%;
}

.wecando {
  margin: 0 auto;
  width: 100%;
  max-width: 1402px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFFFFF;
  border: solid 1px #E8E8E8;
  box-sizing: border-box;
  /* box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.2); */
}

.wecando-item {
  width: 25%;
  min-width: 350px;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.wecando .wecando-item:nth-of-type(1),
.wecando .wecando-item:nth-of-type(2),
.wecando .wecando-item:nth-of-type(3) {
  border-bottom: solid 1px #E8E8E8;
  border-right: solid 1px #E8E8E8;
}

.wecando .wecando-item:nth-of-type(4) {
  border-bottom: solid 1px #E8E8E8;
}

.wecando .wecando-item:nth-of-type(5),
.wecando .wecando-item:nth-of-type(6),
.wecando .wecando-item:nth-of-type(7) {
  border-right: solid 1px #E8E8E8;
}

.wecando-item-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 338px;
  /* height: 266px; */
}

.wecando-item-block img {
  height: 94px;
  width: 94px;
}

.wecando-item-block span {
  margin-top: 29px;
  font-size: 18px;
  color: #333333;
  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('../image/img-wecando-bg备份@2x.png');
    background-size: cover;
  } */

.wecando-item-hidden:hover {
  cursor: default;
}

.wecando-item-n {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wecando-item-n img {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}

.wecando-item-hidden p {
  margin-top: 20px;
  text-align: justify;
  font-size: 14px;
  position: relative;
  letter-spacing: 0px;
}

.wecando-item:nth-of-type(6) p,
.wecando-item:nth-of-type(7) p,
.wecando-item:nth-of-type(8) p {
  letter-spacing: 1px;
}

.wecando-item-n span {
  font-size: 18px;
  font-weight: 600;
}

.wecando-item:hover .wecando-item-hidden {
  transition: all 0.3s ease-out;
  top: 0;
  opacity: 1;
}

.wecando-item:not(:hover) .wecando-item-hidden {
  transition: all 0.3s linear;
}

.wecan-a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* width: 100%;
  height: 44px; */
  box-sizing: border-box;
  /* margin-left: 6px; */
  /* padding-bottom: 24px;*/
  /* padding-left: 24px; */
  /* position: absolute;
  right: 0;
  bottom: 0; */
  margin-top: 20px;
}

.wecan-a>img {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  margin-top: 3px;
}

.wecan-a>span {
  font-size: 14px;
  color: #FFFFFF;
}

@media(max-width:1538px) {
  .wecando .wecando-item:nth-of-type(4) {
    border-right: solid 1px #E8E8E8;
  }

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

  .wecando .wecando-item:nth-of-type(7),
  .wecando .wecando-item:nth-of-type(8) {
    border-top: solid 1px #E8E8E8;
  }

  .wecando-item:nth-of-type(1) p,
  .wecando-item:nth-of-type(4) p {
    letter-spacing: 1px;
  }

  .wecando-item:nth-of-type(2) p,
  .wecando-item:nth-of-type(3) p,
  .wecando-item:nth-of-type(6) p,
  .wecando-item:nth-of-type(7) p,
  .wecando-item:nth-of-type(8) p {
    letter-spacing: 0px;
  }
}

@media(max-width:1158px) {
  .wecando .wecando-item:nth-of-type(4) {
    border-bottom: solid 1px #E8E8E8;
  }

  .wecando-item:nth-of-type(4) p,
  .wecando-item:nth-of-type(7) p {
    letter-spacing: 0px;
  }
}

@media(max-width:768px) {
  .wecando-container {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .wecando-container .option-title {
    padding-top: 30px !important;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .wecando-item-hidden {
    display: none;
  }

  .wecando-item-hidden {
    justify-content: center;
    font-size: 12px;
  }

  .wecando-item {
    min-width: 0px;
    width: 50%;
  }

  .wecando-item-block,
  .wecando-item-hidden {
    height: 156px;
  }

  .wecando-item-block span {
    font-size: 16px;
  }

  .wecando-item-block img {
    width: 50px;
    height: 50px;
  }

  .wecando-item-hidden span {
    font-size: 16px;
  }

  .wecando-item-hidden p {
    font-size: 14px;
    text-align: justify;
    margin-top: 5px;
  }

  .wecando-item-hidden img {
    display: none;
    width: 40px;
    height: 40px;
  }

  @media(max-width:430px) {

    .wecando .wecando-item:nth-of-type(2),
    .wecando .wecando-item:nth-of-type(4) {
      border-right: none;
    }

    .wecando {
      border-radius: 8px;
    }
  }

}

/*我们的优势*/
.advantage-container {
  position: relative;
  height: calc(100vh - 105px);
  min-height: 840px;
  margin-top: 50px;
}

.advantage-describe {
  position: absolute;
  top: 11%;
  left: 3%;
  width: 40%;
  text-align: center;
}

.advantage-describe>p:nth-of-type(1) {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 77px;
  font-weight: 700;
  letter-spacing: 0;
}

.advantage-describe>p:nth-of-type(2) {
  font-size: 44px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: -33px;
}

.advantage-describe>p:nth-of-type(3) {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: justify;
  padding: 43px 0 23px 0;
}

.profile-statistic {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 0px;
  align-items: center;
}

.profile-statistic div {
  width: 193px;
  height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-statistic div p {
  margin-bottom: 0;
}

.profile-statistic>div>p:nth-of-type(1) {
  letter-spacing: 0;
  font-size: 42px;
  color: #ffffff;
  font-weight: 600;
}

.profile-statistic>div>p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 16px;
  color: #ffffff;
}

.advantage-button {
  cursor: pointer;
  width: 240px;
  height: 50px;
  background-color: #ffffff;
  color: #7CBC26;
  font-size: 20px;
  font-weight: 600;
  text-align: start;
  padding-left: 35px;
  z-index: 99;
  margin-top: 70px;
}

.profile-statistic .small-separato-vertical {
  width: 2px;
  height: 50px;
  margin: 0 10px;
}

@media(max-width:1686px) {
  .advantage-describe {
    top: 4%;
  }
}

@media(max-width:1520px) {
  .advantage-describe {
    top: 11%;
  }

  .advantage-describe>p:nth-of-type(1) {
    font-size: calc(0.7*64px);
    line-height: calc(0.7*77px);
  }

  .advantage-describe>p:nth-of-type(2) {
    font-size: calc(0.7*56px);
  }

  .advantage-describe>p:nth-of-type(3) {
    font-size: calc(0.9*20px);
    line-height: calc(0.9*36px);
  }

  .profile-statistic>div>p:nth-of-type(1) {
    font-size: calc(0.7*42px);
  }

  .profile-statistic>div>p:nth-of-type(2) {
    font-size: calc(0.9*16px);
  }

  /* .advantage-button{
    width: calc(0.7*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    padding-left: 35px;
    line-height: calc(0.8*50px);
  }
  .advantage-button img{
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  } */
}


.advantage-bg {
  height: 100%;
}

.advantage-bg img {
  height: 100%;
  width: 51.45%;
}

.bubble-triangle {
  z-index: 1;
  width: 26px;
  height: 26px;
  margin-left: 30px !important;
  margin-right: -13px !important;
  transform: rotate(45deg);
  background-color: #ffffff;
  box-shadow: -2px 2px 5px 0px rgba(97, 97, 97, 0.07);
}

.advantage-option {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.advantage-option-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  width: 49%;
}

.advantage-option-item-ul li:nth-child(1) {
  left: 41.4%;
  top: 2%;
}

.advantage-option-item-ul li:nth-child(2) {
  left: 45.3%;
  top: 18%;
}

.advantage-option-item-ul li:nth-child(3) {
  left: 47.2%;

  top: 34%;
}

.advantage-option-item-ul li:nth-child(4) {
  left: 47.2%;
  top: 50%;
}

.advantage-option-item-ul li:nth-child(5) {
  left: 45.3%;
  top: 66%;
}

.advantage-option-item-ul li:nth-child(6) {
  left: 41.9%;
  top: 82%;
}

.advantage-image img {
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  box-shadow: 1px 3px 8px rgba(124 188 38);
}

.advantage-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 255, 255, 0);
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  max-width: 160px;
  max-height: 160px;
  border-radius: 50%;
}

.advantage-image:hover~div,
.advantage-image~div:hover {
  background-color: #7CBC26 !important;
  color: #FFFFFF;
}


.advantage-image:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 19px 0px rgba(100, 159, 21, 0.5);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.advantage-image img:nth-child(2) {
  display: none;
}

.advantage-image:hover img:nth-child(1) {
  display: none;
}

.advantage-image:hover img:nth-child(2) {
  display: block;
  background-color: #7CBC26;
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
  box-shadow: none;
  width: 70.6%;
  height: 70.6%;
}

/*右侧文本区悬浮*/
.texthover.advantage-image {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 19px 0px rgba(100, 159, 21, 0.5);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.texthover.advantage-image img:nth-child(1) {
  display: none;
}

.texthover.advantage-image img:nth-child(2) {
  display: block;
  background-color: #7CBC26;
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
  box-shadow: none;
  width: 70.6%;
  height: 70.6%;
}

.bubble-text {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1);
  padding: 16px 20px !important;
  width: 76%;
  max-width: 609px;
}

.bubble-text:hover {
  cursor: default;
}

.bubble-text p {
  font-size: 18px;
}

.bubble-text p:nth-child(1) {
  font-size: 18px !important;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.bubble-text p:nth-child(2) {
  font-size: 14px !important;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

.advantage-image:hover~.bubble-text,
.advantage-image~.bubble-text:hover {
  transform: scaleY(1.06);
  padding: 16px 20px !important;
}

.advantage-image:hover~.bubble-text p:nth-child(1),
.advantage-image~.bubble-text:hover p:nth-child(1) {
  font-size: 20px !important;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.advantage-image:hover~.bubble-text p:nth-child(2),
.advantage-image~.bubble-text:hover p:nth-child(2) {
  font-size: 16px !important;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
}

.bubble-text p {
  font-size: 14px;
}

.bubble-text {
  padding: 1% 2%;
}

.advantage-option-item-ul li:nth-child(1) {
  left: 39%;
  top: -7%;
}

.advantage-option-item-ul li:nth-child(2) {
  left: 44.2%;
  top: 12%;
}

.advantage-option-item-ul li:nth-child(3) {
  left: 47%;
  top: 33%;
}

.advantage-option-item-ul li:nth-child(4) {
  left: 47%;
  top: 52%;
}

.advantage-option-item-ul li:nth-child(5) {
  left: 43.6%;
  top: 74%;
}

.advantage-option-item-ul li:nth-child(6) {
  left: 37.4%;
  top: 92%;
}

@media (min-width: 1200px) {
  .bubble-text p:nth-child(1) {
    font-size: 18px;
  }

  .bubble-text p {
    font-size: 14px;
  }

  .bubble-text {
    padding: 1% 2%;
  }

  .advantage-option-item-ul li:nth-child(1) {
    left: 40%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 44%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 45.2%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 45.2%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 43.3%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 39.4%;
    top: 82%;
  }
}

@media (min-width: 1300px) {
  .advantage-option-item-ul li:nth-child(1) {
    left: 40.5%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 44.3%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 45.9%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 46.1%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 44.1%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 40.3%;
    top: 82%;
  }
}

@media (min-width: 1400px) {
  .advantage-option-item-ul li:nth-child(1) {
    left: 41%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 44.6%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 46.2%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 46.2%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 44.4%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 40.9%;
    top: 82%;
  }
}

@media (min-width: 1500px) {
  .advantage-option-item-ul li:nth-child(1) {
    left: 41%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 44.6%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 46.2%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 46.2%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 44.4%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 40.9%;
    top: 82%;
  }
}

@media (min-width: 1600px) {
  .advantage-option-item-ul li:nth-child(1) {
    left: 41.6%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 45%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 46.8%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 46.8%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 45%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 41.1%;
    top: 82%;
  }
}

@media (min-width: 1998px) {
  .advantage-option-item-ul li:nth-child(1) {
    left: 42.3%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 45.9%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 47.4%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 47.4%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 45.9%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 41.9%;
    top: 82%;
  }
}

@media (min-width: 2500px) {
  .advantage-option-item-ul li:nth-child(1) {
    left: 42.4%;
    top: 2%;
  }

  .advantage-option-item-ul li:nth-child(2) {
    left: 46.3%;
    top: 18%;
  }

  .advantage-option-item-ul li:nth-child(3) {
    left: 47.6%;
    top: 34%;
  }

  .advantage-option-item-ul li:nth-child(4) {
    left: 47.6%;
    top: 50%;
  }

  .advantage-option-item-ul li:nth-child(5) {
    left: 46%;
    top: 66%;
  }

  .advantage-option-item-ul li:nth-child(6) {
    left: 41.9%;
    top: 82%;
  }
}

@media (min-width: 1100px) {
  .bubble-text p:nth-child(1) {
    font-size: 22px;
  }

  .bubble-text p {
    font-size: 16px;
  }

  .bubble-text {
    padding: 1% 2%;
  }
}

@media (min-width: 1200px) {
  .bubble-text p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
  }

  .bubble-text p {
    font-size: 16px;
  }

  .bubble-text {
    padding: 2%;
  }
}

@media(max-width:1200px) {
  .advantage-container {
    height: auto;
    padding-bottom: 30px;
    min-height: 0;
  }

  .advantage-container .advantage-option {
    position: static;
  }

  .advantage-bg {
    display: none;
  }

  .advantage-option-item {
    position: static;
    width: 100%;
    justify-content: center;
  }

  .advantage-option-item-ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .advantage-image {
    width: 110px !important;
    height: 110px !important;
  }

  .advantage-image img {
    width: 85px !important;
    height: 85px !important;
    box-shadow: 1px 3px 8px rgba(124, 188, 38, 0.2);
  }

  .bubble-text {
    width: 60%;
    height: auto;
    padding: 15px 20px !important;
    margin: 10px 0;
  }

  .bubble-text p:nth-child(1) {
    font-size: 18px !important;
  }

  .bubble-text p:nth-child(2) {
    font-size: 14px !important;
  }

  .advantage-container::before {
    content: "我们的优势";
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    top: -53px;
  }

  .advantage-container>div:nth-of-type(1) {
    display: none;
  }

  .advantage-image:hover img:nth-child(1) {
    display: inline-block;
  }

  .advantage-image:hover img:nth-child(2) {
    display: none;
    transform: scale(1);
    width: 70.6%;
    height: 70.6%;
  }

  .advantage-image:hover~div {
    background-color: #FFFFFF;
    color: #666666;
  }

  .advantage-image:hover {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    cursor: pointer;
    transition: none;
  }

  .advantage-image:hover~.bubble-text,
  .advantage-image~.bubble-text:hover {
    transform: scaleY(1);
    padding: 15px 20px !important;
  }

  .advantage-image:hover~div,
  .advantage-image~div:hover {
    background-color: #ffffff !important;
    color: #666666;
  }

  .advantage-image:hover~.bubble-text p:nth-child(1),
  .advantage-image~.bubble-text:hover p:nth-child(1) {
    color: #333333;
    font-size: 18px !important;
  }

  .advantage-image:hover~.bubble-text p:nth-child(2),
  .advantage-image~.bubble-text:hover p:nth-child(2) {
    color: #666666;
    font-size: 14px !important;
  }

  .bubble-triangle {
    width: 20px;
    height: 20px;
    margin-left: 20px !important;
    margin-right: -13px !important;
  }
}

@media(max-width:768px) {
  .advantage-container {
    height: auto;
  }

  .advantage-container .advantage-option {
    position: static;
  }

  .advantage-image {
    width: 90px !important;
    height: 90px !important;
  }

  .advantage-image img {
    width: 65px !important;
    height: 65px !important;
    box-shadow: 1px 3px 8px rgba(124, 188, 38, 0.2);
  }

  .bubble-text {
    width: 65%;
  }

  .bubble-text p:nth-child(1) {
    font-size: 16px !important;
  }

  .bubble-text p:nth-child(2) {
    font-size: 12px !important;
  }

  .advantage-image:hover~.bubble-text p:nth-child(1),
  .advantage-image~.bubble-text:hover p:nth-child(1) {
    color: #333333;
    font-size: 16px !important;
  }

  .advantage-image:hover~.bubble-text p:nth-child(2),
  .advantage-image~.bubble-text:hover p:nth-child(2) {
    color: #666666;
    font-size: 12px !important;
  }

  .bubble-triangle {
    margin-left: 10px !important;
    box-shadow: -2px 2px 5px 0px rgba(97, 97, 97, 0.07)
  }

  .advantage-image img {
    box-shadow: 1px 3px 8px rgba(124, 188, 38, 0.2);
  }
}

/*案例*/

.case-option {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-item {
  width: 144px;
  height: 44px;
  margin: 0 50px;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #7CBC26;
  border: 1px solid #7CBC26;
}

.nav-pills .nav-link {
  width: 144px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid rgba(224, 224, 224, 1);
}

@media (min-width:1024px) {
  .sscase.nav-item {
    width: auto;
    min-width: 144px;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .nav-pills .sscase.nav-item .nav-link {
    width: auto;
    min-width: 144px;
    box-sizing: border-box;
    padding: 0 16px;
  }
}

.nav-pills .nav-link:hover {
  color: #7CBC26;
}

.nav-pills .nav-link.active:hover {
  color: #FFFFFF;
}

.solution-container .nav-pills .nav-item {
  margin: 0px 0px;
}

.solution-container .case-option {
  height: 75px;
  font-size: 20px;
  color: #7CBC26;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  overflow: scroll;
  flex-wrap: nowrap;
  transform: translate(16px, 16px);
}

.solution-container .case-option .nav-item {
  width: 170px;
  height: 43px;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}


.solution-container .case-option .nav-link {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
}

.solution-container .nav-pills .nav-link {
  background-color: white;
  color: black;
  border: none;
}

.solution-container .nav-pills .nav-link img {
  display: inline-block;
  visibility: hidden;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: -4px;
}

.solution-container .nav-pills .nav-link.active {
  font-weight: 600;
  color: #7CBC26;
}

.solution-container .nav-pills .nav-link.active img {
  visibility: visible;
}

.nav-link {
  color: #333333;
}

.solution-container .nav-pills .nav-link.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #7CBC26;
  position: absolute;
  top: 45px;
  left: 0;
}

@media(max-width:430px) {
  .solution-container .nav-pills .nav-link.active::after {
    width: 40px;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
  }

  .solution-container>div:nth-of-type(1) {
    height: 73px !important;
  }
}

/*合作流程*/

.process-innerbox-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8FAF8;
  height: 492px;
  width: 100%;
  perspective: 1000px;
}


.process-innerbox-detail {
  padding: 0 24px;
}

.process-innerbox-brief {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8FAF8;
  height: 548px;
  width: 100%;
  padding: 0 24px;
}

.process-secondary-title {
  font-size: 20px;
  text-align: center;
  margin: 54px 0 42px 0;
  font-weight: 600;
  color: #333333;

}

.process-innerbox-brief .process-item {
  background-color: #FFFFFF;
  max-width: 300px;
  width: 21.46%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1);
  border-radius: 8px;
  cursor: default;
  transition: all .6s;
}

.process-innerbox-brief .process-item:hover {
  transform: translateY(-20px);
}

.process-innerbox-brief .process-item img {
  width: 100px;
  height: 100px;
}

.process-innerbox-brief .precess-option {
  display: flex;
  width: 100%;
  max-width: 1400px;
}

.process-innerbox-detail .process-item {
  background-color: #FFFFFF;
  width: 150px;
  height: 304px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.process-innerbox-detail .process-item img {
  width: 64px;
  height: 64px;
  transition: all 1s;
}

.process-innerbox-detail .process-item:hover img {
  animation: swing 1s linear;
}

.process-innerbox-detail .precess-option {
  width: 100%;
  max-width: 1400px;
  display: flex;
  box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1);
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
}

.pocover {
  position: absolute;
  width: 106%;
  height: 106%;
  top: -3%;
  right: -3%;
  z-index: 1;
  background-color: #F8FAF8;
}

.pocover.isgd {
  animation: 0.6s ease-in .1s forwards isgd;
  /* box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.1); */
}

@keyframes isgd {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.process-arrow-green {
  width: 4.72%;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 23px;
}

.process-arrow-green img {
  width: 20px;
  height: 20px;
}

.process-arrow-grey {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  background-color: #FFFFFF;
}

.process-arrow-grey img {
  width: 9px;
  height: 16px;
}

.process-top-tag {
  width: 76px;
  height: 30px;
  align-self: flex-start;
  border-radius: 0 15px 15px 0;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #7CBC26;
}

.process-detailed-list {
  font-size: 14px;
  color: #333333;
}

.process-detailed-list {
  text-align: center;
}

.process-detailed-list li {
  line-height: 25px;
}

.process-detailed-list li:nth-child(1) {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  padding: 15px 0;
}

@media(max-width:1024px) {
  .process-container {
    padding-bottom: 30px;
  }

  .process-container .option-title {
    padding-top: 30px !important;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .process-innerbox-brief {
    height: auto;
    padding-bottom: 25px;
  }

  .process-innerbox-brief .precess-option {
    padding: 0 0px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .process-innerbox-brief .process-arrow-green {
    display: none;
  }

  .process-innerbox-brief .process-item {
    margin: 5px 0;
    min-width: 48%;
    height: auto;
    padding: 25px 0;
  }

  .process-innerbox-brief .process-item:hover {
    transform: translateY(0px);
  }

  .process-innerbox-brief .process-item img {
    width: 50px;
    height: 50px;
  }

  .process-innerbox-brief .process-item>p:nth-of-type(1) {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .process-innerbox-brief .process-item>p:nth-of-type(2),
  .process-innerbox-brief .process-item>p:nth-of-type(3) {
    display: none;
  }

  .process-top-tag {
    width: 65px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }


  .process-innerbox-detail {
    height: auto;
    padding-bottom: 50px;
  }

  .process-item>.process-detailed-list>li {
    display: none;
  }

  .process-secondary-title {
    margin: 0;
    padding: 18px 0 4px 0;
    font-size: 14px;
  }

  .process-item>.process-detailed-list>li:nth-of-type(1) {
    display: block;
    font-size: 18px;
  }

  .process-innerbox-detail .process-item {
    padding: 20px;
    height: auto;
    min-width: 90px;
    width: 48%;
    margin-top: 10px;
    border-radius: 8px;
  }

  .process-innerbox-detail .precess-option {
    background-color: #F8FAF8;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0px;
    padding-top: 0;
    box-shadow: none;


  }

  .process-innerbox-detail .process-arrow-grey {
    display: none;
  }

  .process-innerbox-detail .process-item img {
    width: 40px;
    height: 40px;
  }
}

@media(max-width:768px) {
  .process-innerbox-brief {
    padding-left: 12px;
    padding-right: 12px;
  }

  .process-innerbox-detail {
    padding-left: 12px;
    padding-right: 12px;
  }

  .process-innerbox-brief .process-item {
    margin-left: 0;
    margin-right: 0;
  }

  .process-container+div {
    font-size: 20px;
    padding: 0 0 30px 0;
  }
}

/*解决方案*/
.solution-business,
.solution-o2o,
.solution-education,
.solution-socialize,
.solution-finance,
.solution-bigData,
.solution-InternetOfThings {
  /* padding-top: 60px; */
  width: 1000px;
  color: #FFFFFF;
  margin: 0 auto;
}

.solution-business-lr-radius {
  line-height: 46px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.solution-business-lr-radius>img {
  right: 6px;
  top: 4px;
}

.solution-business-lr-radius>img:nth-of-type(2) {
  display: none;
}

.solution-business-lr-radius:hover {
  cursor: pointer;
  background-color: #FFFFFF;
  color: #7CBC26;
}

.solution-business-lr-radius:hover>img:nth-of-type(2) {
  display: inline-block;
}

.solution-business-lr-radius:hover>img:nth-of-type(1) {
  display: none;
}

.solution-business>img {
  display: block;
  margin: 0 auto;
  margin-top: 37px;
  width: 740px;
  height: 225px;
}

.solution-o2o>img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 66px;
  width: 980px;
  height: 170px;
}

.solution-education>img {
  display: block;
  margin: 0 auto;
  margin-top: 39px;
  margin-bottom: 71px;
  width: 894px;
  height: 110px;
}

.solution-socialize>img {
  display: block;
  margin: 0 auto;
  margin-top: 39px;
  margin-bottom: 70px;
  width: 578px;
  height: 108px;
}

.solution-finance>img {
  display: block;
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 56px;
  width: 796px;
  height: 187px;
}

.solution-bigData>img {
  display: block;
  margin: 0 auto;
  width: 769px;
  height: auto;
  margin-top: 51px;
  margin-bottom: 64px;
}

.solution-InternetOfThings>img {
  display: block;
  margin: 0 auto;
  width: 865px;
  height: 367px;
  margin-top: 56px;
  margin-bottom: 44px;
}

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

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

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

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

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

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

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

.option-title {
  width: 100%;
  text-align: center;
  font-family: PingFang SC;
  font-size: 30px;
  color: #333333;
  padding-top: 50px;
  padding-bottom: 40px;
  font-weight: 600;
}

@media(max-width:1200px) {
  .solution-container .case-option .nav-item {
    width: calc(0.7*170px);
  }

  .solution-container .case-option {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    align-items: start;
    transform: translateY(23px);
  }

  .solution-container .case-option .nav-item:nth-of-type(5) {
    width: calc(0.8*170px);
  }

  .solution-business,
  .solution-o2o,
  .solution-education,
  .solution-socialize,
  .solution-finance,
  .solution-bigData,
  .solution-InternetOfThings {
    width: 600px;
  }

  .solution-business>img {
    width: calc(0.7*740px);
    height: calc(0.7*225px);
  }

  .solution-business>p:nth-of-type(1),
  .solution-business>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-business>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-business>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-business>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }

  .solution-o2o>img {
    width: calc(0.7*980px);
    height: calc(0.7*170px);
  }

  .solution-o2o>p:nth-of-type(1),
  .solution-o2o>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-o2o>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-o2o>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-o2o>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }

  .solution-education>img {
    width: calc(0.7*894px);
    height: calc(0.7*110px);
  }

  .solution-education>p:nth-of-type(1),
  .solution-education>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-education>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-education>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-education>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }

  .solution-socialize>img {
    width: calc(0.7*578px);
    height: calc(0.7*108px);
  }

  .solution-socialize>p:nth-of-type(1),
  .solution-socialize>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-socialize>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-socialize>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-socialize>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }

  .solution-finance>img {
    width: calc(0.7*796px);
    height: calc(0.7*187px);
  }

  .solution-finance>p:nth-of-type(1),
  .solution-finance>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-finance>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-finance>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-finance>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }

  .solution-bigData>img {
    width: calc(0.7*769px);
  }

  .solution-bigData>p:nth-of-type(1),
  .solution-bigData>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-bigData>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-bigData>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-bigData>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }


  .solution-InternetOfThings>img {
    width: calc(0.7*865px);
    height: calc(0.7*367px);
  }

  .solution-InternetOfThings>p:nth-of-type(1),
  .solution-InternetOfThings>p:nth-of-type(3) {
    font-size: 26px;
  }

  .solution-InternetOfThings>p:nth-of-type(2) {
    font-size: 18px;
  }

  .solution-InternetOfThings>div:last-child {
    width: calc(0.8*240px);
    height: calc(0.8*50px);
    font-size: 18px;
    line-height: calc(0.8*50px);
  }

  .solution-InternetOfThings>div:last-child img {
    width: calc(0.8*40px);
    height: calc(0.8*40px);
  }

}

@media(max-width:870px) {
  .solution-container .case-option {
    justify-content: start;
  }
}

@media(max-width:768px) {

  .solution-business,
  .solution-o2o,
  .solution-education,
  .solution-socialize,
  .solution-finance,
  .solution-bigData,
  .solution-InternetOfThings {
    width: 90%;
  }

  .solution-container .nav-pills .nav-link {
    font-size: 14px;
    text-align: center;
  }

  .solution-container .case-option .nav-item {
    width: 80px;
  }

  .solution-container .case-option .nav-item:nth-of-type(5) {
    width: 90px;
  }

  .solution-container .nav-pills .nav-link img {
    visibility: hidden;
    display: none;
  }

  .solution-business>p:nth-of-type(1),
  .solution-business>p:nth-of-type(3) {
    font-size: 22px;
  }

  .solution-business>p:nth-of-type(2) {
    font-size: 16px;
  }

  .solution-business>img {
    width: calc(0.4*740px);
    height: calc(0.4*225px);
  }

  .solution-o2o>img {
    width: calc(0.3*980px);
    height: calc(0.3*170px);
  }

  .solution-education>img {
    width: calc(0.3*894px);
    height: calc(0.3*110px);
  }

  .solution-socialize>img {
    width: calc(0.5*578px);
    height: calc(0.5*108px);
  }

  .solution-finance>img {
    width: calc(0.4*796px);
    height: calc(0.4*187px);
  }

  .solution-bigData>img {
    width: calc(0.4*769px);
  }

  .solution-InternetOfThings>img {
    width: calc(0.35*865px);
    height: calc(0.35*367px);
  }

  .Dashed-separate {
    margin: 25px 0;
  }

  .solution-business>p:nth-of-type(1),
  .solution-business>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-business>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-o2o>p:nth-of-type(1),
  .solution-o2o>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-o2o>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-education>p:nth-of-type(1),
  .solution-education>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-education>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-socialize>p:nth-of-type(1),
  .solution-socialize>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-socialize>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-finance>p:nth-of-type(1),
  .solution-finance>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-finance>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-bigData>p:nth-of-type(1),
  .solution-bigData>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-bigData>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-InternetOfThings>p:nth-of-type(1),
  .solution-InternetOfThings>p:nth-of-type(3) {
    font-size: 16px;
  }

  .solution-InternetOfThings>p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px !important;
  }

  .solution-business,
  .solution-o2o,
  .solution-education,
  .solution-socialize,
  .solution-finance,
  .solution-bigData,
  .solution-InternetOfThings {
    padding-top: 15px;
  }

  .business-bg,
  .education-bg,
  .o2o-bg,
  .education-bg,
  .socialize-bg,
  .finance-bg,
  .bigData-bg,
  .InternetOfThings-bg {
    height: 460px;
  }

  .solution-business>img {
    margin-top: 20px;
  }

  .solution-o2o>img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-education>img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-socialize>img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-finance>img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-bigData>img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-InternetOfThings>img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-socialize>p:nth-of-type(1),
  .solution-socialize>p:nth-of-type(3) {
    line-height: 50px !important;
    margin-top: 0 !important;
  }

  .solution-container .case-option {
    justify-content: center;
  }
}

@media(max-width:600px) {
  .solution-container .case-option {
    justify-content: start;
  }
}

/*HHSHOP*/
.hhshop-container .option-title {
  padding-bottom: 20px;
}

.hhshop-container {
  height: auto;
  width: 100%;
  background: #F8FAF8;
  border-radius: 8px;
  margin-top: 100px;
  padding-top: 35px;
  padding-bottom: 60px;
}

.hhshop {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 12px;
}

.hhshop-info p:nth-child(1) {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  margin-top: 17px;
}

.hhshop-info div:nth-of-type(1) {
  margin: 8px auto 20px auto;
}

/* .hhshop-info {
    background-image: url('../image/img-hhshop-bg@2x.png');
    background-size: cover;
    border-radius: 8px;
    height: auto;
    width: 20%;
    max-width: 272px;
    padding: 30px 15px;
    margin-top: 15px;
    z-index: 5;
  } */

.hhshop-info .lr-radius {
  padding-left: 52px;
  margin-top: 105px;
  font-size: 20px;
  font-weight: 500;
  width: 210px;
  height: 50px;
}

.hhshop-info p:nth-of-type(2) {
  padding: 10px;
  font-size: 20px;
  line-height: 34px;
  font-family: PingFang SC;
  letter-spacing: 0px;
}

.hhshop-list {
  max-width: 1132px;
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.hhshop-list-item {
  box-shadow: 0px 0px 8px 0px rgba(97, 97, 97, 0.05);
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #FFFFFF;
  width: 22%;
  padding: 0 26px;
  padding-top: 20px;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}

.hhshop-list-item img {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hhshop-list-item p:nth-of-type(1) {
  margin-top: 9px;
  margin-bottom: 11px;
}

.hhshop-list-item p:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 600;
}

.hhshop-list-item p:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
}

.hhshop-list-item>span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
}

.hhshop-list-item>span:nth-of-type(1) {
  transform: rotate(0deg)
}

.hhshop-list-item>span:nth-of-type(2) {
  transform: rotate(90deg)
}

.hhshop-list-item>span:nth-of-type(3) {
  transform: rotate(180deg)
}

.hhshop-list-item>span:nth-of-type(4) {
  transform: rotate(270deg)
}

.hhshop-list-item>span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #7CBC26;
}

.hhshop-list-item:hover>span {
  display: block;
}

.hhshop-list-item:hover>span:before {
  animation: flow-line 1.5s linear infinite
}

@keyframes flow-line {
  0% {
    transform: scaleX(0);
    transform-origin: left
  }

  50% {
    transform: scaleX(1);
    transform-origin: left
  }

  50.1% {
    transform: scaleX(1);
    transform-origin: right
  }

  100% {
    transform: scaleX(0);
    transform-origin: right
  }
}


.hhleft-a {}

.hhright-a {}

.hhleft-a.hhhshow {
  animation-name: hhleft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.hhright-a.hhhshow {
  animation-name: hhright;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes hhleft {

  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: translateZ(0);
  }

}

@keyframes hhright {

  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: translateZ(0);
  }
}

@media(max-width:1200px) {
  .hhshop-info .lr-radius {
    width: 155px;
    height: 40px;
    line-height: 36px;
    padding-left: 46px;
  }

  .hhshop-info .lr-radius span {
    font-size: 14px !important;
  }

  .hhshop-info .lr-radius img {
    width: 30px;
    height: 30px;
  }
}

@media(min-width:1400px) {
  .hhshop-list-item {
    height: 249px;
  }
}

@media(max-width:1400px) {
  .hhshop-list-item span {
    display: none;
  }

  .hhshop-list-item:hover>span {
    display: none;
  }
}

@media(max-width:1024px) {
  .hhshop-container .hhshop {
    flex-direction: column;
  }

  .hhshop-container>div:nth-of-type(1) {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .hhshop-container {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hhshop-info {
    background-position: left;
    width: 100%;
    max-width: 100%;
  }

  .hhshop-info>p:nth-of-type(1) {
    display: none;
  }

  .hhshop-info>p:nth-of-type(2) {
    font-size: 18px;
  }

  .hhshop-info>div:nth-of-type(1) {
    display: none;
  }

  .hhshop-info>div:nth-of-type(2) {
    height: 40px;
    width: 180px;
    line-height: 40px;
    padding-left: 26px;
  }

  .hhshop-info>div:nth-of-type(2) span {
    font-size: 16px;
    margin-left: 0;
    vertical-align: 2px;
  }

  .hhshop-info>div:nth-of-type(2) img {
    width: 30px;
    height: 30px;
  }

  .hhshop-info .lr-radius {
    margin-top: 10px;
  }

  .hhshop-list {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .hhshop-list::after {
    content: "";
    width: 32%;
    height: auto;
    margin-top: 13px;
    padding: 0 13px;
    padding-top: 13px;
    margin-left: 13px;
    border-radius: 12px;
  }

  .hhshop-list-item {
    width: 32%;
    height: auto;
    margin-top: 13px;
    padding: 0 13px;
    padding-top: 13px;
    padding-bottom: 15px;
    margin-left: 13px;
    border-radius: 12px;
  }

  .hhshop-list>.hhshop-list-item:nth-of-type(1),
  .hhshop-list>.hhshop-list-item:nth-of-type(4),
  .hhshop-list>.hhshop-list-item:nth-of-type(7) {
    margin-left: 0;
  }

  .hhshop-list-item img {
    width: 42px;
    height: 42px;
  }

  .hhshop-list-item span {
    display: none;
  }

  .hhshop-list-item:hover>span {
    display: none;
  }

  .hhshop-list-item>p:nth-of-type(1) {
    font-size: 16px;
    text-align: center;
  }
}

@media(max-width:768px) {
  .hhshop-container .hhshop {
    flex-direction: column;
  }

  .hhshop-list {
    width: 100%;
    justify-content: space-between;
  }

  .hhshop-list-item {
    margin: 15px 0 0 0;
  }

  .hhshop-list::after {
    content: "";
    width: 32%;
    margin: 15px 0 0 0;
  }

  .hhshop-container {
    margin-top: 0;
  }

  .hhshop-info {
    width: 100%;
    margin-top: 0;
    border-radius: 8px;
  }

  .solution-business>div:last-child,
  .solution-o2o>div:last-child,
  .solution-education>div:last-child,
  .solution-socialize>div:last-child,
  .solution-finance>div:last-child,
  .solution-bigData>div:last-child,
  .solution-InternetOfThings>div:last-child {
    width: 150px;
    height: 35px;
    font-size: 16px;
    padding-left: 30px;
    line-height: 35px;
  }

  .solution-business>div:last-child img,
  .solution-o2o>div:last-child img,
  .solution-education>div:last-child img,
  .solution-socialize>div:last-child img,
  .solution-finance>div:last-child img,
  .solution-bigData>div:last-child img,
  .solution-InternetOfThings>div:last-child img {
    width: 30px;
    height: 30px;
    right: 2px;
    top: 2px;
  }

}

@media(max-width:430px) {
  .hhshop-list-item {
    width: 49%;
  }
}

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

.partners-container .option-title {
  padding-bottom: 20px;
}

.partner {
  margin: 0 auto;
  max-width: 1420px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

.partner img {
  width: 264px;
  height: 110px;
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: -4px 4px 18px 0px rgba(97, 97, 97, 0.15);
}

.hhpartner img {
  opacity: 0;
}

.partner.active>img {
  animation: 0.6s linear 0.5s forwards hhp;
}

@keyframes hhp {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0.2;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@media(max-width:1435px) {
  .partner {
    width: 1136px;
  }
}

@media(max-width:1200px) {
  .partner {
    width: 892px;
  }
}

@media(max-width:1086px) {
  .partner {
    width: 892px;
  }
}

@media(max-width:908px) {
  .partner {
    width: 714px;
  }
}

@media(max-width:710px) {
  .partner {
    width: 579px;
  }
}

@media(max-width:595px) {
  .partner {
    width: 463px;
  }
}

@media(max-width:477px) {
  .partner {
    width: 347px;
  }
}

@media(max-width:1200px) {
  .partner img {
    width: calc(0.6*264px);
    height: calc(0.6*110px);
  }
}

@media(max-width:768px) {
  .partner img {
    width: calc(0.4*264px);
    height: calc(0.4*110px);
    margin: 5px;
  }

  .partners-container {
    padding-bottom: 45px;
  }
}

@media(max-width:460px) {
  .partner img {
    width: 163px;
    height: 68px;
    margin: 5px;
  }
}

@media(max-width:1024px) {
  .partners-container>div:nth-of-type(1) {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

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

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

/* inquiry样式 */
/* .inquiry-form {
    padding: 0 24px;
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../image/img-Inquiry_form@2x.png");
    background-size: cover;
  } */

.inquiry-form-box {
  padding: 52px 68px;
  height: 328px;
  width: 100%;
  max-width: 1400px;
  border-radius: 12px;
  background-color: #ffffff;
  margin-top: -8px;
  display: flex;
}

.inquiry-form-left {
  height: 80%;
  width: 40%;
}

.inquiry-form-left-tel {
  vertical-align: bottom;
  margin: 25px 0 21px;
}

.inquiry-form-left-tel img {
  display: inline-block;
  width: 37px;
  height: 39px;
  vertical-align: -6px;
  margin-top: 2px;
}

.inquiry-form-left-tel span {
  font-size: 36px;
  color: #7CBC26;
  letter-spacing: 0;
  font-weight: 600;
}

.inquiry-form-left>p:last-child {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}

.inquiry-form-left>a:nth-of-type(2) {
  color: #7CBC26;
  font-weight: 600;
}

.inquiry-form-right {
  height: 80%;
  width: 60%;
}

.inquiry-form-right input,
.inquiry-form-right textarea {
  background-color: #F6F7F9;
}

.inquiry-form-right textarea {
  width: 100%;
  resize: none;
}

.inquiry-form-right input:nth-of-type(1) {
  margin-right: 20px;
}

.inquiry-form-right>div:last-child {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 48px;
  padding-left: 42px;
  width: 240px;
}

.input-group>input {
  width: 360px;
  height: 44px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 4px !important;
}

.input-group>textarea {
  width: 740px;
  height: 74px;
  background: #F6F7F9;
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 8px;
}

.inquiry-form-box .lr-radius {
  color: #ffffff;
  background-color: #7CBC26;
  padding-bottom: 15px;
}

.inquiry-form-box .lr-radius span {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .inquiry-form-left>a:nth-of-type(2) {
    display: none;
  }
}

@media(max-width:1024px) {
  .inquiry-form {
    height: auto;
  }

  .inquiry-form-box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 18px;
    margin: 30px 20px;
  }

  .inquiry-form-left>p:nth-of-type(1),
  .inquiry-form-left>p:nth-of-type(2) {
    display: none;
  }

  .inquiry-form-left>a:nth-of-type(1) {
    display: none;
  }

  .inquiry-form-left {
    height: 30%;
    width: 80%;
    text-align: center;
    font-size: 20px;
  }

  .inquiry-form-right {
    width: 90%;
    height: 59%;
  }

  .inquiry-form-right>div:last-child {
    font-size: 16px;
    height: 40px;
    width: 180px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 40px;
    padding-left: 30px;
  }

  .inquiry-form-right>div:last-child img {
    width: 30px;
    height: 30px;
  }

  .input-group>textarea {
    height: 60px;
  }

  .input-group>input {
    height: 35px;
  }
}

@media(max-width:768px) {
  .inquiry-form {
    padding: 0px 12px;
  }

  .inquiry-form-right {
    width: 100%;
    padding-left: 0 !important;
  }

  .inquiry-form-box {
    height: auto;
    padding: 30px 12px;
    /* margin: 30px 0; */
  }

  .inquiry-form-right input:nth-of-type(1) {
    margin-right: 10px;
  }

  .input-group {
    margin-top: 16px;
  }

  .input-group>input::placeholder {
    font-size: 13px;
  }

  .inquiry-form-right textarea::placeholder {
    font-size: 13px;
  }
}

.input-tip {
  content: "";
  position: absolute;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 0 8px 0 rgba(97, 97, 97, 0.3);
  z-index: 999;
  padding: 10px 15px;
  border-radius: 12px !important;
  cursor: default;
}

.input-tip::before {
  content: "";
  display: block;
  border: 8px solid #ffffff;
  border-color: transparent transparent #ece3e3 transparent;
  position: absolute;
  left: 30%;
  top: 0px;
  transform: translate(-50%, -100%);
}

.input-tip::after {
  content: "";
  display: block;
  border: 8px solid #ffffff;
  border-color: transparent transparent #ece3e3 transparent;
  position: absolute;
  left: 30%;
  top: 0;
  transform: translate(-50%, -100%);
  z-index: 1;
}

/* 头部导航条 */
.header-scroll.header-container {
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: 0 4px 10px 0 hsla(0, 0%, 89%, .5);
  transition: all 0.2s linear;
}

@media (max-width:768px) {
  .header-scroll.header-container {
    transition: none;
  }
}

.header-scroll .header-unit.is-active span::after,
.header-scroll .header-item-line {
  /* background: #7cbc26; */
}

.header-scroll .header-unit.is-active .header-item,
.header-scroll .header-unit:hover .header-item {
  color: #7cbc26;
}

.header-scroll .qrcode-box>img:first-of-type {
  display: none;
}

.header-scroll .qrcode-box>img:last-of-type {
  display: block;
}

.header-scroll .phone-box img:nth-of-type(2) {
  display: inline-block;
}

.header-scroll .phone-box img:nth-of-type(1) {
  display: none;
}

.header-scroll .phone-box span {
  color: #7CBC26;
}

.header-scroll .tel-box img:nth-of-type(1) {
  display: none;
}

.header-scroll .tel-box img:nth-of-type(2) {
  display: inline-block;
}

.header-scroll .tel-box span {
  color: #7CBC26;
}

.header-scroll .small-separato-vertical {
  width: 1px;
  opacity: 1;
  background-color: #7CBC26;
}

.header-container {
  z-index: 101;
  height: 82px;
  position: fixed;
  width: 100%;
  display: flex;
  font-size: 16px;
  color: white;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}

.header-box {
  align-items: stretch;
  background: transparent;
  box-shadow: none;
  display: flex;
  height: 100%;
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  top: 0;
  width: auto;
}

.header-unit {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 20px;
}

.header-item {
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.header-unit.is-active span::after,
.header-item-line {
  /* background: #ffffff; */
  background: transparent;
  bottom: 10px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 2px;
}

.header-unit:hover .header-item {
  color: #7cbc26;
}

.header-item-line {
  transition: all 0.3s ease;
  width: 0px;
  pointer-events: none;
}

.sub-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sub-box {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 8px 0 #e4e4e4;
  display: none;
  min-width: 190px;
  padding: 10px 20px;
  position: absolute;
  font-size: 14px;
  top: 100%;
  z-index: 99;
  color: #333333;
  width: 240px;
  height: 384.32px;
}

.sub-unit {
  padding-top: 15px;
  height: 50px;
  line-height: 35px;
  /* border-bottom: 1px solid #E8E8E8; */
  display: block;
}

/* .sub-unit:last-of-type {
    border-bottom: none;
  } */

.sub-unit:hover {
  /* border-color: #7CBC26; */
  color: #7CBC26;
}

/* 选中状态 */
.sub-unit.is-active {
  color: #7CBC26;
}

.sub-unit.is-active+div>.sub-item-line {
  width: 100%;
  background-color: #7CBC26;
}

.sub-unit.is-active .sub-item img:nth-of-type(1) {
  display: none;
}

.sub-unit.is-active .sub-item img:last-child {
  display: inline-block;
}

/* 选中状态 */
/*解决方案悬浮滑动条*/
.sub-unit:hover+div>.sub-item-line {
  width: 100%;
  background-color: #7CBC26;
  transition: width 0.5s linear;
}

.sub-item-line {
  width: 0%;
  height: 2px;
  background-color: #E8E8E8;
}

.sub-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
}

.sub-item img {
  width: 12px;
  height: 12px;
}

.sub-item img:last-child {
  display: none;
}

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

.sub-unit:hover .sub-item img:last-child {
  display: inline-block;
}

.sub-header:hover .sub-box {
  display: block;
}

.sub-header .header-item {
  box-sizing: border-box;
  padding-right: 15px;
}

.hai-n,
.hai-g,
.hai-w {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.2s linear;
}

.hai-w {
  opacity: 1;
}

.header-scroll .sub-header .header-item .hai-w {
  opacity: 0;
}

.header-scroll .sub-header .header-item .hai-n {
  opacity: 1;
}

.header-scroll .sub-header:hover .header-item .hai-n {
  opacity: 0;
  transform: rotate(-180deg) translateY(50%);
}

.header-scroll .sub-header:hover .header-item .hai-g {
  transform: rotate(-180deg) translateY(50%);
  opacity: 1;
}


.side-bar {
  background: #7CBC26;
  box-shadow: 0px 0px 16px 0px rgba(99, 99, 99, 0.11);
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  position: fixed;
  margin-top: -141px;
  right: 0;
  top: 50%;
  z-index: 51;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  transform-style: preserve-3d;
  transition: all .2s;
  width: 80px;
  height: 302px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 0px 10px;
}

.side-bar>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 94px;
  border-bottom: 1px solid rgba(225, 255, 255, 0.43);
}

.side-bar>div:last-child {
  height: 114px;
}

.side-bar>div>img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.side-bar>div:active>img {
  transform: scale(0.85);
}

.side-qrcode-item {
  position: absolute;
  top: 0;
  right: 110%;
  width: 200px;
  height: 200px;
  z-index: 101;
  display: none;
  cursor: pointer;
  padding: 20px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0px 20px 29px 0px rgba(157, 157, 157, 0.2);
  border-radius: 12px;
}

.side-qrcode-item img {
  width: 160px;
  height: 160px;
}

.side-bar>div:nth-of-type(1):hover .side-qrcode-item {
  display: block;
}

@media(max-width:1024px) {
  .side-bar {
    width: 64px;
    height: 140px;
    top: auto;
    bottom: 140px;
  }

  .side-bar>div>img {
    margin-bottom: 0;
    width: 24px;
    height: 24px;
  }

  .side-bar>div span {
    display: block;
    font-size: 10px;
  }

  .side-qrcode-item {
    width: 160px;
    height: 160px;
  }

  .side-qrcode-item>img {
    width: 120px;
    height: 120px;
  }
}

@media(max-width:768px) {
  .side-bar {
    height: 140px;
    top: auto;
    bottom: 140px;
  }

  .side-bar>div:nth-of-type(1) {
    display: none;
  }

  .side-bar>div:nth-of-type(4) {
    border: 0;
  }

  .side-bar>div:last-child {
    height: 94px;
  }
}



.nav-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
  padding-right: 85px;
}

.qrcode-box {
  position: relative;
  cursor: pointer;
}

.qrcode-item {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  margin-top: 16px;
  top: 100%;
  width: 200px;
  height: 200px;
  z-index: 101;
  display: none;
  cursor: pointer;
  padding: 20px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0px 20px 29px 0px rgba(157, 157, 157, 0.2);
  border-radius: 12px;
}

.qrcode-box img {
  width: 30px;
}

.qrcode-box>img:last-of-type {
  display: none;
}

.qrcode-box>div>img {
  width: 160px;
}

.qrcode-box:hover>img:first-of-type {
  display: none;
}

.qrcode-box:hover>img:last-of-type {
  display: block;
}

.qrcode-box:hover .qrcode-item {
  display: block;
}

@media(max-width:768px) {
  .header-scroll .nav-right-responsive img:nth-of-type(2) {
    width: 24px;
  }
}

.phone-box {
  margin-left: 20px;
}

.phone-box img:nth-of-type(1),
.phone-box img:nth-of-type(2) {
  width: 24px;
  height: 24px;
  vertical-align: -4px;
}

.phone-box img:nth-of-type(2) {
  display: none;
}

.phone-box:hover img:nth-of-type(2) {
  display: inline-block;
}

.phone-box:hover img:nth-of-type(1) {
  display: none;
}

.phone-box:hover span {
  color: #7CBC26;
}

.tel-box {
  margin-left: 30px;
}

.tel-box img:nth-of-type(1),
.tel-box img:nth-of-type(2) {
  width: 24px;
  height: 24px;
  vertical-align: -4px;
}

.tel-box img:nth-of-type(2) {
  display: none;
}

.tel-box:hover img:nth-of-type(2) {
  display: inline-block;
}

.tel-box:hover img:nth-of-type(1) {
  display: none;
}

.tel-box:hover span {
  color: #7CBC26;
}

.tel-box span,
.phone-box span {
  font-family: Helvetica-Bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
}

.nav-right-responsive {
  display: none;
}

.nav-right-responsive .small-separato-vertical {
  margin: 0 10px;
}

.aside-menubtn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.nav-right-responsive img:nth-of-type(1) {
  display: inline-block;
}

.nav-right-responsive img:nth-of-type(2) {
  display: none;
}

.header-scroll .nav-right-responsive img:nth-of-type(1) {
  display: none;
}

.header-scroll .nav-right-responsive img:nth-of-type(2) {
  display: inline-block;
}

/* 响应式，导航栏右侧内容 */
@media(max-width:1710px) {
  .nav-top-right>div:nth-of-type(2) {
    display: none;
  }

  .nav-top-right>div:nth-of-type(4) {
    display: none;
  }
}

@media(max-width:1578px) {
  .header-unit {
    padding: 0px 15px;
  }

  .nav-top-right {
    padding-right: 30px;
  }
}

@media(max-width:1400px) {

  .header-box,
  .nav-top-right {
    display: none;
  }

  .tel-box {
    margin-left: 5px;
  }

  .nav-right-responsive {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    flex-grow: 1;
    padding-right: 50px;
  }

  .nav-right-responsive .phone-box {
    margin-left: 0;
  }
}

@media(max-width:768px) {

  .nav-right-responsive {
    flex-grow: 0;
    padding-right: 12px;
  }

  .header-container {
    height: 62px;
    width: 100%;
    justify-content: space-between;
  }

  .aside-Nav {
    top: 62px;
  }
}

/*经典案例*/
.case-container .tab-content {
  max-width: 1903px;
  margin: 0 auto;
}

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

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

.case-container .lr-radius:hover {
  color: #ffffff;
  background-color: #7CBC26;
}

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

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

.classical-case {
  max-width: 1903px;
  min-width: 768px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.classical-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, calc(25% - 15px));
}

.allrradius {
  transition: all .3s;
}

.classical-box {
  position: relative;
  /* margin-right: 20px; */
  border-radius: 8px;
  background: #FFFFFF;
  transition: all .3s;
}

.classical-box>div:nth-of-type(1)>img:first-child {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.case-cover-layer {
  border-radius: 8px;
  position: relative;
  max-height: 260px;
  /* height: 100%; */
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  overflow: hidden;
}

.cover-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.classical-box>div:nth-of-type(1)>img:nth-of-type(2) {
  position: absolute;
  width: 45%;
  height: 45%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.classical-box>.case-cover-layer>div:nth-of-type(2) {
  position: absolute;
  right: 0px;
  bottom: 10px;
  display: inline-block;
  background-color: #cb2323;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  padding: 0 2px;
}

.classical-unit {
  /*height: 90px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 18px;
}

.classical-text div:first-child {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  /* text-align: center; */
  line-height: 34px;
  font-weight: 600;
}

.classical-text div:last-child {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
}

.classical-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classical-icon>img:first-child {
  width: 20px;
  height: 20px;
}

.classical-icon>img:last-child {
  display: none;
  width: 30px;
  height: 30px
}

.classical-box:hover .case-cover-layer>img {
  transform: scale(1.2);
  transform-origin: center;
}

.classical-box:hover .classical-icon>img:first-child {
  display: none;
}

.classical-box:hover .classical-icon>img:last-child {
  display: inline-block;
}

.classical-box:hover {
  box-shadow: 0px 2px 17px 0px rgba(1, 1, 1, 0.06);
  cursor: pointer;
}

@media(max-width:1200px) {
  .case-container .option-title {
    padding-top: 40px !important;
  }
}

@media(max-width:1024px) {
  .case-container ul {
    margin-bottom: 24px;
  }

  .case-container .option-title {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    font-size: 20px;
  }

  .case-container .nav-item {
    margin: 0 10px;
    /* width: 90px; */
    width: auto;
    height: 38px;

  }

  .case-container .nav-item button {
    /* width: 90px; */
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 16px;
    height: 38px;
    border-radius: 18px;
  }

  .classical-text div:first-child {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
  }

  .classical-text div:last-child {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
  }

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

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

  }

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

  .classical-icon {
    width: 20px;
    height: 20px;
  }

  .classical-icon>img:last-child {
    width: 30px;
    height: 30px;
  }

  .classical-icon>img:first-child {
    width: 20px;
    height: 20px;
  }

}

@media(max-width:768px) {
  .classical-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, calc(50% - 10px));
  }

  .case-container .nav-item {
    margin: 0 5px;
    /* width: 90px; */
    width: auto;
    height: 34px;

  }

  .case-container .nav-item button {
    /* width: 90px; */
    width: auto;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 14px;
    height: 34px;
    border-radius: 17px;
  }

  .classical-container .classical-box:nth-of-type(1),
  .classical-container .classical-box:nth-of-type(2) {
    /* margin-left: 10px;
      margin-right: 10px; */
  }

  .classical-container .classical-box:nth-of-type(3),
  .classical-container .classical-box:nth-of-type(4) {
    display: none;
  }

  .classical-case {
    min-width: 0px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .classical-container {
    justify-content: center;
  }

  .classical-box:hover .classical-icon>img:first-child {
    display: inline-block;
  }

  .classical-box:hover .classical-icon>img:last-child {
    display: none;
  }

  .classical-box>.case-cover-layer>div:nth-of-type(2) {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: inline-block;
    background-color: #cb2323;
    font-size: 10px;
    padding: 0 2px;
    border-radius: 2px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
  }

  .classical-unit {
    /*height: 60px;*/
    padding: 4px 8px 4px 8px;
  }

  .classical-icon {
    display: none;
  }
}

.hhshopsbtn {
  width: 210px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 25px;
  display: flex;
  padding-left: 23px;
  padding-right: 5px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;

  margin: 0 auto;
  margin-top: 115px;
}

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

.hhshopsbtn>span {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
}

@media(max-width:1200px) {
  .hhshopsbtn {
    width: 168px;
    height: 40px;
  }

  .hhshopsbtn>img {
    width: 32px;
    height: 32px;
  }

  .hhshopsbtn>span {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
  }
}

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

.tab-content>.tab-pane {
  opacity: 0;
}

.tab-content>.tab-pane.active {
  opacity: 1;
}

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

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

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

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

  .hpartners-container>.option-title {
    margin-bottom: 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;
    padding-top: 20px;
  }

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

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

  .inquiry-form-left {
    height: auto;
    font-size: 13px;
    width: 105%;
  }

  .inquiry-form-left>a:nth-of-type(2) {
    color: #7CBC26;
    font-weight: 600;
    font-size: 20px;
  }
}

.foot-fg {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
}

.foot-fg-a {

  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.foot-fg>span {
  display: block;
  margin-right: 8px;
  font-size: 14px;
  color: #FFFFFF;
  flex-shrink: 0;
  line-height: 20px;
  margin-top: -1px;
}

.foot-fg-a>a {
  display: block;
  margin-right: 30px;
  font-size: 14px;
  color: #FFFFFF !important;
  cursor: pointer;
  line-height: 20px;
}

@media (max-width:1024px) {
  .foot-fg {
    margin-top: 0;
    padding-bottom: 30px;
  }
}

@media (max-width:867px) {
  .foot-fg {
    width: 100%;
  }

  .foot-fg-a>a {
    margin-right: 15px;
  }
}

@media (max-width:610px) {
  .foot-fg {
    width: 100%;
    flex-direction: column;
    /* align-items: center; */
  }

  .foot-fg-a {
    margin-top: 8px;
  }

  .foot-fg-a>a {
    width: 33.33%;
    margin-right: 0px;
    text-align: left;
    margin-bottom: 2px;
  }
}

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

/* .newsb-box.zk {
  height: auto;
  transition: height 1s 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;
}




/* 解决方案改 */
.altab-conh {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.altab-scroll {
  width: 100%;
  overflow-x: scroll;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.altab-boxh {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
}

.altab-itemh {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  margin-right: 24px;
  flex-shrink: 0;
}

.altab-itemh>img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  opacity: 0;
  transition: all 0.5s;
}

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

.altab-itemh.is-active {
  font-weight: 600;
  color: #7CBD26;
}

.altab-itemh.is-active>img {
  opacity: 1;
}

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

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

.albody-bh {
  position: relative;
  width: 100%;
}

.albodyh {
  width: 100%;
  display: none;
  height: 800px;
  /* height: 100vh; */
  background-size: cover;
  background-attachment: fixed;
}

.albodyh.e {
  background-image: url("/public/image/img-business-bg@2x.png");
}

.albodyh.o {
  background-image: url("/public/image/img-O2O-bg@2x.png");
}

.albodyh.on {
  background-image: url("/public/image/icon-online_education-bg@2x.png");
}

.albodyh.s {
  background-image: url("/public/image/img-social-contact-bg@2x.png");
}

.albodyh.i {
  background-image: url("/public/image/img-Internet_of_things-bg@2x.png");
}

.albodyh.d {
  background-image: url("/public/image/img-big-data-bg@2x.png");
}

.albodyh.iot {
  background-image: url("/public/image/img-online-finance-bg@2x.png");
}

.albodyh.is-active {
  /* position: relative; */
  display: flex;
  align-items: center;
  /* opacity: 1; */
  /* animation: albodyh 1.5s;
  animation-fill-mode: forwards; */
}


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

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

.altabzw {
  width: 6px;
  height: 30px;
  opacity: 0;
  display: none;
}

@media (max-width:768px) {
  .altabzw {
    display: block;
  }

  .albodyh {
    height: 500px;
  }

  .altab-itemh {
    font-size: 14px;
    margin-right: 24px;
    flex-shrink: 0;
  }

  .altab-itemh.is-active::after {
    bottom: -2px;
  }
.altab-conh{
  height: 31px;
}
  .altab-itemh>img {
    display: none;
  }
}

/* 解决方案内容滑动效果 */
.slide-h1,
.slide-h2,
.slide-h3,
.slide-h4,
.slide-h5,
.slide-h6 {
  animation-name: slideh;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}

.slide-h1 {
  animation-delay: .1s;
}

.slide-h2 {
  animation-delay: .2s;
}

.slide-h3 {
  animation-delay: .3s;
}

.slide-h4 {
  animation-delay: .4s;
}

.slide-h5 {
  animation-delay: .5s;
}

.slide-h6 {
  animation-delay: .6s;
}

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

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


/* 流程内容滑动效果 */
.slide-l1,
.slide-l2,
.slide-l3,
.slide-l4,
.slide-l5,
.slide-l6,
.slide-l7,
.slide-l8,
.slide-l9,
.slide-l10,
.slide-l11,
.slide-l12,
.slide-l13 {
  animation-name: slidel;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}

.slide-h1 {
  animation-delay: .1s;
}

.slide-h2 {
  animation-delay: .2s;
}

.slide-h3 {
  animation-delay: .3s;
}

.slide-h4 {
  animation-delay: .4s;
}

.slide-h5 {
  animation-delay: .5s;
}

.slide-h6 {
  animation-delay: .6s;
}

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

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

@keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg) scale(1.1);

  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg) scale(1);
  }
}


/* 流程内容滑动效果 */
.isf .slide-a1,
.isf .slide-a2,
.isf .slide-a3,
.isf .slide-a4,
.isf .slide-a5,
.isf .slide-a6,
.isf .slide-a7,
.isf .slide-a8 {
  animation-name: slidea;
  animation-duration: .7s;
  animation-fill-mode: backwards;
}

.isf .slide-a1 {
  animation-delay: .1s;
}

.isf .slide-a2 {
  animation-delay: .25s;
}

.isf .slide-a3 {
  animation-delay: .4s;
}

.isf .slide-a4 {
  animation-delay: .55s;
}

.isf .slide-a5 {
  animation-delay: .4s;
}

.isf .slide-a6 {
  animation-delay: .55s;
}

.isf .slide-a7 {
  animation-delay: .7s;
}

.isf .slide-a8 {
  animation-delay: .85s;
}

@keyframes slidea {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

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

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