.pageKv {
  height: auto !important;
}

.pageKv .txt_body .box h4 {
  width: 50%;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}

body {
  overflow: hidden;
}

.ser_title_2025 {
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 20px;
  color: #252525;
}

.tc {
  text-align: center;
}

.services__content_1 {
  background-color: #fff;
  padding: 80px 0;
}

.services__content_1 .line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 60px;
}

.img_list_out .img_list li {
  width: calc(100% / 4);
  position: relative;
  z-index: 1;
}

.img_list_out .img_list li:hover {
  z-index: 10;
}

.img_list_out .img_list li:hover .pop_txt {
  opacity: 1;
  visibility: visible;
}

.img_list_out .img_list li .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_list_out .img_list li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: left;
  padding: 0 30px;
}

.img_list_out .img_list li .txt img, .img_list_out .img_list li .txt span {
  display: inline-block;
  vertical-align: middle;
}

.img_list_out .img_list li .txt img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.img_list_out .img_list li .txt span {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.img_list_out .img_list li .pop_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3E8174;
  padding: 40px;
  color: #fff;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}

.img_list_out .img_list li .pop_txt h3 {
  margin-bottom: 10px;
}

.img_list_out .img_list li .pop_txt h3 img, .img_list_out .img_list li .pop_txt h3 span {
  display: inline-block;
  vertical-align: middle;
}

.img_list_out .img_list li .pop_txt h3 img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.img_list_out .img_list li .pop_txt h3 span {
  font-size: 20px;
}

.img_list_out .img_list li .pop_txt p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.img_list_out .img_list li .pop_txt h6 a {
  text-decoration: none;
  color: #fff;
}

.img_list_out .img_list li .pop_txt h6 a:hover {
  color: #BA1935;
}

.img_list_out .img_list li .pop_txt h6 a span, .img_list_out .img_list li .pop_txt h6 a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.img_list_out .img_list li .pop_txt h6 a i {
  background: url(../images/index2025/more_ico.png) center no-repeat;
  width: 14px;
  background-size: cover;
  height: 14px;
  margin-left: 5px;
  border-radius: 50%;
  overflow: hidden;
}

.services__content_2 .ser_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #F7F7F7;
}

.services__content_2 .ser_list li:nth-child(2n) .txt_con {
  order: -1;
}

.services__content_2 .ser_list .img_con, .services__content_2 .ser_list .txt_con {
  width: 50%;
}

.services__content_2 .ser_list .img_con {
  position: relative;
  z-index: 1;
}

.services__content_2 .ser_list .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__content_2 .ser_list .img_con .pop_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8% 5%;
}

.services__content_2 .ser_list .img_con .pop_txt h3, .services__content_2 .ser_list .img_con .pop_txt p {
  color: #fff;
}

.services__content_2 .ser_list .img_con .pop_txt h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services__content_2 .ser_list .img_con .pop_txt p {
  font-size: 18px;
  line-height: 1.5;
}

.services__content_2 .ser_list .txt_con {
  padding: 8% 5%;
  display: flex;
  flex-direction: row;
  align-self: center;
  position: relative;
}

.services__content_2 .ser_list .txt_con .icon {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 200px;
  height: 120px;
}

.services__content_2 .ser_list .txt_con dl dd {
  margin-bottom: 20px;
  cursor: pointer;
}

.services__content_2 .ser_list .txt_con dl dd.active h3 {
  color: #BA1935;
}

.services__content_2 .ser_list .txt_con dl dd.active h3::after {
  content: '';
  position: absolute;
  left: -10px;
  height: 40px;
  top: -10px;
  width: 2px;
  background-color: #BA1935;
}

.services__content_2 .ser_list .txt_con dl dd.active .con {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 10px 0;
}

.services__content_2 .ser_list .txt_con dl dd h3 {
  font-size: 18px;
  color: #23514A;
  position: relative;
}

.services__content_2 .ser_list .txt_con dl dd .con {
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .36s;
  height: 0;
  padding: 0;
}

.services__content_2 .ser_list .txt_con dl dd .con p {
  font-size: 14px;
  color: #353535;
}

.services__content_2 .ser_list .txt_con dl dd .con h6 {
  padding-top: 10px;
}

.services__content_2 .ser_list .txt_con dl dd .con h6 a span, .services__content_2 .ser_list .txt_con dl dd .con h6 a i {
  display: inline-block;
  vertical-align: middle;
}

.services__content_2 .ser_list .txt_con dl dd .con h6 a span {
  font-size: 14px;
  color: #BA1935;
}

.services__content_2 .ser_list .txt_con dl dd .con h6 a i {
  background: url(../images/services2025/more_ico.png) center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.services__content_3 {
  padding: 80px 0;
}

.services__content_3 p.line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 60px;
}

.services__content_3 .img {
  max-width: 100%;
}
