.h_Title {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.h_Title::before {
  content: attr(data-En);
  position: absolute;
  bottom: -5px;
  font-size: 120px;
  font-family: Altinn-DIN-DIN, Altinn-DIN-DIN;
  font-weight: 700;
  color: #F7F7F7;
  line-height: 120px;
  z-index: -1;
  text-transform: uppercase;
}
.h_about {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
.h_about .h_1400 {
  row-gap: 40px;
  justify-content: space-between;
}
.h_about .h_1400 .h_L {
  width: 50%;
}
.h_about .h_1400 .h_L img {
  width: 100%;
}
.h_about .h_1400 .h_L .h_btom{
    flex-wrap: wrap;
    justify-content: space-between;
}
.h_about .h_1400 .h_L .h_text {
  box-shadow: 0 1px #D8D8D8;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}
.h_about .h_1400 .h_L .h_text .h_num {
  font-size: 20px;
  font-family: 江城知音体, 江城知音体;
  font-weight: 600;
  color: #2A6FDB;
  white-space: nowrap;
}
.h_about .h_1400 .h_L .h_text .h_num span {
  font-size: 52px;
  font-family: 江城知音体, 江城知音体;
  font-weight: 600;
  color: #2A6FDB;
  margin-right: 10px;
}
.h_about .h_1400 .h_L .h_text .h_desc {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: right;
}
.h_about .h_1400 .h_R {
  width: 42%;
}
.h_about .h_1400 .h_R .h_Title {
  margin: 50px 0 30px;
}
.h_about .h_1400 .h_R .h_title {
  font-size: 36px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 700;
  color: #333333;
}
.h_about .h_1400 .h_R .h_desc {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 28px;
  margin-top: 24px;
}
.h_about .h_1400 .h_R .h_line {
  width: 122px;
  height: 4px;
  margin-top: 46px;
  background: linear-gradient(90deg, #FFAD1C 0% 25%, #D8D8D8 25% 100%);
}
.h_about .h_posimg {
  position: absolute;
  bottom: 5%;
  right: -2.5%;
  z-index: -1;
  width: 30%;
}
.h_culture {
  padding: 80px 0 30px;
}
.h_culture .h_list {
  background: #F3F7FA;
  margin-top: 40px;
}
.h_culture .h_list .h_box {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding-left: 100px;
  height: 130px;
}
.h_culture .h_list .h_box:last-child .h_L .h_img,
.h_culture .h_list .h_box:last-child .h_R .h_text {
  box-shadow: none;
}
.h_culture .h_list .h_box .h_L {
  width: 35%;
}
.h_culture .h_list .h_box .h_L .h_img {
  height: 100%;
  padding-right: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_culture .h_list .h_box .h_L .h_img img {
  width: 88px;
}
.h_culture .h_list .h_box .h_R {
  width: 65%;
  background: #2A6FDB;
  padding: 0 120px;
}
.h_culture .h_list .h_box .h_R .h_text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.5);
}
.h_culture .h_list .h_box .h_R .h_text p.h_p1 {
  font-size: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.h_culture .h_list .h_box .h_R .h_text .h_p2 {
  font-size: 18px;
  font-family: 江城知音体, 江城知音体;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 700px;
}
.h_honor {
  padding: 100px 0;
}
.h_honor .h_Title {
  text-align: center;
}
.h_honor .h_Title::before {
  left: 50%;
  transform: translateX(-50%);
}
.h_honor .h_list {
  margin-top: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 37px;
  row-gap: 37px;
}
.h_honor .h_list img {
  width: calc(25% - 27.75px);
  transition: box-shadow 0.3s linear;
}
.h_honor .h_list img:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.h_contact .h_Title {
  text-align: center;
}
.h_contact .h_Title::before {
  left: 50%;
  transform: translateX(-50%);
}
.h_contact .h_list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 40.5px;
  row-gap: 20px;
}
.h_contact .h_list .h_box {
  width: calc(33.3333% - 27px);
  padding: 24px;
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E4;
}
.h_contact .h_list .h_box .h_L {
  margin-right: 10px;
  width: calc(100% - 90px);
}
.h_contact .h_list .h_box .h_L .h_p1 {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 18px;
}
.h_contact .h_list .h_box .h_L .h_p2 {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 27px;
}
.h_contact .h_list .h_box .h_R {
  width: 80px;
}
.h_contact .h_list .h_box .h_R img {
  width: 100%;
}
.h_contact .h_map {
  margin-top: 50px;
  overflow: hidden;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .h_Title::before {
    font-size: 100px;
    line-height: 88px;
  }
  .h_about .h_1400 .h_R .h_title {
    font-size: 32px;
  }
  .h_about .h_1400 .h_R .h_Title {
    margin: 38px 0 42px;
  }
  .h_culture .h_list .h_box {
    padding-left: 5%;
  }
  .h_culture .h_list .h_box .h_R {
    padding: 0 50px;
  }
  .h_culture .h_list .h_box .h_L .h_img {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .h_contact .h_list .h_box .h_L {
    width: calc(100% - 72px);
  }
  .h_contact .h_list .h_box .h_R {
    width: 62px;
  }
  .h_about .h_1400 .h_L .h_text{
      width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_about .h_1400 .h_L,
  .h_about .h_1400 .h_R {
    width: 100%;
  }
  .h_culture .h_list .h_box .h_L {
    display: none;
  }
  .h_culture .h_list .h_box .h_R {
    width: 100%;
    padding: 30px 5% 0;
  }
  .h_culture .h_list .h_box {
    padding-left: 0;
  }
  .h_culture .h_list .h_box .h_R .h_text p.h_p1 {
    font-size: 22px;
  }
  .h_culture .h_list .h_box .h_R .h_text .h_p2 {
    font-size: 18px;
    line-height: 26px;
  }
  .h_culture,
  .h_honor,
  .h_about {
    padding: 40px 0;
  }
  .h_honor .h_list img {
    width: calc(50% - 18.5px);
  }
  .h_contact .h_list .h_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_culture .h_list .h_box {
    height: auto;
  }
  .h_culture .h_list .h_box .h_R .h_text {
    padding-bottom: 30px;
  }
  .h_culture .h_list .h_box .h_R .h_text p.h_p1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .h_about .h_1400 .h_L .h_text .h_num span {
    font-size: 50px;
  }
  .h_about .h_1400 .h_R .h_title {
    font-size: 28px;
  }
  .h_about .h_1400 .h_R .h_title {
    margin-bottom: 30px;
  }
  .h_Title::before {
    font-size: 72px;
    line-height: 62px;
  }
  .h_about .h_posimg {
    width: 50%;
    bottom: 5%;
    right: 5%;
  }
  .h_honor .h_list{
      column-gap: 20px;
      row-gap: 20px;
  }
  .h_honor .h_list img{
      width: calc(50% - 10px);
  }
  .h_about .h_1400{
      row-gap: 10px;
  }
}
