﻿.b-one,.b-two{
  display: flex;
  justify-content: space-between;
}

.b-one .b-item1 img{
  max-width: 261px;
  max-height: 261px;
}

.b-one .b-item1 {
  display: flex;
  flex-direction: column;
}
.b-two .b-item1 {
  display: flex;
  flex-direction: column;
}

.b-one .b-item1 h1 {
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 24px;
}
.b-two .b-item1 h1 {
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 23px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 24px;
}

.b-one .b-item1 p {

  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 36px;
  margin: 0;
}
.b-two .b-item1 p {

  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 36px;
  margin: 0;
}

.s-two .s-t-item1 {
  margin-bottom: 120px;
}

.s-two .s-t-item1 .t-right {
  margin-left: 40px;
}

.s-two .s-t-item1 .t-right h2 {

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 24px;
}

.s-two .s-t-item1 .t-right p {
  max-width: 100%;
  margin: 0;
  position: relative;
}


.s-two .s-t-item1 .t-right p span {
  position: absolute;
  left: -28px;
  top: 16px;
  width: 15px;
  height: 15px;

  background-image: url("../image/y.png");
  background-repeat: no-repeat;
  background-size: 100%;
}


/* 亮点 */
.b-ld {
  position: relative;
  /* border: 1px solid red; */
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 48px 30px;
  box-sizing: border-box;


  background: #FFFFFF;
  border-radius: 20px;
}

.b-ld .ld-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -70px;
  transform: scale(1.65);
}

.b-ld .ld-item1 {
  text-align: center;
}

.b-ld .ld-item1 h2 {
  margin-top: 46px;
  margin-bottom: 36px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 24px;
}

.b-ld .ld-item1 p {
  text-align: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 36px;
}



.d-th {
  display: flex;
  justify-content: space-between;
}

.d-th .tit {

  width: 44px;
  height: 310px;
  background: #7895FB;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 0 7px;
  box-sizing: border-box;


  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;

  line-height: 55px;
  display: flex;
  align-items: center;
}

/* 前台 */
.d-item1 {
  display: flex;
  align-items: center;
}

.d-item1 .it1 {
  width: 772px;
  height: 310px;
  background: rgba(216, 216, 216, 0);
  border-radius: 10px;
  border: 1px dashed #979797;
  display: flex;
  align-items: center;
  padding: 32px 24px;
  /* box-sizing: border-box; */
}

.d-item1 .it1 h3 {
  width: 20px;
  height: 112px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 28px;
  margin-right: 24px;
}

.d-item1 .it1 .it1-ul {


  margin-bottom: 0;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(6, 100px);
  grid-template-rows: repeat(5, 36px);
  grid-gap: 16px 14px;


}

.d-item1 .it1 .it1-ul li {
  box-sizing: border-box;
  line-height: 36px;
  border-radius: 4px;

  font-weight: 400;
  font-size: 18px;
  background: rgba(115, 167, 34, 0.1);

  color: rgba(115, 167, 34, 0.8);
  border: 1px solid rgba(115, 167, 34, 0.6);
}

.d-item1 .it1 .it1-ul li:nth-of-type(2),
.d-item1 .it1 .it1-ul li:nth-of-type(3),
.d-item1 .it1 .it1-ul li:nth-of-type(4),
.d-item1 .it1 .it1-ul li:nth-of-type(5),
.d-item1 .it1 .it1-ul li:nth-of-type(6) {

  background: #F5F7F8;

  color: #98A3B7;
  border: 1px solid #E7EFFE;
}

.d-item1 .it1 .it1-ul li:nth-of-type(1),
.d-item1 .it1 .it1-ul li:nth-of-type(7),
.d-item1 .it1 .it1-ul li:nth-of-type(13),
.d-item1 .it1 .it1-ul li:nth-of-type(19),
.d-item1 .it1 .it1-ul li:nth-of-type(25) {

  background: rgba(115, 167, 34, 0.6);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(115, 167, 34, 0.6);
}

.d-item1 .it2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
}

.d-item1 .it2 div {
  width: 328px;
  height: 143px;
  background: rgba(216, 216, 216, 0);
  border-radius: 10px;
  border: 1px dashed #979797;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  box-sizing: border-box;
}

