.clearfix:after {
  overflow: auto;
  display: block;
  clear: both;
  content: attr(data-sort);
  /* 一般为 ‘ ’，此处为做测试 */
  visibility: hidden;
  height: 0;
  /*使得不占据文档流*/
}
.main {
  padding-top: 580px;
}
.main01 {
  width: 100%;
  background: url(/images/hw_title_04_bgimg.png) no-repeat top center;
}
.nav {
  height: 68px;
  line-height: 68px;
  background: #010F57;
}
.nav .list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.nav .list li {
  width: 25%;
  text-align: center;
  color: #fff;
}
.nav .list li a {
  display: block;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.nav .list li.on {
  background: url(/images/hw_on_2022.png) no-repeat center center;
}
.main_container {
  width: 1200px;
  margin: 0 auto;
}
.main_container .com_title {
  text-align: center;
}
.main_container .com_text {
  height: 230px;
  padding: 70px 127px;
  background: url(/images/com_text_2022_bging.png) no-repeat;
}
.main_container .com_text p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  position: relative;
  font-style: italic;
  color: #FFFFFF;
}
.main_container .com_text p span {
  font-size: 32px;
  font-weight: bold;
}
.main_container .com_text .right {
  margin-top: 20px;
  text-align: right;
}
.main_container .com_text .right::after {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 28px;
  bottom: 0px;
  right: -54px;
  background: url(/images/yinhao_right_2022.png) no-repeat;
}
.main_container .com_text .left::after {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 28px;
  top: -10px;
  left: -54px;
  background: url(/images/yinhao_left_2022.png) no-repeat;
}
.main_container .pub_title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
.main_container .zcsx_box {
  padding: 30px;
  height: 280px;
  background: url(/images/hw_title_04_di.png) no-repeat top center;
}
.main_container .zcsx_box p {
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
  color: #D0DDF0;
  line-height: 32px;
}
.main_container .more {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #00C5FF;
  margin-top: 20px;
}
.main_container .padding_right_30 {
  padding-right: 30px;
  overflow: hidden;
}
.main_container .hw_page {
  padding: 80px 0;
}
.main_container .hw_page ul {
  text-align: center;
}
.main_container .hw_page ul li {
  margin: 0 14px;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #172177;
  border: 1px solid #3589F1;
}
.main_container .hw_page ul li a {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.main_container .hw_page ul li.on {
  background: #00BBFB;
}
.build {
  margin-top: 40px;
}
.build ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.build ul li {
  width: 464px;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #EEF8FF;
  text-align: center;
  margin: 0 12px 10px;
  background: url(/images/hw_title_04_pub_bgimg.png) no-repeat;
}
.build ul li a {
  color: #EEF8FF;
}
.cxst_box {
  margin-top: 37px;
}
.cxst_box ul {
  display: flex;
  justify-content: space-between;
}
.city_box {
  margin-top: 37px;
}
.city_box ul {
  display: flex;
  flex-wrap: wrap;
}
.city_box ul li {
  width: 180px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #04B7FA;
}
.city_box ul li a {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 414px) {
  .main_container .hw_page ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body {
    background: #1e045a;
  }
  .main_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .nav .list {
    width: 100%;
  }
  .nav .list li a {
    font-size: 16px;
  }
  .nav {
    height: 50px;
    line-height: 50px;
  }
  .nav .list li.on {
    background-size: contain;
  }
  .main01 {
    background-size: 200%;
    padding-top: 280px;
  }
  .com_title img {
    width: 100%;
  }
  .pub_title img {
    max-width: 100%;
  }
  .main_container .com_text {
    padding: 24px 13px;
    height: auto;
    background-size: cover;
  }
  .main_container .com_text .left::after,
  .main_container .com_text .right::after {
    display: none;
  }
  .main_container .com_text .right {
    text-align: left;
  }
  .main_container .com_text p {
    font-size: 16px;
  }
  .cxst_box ul {
    display: block;
  }
  .city_box ul li {
    margin-right: 0;
    width: 29%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  .main_container .zcsx_box {
    height: auto;
    background: none;
    padding: 10px;
  }
  .build ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .cxst_box li {
    margin-bottom: 10px;
  }
  .build ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .main_container .padding_right_30 {
    padding-right: 0;
  }
}
