.foot-lx {
  display: none;
}

h3.page_title_2025 {
  font-weight: 700;
  font-size: 38px;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 10px;
}

h4.page_title_2025 {
  font-weight: 700;
  font-size: 26px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

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

.swiper {
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background-color: #BA1935;
}

.page_btm_2025__body {
  background: url(../images/about2025/page_btm_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.page_btm_2025__body h3,
.page_btm_2025__body p,
.page_btm_2025__body h6 {
  text-align: center;
}

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

.page_btm_2025__body p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.page_btm_2025__body .rg_btn {
  padding: 12px 25px;
}

.rg_btn {
  display: inline-block;
  border-radius: 2em;
  padding: 8px 20px;
  background-color: #BA1935;
  transition: all .3s;
}

.rg_btn:hover,
.rg_btn.active {
  background-color: #3E8174;
}

.rg_btn:hover i,
.rg_btn.active i {
  transform: rotate(135deg);
}

.rg_btn span,
.rg_btn i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.rg_btn span {
  font-size: 14px;
}

.rg_btn i {
  background: url(../images/about2025/arr_1.png) center no-repeat;
  width: 10px;
  height: 10px;
  background-size: cover;
  margin-left: 10px;
  transition: all .3s;
}

.pop_mask {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.pop_mask.show {
  opacity: 1;
  visibility: visible;
}

.pop_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.pop_content.show {
  opacity: 1;
  visibility: visible;
}

.pop_content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: calc(70vh);
  background-color: #fff;
}

.pop_content .content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #3E8174;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all .3s;
}

.pop_content .content .close_btn:hover {
  background-color: #BA1935;
  text-decoration: none;
  transform: rotate(180deg);
}

.pop_content .content video {
  width: 100%;
  object-fit: cover;
  display: block;
}

.newKv {
  height: 360px;
}

.newKv img {
  height: 100%;
  object-fit: cover;
}

.newKv .txt_body {
  top: 30px;
}

.date_view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.date_view dd span,
.date_view dd i {
  display: inline-block;
  vertical-align: middle;
}

.date_view dd i.ico_1 {
  width: 14px;
  height: 14px;
  background: url(../images/centre2025/ico_1.png) center no-repeat;
  background-size: cover;
}

.date_view dd i.ico_2 {
  width: 22px;
  height: 14px;
  background: url(../images/centre2025/ico_2.png) center no-repeat;
  background-size: cover;
}

.date_view dd span {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 5px;
}


.header_2025__body {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
}

.header_2025__body .in_flex {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header_2025__body .nav__con {
  align-items: center;
}

.header_2025__body .nav__con .logo {
  height: 48px;
  margin-right: 60px;
}

.header_2025__body .tools__con {
  align-items: center;
}

.header_2025__body .tel_con_2025 {
  align-items: center;
  border: 0;
  outline: none;
  margin-right: 40px;
}

.header_2025__body .tools__con .tel_con_2025 i {
  background: url(../images/common2025/tel.png) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header_2025__body .tools__con .tel_con_2025 h6 {
  font-size: 12px;
}

.header_2025__body .tools__con .tel_con_2025 p {
  font-size: 14px;
}

.header_2025__body .search_btn {
  background: url(../images/common2025/search_btn.png) center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 40px;
}

.header_2025__body .global_btn {
  background: url(../images/common2025/global.png) center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 40px;
}

.header_nav_list_2025 li {
  padding-right: 50px;
}

.header_nav_list_2025 li a {
  font-size: 14px;
  color: #252525;
  font-weight: 700;
}


.header_nav_list_2025 li:hover a,
.header_nav_list_2025 li.active a {
  text-decoration: none;
  color: #3E8174;
}


.sub_header__con {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;
  transition: all .36s;
  transform: translateY(10px);
}

.sub_header__con.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub_header__con .flex {
  align-items: stretch;
}

.sub_header__con .left__con {
  background-color: #F7F7F7;
  padding: 25px 0 25px 5%;
  width: 400px;
}

.sub_header__con .left__con .search__con {
  border-radius: 2em;
  width: 85%;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 10px;
  align-items: center;
  margin-bottom: 25px;
}

.sub_header__con .left__con .search__con input,
.sub_header__con .left__con .search__con a {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  overflow: hidden;
}

.sub_header__con .left__con .search__con input {
  border: 0;
  font-size: 12px;
  padding: 10px;
  width: 80%;
  background-color: transparent;
}

.sub_header__con .left__con .search__con .search_btn {
  background: url(../images/common2025/search_btn.png) center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin: 0;
}

.sub_header__con .left__con .list {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.sub_header__con .left__con .list li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sub_header__con .left__con .list li a {
  display: block;
  font-size: 18px;
  color: #23514A;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.sub_header__con .left__con .list li a span {
  transition: all .3s;
}

.sub_header__con .left__con .list li a i {
  background: url(../images/common2025/nav_ico.png) center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.sub_header__con .left__con .list li a:hover,
.sub_header__con .left__con .list li a.active {
  text-decoration: none;
}

.sub_header__con .left__con .list li a:hover span,
.sub_header__con .left__con .list li a.active span {
  margin-left: 10px;
  color: #BA1935;
  font-weight: 700;
}

.sub_header__con .left__con .list li a:hover i,
.sub_header__con .left__con .list li a.active i {
  opacity: 1;
  visibility: visible;
}


.sub_header__con .right__con {
  width: calc(100% - 400px);
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}

.sub_header__con .right__con .con {
  display: none;
}

.right_list_2025 {
  align-items: stretch;
}

.right_list_2025 li {
  width: calc(100% / 4 - 20px * 3 / 4);
  margin: 0 20px 20px 0;
}

.right_list_2025.s_3 li {
  width: calc(100% / 3 - 20px * 2 / 3);
  margin: 0 20px 20px 0 !important;
}

.right_list_2025.s_3 li:nth-child(3n) {
  margin-right: 0 !important;
}

.right_list_2025 li:nth-child(4n) {
  margin-right: 0;
}

.right_list_2025 li h3 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.right_list_2025 li h3 a {
  font-size: 14px;
  color: #23514A;
  transition: all .3s;
  font-weight: 700;
}

.right_list_2025 li p {
  line-height: 1.5;
}

.right_list_2025 li p a {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  transition: all .3s;
}

.right_list_2025 li a:hover {
  text-decoration: none;
  color: #BA1935;
}

.sub_in__con {
  display: none;
}


.nav_one__con {
  background-color: #fff;
  padding: 40px 5%;
}

.nav_one__con .out_flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.one_list {
  align-items: flex-start;
  width: 60%;
}

.one_list li {
  width: calc(100% / 3);
  padding: 0 20px 20px 0;
}

.one_list li h3 {
  font-size: 14px;
  padding-bottom: 10px;
}

.one_list li h3 a {
  font-size: 16px;
  color: #23514A;
  transition: all .3s;
  font-weight: 700;
}

.one_list li p {
  line-height: 1.5;
}

.one_list li p a {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  transition: all .3s;
}

.one_list li a:hover {
  text-decoration: none;
  color: #BA1935;
}

.nav_one__con .img_list {
  width: 40%;
}

.nav_one__con .img_list li {
  width: calc(50%);
  padding-left: 40px;
}

.nav_one__con .img_list li h3 {
  font-size: 16px;
  padding-bottom: 10px;
  color: #23514A;
  font-weight: 700;
}

.nav_one__con .img_list li p {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  transition: all .3s;
  margin-top: 10px;
}

.nav_one__con .img_list p img {
  display: block;
  width: 100%;
}


.nav_tips {
  display: inline-block;
  border-radius: 6px;
  padding: 3px 5px;
  color: #fff;
  font-size: 0.9rem;
  margin: 0 0 0 3px;
  font-style: normal;
  transform: translateY(-2px);
}

.nav_tips.hot {
  background-color: #BA1935;
}

.nav_tips.new {
  background-color: #23514A;
}

.mobile_nav_btn {
  background: url(../images/common2025/mobile_menu.svg) center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  display: none;
}

.mobile_nav_2025__body {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}

.mobile_nav_2025__body .search_bar {
  height: 56px;
  background-color: #f5f7fa;
  padding: 0 10px;
}

.mobile_nav_2025__body .close_btn {
  height: 56px;
  width: 56px;
  background: #23514A url(../images/common2025/close_btn.svg) center no-repeat;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.mobile_nav_2025__body .close_btn:hover {
  background-color: #BA1935;
}

.mobile_nav_2025__body .search_bar i,
.mobile_nav_2025__body .search_bar input {
  display: inline-block;
  vertical-align: middle;
}

.mobile_nav_2025__body .search_bar i {
  height: 56px;
  width: 56px;
  background: url(../images/common2025/search_btn.png) center no-repeat;
  background-size: 40%;
}

.mobile_nav_2025__body .search_bar input {
  border: 0;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  width: 80%;
  font-size: 14px;
}

.mobile_nav_2025__body .nav__con {
  height: calc(100vh - 56px);
  overflow: hidden;
  align-items: stretch;
}

.mobile_nav_2025__body .nav__con .left_con {
  width: 26%;
  background-color: #ecf1f8;
  padding: 20px 0;
}

.mobile_nav_2025__body .nav__con .left_con ul li a {
  display: block;
  padding: 11px 0 11px 25px;
  color: #252525;
  font-size: 14px;
  border-left: 4px solid transparent;
  font-weight: 700;
}

.mobile_nav_2025__body .nav__con .left_con ul li a:hover,
.mobile_nav_2025__body .nav__con .left_con ul li a.active {
  color: #23514A;
  border-color: #23514A;
  text-decoration: none;
}

.mobile_nav_2025__body .nav__con .right_con {
  overflow: auto;
  overflow-x: hidden;
  padding: 20px;
  height: calc(100vh - 56px);
  width: calc(100% - 26%);
}

.mobile_right_list {
  margin-top: 10px;
}

.mobile_right_list li {
  margin-bottom: 15px;
}

.mobile_right_list li.show h4 i {
  transform: rotate(180deg);
}

.mobile_right_list li.show ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.mobile_right_list li h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mobile_right_list li h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #23514A;
  text-decoration: none;
}

.mobile_right_list li h4 i {
  background: url(../images/common2025/m.svg) center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all .3s;

}

.mobile_right_list li ul {
  display: none;
}

.mobile_right_list li ul li {
  width: calc(100% / 2 - 20px);
  margin: 0 20px 20px 0 !important;
}

.mobile_right_list li ul li:nth-child(2n) {
  margin-right: 0 !important;
}

.mobile_nav_2025__body .right_con .con {
  display: none;
}

.mobile_right_list_img {
  display: block;
}

.mobile_right_list_img li {
  padding: 0;
  margin-bottom: 20px;
}

.mobile_right_list_img li h3 {
  color: #23514A;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mobile_right_list_img li p img {
  display: block;
  width: 100%;
}

.pageKv .txt_body .box h1 {
  line-height: 1.5;
}

.cases_break_bar {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  margin-bottom: 40px;
}

.cases_break_bar a,
.cases_break_bar em,
.cases_break_bar span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.cases_break_bar a:hover {
  text-decoration: none;
  color: #23514A;
}

.cases_break_bar em {
  padding: 0 5px;
  font-size: 12px;
}

.bg_glay_2025 {
  background-color: #f7f7f7;
}

.cases_details__body .fck_body__out .txt__body {
  background-color: #fff;
  padding: 40px;
  width: calc(75% - 40px);
  margin-right: 40px;
}

.cases_details__body .fck_body__out .share__body {
  background-color: #fff;
  padding: 0 0 40px;
}

.cases_details__body .fck_body__out .share__body .share_con {
  border-top: 0;
}

.cases_right_title {
  margin-bottom: 10px;
}

.cases_right_title i,
.cases_right_title span {
  display: inline-block;
  vertical-align: middle;
}

.cases_right_title i {
  width: 32px;
  height: 32px;
  background: url(../images/cases2025/case_ico.png) center no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.cases_right_title span {
  font-weight: 700;
  font-size: 24px;
}

.share__body .in {
  padding: 20px;
}

.cases_right_list li {
  margin-bottom: 10px;
}

.cases_right_list li a {
  text-decoration: none;
  color: #666;
}

.cases_right_list li a:hover {
  text-decoration: none;
  color: #23514A;
}


.cases_right_list li a i {
  display: inline-block;
  vertical-align: middle;
}

.cases_right_list li a i {
  width: 18px;
  height: 18px;
  /* line-height: 18px;
  text-align: center;
  background-color:#BA1935; */
  color:#fff;
  font-size: 12px;
  margin-left: 5px;
  border-radius: 50%;
  font-style: normal;
  margin-top: -3px;
  text-indent: -9999em;
  background:url(../images/cases2025/r.svg) center no-repeat;
  background-size: cover;
}

.cases_fck_title{
  margin: 45px 0;
  font-weight: 700;
  font-size: 24px;
  padding-left: 10px;
  border-left: 2px solid #BA1935;
}

.cases_fck_title:first-of-type {
  margin: 0 0 45px 0;
}

.cases_btm_img__con{
  border-top:1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding:20px;
  margin-top:20px;
  text-align: center;
}
.cases_btm_img__con img{
  display: inline-block;
  margin:0 auto;
  max-width: 100%;
}

.pager_2025{
  padding:0 0 50px;
  text-align: center;
}
.pager_2025 a , .pager_2025 span{
  display: inline-block;
  vertical-align: middle;
  margin:0 3px;
  border:1px solid #23514A;
  color:#23514A;
  font-size: 12px;
  border-radius: 4px;
  padding:3px 6px;
}
.pager_2025 a:hover , .pager_2025 a.active{
  text-decoration: none;
  background-color:#BA1935;
  border-color: #BA1935;
  color:#fff;
}
