.page_2025 {
  position: relative;
  z-index: 1;
}

.index_kv__body_25 {
  position: relative;
  z-index: 1;
}

.index_kv__body_25 .kv_in {
  position: relative;
  z-index: 1;
}

.index_kv__body_25 .kv_in .kv {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_kv__body_25 .kv_in .in_con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.index_kv__body_25 .kv_in .in_con h3 {
  color: #252525;
  font-weight: 700;
  font-size: 52px;
  padding-bottom: 20px;
}

.index_kv__body_25 .kv_in .in_con p {
  font-weight: 100;
  font-size: 28px;
  padding-bottom: 40px;
}

.index_kv__body_25 .swiper-pagination-bullet-active{
  width: 16px;
  border-radius: 2em;
  background-color: #252525;
}

.kv_nav {
  background-color: #F6F6F6;
}

.kv_nav ul {
  align-items: stretch;
}

.kv_nav ul li {
  width: calc(100% / 5);
}

.kv_nav ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  text-align: center;
  color: #252525;
  font-size: 18px;
  transition: all .3s;
}

.kv_nav ul li a:hover, .kv_nav ul li a.active {
  background-color: #176758;
  color: #fff;
}

.index_title {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}

.index_news__body_25 {
  background-color: #fff;
  padding: 60px 0 30px;
}

.index_news__body_25 .news_list {
  align-items: stretch;
}

.index_news__body_25 .news_list li {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin: 0 30px 30px 0;
}

.index_news__body_25 .news_list li:nth-child(3n) {
  margin-right: 0;
}

.index_news__body_25 .news_list li:hover img {
  transform: scale(1.05);
}

.index_news__body_25 .news_list li a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.index_news__body_25 .news_list li img {
  display: block;
  width: 100%;
  transition: all .3s;
  aspect-ratio: 4/3;
}

.mediaMask{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.index_news__body_25 .news_list li .txt_con {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.index_news__body_25 .news_list li .txt_con h6 {
  font-size: 14px;
  font-weight: 100;
  color: #fff;
}

.index_news__body_25 .news_list li .txt_con p {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  color: #fff;
}

.index_bus__body_25 {
  background-color: #F7F7F7;
  padding: 60px 0;
}

.index_bus__body_25 .tit {
  text-align: center;
  color: #252525;
}

.index_bus__body_25 h3.tit {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}

.index_bus__body_25 p.tit {
  font-size: 18px;
  margin-bottom: 40px;
}

.slider__con_2025 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.slider__con_2025 li {
  width: calc(50% /2);
  transition: all .36s;
  height: 600px;
  overflow: hidden;
  background-color: #F1F3F3;
}

.slider__con_2025 li.active {
  width: 50%;
}

.slider__con_2025 li.active .img_con {
  display: none;
}

.slider__con_2025 li.active .show_txt_con {
  display: block;
}

.slider__con_2025 .img_con {
  position: relative;
  z-index: 10;
  height: 100%;
  cursor: pointer;
}

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

.slider__con_2025 .img_con .txt_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
}

.slider__con_2025 .img_con .txt_con h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}

.slider__con_2025 .img_con .txt_con p {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
}

.slider__con_2025 .img_con i {
  background: url(../images/index2025/bus_ico.png) center no-repeat;
  width: 48px;
  height: 48px;
  background-size: cover;
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.slider__con_2025 .show_txt_con {
  display: none;
  padding: 40px 20px;
}

.slider__con_2025 .show_txt_con h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.slider__con_2025 .show_txt_con h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
  width: 320px;
}

.slider__con_2025 .show_txt_con .flex {
  margin-top: 30px;
}

.slider__con_2025 .show_txt_con .flex dl {
  width: calc(100% / 2 - 20px * 1 / 2);
  margin: 0 20px 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.slider__con_2025 .show_txt_con .flex dl::after {
  background-color: #BA1935;
  width: 60px;
  content: "";
  left: 0;
  top: -2px;
  height: 2px;
  position: absolute;
}

.slider__con_2025 .show_txt_con .flex dl:nth-child(2n) {
  margin-right: 0;
}

.slider__con_2025 .show_txt_con .flex dl dt, .slider__con_2025 .show_txt_con .flex dl dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.slider__con_2025 .show_txt_con .flex dl dt img, .slider__con_2025 .show_txt_con .flex dl dt span {
  display: inline-block;
  vertical-align: middle;
}

.slider__con_2025 .show_txt_con .flex dl dt img {
  height: 50px;
}

.slider__con_2025 .show_txt_con .flex dl dt span {
  font-size: 18px;
}

.slider__con_2025 .show_txt_con .flex dl dd a {
  color: #252525;
  display: inline-block;
  padding: 7px 10px;
  color: #23514A;
}

.slider__con_2025 .show_txt_con .flex dl dd a:hover {
  text-decoration: none;
  color: #BA1935;
}

.index_jishu__body_25 {
  background-color: #fff;
}

.index_jishu__body_25 .tab_list {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 5%;
}

.index_jishu__body_25 .tab_list a {
  font-size: 18px;
  color: #252525;
  font-weight: 100;
  transition: all .3s;
  position: relative;
}

.index_jishu__body_25 .tab_list a:hover, .index_jishu__body_25 .tab_list a.active {
  text-decoration: none;
  color: #BA1935;
}

.index_jishu__body_25 .tab_list a:hover::after, .index_jishu__body_25 .tab_list a.active::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  background-color: #BA1935;
}

