.h_about .h_menuList {
  display: flex;
  margin-top: 9px;
  box-shadow: 0 4px #FAFAFA;
}
.h_about .h_menuList a {
  padding: 15px 0 ;
  display: block;
  margin-right: 50px;
  position: relative;
}
.h_about .h_menuList a::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.h_about .h_menuList a:hover::after {
  background-color: #3DB5FF;
}
.h_about .h_menuList a.h_active::after {
  background-color: #3DB5FF;
}
.h_about .h_box1 {
  margin-top: 70px;
  align-items: flex-start;
}
.h_about .h_box1 .h_L {
  padding: 30px;
  width: calc(50% - 20px);
  background: linear-gradient(90deg, #3DB5FF 0 50%, #fff 50% 100%);
}
.h_about .h_box1 .h_L img {
  width: 100%;
}
.h_about .h_box1 .h_R {
  width: calc(50% + 20px);
}
.h_about .h_box1 .h_R .h_p1 {
  font-size: 40px;
  font-family: Source Han Serif CN-Bold, Source Han Serif CN;
  font-weight: 700;
  color: #E1E1E2;
}
.h_about .h_box1 .h_R .h_p2 {
  font-size: 28px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.h_about .h_box1 .h_R .h_p3 {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #555555;
  margin-bottom: 40px;
  line-height: 30px;
  text-align: justify;
}
.h_about .h_box1 .h_R .h_line {
  width: 46px;
  height: 3px;
  background: #3DB5FF;
  margin-bottom: 48px;
}
.h_about .h_box2 {
  display: flex;
  align-items: center;
}
.h_about .h_box2 .h_item {
  width: 25%;
  padding: 24px 8px;
  text-align: center;
  box-shadow: 1px 0 #D8D8D8;
}
.h_about .h_box2 .h_item:last-child {
  box-shadow: none;
}
.h_about .h_box2 .h_item .h_p1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #3D3D3D;
  margin-bottom: 20px;
}
.h_about .h_box2 .h_item .h_p2 {
  font-size: 17px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #999999;
}
.h_about .mySwiper3 {
  padding: 70px 0;
}
.h_about .mySwiper3 .swiper-slide {
  width: 45%;
}
.h_about .mySwiper3 .swiper-slide img {
  display: block;
  width: 100%;
}
.h_about .h_box4 {
  margin-top: 32px;
}
.h_about .h_box4 .h_desc {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #555555;
  line-height: 30px;
}
.h_about .h_box4 .h_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.h_about .h_box4 .h_list .h_box {
  background: #FFFFFF;
  border-bottom: none;
  padding: 2.6% 3.1%;
  width: 23.5%;
  margin: 0 2% 2% 0%;
  box-shadow: inset 0 0px 2px #DFDFDF;
  border-bottom: 4px solid #3DB5FF;
}
.h_about .h_box4 .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_about .h_box4 .h_list .h_box .h_p1 {
  font-size: 17px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 32px;
}
.h_about .h_box4 .h_list .h_box .h_p2 {
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #555555;
  margin-bottom: 14px;
}
.h_about .h_box4 .h_list .h_box .h_p3 {
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #555555;
  margin-bottom: 14px;
}
.h_about .h_box4 .h_list .h_box .h_p4 {
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #555555;
}
.h_about .h_box4 .h_list .h_box:hover {
  background-color: #3DB5FF;
  border-color: #3DB5FF;
  box-shadow: none;
}
.h_about .h_box4 .h_list .h_box:hover .h_p1,
.h_about .h_box4 .h_list .h_box:hover .h_p2,
.h_about .h_box4 .h_list .h_box:hover .h_p3,
.h_about .h_box4 .h_list .h_box:hover .h_p4 {
  color: #fff;
}
.h_about .h_box4 .h_list .h_box .h_hide {
  margin-top: calc(2.6% + 4px);
  display: none;
  position: absolute;
  background: #F8F8F8;
  width: 100%;
  padding: 6%;
  z-index: 1;
  left: 0;
}
.h_about .h_box4 .h_list .h_box .h_hide .p1 {
  font-size: 18px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #333333;
  margin-bottom: 4.8%;
}
.h_about .h_box4 .h_list .h_box .h_hide .p2 {
  font-size: 17px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}
.h_about .h_box4 .h_list .h_box .h_hide .p3 {
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-bottom: 4.6%;
}
.h_about .h_box5 {
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 40px;
}
.h_about .h_box5 .h_L {
  width: 100%;
  position: relative;
}
.h_about .h_box5 .h_L > img {
  left: 20px;
  bottom: 20px;
  position: absolute;
  width: 78px;
}
.h_about .h_box5 .h_L #map {
  height: 100%;
}
.h_about .h_box5 .h_R {
  min-width: 400px;
  padding: 42px;
  background: #F9F9F9;
}
.h_about .h_box5 .h_R .h_p1 {
  font-size: 22px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #012B81;
  margin-bottom: 26px;
}
.h_about .h_box5 .h_R .h_p2 {
  font-size: 17px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #012B81;
  margin-bottom: 18px;
}
.h_about .h_box5 .h_R .h_p3 {
  font-size: 24px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #012B81;
  margin-bottom: 26px;
}
.h_about .h_box5 .h_R .h_line {
  width: 18px;
  height: 2px;
  background: #EE7E01;
  margin-bottom: 48px;
}
.h_about .h_box6 {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
}
.h_about .h_box6 .h_L {
  width: 46%;
}
.h_about .h_box6 .h_L .h_p1 {
  font-size: 28px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 6px;
}
.h_about .h_box6 .h_L .h_p2 {
  font-size: 18px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #999999;
  margin-bottom: 36px;
}
.h_about .h_box6 .h_L .h_desc {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
}
.h_about .h_box6 .h_R {
  width: 46%;
}
.h_about .h_box6 .h_R form {
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_about .h_box6 .h_R form input,
.h_about .h_box6 .h_R form textarea {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #777777;
  padding: 15px 20px;
  margin-bottom: 24px;
  background: #F9F9F9;
}
.h_about .h_box6 .h_R form input {
  width: calc(50% - 12px);
}
.h_about .h_box6 .h_R form textarea {
  width: 100%;
  resize: none;
}
.h_about .h_box6 .h_R form button {
  width: 118px;
  height: 38px;
  background: #012B81;
  border: 1px solid #012B81;
  line-height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.h_about .h_box6 .h_R form button:hover {
  background-color: transparent;
  color: #012B81;
  transform: translateY(-5px);
}
@media screen and (max-width: 1280px) {
  .h_about .h_box1 {
    flex-direction: column;
  }
  .h_about .h_box1 .h_L {
    max-width: 100%;
    width: auto;
  }
  .h_about .h_box1 .h_L img {
    max-width: 100%;
    width: auto;
  }
  .h_about .h_box1 .h_R {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_about .h_box1 {
    margin-top: 50px;
  }
  .h_about .h_box2 {
    display: none;
  }
  .h_about .h_box1 .h_R .h_p3 {
    margin-bottom: 0;
  }
  .h_about .h_box4 .h_list .h_box {
    width: 49%;
  }
  .h_about .h_box4 .h_list .h_box:nth-child(4n) {
    margin-right: 2%;
  }
  .h_about .h_box4 .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_about .h_box5,
  .h_about .h_box6 {
    flex-direction: column;
  }
  .h_about .h_box5 .h_L {
    height: 300px;
  }
  .h_about .h_box5 .h_R {
    width: 100%;
    padding: 30px;
    min-width: auto;
  }
  .h_about .h_box5 .h_R .h_p1 {
    margin-bottom: 20px;
  }
  .h_about .h_box5 .h_R .h_p2 {
    margin-bottom: 10px;
  }
  .h_about .h_box5 .h_R .h_p3 {
    margin-bottom: 20px;
  }
  .h_about .h_box6 .h_L,
  .h_about .h_box6 .h_R {
    width: 100%;
  }
  .h_about .h_box6 .h_L .h_p2 {
    margin-bottom: 20px;
  }
  .h_about .h_box6 .h_R {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_menuList {
    justify-content: space-between;
  }
  .h_about .h_menuList a {
    margin-right: 0;
  }
  .h_about .h_box1 .h_L {
    padding: 20px;
  }
  .h_about .mySwiper3 .swiper-slide {
    width: 480px;
  }
  .h_about .h_box4 .h_list .h_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .h_about .h_box4 .h_list .h_box:nth-child(4n) {
    margin-right: 0;
  }
  .h_about .h_box4 .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_about .h_box6 .h_R form input {
    width: 100%;
  }
}
