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

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

.xdzcardbox {
  width: 1400px;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
}

.xdzcard {
  /* width: 453px; */
  width: calc(33.33% - 14px);
  box-sizing: border-box;
  border-radius: 12px;
  margin-right: 20px;
  transition: transform 0.5s;
}

.xdzcard:last-child {
  margin-right: 0;
}

.xdzcard-up {
  width: 100%;
  height: 169px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 20px;
  border-radius: 12px 12px 0px 0px;
}

.xdzcard-up>img {
  width: 60px;
  height: 60px;
}

.xdzcard-name {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 16px;
}

.xdzcard-desc {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 8px;
}

.xdzcard-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 30px;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 0px 0px 12px 12px;
  border-top: 0;
}

.xdzcard-t {
  width: 393px;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  /* border-bottom: 1px dashed rgba(239, 239, 239, 1); */
}

.xdzcard:hover {
  transform: translateY(-18px);
}

.xdzcard:nth-of-type(1):hover .xdzcard-down {
  border: 1px solid rgba(105, 131, 237, 1);
  border-top: none;
}
.xdzcard:nth-of-type(2):hover .xdzcard-down {
  border: 1px solid #E3B827;
  border-top: none;
}
.xdzcard:nth-of-type(3):hover .xdzcard-down {
  border: 1px solid #67B72E;
  border-top: none;
}

.c-6983ED {
  color: #6983ED;
}

.bc-6983ED {
  background-color: #6983ED;
}

.c-E3B827 {
  color: #E3B827;
}

.bc-E3B827 {
  background-color: #E3B827;
}

.c-67B72E {
  color: #67B72E;
}

.bc-67B72E {
  background-color: #67B72E;
}

.xdashedline {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}

.xdashedline>div {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed rgba(239, 239, 239, 1);
}

.xlabelbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.xdzlitem {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 16px;
  box-sizing: border-box;
  padding-left: 30px;
}

.xdzlitem:nth-child(2n) {
  padding-left: 0;
}

.xdzlitem>img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.xdzlitem>span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

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

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

  .xdzlitem {
    padding-left: 18px;
  }

  .xdzcard-t {
    font-size: 22px;
  }

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

  .xdzlitem>img {
    width: 12px;
    height: 12px;
  }

  .xdashedline {
    padding: 0 18px;
  }
}

@media (max-width:768px) {
  .xdzcard-t {
    width: 100%;
  }
  .xdzcon {
    padding: 30px 12px
  }

  .xdzlitem {
    width: 33.33%;
  }

  .xdzlitem:nth-child(n) {
    padding-left: 0;
  }

  .xdzlitem:nth-child(3n+1) {
    padding-left: 30px;
  }

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

  .xdzcardbox {
    flex-wrap: wrap;
  }

  .xdzcard {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }

  .xdashedline {
    padding: 0 30px;
  }

  .xdzlitem {
    padding-left: 30px;
  }
  .xdzcard:hover {
    transform: translateY(0);
  }
  .xdzcard:nth-of-type(1):hover .xdzcard-down {
    border: 1px solid rgba(239, 239, 239, 1);
    border-top: 0;
  }
  .xdzcard:nth-of-type(2):hover .xdzcard-down {
    border: 1px solid rgba(239, 239, 239, 1);
    border-top: 0;
  }
  .xdzcard:nth-of-type(3):hover .xdzcard-down {
    border: 1px solid rgba(239, 239, 239, 1);
    border-top: 0;
  }
  .xdzcardbox {
    margin-top: 16px;
  }
}

@media (max-width:500px) {
  .xdzlitem {
    width: 50%;
  }

  .xdzlitem:nth-child(n) {
    padding-left: 30px;
  }

  .xdzlitem:nth-child(2n) {
    padding-left: 0px;
  }
}

/* 优势 */
.appyycon {
  width: 100%;
  /* height: 587px; */
  position: relative;
  box-sizing: border-box;
  padding: 70px 12px;
}

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

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

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

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

