* {
  padding: 0;
  margin: 0;
}
.leader {
  background-color: #f6fbff;
position:relative;
z-index:0;
margin-bottom: 240px;
}
.cldhead {
  width: 100%;
  position: relative;
}
.cldhead img {
  display: block;
  width: 100%;
  max-height: 100vh;
}
.bxCld1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 0 0 0 0;
  box-sizing: border-box;
  z-index:8;
}
.bxCld1 a {
  margin: 0 20px;
  font-size: 60%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.bxCld2 {
  position: absolute;
  height:100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.bxCld2 .icon1 {
  width: 100%;
}
.bxCld2 h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 85%;
  z-index: 9;
  bottom: 38%;
  padding-right: 4%;
  box-sizing: border-box;
  letter-spacing: 10px;
}
.main {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.main ul {
  width: 100%;
  height: 100%;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-right: 1px solid #e6f3fc;
}
.main li {
  display: block;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #e6f3fc;
}
.mainBox {
  width: 100%;
  padding: 50px 50px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.mainList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.listCld {
  width: 49%;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding-left: 50px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 2px 0 0 #e6f3fc;
  border-radius:0 100px 0 0;
  background:#fff;
  cursor: pointer;
}
.listCld img {
  display: block;
  width: 30%;
  flex-shrink: 0;
}
.listCld div {
  flex-grow: 1;
  height: 80%;
  color: #004190;
  padding-left: 5%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5%; 
  box-sizing: border-box;
}
.listCld h4 {
  width: 100%;
  font-size:65%;
  line-height:0.8;
}
.listCld h5 {
  width: 100%;
  font-size:40%;
}
.listCld::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.listCld:hover{
  color: #fff;background-image: url(../img/bg_10.png);background-size: 100% auto;
  background-position: top left;
}
.listCld:hover::after {
  background-image: url(../img/bg_10.png);
  border-radius: 0 80px 0 0;
  
}
.listCld:hover h4{color:#fff;}
.listCld:hover h5{color:#fff;}
.mainText {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 2px 0 0 #e6f3fc;
  color: #004190;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-bottom: 150px;
}
.mainText h4 {
  margin-bottom: 20px;
  font-size:65%;
}
.mainText div {
  display: flex;
  flex-wrap: wrap;
}
.mainText p {
  margin-right: 30px;
  font-size: 50%;
}
@media screen and (max-width: 1200px) {
  .main {
    width: 90%;
  }
  .mainBox {
    padding: 50px 0 0;
  }
  .bxCld1 {
    bottom: 50px;
  }
  .bxCld2 {
    width: 40%;
  }
  .bxCld2 h2 {
    font-size: 60%;
    bottom: 37%;
  }
  .listCld:hover::after {
    background-image: url(../img/bg_10.png);
    border-radius: 0 50px 0 0;
    background-size: 100% auto;
    background-position: top left;
  }
}
@media screen and (max-width: 750px) {
  .bxCld1 {
    bottom: 10px;
    padding: 0 10px;
    justify-content: space-between;
  }
  .bxCld1 a {
    font-size: 35%;
    margin: 0;
  }
  .bxCld1 h3 {
    font-size: 45%;
  }
  .bxCld2 {
    width: 50%;
  }
  .bxCld2 h2 {
    font-size: 55%;
  }
  .listCld {
    width: 100%;
  }
  .mainList {
    margin: 0;
  }
}
.icon3 {
  width:100%; 
}
.icon3 path,line,polyline {
  stroke-dasharray: 8037;
  stroke-dashoffset: 8037;
  animation: stroke 5s ease-in-out forwards;
}
.icon3 circle {
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
  animation: stroke 2s ease-in-out forwards;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon3 path,line,polyline {stroke-dashoffset: 0!important;}
}

.ldjg{display: flex;          /* 启用 Flexbox 布局 */
  justify-content: flex-start; /* 子元素左对齐 */
  gap: 10px;}
.ldjg h2{ font-size:60%;}
.ldjg01 a{ font-size:60%;}
.ldjg01{display: flex;          /* 启用 Flexbox 布局 */
  justify-content: flex-start; /* 子元素左对齐 */
  gap: 20px;
  flex-wrap: wrap;}
.mingcheng { width:75px; display: flex;justify-content: space-between; margin:0 0 30px 0;}

