.banner{
  height: 800px;
  background-color: #FAEEE0;
}

.banner-inner{
  overflow: hidden;
  height: 100%;
  background: url(../static/index/banner-bg1.png) 100% no-repeat;
  background-size: 100% 100%;
}
.info1{
  margin-top: 80px;
  overflow: hidden;
}
.img-zhaodehao{
  width: 172px;
  height: 125px;
}

.banner-inner .banner-title{
  
  margin-top: -10px;
  color: rgba(255, 105, 1, 1);
  font-size: 50px;
  font-family: AlibabaPuHuiTi_3_105_Heavy;
}
.banner-inner .banner-title::after{
  display: block;
  content: " ";
  width: 315px;
  height: 2px;
  background: #E8CB9A;
}
.banner-inner .banner-desc{
  margin-top: 15px;
  color: rgba(51, 51, 51, 1);
  font-size: 34px;
  font-family: AlibabaPuHuiTi_3_105_Heavy;
}
.info2{
  margin-top: 25px;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
}


.section_2 {
  width: 314px;
  height: 147px;
  margin: 19px 0 2px -2px;
}
.box_4{
  margin-top: 14px;
  margin-left: 18px;
}
.text_10 {
  width: 200px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(26, 32, 45, 1);
  font-size: 20px;
  font-family: DingTalk-JinBuTi;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 22px 0 0 18px;
}

.image-text {
  width: 98px;
  /* height: 60px; */
  margin-top: 2px;
}

.label {
  margin-right: 9px;
  width: 26px;
  height: 26px;
}

.image-text1{
  margin-left: 20px;
}

.info3{
  left: 0;
  bottom: 0;
  position: absolute;
  height: 110px;
  width: 100%;
  background: rgba(255,255,255,0.31);
  backdrop-filter: blur(4px);
}

.info3-item{
  padding-top: 24px;
  text-align: center;
}
.info3-item .info3-value{
  font-family: DingTalk, DingTalk;
  font-weight: normal;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  text-stroke: 1px #333333;
  font-weight: bold;
}
.info3-item .info3-label{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}