.index_jishu__body_25 .tab__con .con {
  display: none;
}

.index_jishu__body_25 .tab__con .tab_in {
  align-items: stretch;
}

.index_jishu__body_25 .tab__con .tab_in .txt_con {
  width: 25%;
  background-color: #F7F7F7;
  padding: 40px 15px;
}

.index_jishu__body_25 .tab__con .tab_in .txt_con ol li {
  line-height: 2.4;
}

.index_jishu__body_25 .tab__con .tab_in .txt_con ol li a {
  padding-left: 15px;
  text-decoration: none;
  font-size: 16px;
  color: #23514A;
  border-left: 1px solid transparent;
  transition: all .3s;
}

.index_jishu__body_25 .tab__con .tab_in .txt_con ol li a.active {
  color: #BA1935;
  font-size: 16px;
  font-weight: 700;
  border-left: 1px solid #BA1935;
}

.index_jishu__body_25 .tab__con .tab_in .img_con {
  width: 75%;
  position: relative;
  z-index: 1;
}

.index_jishu__body_25 .tab__con .tab_in .img_con .in_con {
  display: none;
}

.index_jishu__body_25 .tab__con .tab_in .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_jishu__body_25 .tab__con .tab_in .img_con .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px 30px;
}

.index_jishu__body_25 .tab__con .tab_in .img_con .txt h3, .index_jishu__body_25 .tab__con .tab_in .img_con .txt p {
  color: #fff;
}

.index_jishu__body_25 .tab__con .tab_in .img_con .txt h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}

.index_jishu__body_25 .tab__con .tab_in .img_con .txt p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}

.index_zyx__body_25 .zyx__con {
  align-items: stretch;
}

.index_zyx__body_25 .left_con {
  width: 25%;
}

.index_zyx__body_25 .left_con img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.index_zyx__body_25 .right_con {
  width: 75%;
}

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

.index_zyx__body_25 .right_con li:hover {
  z-index: 10;
}

.index_zyx__body_25 .right_con li:hover .pop_txt {
  opacity: 1;
  visibility: visible;
}

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

.index_zyx__body_25 .right_con li .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

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

.index_zyx__body_25 .right_con li .txt img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.index_zyx__body_25 .right_con li .txt span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

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

.index_zyx__body_25 .right_con li .pop_txt h3 {
  margin-bottom: 10px;
}

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

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

.index_zyx__body_25 .right_con li .pop_txt h3 span {
  font-size: 20px;
}

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

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

.index_zyx__body_25 .right_con li .pop_txt h6 a:hover {
  color: #BA1935;
}

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

.index_zyx__body_25 .right_con 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;
}

.index_about__body_25 {
  background: #fff url(../images/index2025/about_img.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 120px 0 180px;
}

.index_about__body_25 h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.index_about__body_25 p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
  width: 63%;
}

.index_about__body_25 h6 .video_play {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/index2025/video_play.png) center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.index_about__body_25 .out_flex {
  align-items: flex-end;
}

.index_about__body_25 .out_flex .txt_con {
  width: 40%;
  padding-right: 100px;
}

.index_about__body_25 .out_flex .img_con {
  width: 60%;
}

.index_about__body_25 .out_flex .img_con img {
  display: block;
  width: 100%;
}

.index_about__body_25 .dig_list {
  margin-top: 100px;
  width: 500px;
  align-items: stretch;
}

.index_about__body_25 .dig_list li {
  width: 50%;
}

.index_about__body_25 .dig_list li h6 {
  font-size: 16px;
}

.index_about__body_25 .dig_list li p {
  font-size: 24px;
  color: #23514A;
}

.index_about__body_25 .dig_list li p strong {
  font-size: 36px;
  color: #23514A;
  padding-right: 5px;
  letter-spacing: -2px;
}

.index_logo__body_25 {
  background-color: #fff;
}

.index_logo__body_25 .scroll_out {
  margin-bottom: 20px;
}

.index_logo__body_25 .scroll_out ul li {
  background-color: #F7F7F7;
  border-radius: 2em;
  margin-right: 70px;
  display: flex;
  align-items: center;
  padding: 5px;
  width: auto;
  display: inline-block;
}

.index_logo__body_25 .scroll_out ul li img {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.index_logo__body_25 .scroll_out ul li span {
  width: calc(100% - 60px);
  text-align: left;
  padding:0 20px;
}

.index_hr__body_25 {
  background: url(../images/index2025/hr_img.jpg) center no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.index_hr__body_25 h3, .index_hr__body_25 p {
  color: #fff;
}

.index_hr__body_25 h3 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}

.index_hr__body_25 p {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 40px;
}

.index_hr__body_25 h6 .rg_btn {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.index_hr__body_25 h6 .rg_btn span {
  color: #252525;
}

.index_hr__body_25 h6 .rg_btn i {
  background: url(../images/index2025/hr_ico.png) center no-repeat;
  background-size: cover;
}

.page_2025 {
  padding-top: 78px;
}