.appyyitem {
  width: 333px;
  height: 346px;
  position: relative;
  overflow: hidden;
}

.yyabbname {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 16px;
}

.whiteline {
  width: 1px;
  height: 346px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 10px;
}

.yyabbbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 24px 0;
}

.yyabbbox>img {
  width: 70px;
  height: 70px;
}

.wxyscontent {
  font-size: 14px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  margin-top: 20px;
  text-align: justify;
}

.wxysnum {
  font-size: 37px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 44px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width:1200px) {
  .yyabbbox>img {
    width: 60px;
    height: 60px;
  }

  .yyabbname {
    font-size: 18px;
    line-height: 26px;
  }

  .wxyscontent {
    font-size: 13px;
    margin-top: 16px;
  }

  .wxysnum {
    font-size: 30px;
  }
}

@media (max-width:950px) {
  .appyybox {
    flex-wrap: wrap;
    padding: 0px 40px;
  }

  .whiteline.l2 {
    display: none;
  }

  .appyyitem {
    width: calc(50% - 11px);
    height: 310px;
  }

  .whiteline {
    height: 0px;
  }
}

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

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

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

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

  .yyabbname {
    font-size: 15px;
    line-height: 20px;
  }

  .wxyscontent {
    font-size: 13px;
    line-height: 18px;
  }

  .wxysnum {
    font-size: 24px;
    line-height: 30px;
    bottom: 20px;
  }

  .appyyitem {
    height: 280px;
  }
}

@media (max-width:568px) {
  .yyabbbox {
    padding: 20px 10px;
  }

  .appyyitem {
    height: 310px;
  }
}

/* 基础能力 */
.jcnlcon {
  width: 100%;
  /* height: 629px; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 90px 30px;
}

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

.jcnlbox>img {
  max-width: 806px;
  width: 57%;
  object-fit: contain;
  /* height: 449px; */
}

.jcnlleft {
  width: 33%;
}

.jcnlname {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  line-height: 37px;
}

.jcnlcontent {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
  margin-top: 20px;
}

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

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

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

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

@media (max-width:1200px) {
  .jcnlleft {
    /* width: 300px; */
  }

  .jcnlname {
    font-size: 22px;
    line-height: 30px;
  }

  .jcnlcontent {
    font-size: 15px;
  }

  .lbzxbtnx {
    margin-top: 36px;
  }
}

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

  .jcnlbox {
    flex-direction: column-reverse;
  }

  .jcnlbox>img {
    width: 100%;
    margin-bottom: 20px;
  }

  .jcnlleft {
    width: 100%;
  }

  .lbzxbtnx {
    margin-top: 36px;
  }
}

@media (max-width:500px) {
  .jcnlname {
    font-size: 16px;
    line-height: 22px;
  }

  .jcnlcontent {
    font-size: 13px;
    margin-top: 16px;
  }

}

/* app为什么选择 */
.xzcon {
  width: 100%;
  /* height: 517px; */
  position: relative;
  box-sizing: border-box;
  padding: 70px 12px;
}

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

.xzbox {
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}

.xzitem {
  /* width: 453px; */
  width: calc(33.33% - 14px);
  height: 145px;
  box-sizing: border-box;
  padding: 24px;
  padding-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(174, 174, 174, 0.11);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.xzitem:hover {
  transform: translateY(-16px);
}
.xzitem:nth-child(3n) {
  margin-right: 0;
}

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

.xzitemtitle>img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}

.xzitemtitle>span {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.xzcontent {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  margin-top: 9px;
}

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

@media (max-width:1024px) {
  .wsmdown {
    font-size: 16px;
  }
}

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

  .xzbox {
    margin-top: 16px;
  }

  .xztitle {
    font-size: 20px;
  }

  .xzitem {
    width: calc(50% - 10px);
    padding: 12px;
    pointer-events: none;
  }

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

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