.h_aboutBox .h_Title {
  text-align: center;
  font-family: 'Lato-Bold';
  font-size: 48px;
  color: #222222;
  text-transform: uppercase;
}
.h_aboutBox .h_about1 {
  margin-top: 70px;
}
.h_aboutBox .h_about1 .h_list {
  margin-top: 50px;
}
.h_aboutBox .h_about1 .h_list .h_item {
  padding: 74px 24px 40px;
  text-align: center;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.13);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #E9E9E9;
  transition: all 0.3s;
}
.h_aboutBox .h_about1 .h_list .h_item .h_title {
  font-family: 'Lato-Bold';
  font-size: 36px;
  color: #222222;
  transition: color 0.3s;
}
.h_aboutBox .h_about1 .h_list .h_item .h_desc {
  font-size: 24px;
  color: #999999;
  line-height: 1.35;
  margin-top: 16px;
  transition: color 0.3s;
}
.h_aboutBox .h_about1 .h_list .h_item img {
  width: 80px;
  margin-top: 32px;
  transition: filter 0.3s, transform 0.3s;
}
.h_aboutBox .h_about1 .h_list .h_item:hover {
  box-shadow: inset 0px 0px 50px 0px rgba(255, 255, 255, 0.5);
  border-radius: 32px 32px 32px 32px;
  border-color: #FFFFFF;
  background-color: var(--active-color);
  transform: scale(1.05);
}
.h_aboutBox .h_about1 .h_list .h_item:hover .h_title,
.h_aboutBox .h_about1 .h_list .h_item:hover .h_desc {
  color: #fff;
}
.h_aboutBox .h_about1 .h_list .h_item:hover img {
  transform: rotateY(180deg);
  filter: grayscale(100%) brightness(500%);
}
.h_aboutBox .h_about2 {
  margin-top: 70px;
}
.h_aboutBox .h_about2 .h_desc {
  max-width: 1268px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 1.8;
}
.h_aboutBox .h_about2 .h_map {
  margin-top: 56px;
  position: relative;
}
.h_aboutBox .h_about2 .h_map .h_title {
  text-align: center;
  font-size: 28px;
  color: #3D3D3D;
  font-family: 'Lato-Bold';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.h_aboutBox .h_about2 .h_map .map {
  width: 100%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item {
  position: absolute;
  --height: 84px;
  display: flex;
  align-items: center;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_name {
  font-size: 25px;
  color: #3D3D3D;
  font-family: 'Lato-Bold';
  margin-right: 10px;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_icon {
  height: var(--height);
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_icon img {
  height: 100%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_img {
  width: 140px;
  height: var(--height);
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) {
  flex-direction: row-reverse;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) .h_icon img {
  transform: rotateY(180deg);
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) .h_name {
  margin: 0 0 0 10px;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(1) {
  top: 13%;
  left: 5%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(2) {
  top: 25%;
  left: 35%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3) {
  top: 16%;
  left: 63%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(4) {
  bottom: 26%;
  left: 4%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(5) {
  bottom: 16%;
  left: 39%;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(6) {
  bottom: 25%;
  left: 69%;
}
.h_aboutBox .h_about3 {
  margin-top: 50px;
}
.h_aboutBox .h_about3 .mySwiper {
  margin-top: 50px;
}
.h_aboutBox .h_about3 .mySwiper .swiper-slide {
  width: 500px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.h_aboutBox .h_about3 .mySwiper .swiper-slide .h_box {
  position: relative;
}
.h_aboutBox .h_about3 .mySwiper .swiper-slide .h_box .h_posImg {
  padding-top: 68%;
}
.h_aboutBox .h_about3 .mySwiper .swiper-slide .h_box .h_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 48px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: var(--rgba5-bcolor);
}
.h_aboutBox .h_about3 .mySwiper .swiper-slide .h_box:hover .h_title {
  background-color: var(--active-color);
}
.h_aboutBox .h_about4 {
  padding: 80px 0;
  row-gap: 15px;
}
.h_aboutBox .h_about4 .h_img {
  width: 44%;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.h_aboutBox .h_about4 .h_img img {
  width: 100%;
}
.h_aboutBox .h_about4 .h_text {
  width: 52%;
}
.h_aboutBox .h_about4 .h_text .h_title {
  font-family: 'Lato-Bold';
  font-size: 48px;
  color: #222222;
}
.h_aboutBox .h_about4 .h_text .h_desc {
  font-size: 20px;
  color: #3D3D3D;
  line-height: 1.7;
  margin-top: 35px;
}
.h_aboutBox .h_about4 .h_text a {
  margin-top: 66px;
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: var(--active-color);
  border-radius: 99px 99px 99px 99px;
  font-size: 16px;
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .h_aboutBox .h_about2,
  .h_aboutBox .h_about3,
  .h_aboutBox .h_about1 {
    margin-top: 50px;
  }
  .h_aboutBox .h_about1 .h_list {
    margin-top: 40px;
  }
  .h_aboutBox .h_about4 .h_text .h_title,
  .h_aboutBox .h_Title {
    font-size: 42px;
  }
  .h_aboutBox .h_about2 .h_desc {
    margin-top: 18px;
  }
  .h_aboutBox .h_about4 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_aboutBox .h_about4 .h_text .h_title,
  .h_aboutBox .h_Title {
    font-size: 36px;
  }
  .h_aboutBox .h_about2,
  .h_aboutBox .h_about3,
  .h_aboutBox .h_about1 {
    margin-top: 40px;
  }
  .h_aboutBox .h_about2 .h_map {
    margin-top: 30px;
  }
  .h_aboutBox .h_about1 .h_list .h_item {
    padding: 40px 22px 30px;
  }
  .h_aboutBox .h_about1 .h_list .h_item .h_title {
    font-size: 30px;
  }
  .h_aboutBox .h_about1 .h_list .h_item img {
    margin-top: 16px;
  }
  .h_aboutBox .h_about1 .h_list .h_item .h_desc {
    font-size: 22px;
  }
  .h_aboutBox .h_about1 .h_list {
    margin-top: 30px;
  }
  .h_aboutBox .h_about3 .mySwiper {
    margin-top: 30px;
  }
  .h_aboutBox .h_about4 .h_text .h_desc {
    margin-top: 12px;
  }
  .h_aboutBox .h_about4 .h_text a {
    margin-top: 24px;
  }
  .h_aboutBox .h_about4 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .h_aboutBox .h_about2 .h_map .map {
    display: none;
  }
  .h_aboutBox .h_about2 .h_map .h_title {
    position: static;
    font-size: 24px;
  }
  .h_aboutBox .h_about2 .h_map .h_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item {
    position: static;
    width: calc(50% - 10px);
    column-gap: 15px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_icon {
    display: none;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_name {
    font-size: 20px;
    margin: 0 !important;
    width: calc(100% - 150px);
    text-align: right;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) {
    flex-direction: row;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(2n) .h_name {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .h_aboutBox .h_about1 .h_list {
    --rown: 1;
  }
  .h_aboutBox .h_about3,
  .h_aboutBox .h_about2 .h_map,
  .h_aboutBox .h_about2,
  .h_aboutBox .h_about1 {
    margin-top: 26px;
  }
  .h_aboutBox .h_about4 .h_text .h_title,
  .h_aboutBox .h_Title {
    font-size: 26px;
  }
  .h_aboutBox .h_about1 .h_list {
    margin-top: 15px;
    --r-gap: 15px;
  }
  .h_aboutBox .h_about1 .h_list .h_item .h_title {
    font-size: 24px;
  }
  .h_aboutBox .h_about1 .h_list .h_item .h_desc {
    font-size: 20px;
    margin-top: 10px;
  }
  .h_aboutBox .h_about3 .mySwiper .swiper-slide {
    width: 80vw;
    border-radius: 12px;
  }
  .h_aboutBox .h_about3 .mySwiper .swiper-slide .h_box .h_title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
  }
  .h_aboutBox .h_about4 .h_img {
    width: 100%;
  }
  .h_aboutBox .h_about4 .h_text {
    width: 100%;
  }
  .h_aboutBox .h_about1 .h_list .h_item:hover,
  .h_aboutBox .h_about1 .h_list .h_item {
    border-radius: 16px;
  }
  .h_aboutBox .h_about2 .h_desc {
    margin-top: 8px;
    font-size: 16px;
  }
  .h_aboutBox .h_about4 .h_text .h_desc {
    font-size: 16px;
    margin-top: 2px;
  }
  .h_aboutBox .h_about4 .h_text a {
    margin-top: 8px;
  }
  .h_aboutBox .h_about2 .h_map .h_list {
    column-gap: 15px;
    row-gap: 15px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item {
    width: calc(50% - 7.5px);
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
    --height: 100px;
    row-gap: 4px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_img {
    width: 100%;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_name {
    width: 100%;
    text-align: center !important;
    font-size: 16px;
  }
  .h_aboutBox .h_about2 .h_map .h_title {
    font-size: 18px;
  }
  .h_aboutBox .h_about3 .mySwiper {
    margin-top: 20px;
  }
}
