/* 定制开发 */
.dzcon {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 70px 12px 90px;
}

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

.dzdesc {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 14px;
}

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

.mptabitem {
  position: relative;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}

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

.mptabitem.is-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #7CBD26;
  left: 0;
  bottom: -6px;
}

.mptablc-box1,
.mptablc-box2 {
  width: 100%;
  /* height: 300px;
  overflow-y: hidden; */
  margin-top: 36px;
  display: none;
}

@media (max-width:768px) {

  .mptablc-box1,
  .mptablc-box2 {
    margin-top: 0;
  }
}

.tableft-c,
.tabright-c {
  display: flex;
  align-content: stretch;
  margin: 0 auto;
  width: 1400px;
  position: relative;
  /* transform: translateY(500px); */
  opacity: 0;
  /* visibility: hidden; */
}

/* .tableft-c.is-active,
.tabright-c.is-active {
display: flex;
} */
.tableft-c>img,
.tabright-c>img {
  width: 600px;
  height: 300px;
  flex-shrink: 0;
  margin-left: 70px;
}

.dzleft {
  width: 52%;
  box-sizing: border-box;
  padding-top: 54px;
}

.dzleft-c {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
}

.dzbtn {
  width: 112px;
  height: 32px;
  background: #7CBD26;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}

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

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

.dzrleft {
  width: 100%;
  box-sizing: border-box;
  padding-top: 34px;
}

.dztb-label {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.dztb-label>img {
  width: 28px;
  height: 32px;
  margin-right: 12px;
}

.dztb-label>div {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.mptablc-box1.is-active,
.mptablc-box2.is-active {
  /* animation-duration: 0.9s;
  animation-delay: 0.3s;
  animation-name: tabc; */
  display: block;
}

.mptablc-box1.is-active .tableft-c {
  /* transform: translateY(0px); */
  opacity: 1;
  transition: all 1s ease-in-out;
}

.mptablc-box2.is-active>.tabright-c {
  /* transform: translateY(0px); */
  opacity: 1;
  transition: all 1s ease-in-out;
}

/* .tabright-c{
  animation-duration: 0.9s;
  animation-delay: 0.3s;
  animation-name: tabc;
}
.tableft-c{
  animation-duration: 0.9s;
  animation-delay: 0.3s;
  animation-name: tabc;
} */

@keyframes tabc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
  }

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

/* .tableft-c.is-active,
.tabright-c.is-active {
  display: flex;
} */

@media (max-width:1424px) {

  .tableft-c,
  .tabright-c {
    width: 100%;
  }

  .tableft-c>img,
  .tabright-c>img {
    width: 43%;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: 5%;
  }
}

@media (max-width:1024px) {

  .tableft-c,
  .tabright-c {
    flex-direction: column-reverse;
  }

  .tableft-c>img,
  .tabright-c>img {
    width: 100%;
    margin-left: 0;
  }

  .dzleft {
    width: 100%;
    padding-top: 20px;
  }

  .dzrleft {
    width: 100%;
    padding-top: 20px;
  }
}

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

  .dzleft-c {
    font-size: 14px;
    line-height: 24px;
  }

  .mptabitem {
    font-size: 14px;
  }

  .ml-50 {
    margin-left: 30px;
  }

  .tableft-c,
  .tabright-c {
    margin-top: 20px;
  }

  .dztb-label {
    margin-bottom: 16px;
  }

  .dztb-label>img {
    width: 21px;
    height: 24px;
  }

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

@media (max-width:500px) {
  .dztb-label {
    align-items: flex-start;
  }

  .dztb-label>img {
    margin-top: 2px;
  }

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

/* 开发优势 */

.yscon {
  width: 100%;
  /* height: 522px; */
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}

.ystitle {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 700;
}

.ysbox {
  width: 1400px;
  display: flex;
  margin: 30px auto 0;
}

.ysitem {
  width: 20%;
  /* height: 335px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 24px 0;
}

.ysitemup,
.ysitemdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ysitemup>img,
.ysitemdown>img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
}

.ysname {
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.yscontent {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width:1024px) {
  .ysitem {
    padding: 30px 20px 0;
  }

  .ysitemup>img,
  .ysitemdown>img {
    width: 90px;
    height: 90px;
  }

  .ysname {
    font-size: 16px;
  }

  .yscontent {
    font-size: 13px;
  }
}

@media (max-width:890px) {
  .ysitem {
    padding: 20px 12px 0;
  }

  .ysitemup>img,
  .ysitemdown>img {
    width: 60px;
    height: 60px;
  }

  .ysname {
    font-size: 15px;
  }

  .yscontent {
    font-size: 12px;
  }
}

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

  .ysbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ysitem {
    width: calc(50% - 8px);
    align-items: flex-start;
    padding: 12px;
  }

  .ysname {
    margin: 0;
  }

  .ysitemup,
  .ysitemdown {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ysitemup {
    margin-bottom: 12px;
  }

  .ysitemup>img,
  .ysitemdown>img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }

  .yscontent {
    margin-right: 12px;
    margin-bottom: 0;
  }

}

@media (max-width:659px) {
  .ysitem {
    width: 100%;
  }
}

/* 流量入口 */
.llcon {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 12px;
  background-color: #FFFFFF;
}

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

.llitem {
  /* width: 264px; */
  width: calc(20% - 16px);
  height: 185px;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.llitem::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #7CBC26;
  border-left: 2px solid #7CBC26;
  width: 0;
  height: 0;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  box-sizing: border-box;
}

.llitem::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #7CBC26;
  border-bottom: 2px solid #7CBC26;
  width: 0;
  height: 0;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  box-sizing: border-box;
}

.llitem:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.llitem:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.llitem:nth-child(5n) {
  margin-right: 0;
}

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

.llitem>div {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}

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

@media (max-width:1024px) {
  .llitem {
    height: 175px;
  }

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

  .llitem>div {
    font-size: 16px;
  }
}

@media (max-width:860px) {
  .llitem {
    width: calc(25% - 15px);
  }

  .llitem:nth-child(4n) {
    margin-right: 0;
  }

  .llitem:nth-child(5n) {
    margin-right: 20px;
  }
}

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

  .dztitle {
    font-size: 20px;
  }

  .llitem:hover::before {
    visibility: hidden;
  }

  .llitem:hover::after {
    visibility: hidden;
  }
}

@media (max-width:683px) {

  .llitem {
    width: calc(33.33% - 13.4px);
  }

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

  .llitem:nth-child(5n) {
    margin-right: 20px;
  }

  .llitem:nth-child(4n) {
    margin-right: 20px;
  }
}

@media (max-width:510px) {
  .llitem {
    width: calc(33.33% - 10px);
    height: 120px;
    margin-bottom: 15px;
  }

  .llitem>img {
    width: 36px;
    height: 36px;
  }

  .llitem>div {
    font-size: 12px;
  }

  .llitem:nth-child(n) {
    margin-right: 15px;
  }

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

/* 行业应用 */
.hycon {
  width: 100%;
  /* height: 523px; */
  box-sizing: border-box;
  padding: 70px 12px 50px;
  position: relative;
}

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

.hyitem {
  width: 453px;
  height: 148px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.hydd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
  align-content: stretch;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
}

.hydd>img {
  width: 60px;
  height: 60px;
  margin-top: 14px;
}

.hyleft {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.hybtn {
  display: flex;
  align-items: center;
}

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

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

.hydetail {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 100%;
  z-index: 9;
  background: #7CBD26;
  border-radius: 12px;
  transition: top 0.3s linear;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  box-sizing: border-box;
  padding: 30px;
}

.hyitem:hover .hydetail {
  top: 0;
  transition: top 0.3s linear;
}

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

  .hyitem {
    width: calc(33.33% - 13.5px);
    height: auto;
    min-height: 148px;
  }
}

@media (max-width:1185px) {
  .hydd {
    flex-direction: column-reverse;
  }

  .hydd>img {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .hytname {
    font-size: 15px;
  }
}

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

  .hyitem {
    width: 100%;
    margin-right: 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .hydd {
    width: 100%;
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 0;
    background-color: transparent;

  }

  .hydd>img {
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-right: 12px;
  }

  .hytname {
    font-size: 16px;
    margin-top: 0;
  }
  .hybtn{
    display: none;
  }
  .hydetail{
    top: 0;
    height: auto;
    padding: 0;
    background-color: transparent;
    color: #333333;
    margin-top: 12px;
  }
}

/* 构建流量 */
.gjcon {
  width: 100%;
  /* height: 420px; */
  position: relative;
  box-sizing: border-box;
  padding: 70px 12px;
}

.gjitem {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 30px;
}

.gjitem>img {
  width: 126px;
  height: 126px;
}

.gjitem>div {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 30px;
}

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

@media (max-width:1024px) {
  .gjitem>img {
    width: 90px;
    height: 90px;
  }

  .gjitem>div {
    font-size: 17px;
  }
}

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

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

  .gjitem>div {
    font-size: 13px;
    margin-top: 20;
  }

  .ystitle {
    font-size: 20px;
    line-height: 24px;
  }
}