.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.banner {
  position: relative;
  margin-bottom: 0px;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner-text {
  position: absolute;
  top: 36%;
  left: 13%;
  max-width: 522px;
  width: 45%;
}

.banner-text>p:nth-of-type(1) {
  font-size: 46px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 65px;
}

@keyframes ban-t-c {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }

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

.ban-t-a {
  display: flex;
  align-items: center;
}

.ban-t-a>div {
  font-size: 46px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 65px;
}

.ban-t-a>div:nth-of-type(1) {
  animation-name: bt1;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(2) {
  animation-name: bt2;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(3) {
  animation-name: bt3;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(4) {
  animation-name: bt4;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(5) {
  animation-name: bt5;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(6) {
  animation-name: bt6;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(7) {
  animation-name: bt7;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(8) {
  animation-name: bt8;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(9) {
  animation-name: bt9;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(10) {
  animation-name: bt10;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(11) {
  animation-name: bt11;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(12) {
  animation-name: bt12;
  animation-duration: 1s;
}

.ban-t-a>div:nth-of-type(13) {
  animation-name: bt13;
  animation-duration: 1s;
}

@keyframes bt1 {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

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

@keyframes bt2 {
  0% {
    opacity: 0;
    transform: translateX(130%);
  }

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

@keyframes bt3 {
  0% {
    opacity: 0;
    transform: translateX(160%);
  }

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

@keyframes bt4 {
  0% {
    opacity: 0;
    transform: translateX(190%);
  }

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

@keyframes bt5 {
  0% {
    opacity: 0;
    transform: translateX(220%);
  }

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

@keyframes bt6 {
  0% {
    opacity: 0;
    transform: translateX(250%);
  }

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

@keyframes bt7 {
  0% {
    opacity: 0;
    transform: translateX(280%);
  }

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

@keyframes bt8 {
  0% {
    opacity: 0;
    transform: translateX(310%);
  }

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

@keyframes bt9 {
  0% {
    opacity: 0;
    transform: translateX(310%);
  }

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

@keyframes bt10 {
  0% {
    opacity: 0;
    transform: translateX(310%);
  }

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

@keyframes bt11 {
  0% {
    opacity: 0;
    transform: translateX(310%);
  }

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

@keyframes bt12 {
  0% {
    opacity: 0;
    transform: translateX(310%);
  }

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

@keyframes bt13 {
  0% {
    opacity: 0;
    transform: translateX(310%);
  }

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


.banner-text>p:nth-of-type(2) {
  margin-top: 17px;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  animation-name: ban-t-c;
  animation-duration: 1.3s;
}

.appyybg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.nowbtn {
  width: 124px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #FFC116;
  border-radius: 27px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 59px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.srxbread {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-sizing: border-box;
  padding: 0 12px;
}

.srxbox {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
}

.srx-a {
  display: flex;
  align-items: center;
  color: #7CBC26;
  font-size: 14px;
}

.srx-a>span {
  font-size: 14px;
  color: #232323;
}

.srx-a>img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

@media (max-width:1600px) {
  .banner-text {
    top: 27%;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 36px;
    line-height: 50px;
  }

  .ban-t-a>div {
    font-size: 36px;
    line-height: 50px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 16px;
    line-height: 28px;
  }

  .nowbtn {
    margin-top: 49px;
  }
}

@media (max-width:1400px) {
  .banner-text {
    top: 30%;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 30px;
    line-height: 40px;
  }

  .ban-t-a>div {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
  }

  .nowbtn {
    margin-top: 29px;
  }
}

@media (max-width:1200px) {
  .banner-text {
    top: 33%;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 26px;
    line-height: 36px;
  }

  .ban-t-a>div {
    font-size: 26px;
    line-height: 36px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
  }

  .nowbtn {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width:1000px) {
  .banner-text {
    top: 33%;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 24px;
    line-height: 32px;
  }

  .ban-t-a>div {
    font-size: 24px;
    line-height: 32px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }

  .nowbtn {}
}

@media (max-width: 900px) {
  .banner-text {
    top: 70px;
    width: 100%;
    max-width: 60%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-text>p {
    width: 100%;
    text-align: center;
  }

  .banner-text>p:nth-of-type(1) {
    font-size: 26px;
    line-height: 36px;
  }

  .ban-t-a>div {
    font-size: 26px;
    line-height: 36px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 12px;
    margin-top: 12px;
  }

  .nowbtn {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .banner img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .banner-text {
    max-width: 100%;
  }

  .banner img {
    object-fit: cover;
    object-position: left;
  }
}

@media (max-width: 500px) {
  .banner-text>p:nth-of-type(1) {
    font-size: 24px;
    line-height: 32px;
  }

  .ban-t-a>div {
    font-size: 24px;
    line-height: 32px;
  }

  .banner-text>p:nth-of-type(2) {
    font-size: 13px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 12px;
    margin-top: 10px;
  }

  .nowbtn {
    margin-top: 20px;
  }
}

.zxoption-title {
  width: 100%;
  text-align: center;
  font-family: PingFang SC;
  font-size: 26px;
  color: #333333;
  padding-bottom: 30px;
  font-weight: 700;
}

/* 他们这么说 */
.zmscon {
  width: 100%;
  height: 657px;
  background: #F8FAF8;
  box-sizing: border-box;
  padding-top: 111px;
  position: relative;
}

.zmscardbox {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.zmstitle {
  width: 32%;
  position: absolute;
  top: 0;
  left: 0;
}

.zmstitle>div:nth-of-type(1) {
  font-size: 18px;
  color: #7CBD26;
  line-height: 25px;
}

.zmstitle>div:nth-of-type(2) {
  font-size: 26px;
  color: #333333;
  line-height: 37px;
  margin-top: 25px;
  font-weight: 700;
}

.zmscard-b {
  /* width: 453px; */
  width: calc(33.33% - 27px);
  margin-right: 20px;
  position: absolute;
  box-shadow: -4px 4px 20px 3px rgba(104, 104, 104, 0.09);
  border-radius: 10px;
  /* overflow: hidden; */
  /* animation: infinite; */
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.zmscard {
  width: 100%;
  height: auto;
  min-height: 238px;
  background: #FFFFFF;
  /* box-shadow: -4px 4px 20px 3px rgba(104, 104, 104, 0.09); */
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  z-index: 6;
}

.zms-d.zmscard {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 9;
}
.zms-d.move {
  animation-name: fy1;
  animation-duration: 2s;
}
.zms-u.move {
  animation-name: fy1;
  animation-duration: 2s;
}
@keyframes fy1{
  0%{
    /* transform: translateY(0%); */
    opacity: 1;
  }
  100%{
    /* transform: translateY(-100%); */
    opacity: 0;
  }
}

.zmscard-name {
  display: flex;
  align-items: center;
}

.zmscard-name>img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
}

.zmscard-name>span {
  font-size: 20px;
  color: #333333;
}

.zmscontent {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
}

.zmsdh {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 22px;
  bottom: 23px;
}


@media (max-width:1450px) {
  .zmscon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .zmscardbox {
    width: 100%;
  }
}

@media (max-width:1100px) {
  .zmstitle>div:nth-of-type(1) {
    font-size: 16px;
  }

  .zmstitle>div:nth-of-type(2) {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width:800px) {
  .zmscard {
    padding: 20px;
  }

  .zmscard-name>img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .zmscard-name>span {
    font-size: 16px;
    color: #333333;
  }

  .zmscontent {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 14px;
  }
}

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

@media (max-width:630px) {
  .zmscon {
    height: auto;
    padding: 30px 0 0px;
    /* height: 300px; */
  }

  .zmscard-r {
    height: auto;
    margin-top: 0;
  }

  .zmscardbox .zmsmbox {
    margin-top: 20px;
  }

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

  .zmstitle {
    width: 100%;
    position: relative;
  }

  .zmstitle>div:nth-of-type(1) {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .zmstitle>div:nth-of-type(2) {
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    line-height: 24px;
  }

  .zmscard {
    display: none;
  }
}

.zmsmbox {
  display: none;
  width: 100%;
  height: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 12px;
  overflow-y: visible;
  box-sizing: border-box;
  padding-bottom: 32px;
}

.zmsmbox::-webkit-scrollbar {
  display: none;
}

.zmsmbox-s {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}

.zhanwei {
  width: 12px;
  opacity: 0;
}

.zmsitem {
  width: 82vw;
  height: 100%;
  background: #FFFFFF;
  box-shadow: -4px 4px 20px 3px rgba(104, 104, 104, 0.09);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 18px;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}

.zmsmcard-name {
  display: flex;
  align-items: center;
}

.zmsmcard-name>img {
  width: 32px;
  height: 32px;
  margin-right: 9px;
  border-radius: 50%;
}

.zmsmcard-name>span {
  font-size: 15px;
  color: #333333;
}

.zmsmcontent {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
}

.zmsmdh {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 14px;
  bottom: 14px;
}

@media (max-width:630px) {
  .zmsmbox {
    display: block;
  }
}

/* app流程 */
.lccon {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 0;
  background-color: #FFFFFF;
}

.lctitle {
  width: 100%;
  line-height: 37px;
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}

.lcbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  box-sizing: border-box;
}

.lcitem {
  width: 150px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.lcabbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
}

.lcabbox>img {
  width: 60px;
  height: 60px;
}

.lcabbox>div {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

.lcdetailbox {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  background: #7CBD26;
  /* border-radius: 8px; */
  box-sizing: border-box;
  padding: 16px;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  transition: top 0.3s linear;
}

.lcitem:hover .lcdetailbox {
  top: 0;
  transition: top 0.3s linear;
}

.lcarrowicon {
  width: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 21px;
}

.lcarrowicon>img {
  width: 16px;
  height: 16px;
}

@media (max-width:1200px) {
  .lcbox {
    flex-wrap: wrap;
    padding: 0 13%;
  }

  .lcitem {
    min-width: 115px;
  }

  .lcarrowicon.l4 {
    display: none;
  }
}

@media (max-width:1066px) {
  .lcbox {
    padding: 0 10%;
  }
}

@media (max-width:990px) {
  .lcbox {
    padding: 0 5%;
  }
}

@media (max-width:880px) {
  .lcbox {
    padding: 0 0%;
  }
}

@media (max-width:795px) {
  .lccon {
    padding: 30px 12px;
  }

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

  .lcitem {
    width: 20%;
    min-width: auto;
    height: auto;
  }

  .lcbox {
    padding: 0 0%;
  }

  .lcitem:hover .lcdetailbox {
    display: none;
  }

  .lcarrowicon {
    margin: 0px;
    width: 6%;
  }

  .lcabbox>img {
    width: 50px;
    height: 50px;
  }

  .lcabbox>div {
    font-size: 16px;
    margin-top: 12px;
  }
}

@media (max-width:657px) {


  .lcabbox>img {
    width: 50px;
    height: 50px;
  }

  .lcabbox>div {
    font-size: 14px;
  }
}


@media (max-width:500px) {
  .lcbox {
    margin-top: 24px;
  }

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

  .lcabbox>div {
    font-size: 13px;
  }

  .lcabbox {
    padding: 10px 0;
  }

}

/* 案例展示 */
.zscon {
  width: 100%;
  border-color: #FFFFFF;
  box-sizing: border-box;
  padding: 90px 12px 0;
}

.zstitle {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.zstitle>span {
  font-size: 26px;
  color: #333333;
  line-height: 37px;
  font-weight: 700;
  animation-name: zstitles;
  animation-duration: 2s;
}

@keyframes zstitles {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zsmorecase {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 12px;
  cursor: pointer;
}

.zsmorecase>img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.zsmorecase>span {
  font-size: 14px;
  color: #999999;
}

.zsmorecase .more-is {
  display: none;
}

.zsmorecase:hover span {
  color: #7CBC26;
}

.zsmorecase:hover .more-i {
  display: none;
}

.zsmorecase:hover .more-is {
  display: block;
}

@media (max-width:768px) {
  .zsmorecase:hover .more-i {
    display: block;
  }

  .zsmorecase:hover .more-is {
    display: none;
  }
}

.zsbox {
  width: 100%;
  box-sizing: border-box;
  /* padding-left: calc(50vw - 700px); */
  /* width: 1400px; */
  /* margin: 0px auto 0; */
  margin-top: 30px;
}

.zsccon {
  /* width: calc(50vw + 690px); */
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  /* padding-left: calc(50vw - 700px); */
}

.zscbox {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /* padding-right: calc(50vw - 700px); */
  transition: translate 0.36s linear;
}

.zscitem {
  height: 428px;
  display: flex;
  align-content: stretch;
  /* margin-right: 80px; */
  box-sizing: border-box;
  padding-right: 80px;
}

.zscitem:first-child {
  padding-left: 80px;
}

.zsci-left {
  width: 288px;
  position: relative;
  box-sizing: border-box;
  padding-top: 26px;
}

.zsci-left>img {
  /* width: 140px; */
  width: auto;
  height: 50px;
  object-fit: contain;
}

.zsciname {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-top: 30px;
}

.zscidesc {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  margin-top: 12px;
}

.zscibtn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 33px;
  cursor: pointer;
}

.zscibtn>span {
  font-size: 14px;
  color: #999999;
}

.zscibtn>img {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

.zscibtn>.zscibtn-g {
  display: none;
}

.zscibtn:hover>span {
  color: #7CBC26;
}

.zscibtn:hover>.zscibtn-s {
  display: none;
}

.zscibtn:hover>.zscibtn-g {
  display: block;
}


.zsciimg {
  width: 760px;
  height: 428px;
  border-radius: 8px;
  margin-left: 50px;
}

.zsbtngroup {
  width: 1440px;
  margin: 30px auto 0;
  display: flex;
  justify-content: flex-end;
}



.zsbtnleft {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.13);
  cursor: pointer;
  margin-left: 16px;
  border-radius: 50%;
}

.zsbtnleft>img {
  width: 10px;
  height: 10px;
}

.zsbtnleft .zsselicon {
  display: none;
}

.zsbtnleft:hover .zsnoricon {
  display: none;
}

.zsbtnleft:hover .zsselicon {
  display: block;
}

@media (max-width:1440px) {
  .zsbtngroup {
    width: 100%;
  }

  .zstitle {
    width: 100%;
  }
}

@media (max-width:1140px) {
  .zscbox {
    align-items: flex-start;
  }

  .zscitem {
    height: auto;
    flex-direction: column-reverse;
  }

  .zsciimg {
    margin-left: 0;
  }

  .zsci-left {
    width: 100%;
    padding-bottom: 30px;
  }

  .zsci-left>img {
    display: none;
  }

  .zsci-left>div {
    margin-top: 0;
  }

  .zscibtn {
    bottom: 0;
  }
}

@media (max-width:810px) {
  .zscon {
    padding: 30px 12px 0;
  }

  .zsciimg {
    width: calc(100vw - 45px);
    height: auto;
    object-fit: contain;
  }

  .zstitle>span {
    font-size: 20px;
    line-height: 24px;
  }

  .zsmorecase>span {
    font-size: 12px;
  }

  .zsmorecase>img {
    width: 14px;
    height: 14px;
  }
}

@media (max-width:500px) {
  .zsbox {
    margin-top: 16px;
  }

  .zsbtngroup {
    justify-content: flex-start;
  }

  .zstitle>span {
    display: block;
    /* max-width: 300px; */
    font-size: 20px;
    line-height: 24px;
  }

  .zsci-left {
    padding-top: 16px;
  }

  .zscidesc {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .zsbtnleft {
    margin-left: 0;
    margin-right: 16px;
  }
}

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

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

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

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

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

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

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

.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: 26px;
    color: #333333;
    font-weight: 700;
  }

  .hpartners-container>.zxoption-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>.zxoption-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;
  }

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

  .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 {
    font-size: 13px;
  }

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

@media (max-width:500px) {
  .hpartners-container .new-container .news-content {
    margin-top: 16px;
  }
}

/* 为什么选择 */
.wsmcon {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 12px 0;
}

.wsmbox {
  width: 1400px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.wsmitem {
  width: 335px;
  width: calc(25% - 15px);
  height: 125px;
  background: #F8F9F7;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wsmup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wsmup>img {
  width: 44px;
  height: 44px;
}

.wsmup>span {
  font-size: 24px;
  color: rgba(124, 189, 38, 0.3);
  font-weight: 700;
}

.wsmdown {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-top: 9px;
}

.wsmbox>.wsmitem:nth-of-type(5),
.wsmbox>.wsmitem:nth-of-type(6),
.wsmbox>.wsmitem:nth-of-type(7) {
  /* width: 453px; */
  width: calc(33.33% - 13.5px);
}

.wsmbox>.wsmitem:nth-of-type(4),
.wsmbox>.wsmitem:nth-of-type(7) {
  margin-right: 0;
}

.hpartners-container.ai {
  background-color: #FFFFFF;
}

@media (max-width:1424px) {
  .wsmbox {
    width: 100%;
  }
}

@media (max-width:1240px) {
  .wsmbox>.wsmitem {
    width: calc(33.33% - 13.5px);
  }

  .wsmbox>.wsmitem:nth-of-type(3),
  .wsmbox>.wsmitem:nth-of-type(6) {
    margin-right: 0;
  }

  .wsmbox>.wsmitem:nth-of-type(4) {
    margin-right: 20px;
  }

}

@media (max-width:936px) {
  .wsmbox>.wsmitem {
    width: calc(50% - 10px);
  }

  .wsmbox>.wsmitem:nth-child(2n) {
    margin-right: 0;
  }

  .wsmbox>.wsmitem:nth-of-type(3) {
    margin-right: 20px;
  }

  .wsmbox>.wsmitem:nth-of-type(5),
  .wsmbox>.wsmitem:nth-of-type(6),
  .wsmbox>.wsmitem:nth-of-type(7) {
    width: calc(50% - 10px);
  }
}

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

  .wsmbox>.wsmitem {
    width: 100%;
  }

  .wsmbox>.wsmitem:nth-child(n) {
    margin-right: 0;
  }

  .wsmbox>.wsmitem:nth-of-type(5),
  .wsmbox>.wsmitem:nth-of-type(6),
  .wsmbox>.wsmitem:nth-of-type(7) {
    width: 100%;
  }
}

.partners-container.sub {
  margin-top: 90px;
}

@media (max-width:1024px) {
  .partners-container.sub {
    margin-top: 0px;
  }
}

.getquoteq {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.yupst-l.xyzt-l {
  animation-name: xyzt-l;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
}

.yupst-r.xyzt-l {
  animation-name: xyzt-r;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

@keyframes xyzt-l {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }

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

@keyframes xyzt-r {
  0% {
    opacity: 0;
    transform: translateX(60%);
  }

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

.circle {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #7CBC26;
  transform: scale(1);
  animation: ripple 0.6s ease-in-out forwards;
  z-index: 999;
}

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

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

.kfas {
  animation-name: kfas;
  animation-duration: 1s;
}

@keyframes kfas {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 1;
  }
}

.tempdiv {
  height: 90px;
  width: 100%;
}

@media (max-width:1024px) {
  .tempdiv {
    height: 40px;
    width: 100%;
  }
}

@media (max-width:768px) {
  .tempdiv {
    height: 30px;
    width: 100%;
  }
}


.ball {
  width: 30px;
  height: 30px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-image: radial-gradient(circle at center, rgba(124, 189, 38, 1), rgba(255, 255, 255));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.ball.ball1 {
  width: 36px;
  height: 36px;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
.pageboxg{
  position: absolute;
  left: 50%;
  top: 60%;
  width: 453px;
  height: 200px;
  display: flex;
  justify-content: center;
  transform-style: preserve-3d;
  /* transform: perspective(800px) translateY(50%); */
  animation: rotatexx 50s linear infinite;
  transform-origin:center;
  /* background-image: url('/public/image/service/img-logo@1x.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}
.pageboxg>img{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-60%);
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pageg{
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(0deg) translateY(-50%);
  /* opacity: .7; */
  /* width: 100px;
  height: 100px; */
  /* text-align: center;
  font-size: 20px; */
}
@keyframes rotatexx{
  0%{
    transform:rotateX(-5deg) translateX(-50%) rotateY(0deg);
  }
  /* 33%{
    transform:rotateX(0deg) rotateY(360deg);
  } */
  100%{
    transform:rotateX(-5deg) translateX(-50%) rotateY(360deg);
  }
}


.ftempbox{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  /* background-color: #7CBC26; */
  transform: translate(-50%,-50%);
}

.ft1{
  animation-name: kf1;
}
.ft2{
  animation-name: kf2;
}
.ft3{
  animation-name: kf3;
}
.ft4{
  animation-name: kf4;
}
.ft5{
  animation-name: kf5;
}
@keyframes kf1{
  0%{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  100%{
    top: calc(50% + 10px);
    left: calc(33.33%);
  }
}
@keyframes kf2{
  0%{
    top: calc(50% + 10px);
    left: calc(33.33%);
  }
  100%{
    top: calc(50% - 30px);
    left: calc(66.66%);
  }
}
@keyframes kf3{
  0%{
    top: calc(50% - 20px);
    left: calc(66.66%);
  }
  100%{
    top: -20px;
    left: calc(66.66%);
  }
}
@keyframes kf4{
  0%{
    top: -20px;
    left: calc(66.66%);
  }
  100%{
    top: 20px;
    left: calc(33.33%);
  }
}
@keyframes kf5{
  0%{
    top: 20px;
    left: calc(33.33%);
  }
  100%{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}