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

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

/* 什么 */
.aiyycon {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  margin-top: 70px;
}

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

.aiyybox {
  width: 1400px;
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.aiyybox>img {
  width: 346px;
  height: 346px;
  margin-top: 24px;
}

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

.aiyycontent>div>img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -6px;
  left: 54px;
}

.aiyycontent>div {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  text-align: justify;
  position: relative;
  box-sizing: border-box;
  padding: 0 100px;
}


@media (max-width:1400px) {
  .aiyybox {
    width: 100%;
  }
}

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

  .aiyybox {
    margin-top: 16px;
  }

  .aiyytitle {
    font-size: 20px;
  }

  .aiyycontent>div {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0px 0 25px;
  }

  .aiyycontent>div>img {
    width: 16px;
    height: 16px;
    left: 0px;
  }


  .aiyybox>img {
    width: 50%;
    height: 50%;
  }
}

/* 行业应用 */

.kfyycon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  box-sizing: border-box;
  padding: 0 12px;
}

.kfyyrow {
  width: 1400px;
  display: flex;
  align-items: stretch;
  margin-top: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 10px;
}

.kfyyrow:last-child {
  margin-top: 20px;
}

.kfyyitem {
  width: 20%;
  box-sizing: border-box;
  padding: 24px 0 24px 30px;
  position: relative;
  border-right: 1px solid #EFEFEF;
  min-height: 193px;
}

.kfyyitem:last-child {
  border-right: 0;
}

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

.kfyyname {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 25px;
  margin-top: 10px;
}

.kfyybtn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: 24px;
  opacity: 1;
  transition: opacity 0.5s linear;
}

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

.kfyybtn>img {
  word-wrap: 10px;
  height: 10px;
  margin-left: 6px;
}

.kfyylabel {
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  transition: height 0.3s linear;
}

.kfyylabel>div {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}

.kfyyrow:hover .kfyybtn {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.kfyyrow:hover .kfyylabel {
  height: 100px;
  transition: height 0.3s linear;
}


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

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

  .jslxtitle {
    font-size: 20px;
    padding: 0 12px;
  }

  .kfyyrow-box {
    display: flex;
    margin-top: 16px;
  }

  .kfyyrow {
    width: calc(50% - 6px);
    margin: 0;
    flex-direction: column;
    border: none;
  }

  .kfyyrow:last-child {
    margin-top: 0;
    margin-left: 12px;
  }

  .kfyyitem {
    width: 100%;
    border: 1px solid #EFEFEF;
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 16px 12px 16px 20px;
  }

  .kfyylabel {
    height: 100px;
  }

  .kfyybtn {
    opacity: 0;
  }

  .kfyyitem:last-child {
    border-right: 1px solid #EFEFEF;
  }
}

/* 需求 */
.mzcon {
  width: 100%;
  /* height: 535px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  position: relative;
  box-sizing: border-box;
  padding: 70px 12px 70px;
}

.mzbox {
  width: 1400px;
}

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

.mzitem {
  /* width: 216px; */
  width: 15.5%;
  height: 102px;
  background: #FFFFFF;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  padding-top: 41px;
  text-align: center;
  margin-right: 20px;
}

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

.mzicon {
  width: 86px;
  height: 86px;
  position: absolute;
  left: 50%;
  top: -53px;
  transform: translateX(-50%);
}

.mzname {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}

.mzname1{
  font-size: 12px;
  color: #999999;
  line-height: 25px;
}

.mzbox1{
  display: none;
  flex-wrap: wrap;
}

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

  .mzbox {
    width: 100%;
  }
}

@media (max-width:1024px) {
  .mzicon {
    width: 60px;
    height: 60px;
    top: -36px;
  }

  .ystitle {
    font-size: 24px;
  }

  .mzrow {
    margin-top: 63px;
  }

  .mzname {
    font-size: 15px;
  }

  .mzitem {
    width: 17%;
    height: 80px;
    padding-top: 25px;
    margin-right: 12px;
  }
}
@media (max-width:768px) {
  .mzcon{
    padding: 30px 12px;
  }
  .ystitle{
    font-size: 20px;
  }
.mzbox1{
  margin-top: 40px;
  display: flex;
}
.mzbox{
  display: none;
}
.mzitem {
  height: 102px;
  width: calc(33.33% - 8px);
  margin-right: 12px;
  margin-top: 60px;
  padding-top: 41px;
}
.mzitem:nth-child(3n) {
  margin-right: 0;
}

.mzicon {
  width: 86px;
  height: 86px;
  top: -53px;
}
}
@media (max-width:500px) {
  .mzicon {
    width: 60px;
    height: 60px;
    top: -36px;
  }
  .mzitem {
    height: 86px;
    padding-top: 29px;
    margin-top: 56px;
  }
  .mzbox1{
    margin-top:10px;
  }
}


/* 架构 */
.jgcon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}

.jgbox {
  width: 1400px;
  margin-top: 30px;
}

.jgup {
  width: 100%;
  box-sizing: border-box;
  padding-left: 71px;
}

.jgup-c {
  width: 100%;
  position: relative;
}

.jgup-c>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.jgup-c>div {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 28px;
}

