#h5 {
  padding-top: 88px;
}
.topper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 51px;
  background: linear-gradient(180deg, #144CB8 0%, #02318B 100%);
  padding: 19px 20px 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topper img:first-child {
  height: 50px;
}
.topper img:last-child {
  width: 31px;
  height: 31px;
}
.topper .menuCls {
  width: 32px;
}
.topperBox {
  position: absolute;
  top: 88px;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: none;
}
.topperBox.active {
  display: block;
  z-index: 1;
}
.topperBox li a {
  display: flex;
  justify-content: space-between;
  line-height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #e9e9e9;
}
.topperBox li span {
  font-family: 'PingFang SC';
  font-size: 16px;
  display: flex;
  color: #242424;
}
.h5-banner {
  height: 180px;
  background: url("../img/home-bg1.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
.h5-banner2 {
  background: url("../img/jc-bg1 (1).png") no-repeat;
  background-size: cover;
}
.h5-banner3 {
  background: url("../img/swhz-bg1.png") no-repeat;
  background-size: cover;
}
.h5-banner h4 {
  font-family: 'FZZhengHeiS-B-GB';
  font-size: 16px;
  color: #595959;
}
.h5-banner3 h5 {
  width: 61%;
  transform: scale(.9);
  position: relative;
  left: -10px;
}
.h5-banner h5 {
  font-family: 'PingFang SC';
  font-size: 12px;
  color: #595959;
  margin: 9px 0 0;
}
.h5-banner .list {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
}
.h5-banner .list li {
  width: 50%;
  margin-top: 12px;
}
.h5-banner .list li img {
  width: 88px;
}
.h5-nav {
  display: flex;
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.h5-nav li{
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #02318B;
  box-sizing: border-box;
  border-radius: 23px;
  color: #02318B;
}
.h5-nav .active {
  background: linear-gradient(180deg, #144CB8 0%, #02318B 100%);
  color: #fff;
}
.h5-content {
  display: block;
  width: 277px;
  margin: 0 auto 20px;
}
.h5-footer {
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #144CB8 0%, #02318B 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 20px; */
}
.h5-fotCont {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h5-fotCont li {
  width: 50%;
  margin-top: 15px;
}
.h5-fotCont li img {
  display: block;
  width: 90%;
}
.h5-link {
  display: flex;
  margin-top: 20px;
}
.h5-link > div {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.h5-link img {
  width: 12px;
}
.h5-link span {
  margin-left: 10px;
}
.h5-link .linkRight {
  margin-left: 10px;
}
.h5-Content {
  background: #fefcfd url("../img/swhz-bg2.png") no-repeat;
  background-size: contain;
  padding: 15px 0;
}
.h5-Content li {
  text-align: center;
}
.h5-Content li:nth-child(2n) {
  margin: 15px 0;
}
.h5-Content img {
  width: 36px;
}
.h5-Content div {
  font-family: 'PingFang SC';
  font-size: 14px;
  color: #242424;
  margin: 5px 10px;
}
.h5-Content p {
  font-family: 'PingFang SC';
  font-size: 12px;
  color: rgba(36, 36, 36, 0.8);
  width: 86%;
  margin: 0 auto;
}
.h5-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fefcfd;
}
.h5-middle .midTop{
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 15px 0;
}
.h5-middle .midTop li:nth-child(2n) {
  position: relative;
}
.h5-middle .midTop li:nth-child(2n)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, #FF9A89 0%, #DB5139 95.1%);
}
.h5-middle .midTop li:nth-child(2n)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, #FF9A89 0%, #DB5139 95.1%);
}
.h5-middle .midTop div {
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 12px;
  color: #02318B;

}
.h5-middle .midTop p {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.h5-middle .midTop img {
  width: 22px;
  height: 22px;
}
.h5-middle .midTop span {
  font-family: 'PingFang SC';
  font-size: 12px;
  color: rgba(36, 36, 36, 0.7);
}
.h5-middle .midMiddle {
  width: 100%;
  height: 60px;
  background: url("../img/Frame 11238.png") no-repeat;
  background-size: cover;
}
.h5-middle .midFot {
  width: 100%;
  height: 140px;
  background: url("../img/Frame 11248.png") no-repeat;
  background-size: cover;
}