.d-item1 .it2 div h4 {
  width: 20px;
  height: 96px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 24px;
}

.d-item1 .it2 div ul {
  display: flex;
  margin-bottom: 0;
}

.d-item1 .it2 div ul li {
  margin-left: 14px;
  writing-mode: tb-rl;
  width: 36px;
  height: 111px;
  padding: 0 5px;
  box-sizing: border-box;
  background: rgba(255, 123, 118, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(255, 123, 118, 0.6);
  text-align: center;


  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 123, 118, 0.8);
  line-height: 24px;
}

/* 后台 */
.d-item2 {

  width: 1124px;
  height: 310px;
  padding: 32px 34px;
  box-sizing: border-box;

  background: rgba(216, 216, 216, 0);
  border-radius: 10px;
  border: 1px dashed #979797;
  display: grid;
  grid-template-columns: repeat(9, 105px);
  grid-template-rows: 46px, repeat(4, 36px);
  grid-gap: 14px 14px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.d-item2 li {
  line-height: 36px;


  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7897FD;


  background: #E7EFFE;
  border-radius: 4px;
  border: 1px solid #8EB1FF;
  box-sizing: border-box;
}

.d-item2 li:nth-of-type(1),
.d-item2 li:nth-of-type(2),
.d-item2 li:nth-of-type(3),
.d-item2 li:nth-of-type(4),
.d-item2 li:nth-of-type(5),
.d-item2 li:nth-of-type(6),
.d-item2 li:nth-of-type(7),
.d-item2 li:nth-of-type(8),
.d-item2 li:nth-of-type(9) {
  margin-bottom: 10px;
  box-sizing: border-box;
  background: #F5F7F8;
  border-radius: 4px;
  border: 1px solid #E7EFFE;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #98A3B7;

}


/* 基础设施 */
.d-item3 {
  padding: 32px 33px;
  box-sizing: border-box;

  width: 1124px;
  height: 120px;
  background: rgba(216, 216, 216, 0);
  border-radius: 10px;
  border: 1px dashed #979797;
}

.d-item3 p {
  width: 1058px;
  height: 56px;
  box-sizing: border-box;
  background: rgba(247, 169, 61, 0.1);
  border-radius: 4px;
  border: 1px solid #F7A93D;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F7A93D;
  line-height: 56px;
}

.business-item-text1,
.business-item-text2,
.business-item-text3,
.business-item-text4,
.business-item-text5 {
  margin: 24px 0px;
}


/* 手机端 */
@media screen and (max-width:768px) {
  .b-one {
    flex-wrap: wrap;
    justify-content: center;
  }

  .s-two .s-t-item1 .t-right p {
    font-size: 12px;
  }



  .b-ld {
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: center;
  }

  .b-ld .ld-item1 h2 {
    margin: 14px 0;
  }

  .b-ld .ld-item1 p {
    max-width: 100% !important;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .d-th .tit {
    /* height: 100%; */
  }

  .d-item1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .d-item1 .it1 {
    width: 100%;
    height: 100%;
    padding: 12px 14px;
  }

  .d-item1 .it2 {
    margin-left: 0;
  }


  .d-item1 .it1 .it1-ul {
    grid-template-columns: repeat(3, 77px);
    grid-template-rows: repeat(10, 36px);
  }


  .d-item2 {
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, 88px);
    grid-template-rows: repeat(10, 36px);
    padding: 12px 14px;
  }

  .d-item2 li:nth-of-type(1),
  .d-item2 li:nth-of-type(2),
  .d-item2 li:nth-of-type(3),
  .d-item2 li:nth-of-type(4),
  .d-item2 li:nth-of-type(5),
  .d-item2 li:nth-of-type(6),
  .d-item2 li:nth-of-type(7),
  .d-item2 li:nth-of-type(8),
  .d-item2 li:nth-of-type(9) {
    height: 36px;
  }

  .d-item3,
  .d-item3 p {
    width: 100%;
    height: 100%;

  }

  .s-two .s-t-item1{
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 0;
    margin-right: 0;
  }

  .d-item1 .it1 h3{
    width: 7px;
  }

  .b-one, .b-two{
    flex-direction: column;
    align-items: center;
  }
}