.h_ggtitle {
  text-align: center;
  font-size: 40px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #3D3D3D;
  position: relative;
}
.h_ggtitle::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #E52A17;
  position: absolute;
  left: calc(50% - 12px);
  top: -18px;
}
.h_profile {
  padding: 60px 0;
}
.h_profile .h_box {
  margin-top: 50px;
}
.h_profile .h_box .h_img {
  width: 43%;
  float: left;
  margin: 0 3% 2% 0;
  overflow: hidden;
}
.h_profile .h_box .h_img img {
  width: 100%;
  transition: transform 0.5s ease;
}
.h_profile .h_box .h_img:hover img {
  transform: scale(1.02);
}
.h_profile .h_box p {
  font-size: 22px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 36px;
  text-align: justify;
}
.h_factory {
  padding: 60px 0;
  background: #F4F4F4;
}
.h_factory .h_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
}
.h_factory .h_list .h_box {
  width: 32%;
  margin: 0 2% 2% 0;
  cursor: pointer;
}
.h_factory .h_list .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_factory .h_list .h_box .h_T {
  overflow: hidden;
}
.h_factory .h_list .h_box .h_T img {
  width: 100%;
}
.h_factory .h_list .h_box p {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  padding: 12px 14px;
  background-color: #fff;
}
.h_factory .h_list .h_box:hover p {
  background-color: #E52A17;
  color: #fff;
}
.h_activitys {
  background-color: #fff;
}
.h_activitys .h_list .h_box p {
  background-color: #F4F4F4;
}
