.h_banner {
  position: relative;
}
.h_banner img {
  width: 100%;
}
.h_banner::after {
  position: absolute;
  content: '';
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.h_banner .h_text {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.h_banner .h_text .h_p1 {
  font-family: Bold;
  font-size: 54px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.h_banner .h_text .h_p2 {
  font-family: Medium;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 18px;
}
.h_about1 {
  padding: 100px 0 120px;
}
.h_about1 .h_text {
  width: 46.5%;
}
.h_about1 .h_text .h_sub {
  font-family: Medium;
  font-size: 18px;
  color: #E62129;
}
.h_about1 .h_text .h_title {
  font-family: Semibold;
  font-size: 40px;
  color: #333333;
  margin-top: 17px;
}
.h_about1 .h_text .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #999999;
  margin-top: 35px;
  line-height: 1.5;
}
.h_about1 .h_img {
  width: 49.5%;
  position: relative;
}
.h_about1 .h_img img {
  width: 100%;
}
.h_about1 .h_img::after {
  position: absolute;
  content: '';
  right: -43px;
  bottom: -43px;
  width: 50%;
  height: 80%;
  border: 6px solid #E62129;
  z-index: -1;
}
.h_about2 {
  padding-top: 74px;
  background-color: #F3F3F3;
}
.h_about2 .h_t {
  text-align: center;
}
.h_about2 .h_t .h_title {
  font-family: Bold;
  font-size: 36px;
  color: #333333;
}
.h_about2 .h_t .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.h_about2 .h_box {
  padding: 100px 0;
  background: linear-gradient(0deg, #fff 0 50%, #00000000 50% 100%);
}
.h_about2 .h_box .h_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.h_about2 .h_box .h_list .h_item {
  flex: 1;
  padding: 47px 32px 60px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E9E9E9;
  text-align: center;
  transition: all 0.2s ease;
}
.h_about2 .h_box .h_list .h_item .h_title {
  font-family: Bold;
  font-size: 22px;
  color: #3D3D3D;
}
.h_about2 .h_box .h_list .h_item .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  line-height: 1.5;
}
.h_about2 .h_box .h_list .h_item .h_img {
  margin-top: 50px;
  text-align: center;
}
.h_about2 .h_box .h_list .h_item .h_img img {
  width: 64px;
}
.h_about2 .h_box .h_list .h_item.active {
  background-color: var(--active-color);
  border-color: var(--active-color);
  transform: scale(1.05, 1.2);
}
.h_about2 .h_box .h_list .h_item.active .h_title,
.h_about2 .h_box .h_list .h_item.active .h_desc {
  color: #fff;
}
.h_about2 .h_box .h_list .h_item.active .h_img img {
  filter: grayscale(100%) brightness(500%);
}
.h_about3 .h_item {
  margin-bottom: 70px;
}
.h_about3 .h_item .h_text {
  width: 46.25%;
}
.h_about3 .h_item .h_text .h_title {
  font-family: Bold;
  font-size: 36px;
  color: #333333;
}
.h_about3 .h_item .h_text .h_desc {
  margin-top: 15px;
  font-family: Regular;
  font-size: 16px;
  color: #999999;
  line-height: 1.5;
}
.h_about3 .h_item .h_img {
  width: 49.2%;
}
.h_about3 .h_item .h_img img {
  width: 100%;
}
.h_about3 .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_mt90 {
  margin-top: 90px;
}
.h_ggService {
  text-align: center;
}
.h_ggService .h_title {
  font-family: Bold;
  font-size: 36px;
  color: #333333;
}
.h_ggService .h_desc {
  font-family: Normal;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  max-width: 835px;
  margin: 15px auto 0;
}
.h_service1 .h_img {
  width: 43.75%;
}
.h_service1 .h_img img {
  width: 100%;
}
.h_service1 .h_text {
  text-align: left;
  width: 51.25%;
  padding-right: 20px;
}
.h_service1 .h_text .h_desc {
  margin: 24px 0 0;
}
.h_service1 .h_text .h_btn {
  margin-top: 8%;
  display: inline-block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: var(--active-color);
  font-family: Bold;
  font-size: 16px;
  color: #FFFFFF;
}
.h_service2 .h_list {
  margin-top: 32px;
  justify-content: center;
}
.h_service2 .h_list .h_item {
  position: relative;
  transition: width 0.3s;
}
.h_service2 .h_list .h_item .h_img {
  height: 470px;
}
.h_service2 .h_list .h_item .h_posBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.h_service2 .h_list .h_item .h_posBox .h_t {
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  transition: all 0.3s;
}
.h_service2 .h_list .h_item .h_posBox .h_t .h_name {
  font-family: Medium;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 26px;
  transition: all 0.3s;
}
.h_service2 .h_list .h_item .h_posBox .h_t img {
  width: 72px;
  transition: all 0.3s;
}
.h_service2 .h_list .h_item .h_posBox .h_text {
  display: none;
}
.h_service2 .h_list .h_item .h_posBox .h_text .h_box {
  margin-top: 32px;
  padding-left: 16px;
}
.h_service2 .h_list .h_item .h_posBox .h_text .h_box .h_title {
  position: relative;
  font-family: Semibold;
  font-size: 18px;
  color: #FFFFFF;
}
.h_service2 .h_list .h_item .h_posBox .h_text .h_box .h_title::after {
  position: absolute;
  content: '';
  left: -16px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}
.h_service2 .h_list .h_item .h_posBox .h_text .h_box .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
.h_service2 .h_list .h_item.active {
  width: calc(2*var(--rowWidth) + var(--c-gap));
}
.h_service2 .h_list .h_item.active .h_posBox {
  display: block;
}
.h_service2 .h_list .h_item.active .h_posBox .h_t {
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.h_service2 .h_list .h_item.active .h_posBox .h_t .h_name {
  margin: 0;
  font-family: Bold;
  font-size: 24px;
  color: #FFFFFF;
}
.h_service2 .h_list .h_item.active .h_posBox .h_t img {
  width: 32px;
}
.h_service2 .h_list .h_item.active .h_posBox .h_text {
  display: block;
}
.h_service3 .h_list {
  margin-top: 30px;
  align-items: flex-start;
  justify-content: center;
}
.h_service3 .h_list .h_item {
  position: relative;
  padding: 22px;
}
.h_service3 .h_list .h_item .h_img {
  width: 100%;
  text-align: center;
}
.h_service3 .h_list .h_item .h_img img {
  width: 120px;
}
.h_service3 .h_list .h_item .h_title {
  font-family: Medium;
  font-size: 16px;
  color: #3D3D3D;
  margin-top: 12px;
  text-align: center;
}
.h_service3 .h_list .h_item .h_posBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(230, 33, 41, 0);
  transition: background 0.3s;
  padding: 0 22px;
}
.h_service3 .h_list .h_item .h_posBox p {
  font-family: Regular;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  visibility: hidden;
  transform: translateY(30px);
  transition: transform 0.3s;
  text-align: center;
}
.h_service3 .h_list .h_item:hover .h_posBox {
  background: rgba(230, 33, 41, 0.85);
}
.h_service3 .h_list .h_item:hover .h_posBox p {
  visibility: visible;
  transform: translateY(0);
}
.h_service4 {
  margin-bottom: 80px;
}
.h_service4 .h_ggService .h_desc {
  max-width: 1079px;
}
.h_service4 .h_img {
  margin-top: 38px;
}
.h_service4 .h_img img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .h_banner .h_text .h_1200 {
    width: 80%;
  }
  .h_banner .h_text .h_p1 {
    font-size: 36px;
  }
  .h_banner .h_text .h_p2 {
    font-size: 18px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .h_about1 .h_text .h_title {
    font-size: 30px;
  }
  .h_about1 .h_img::after {
    right: -30px;
    bottom: -30px;
  }
  .h_about1 .h_text .h_desc {
    margin-top: 24px;
  }
  .h_mt90 {
    margin-top: 60px;
  }
  .h_service4 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .h_about1 {
    padding: 60px 0 80px;
  }
  .h_about2 {
    padding-top: 60px;
  }
  .h_about2 .h_t .h_title {
    font-size: 32px;
  }
  .h_about2 .h_box {
    padding: 60px 0;
  }
  .h_about2 .h_box .h_list .h_item {
    padding: 32px 18px;
  }
  .h_about2 .h_box .h_list .h_item .h_img {
    margin-top: 32px;
  }
  .h_about2 .h_box .h_list .h_item .h_title {
    font-size: 18px;
  }
  .h_about2 .h_box .h_list .h_item .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_about2 .h_box .h_list .h_item.active {
    transform: scale(1.05);
  }
  .h_about3 .h_item {
    margin-bottom: 60px;
  }
  .h_about3 .h_item .h_text .h_title {
    font-size: 28px;
  }
  .h_about3 .h_item .h_text .h_desc {
    margin-top: 10px;
    font-size: 15px;
  }
  .h_ggService .h_title {
    font-size: 28px;
  }
  .h_service1 .h_text {
    padding: 0;
    width: 53%;
  }
  .h_service1 .h_text .h_desc {
    margin-top: 15px;
  }
  .h_service1 .h_text .h_btn {
    margin-top: 5%;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_t .h_name {
    font-size: 20px;
  }
  .h_service2 .h_list {
    --rown: 3;
  }
  .h_service2 .h_list .h_item.active {
    width: var(--rowWidth);
  }
  .h_service2 .h_list .h_item .h_img {
    height: 380px;
  }
  .h_service2 .h_list .h_item .h_posBox {
    padding: 32px 24px;
  }
  .h_service2 .h_list .h_item.active .h_posBox {
    display: flex;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_text {
    display: none;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_t {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
    border: none;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_t img,
  .h_service2 .h_list .h_item .h_posBox .h_t img {
    width: 62px;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_t .h_name,
  .h_service2 .h_list .h_item .h_posBox .h_t .h_name {
    margin-top: 16px;
    font-family: Medium;
  }
  .h_service2 .h_list .h_item .h_posBox .h_text .h_box {
    margin-top: 20px;
  }
  .h_service2 .h_list .h_item .h_posBox .h_text .h_box .h_title {
    font-size: 16px;
  }
  .h_service2 .h_list .h_item .h_posBox .h_text .h_box .h_desc {
    font-size: 15px;
    margin-top: 4px;
  }
  .h_service2 .h_list .h_item:hover .h_posBox {
    display: block;
  }
  .h_service2 .h_list .h_item:hover .h_posBox .h_text {
    display: block;
  }
  .h_service3 .h_list {
    --rown: 3;
  }
  .h_mt90 {
    margin-top: 40px;
  }
  .h_service4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h_about1 {
    padding: 40px 0;
  }
  .h_about2 .h_box .h_list .h_item {
    flex: none;
    width: 50%;
  }
  .h_about2 {
    padding-top: 40px;
  }
  .h_about2 .h_box {
    padding: 40px 0 60px;
  }
  .h_about3 .h_item {
    margin-bottom: 40px;
  }
  .h_banner .h_text .h_p1 {
    font-size: 20px;
  }
  .h_banner .h_text .h_p2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .h_banner .h_text {
    display: none;
  }
  .h_about2 .h_box .h_list .h_item {
    width: 100%;
  }
  .h_about2 .h_box {
    padding: 40px 0;
  }
  .h_about3 .h_item .h_text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .h_about3 .h_item .h_img {
    width: 100%;
  }
  .h_about2 .h_t .h_title,
  .h_about1 .h_text .h_title,
  .h_ggService .h_title,
  .h_about3 .h_item .h_text .h_title {
    font-size: 24px;
  }
  .h_about1 .h_text .h_title,
  .h_about2 .h_t .h_desc,
  .h_about1 .h_text .h_desc {
    margin-top: 10px;
  }
  .h_about1 .h_text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .h_about1 .h_img {
    width: 100%;
  }
  .h_about1 .h_img::after {
    display: none;
  }
  .h_service1 > div {
    flex-direction: column-reverse;
  }
  .h_service1 .h_text {
    width: 100%;
    margin-bottom: 16px;
  }
  .h_service1 .h_img {
    width: 100%;
  }
  .h_ggService .h_desc,
  .h_service1 .h_text .h_desc {
    margin-top: 10px;
  }
  .h_service1 .h_text .h_btn {
    display: none;
  }
  .h_service3 .h_list,
  .h_service2 .h_list {
    --rown: 2;
    --c-gap: 16px;
    --r-gap: 16px;
    justify-content: flex-start;
  }
  .h_service2 .h_list .h_item .h_img {
    height: 220px;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_t img,
  .h_service2 .h_list .h_item .h_posBox .h_t img {
    width: 40px;
  }
  .h_service2 .h_list .h_item:hover .h_posBox {
    display: flex;
    padding: 16px;
  }
  .h_service2 .h_list .h_item:hover .h_posBox .h_text {
    display: none;
  }
  .h_service2 .h_list .h_item.active .h_posBox .h_t .h_name,
  .h_service2 .h_list .h_item .h_posBox .h_t .h_name {
    margin-top: 6px;
    font-size: 16px !important;
  }
  .h_service4 .h_img {
    margin-top: 28px;
  }
  .h_service3 .h_list .h_item {
    padding: 0;
    margin-bottom: 16px;
  }
  .h_service3 .h_list .h_item:last-child,
  .h_service3 .h_list .h_item:nth-last-child(2) {
    margin: 0;
  }
  .h_service3 .h_list .h_item .h_posBox,
  .h_service3 .h_list .h_item:hover .h_posBox {
    display: none;
  }
}