.jgrowy,
.jgrown,
.jgrowj,
.jgrowm,
.jgrows,
.jgrowc {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

.jgnamey,
.jgnamen,
.jgnamej,
.jgnamem,
.jgnames,
.jgnamec {
  width: 51px;
  background: #7CBD26;
  border-radius: 10px;
  writing-mode: vertical-lr;
  flex-shrink: 0;
  text-align: center;
  line-height: 51px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 6px;
  margin-right: 20px;
}

.jgnamey,
.jgrowy {
  height: 194px;
}

.jgnamen,
.jgrown {
  height: 107px;
}

.jgnamej,
.jgrowj {
  height: 157px;
}

.jgnamem,
.jgrowm {
  height: 136px;
}

.jgnames,
.jgrows {
  height: 132px;
}

.jgnamec,
.jgrowc {
  height: 157px;
}

.jgright {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.jglabel {
  width: 100%;
  background: #F6FAF1;
  border-radius: 6px;
  height: 46px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  margin-bottom: 12px;
}

.jgyitem {
  width: 317px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px;
  margin-right: 20px;
}

.jgyitem.j-s {
  width: 249px;
  padding-top: 26px;
}

.jgright>.jgyitem:last-child {
  margin-right: 0;
}

.jgyitem.s-s {
  width: 249px;
  display: flex;
  align-items: center;
}

.jgbox1 {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 36px;
  margin-top: 30px;
}

.jgbox1-t {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  margin-top: 8px;
}

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

.jgyitem1 {
  height: 46px;
  line-height: 46px;
  background: #F6FAF1;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333333;
}

@media(max-width:1424px) {
  .jgbox {
    display: none;
  }

  .jgbox1 {
    display: block;
  }
}

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

  .jgbox1 {
    padding: 0 12px;
    margin-top: 12px;
  }

  .jgyitem1 {
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .jgbox1-t {
    font-size: 17px;
  }

}

/* 能力 */
.nlcbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 16px;
  justify-content: space-between;
}


.nlclabel {
  width: 144px;
  height: 46px;
  background: #F6FAF1;
  border-radius: 6px;
  margin-right: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  text-align: center;
}

.nlcbox>.nlclabel:last-child {
  margin-right: 0;
}

.yysitem {
  width: 654px;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  margin-right: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 10px;
}

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

.yysitem>.jglabel {
  margin-bottom: 0;
}

.jcssitem {}

/* 交付能力 */
.agjcon {
  width: 100%;
  /* height: 573px; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 90px;
  box-sizing: border-box;
}

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

.agjbox {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.agjitem {
  /* width: 333px; */
  width: calc(25% - 16px);
  height: 346px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 24px 0;
  position: relative;
}

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

.agjname {
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 16px;
  line-height: 25px;
}

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

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

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

@media (max-width:1440px){
  .agjbox {
    width: 100%;
  }
}
@media (max-width:800px){
  .agjbox {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .agjitem {
    height: auto;
    width: calc(50% - 11px);
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  .agjverline {
    display: none;
  }
  .agjverline.l2{
    display: none;
  }
  .agjnum{
    font-size: 30px;
  }
}
@media (max-width:768px){
  .agjcon {
    padding:30px 12px;
    margin-top: 30px;
  }
  .agjbox {
    margin-top: 16px;
  }
  .agjitem>img{
    width: 60px;
    height: 60px;
    }
    .agjname{
      font-size: 17px;
    }
}
@media (max-width:500px){
.agjitem{
  padding: 12px 12px 60px;
  margin-bottom: 10px;
}
.agjitem>img{
width: 50px;
height: 50px;
}
.agjname{
  font-size: 16px;
  margin-top: 12px;
}
.agjcontent{
  font-size: 12px;
  margin-top: 16px;
}
.agjnum{
  font-size: 24px;
}
}

/* 流程 */
.wlccon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}



.wlcbox {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}

.awlcitem {
  width: 216px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 30px;
}

.lcicon {
  width: 60px;
  height: 60px;
}

.lcname {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
}

.lcdec {
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 19px;
  margin-top: 11px;
}

.lcarrow {
  height: 100%;
  display: flex;
  align-items: center;
}

.lcarrow>img {
  width: 16px;
  height: 16px;
  display: block;
}

@media (max-width:1400px) {
  .wlcbox {
    width: 100%;
  }

  .awlcitem {
    width: calc((100% - 96px)/7);
  }
}

@media (max-width:1000px) {
  .lcicon {
    width: 40px;
    height: 40px;
  }

  .awlcitem {
    height: 150px;
  }

  .lcname {
    font-size: 15px;
    margin-top: 16px;
  }

}

@media (max-width:768px) {
  .wlcbox {
   flex-wrap: wrap;
   justify-content: center;
   margin-top: 16px;
  }
  .wlccon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .awlcitem {
    width: 26%;
    height: 120px;
    padding-top: 20px;
  }
  .lcarrow.l4{
    display: none;
  }
  .lcname {
    font-size: 12px;
    margin-top: 12px;
    line-height: 20px;
    text-align: center;
  }
  .lcarrow{
    margin: 0 3px;
  }
  .lcarrow>img{
    width: 14px;
    height: 14px;
  }
}