.about_2025_kv__body {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100vh;
}

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

.about_2025_kv__body .txt_con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.about_2025_kv__body .txt_con h3 {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

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

.about_2025_bg__body h4 {
  margin-bottom: 50px;
}

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

.about_2025_bg__body p.page_line {
  margin: 0 auto;
  width: 800px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 120px;
  text-align: center;
}

.about_2025_bg__body .area_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.about_2025_bg__body .area_list b,.about_2025_bg__body .area_list strong {
  position: absolute;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 1;
}

.about_2025_bg__body .area_list li {
  width: 10%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about_2025_bg__body .area_list li p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.about_2025_bg__body .area_list li h6 a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 2em;
  border: 1px solid #fff;
  background-color: #3E8174;
  cursor: pointer;
  transition: all .3s;
}

.about_2025_bg__body .area_list li h6 a:hover, .about_2025_bg__body .area_list li h6 a.active {
  background-color: #BA1935;
  border-color: #BA1935;
}

.area_2025__body {
  margin-top: 60px;
}

.area_2025__body .sh_txt__con .txt_con {
  width: 55%;
  padding-right: 70px;
  padding-top: 10%;
}

.area_2025__body .sh_txt__con .txt_con h3 {
  font-weight: 700;
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 30px;
}

.area_2025__body .sh_txt__con .txt_con p {
  color: #252525;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}

.area_2025__body .sh_txt__con .img_con {
  width: 45%;
}

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

.area_list_2025 {
  margin-bottom: 100px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

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

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

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

.area_list_2025 li h3,
.area_list_2025 li p {
  text-align: center;
}

.area_list_2025 li h3 {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 20px 0 15px;
  font-weight: 700;
  color: #BA1935;
}

.area_list_2025 li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.area_list_2025 li h6 {
  text-align: center;
  padding-top: 20px;
}

.area_list_2025 li h6 a {
  display: inline-block;
  border-radius: 2em;
  padding: 15px 25px;
  background-color: #BA1935;
  transition: all .3s;
}

.area_list_2025 li h6 a:hover, .area_list_2025 li h6 a.active {
  background-color: #3E8174;
}

.area_list_2025 li h6 a:hover i, .area_list_2025 li h6 a.active i {
  transform: rotate(135deg);
}

.area_list_2025 li h6 a span,
.area_list_2025 li h6 a i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.area_list_2025 li h6 a span {
  font-size: 14px;
}

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

.area_list_2025 li .con {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  display: none;
}

.area_list_2025 li .con p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

.area_add_list li {
  margin-bottom: 100px;
  align-items: center;
}

.area_add_list li:nth-child(2n) .img_con {
  order: -1;
}

.area_add_list li:nth-child(2n) .txt_con {
  padding: 0 0 0 60px;
}

.area_add_list li .txt_con {
  width: 50%;
  padding-right: 60px;
}

.area_add_list li .txt_con h3 {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.area_add_list li .txt_con p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}

.area_add_list li .img_con {
  width: 50%;
  position: relative;
  z-index: 1;
}

.area_add_list li .img_con img {
  display: block;
  width: 100%;
}

.area_add_list li .video_play {
  background: url(../images/about2025/video_play.png) center no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  transition: all .3s;
}

.area_add_list li .video_play:hover {
  transform: scale(1.05);
}

.cases_details__body {
  padding: 0 0 100px;
}

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

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

.case_2025__body .case_body_1 ul li:nth-child(3n) {
  margin-right: 0;
}

.case_2025__body .case_body_1 ul li .img_out {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

.case_2025__body .case_body_1 ul li .img_out:hover {
  box-shadow: 0 0 10px 5px rgba(100, 100, 100, 0.2);
}

.case_2025__body .case_body_1 ul li .img_out:hover img {
  transform: scale(1.05);
}

.case_2025__body .case_body_1 ul li .img_out img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all .3s;
}

.case_2025__body .case_body_1 ul li .img_out p {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  font-size: 2rem;
  width: 70%;
}

.case_body_2 .search_con {
  background-color: #F7F7F7;
  padding: 50px 0 30px;
}

.case_body_2 .search_con .title_bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.case_body_2 .search_con .title_bar h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #252525;
  font-weight: 700;
}

.case_body_2 .search_con .title_bar .search_out {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  padding: 0 10px 0 20px;
}

.case_body_2 .search_con .title_bar .search_out input,
.case_body_2 .search_con .title_bar .search_out a {
  display: inline-block;
}

.case_body_2 .search_con .title_bar .search_out input {
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 370px;
  font-size: 14px;
  background-color: transparent;
}

.case_body_2 .search_con .title_bar .search_out a {
  background-color: #BA1935;
  border-radius: 2em;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all .3s;
}

.case_body_2 .search_con .title_bar .search_out a:hover {
  text-decoration: none;
  background-color: #3E8174;
}

.search_txt__list dt {
  width: 120px;
  color: #3E8174;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
}

.search_txt__list dd {
  width: calc(100% - 120px);
  margin-bottom: 8px;
}

.search_txt__list dd a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #252525;
  border: 1px solid transparent;
  padding: 5px 10px;
  margin: 3px;
  transition: all .3s;
}

.search_txt__list dd a:hover, .search_txt__list dd a.active {
  border-color: #BA1935;
  color: #BA1935;
  text-decoration: none;
}

.cases_2025__list {
  padding: 50px 0 20px;
}

.cases_2025__list li {
  width: calc(25% - 30px * 3 / 4);
  margin: 0 30px 50px 0;
}

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

.cases_2025__list li:hover .img_out img {
  transform: scale(1.05);
}

.cases_2025__list li:hover p {
  color: #3E8174;
}

.cases_2025__list li .img_out {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.cases_2025__list li .img_out img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all .3s;
}

.cases_2025__list li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.cases_2025__list li .tips a {
  display: inline-block;
  border-radius: 2em;
  color: #23514A;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: 0 5px 5px 0;
  background-color: #e6f0ef;
}

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

.case_body_3 h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 40px;
}

.case_body_3 .pdf_list {
  align-items: stretch;
}

.case_body_3 .pdf_list li {
  width: calc(100% / 4 - 100px * 3 / 4);
  margin: 0 100px 50px 0;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
}

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

.case_body_3 .pdf_list li:hover a img {
  transform: scale(1.05);
}

.case_body_3 .pdf_list li:hover .txt_line {
  background:#3E8174;
}

.case_body_3 .pdf_list li:hover .txt_line p {
  color: #fff;
}

.cases_2025__list li .tips a:hover {
  text-decoration: none;
  background-color: #BA1935;
  color: #fff;
}

.case_body_3 .pdf_list li a {
  display: block;
  overflow: hidden;
}

.case_body_3 .pdf_list li a img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all .3s;
}

.case_body_3 .pdf_list li .txt_line {
  /* background: url(../images/cases2025/pdf_bg.jpg) center no-repeat; */
  background-color:#fff;
  
  background-size: cover;
  padding: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all .3s;
  align-items: center;
}

.case_body_3 .pdf_list li .txt_line p {
  font-size: 14px;
  font-size: 1.4rem;
}

.case_body_3 .pdf_list li .txt_line i {
  background: url(../images/cases2025/ico.png) center no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
}

.centre_2025__content {
  padding: 70px 0;
  align-items: flex-start;
}

.centre_2025__content .left_content {
  width: 75%;
  padding-right: 50px;
}

.centre_2025__content .right_content {
  width: 25%;
  position: sticky;
  top:100px;
  background-color:#fff;
}

.centre_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.centre_title h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}

.centre_title a.more:hover span {
  color: #3E8174;
}

.centre_title a.more:hover i {
  background-color: #3E8174;
}

.centre_title a.more span,
.centre_title a.more i {
  display: inline-block;
  vertical-align: middle;
}

.centre_title a.more span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #BA1935;
  transition: all .3s;
}

.centre_title a.more i {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #BA1935 url(../images/centre2025/ico_5.png) center no-repeat;
  background-size: 30%;
  margin-left: 3px;
  transition: all .3s;
}

.centre_list {
  align-items: stretch;
  margin-bottom: 20px;
}

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

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

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

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

.centre_list.list_3 li:nth-child(4n) {
  margin-right: 30px;
}

.centre_list li:hover p {
  color: #23514A;
}

.centre_list li:hover a:hover img {
  transform: scale(1.05);
}

.centre_list li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.newaspect li a img{
  aspect-ratio: 4/3;
}

.centre_list li a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
}

.centre_list li a .video_play {
  background: url(../images/about2025/video_play.png) center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  transition: all .3s;
}

.centre_list li a .video_play:hover {
  transform: scale(1.05);
}

.centre_list li h6 {
  padding: 15px 0;
  color: #BA1935;
  font-size: 12px;
  font-size: 1.2rem;
}

.centre_list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 0;
}

.centre_list li .tips a {
  display: inline-block;
  border-radius: 2em;
  color: #23514A;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: 0 3px 10px 0;
  background-color: #e6f0ef;
  margin-top: 15px;
}

.centre_list li .tips a:hover {
  text-decoration: none;
  background-color: #BA1935;
  color: #fff;
}

.add_more {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.add_more a {
  text-decoration: none;
}

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

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

.add_more a span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #BA1935;
}

.add_more a i {
  width: 14px;
  height: 14px;
  background: url(../images/centre2025/ico_3.png) center no-repeat;
  margin-left: 5px;
  background-size: 70%;
}

.ts_list li {
  align-items: center;
  margin-bottom: 30px;
}

.ts_list li .img_con {
  width: 260px;
  aspect-ratio: 16/9;
}

.ts_list li .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ts_list li .txt_con {
  width: calc(100% - 260px);
  padding-left: 30px;
}

.ts_list li .txt_con h6 {
  padding: 15px 0;
  color: #BA1935;
  font-size: 12px;
  font-size: 1.2rem;
}

.ts_list li .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.ts_list li .txt_con p a {
  color: #252525;
}

.ts_list li .txt_con p a:hover {
  text-decoration: none;
  color: #3E8174;
}

.ts_list li .txt_con .date_view {
  width: 200px;
  margin-bottom: 20px;
}

.ts_list li .txt_con .tips strong {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 10px;
  font-weight: normal;
}

.ts_list li .txt_con .tips a{
  display: inline-block;
  border-radius: 2em;
  color: #23514A;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: 0 3px 10px 0;
  background-color: #e6f0ef;
}

.ts_list li .txt_con .tips a:hover {
  text-decoration: none;
  background-color: #BA1935;
  color: #fff;
}

.right_title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}

.right_tips a {
  display: inline-block;
  border-radius: 2em;
  color: #23514A;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: 0 3px 10px 0;
  background-color: #e6f0ef;
  transition: all .3s;
}

.tips a:hover {
  text-decoration: none;
  background-color: #BA1935;
  color: #fff;
}

.right_tips a:hover {
  text-decoration: none;
  background-color: #BA1935;
  color: #fff;
}

.right_more {
  margin-bottom: 30px;
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.right_more:hover span {
  color: #3E8174;
}

.right_more:hover i {
  background-color: #3E8174;
}

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

.right_more span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #BA1935;
  transition: all .3s;
}

.right_more i {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #BA1935 url(../images/centre2025/ico_5.png) center no-repeat;
  background-size: 30%;
  margin-left: 3px;
  transition: all .3s;
}

.right_date_list li {
  margin-bottom: 20px;
  align-items: center;
}

.right_date_list li .img_con {
  width: 74px;
  overflow: hidden;
}

.right_date_list li .img_con:hover img {
  transform: scale(1.05);
}

.right_date_list li .img_con img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.right_date_list li .txt_con {
  width: calc(100% - 120px);
  padding-left: 20px;
}

.right_date_list li .txt_con p {
  padding-bottom: 5px;
}

.right_date_list li .txt_con p a {
  color: #252525;
  font-size: 14px;
  font-size: 1.4rem;
}

.right_date_list li .txt_con p a:hover {
  text-decoration: none;
  color: #3E8174;
}

.right_date_list li .txt_con h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

.centre_details__body {
  padding: 0 0 100px;
}

.centre_details__body .focus__body {
  margin-bottom: 60px;
  margin-top: 150px;
}

.centre_details__body .focus__body .txt_con {
  width: 55%;
  padding-right: 70px;
}

.centre_details__body .focus__body .txt_con .tips {
  margin-bottom: 20px;
}

.centre_details__body .focus__body .txt_con .tips a {
  display: inline-block;
  border-radius: 2em;
  color: #23514A;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
  margin: 0 5px 5px 0;
  background-color: #e6f0ef;
}

.centre_details__body .focus__body .txt_con .date_view {
  width: 200px;
  margin-bottom: 30px;
}

.centre_details__body .focus__body .txt_con .details_title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.author_info {
  display: flex;
  align-items: center;
  gap: 8px; /* 头像与文字间距 */
}

.author_info img {
  width: 64px;
  height: 64px;
  border-radius: 50%; /* 圆形 */
  object-fit: cover;
}

.centre_details__body .focus__body .txt_con .details_memo {
  font-size: 14px;
  font-size: 1.4rem;
  color: #23514A;
}

.centre_details__body .focus__body .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.centre_details__body .focus__body .img_con {
  width: 45%;
}

.centre_details__body .focus__body .img_con img {
  display: block;
  width: 100%;
}

.fck_body__out .txt__body {
  width: 75%;
  padding-right: 70px;
}

.fck_body__out .fck__body div,
.fck_body__out .fck__body div,
.fck_body__out .fck__body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4e4f5f;
}

.fck__body h1 {
    font-size: 32px;
  font-weight: 700;
  color: #0A0B19;
  margin: 40px 0 20px;
}

.fck__body h2 {
    font-size: 24px;
  font-weight: 600;
  color: #0A0B19;
  margin: 30px 0 15px;
}

.fck__body h3 {
    font-size: 20px;
  font-weight: 600;
  color: #0A0B19;
  margin: 20px 0 10px;  
}

.fck_body__out .fck__body img {
  max-width: 100%;
  height: auto;
}

.fck_body__out .aq__con {
  margin-top: 70px;
}

.fck_body__out .aq__con h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.fck_body__out .aq_list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.fck_body__out .aq_list li i {
  background: url(../images/centre2025/person.png) center no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

.fck_body__out .aq_list li .txt_con {
  width: calc(100% - 50px);
}

.fck_body__out .aq_list li .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 5px;
}

.fck_body__out .aq_list li .txt_con h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
}

.fck_body__out .form__con {
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
}

.fck_body__out .form__con textarea {
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 10px;
  resize: none;
  height: 90px;
  width: 100%;
}

.fck_body__out .form__con h6 {
  text-align: right;
}

.fck_body__out .share__body {
  width: 25%;
}

.fck_body__out .share__body .share_con {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
}

.fck_body__out .share__body .share_con ul li {
  padding-right: 20px;
}

.fck_body__out .share__body .share_con ul li a {
  text-decoration: none;
}

.fck_body__out .share__body .share_con ul li a:hover, .fck_body__out .share__body .share_con ul li a.active {
  text-decoration: none;
}

.fck_body__out .share__body .share_con ul li a:hover i.ico_2, .fck_body__out .share__body .share_con ul li a.active i.ico_2 {
  background-image: url(../images/centre2025/weibo_r.png);
}

.fck_body__out .share__body .share_con ul li a:hover i.ico_3, .fck_body__out .share__body .share_con ul li a.active i.ico_3 {
  background-image: url(../images/centre2025/dianzan_r.png);
}

.fck_body__out .share__body .share_con ul li a:hover span, .fck_body__out .share__body .share_con ul li a.active span {
  color: #BA1935;
}

.fck_body__out .share__body .share_con ul li i,
.fck_body__out .share__body .share_con ul li span {
  display: inline-block;
  vertical-align: middle;
}

.fck_body__out .share__body .share_con ul li i {
  width: 24px;
  height: 24px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.fck_body__out .share__body .share_con ul li i.ico_2 {
  background-image: url(../images/centre2025/weibo.png);
}

.fck_body__out .share__body .share_con ul li i.ico_3 {
  background-image: url(../images/centre2025/dianzan.png);
}

.fck_body__out .share__body .share_con ul li i.ico_4 {
  background-image: url(../images/centre2025/message.png);
}

.fck_body__out .share__body .share_con ul li span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #252525;
  padding-left: 5px;
}

.social-share a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  color: #666;
  text-align: center;
  vertical-align: middle;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.social-share .icon-wechat {
  width: 24px;
  height: 24px;
  border: 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/centre2025/wechat.png);
}

.social-share .icon-wechat:hover {
  background-image: url(../images/centre2025/wechat_r.png);
}

@media (min-width: 992px) {
  .area_list_2025 {
  margin-top: 0px;
} 
}

.pdf__body{
  padding:50px 0 50px;
}

.pdf__body{
    text-align: center;
}

#flipbook{
    margin:0 auto;
    box-shadow: 0 0 5px 5px rgba(100,100,100,.1);
    border-radius: 10px;
    overflow: hidden;
    /* padding:0 20px; */
}

#flipbook img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.turn-page {
  /* padding:0 10px; */
}


.cases_module__body .module_title{
  font-size: 32px;
  font-size: 3.2rem;
  color:#252525;
  margin-bottom: 30px;
}

.cases_module__body .number_list{
  align-items: stretch;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.cases_module__body .number_list li{
  width: 33%;
  padding-right: 20px;
}
.cases_module__body .number_list li:last-child{
  padding-right: 0;
}

.cases_module__body .number_list li h3{
  font-weight: 700;
  color:#23514A;
  font-size: 38px;
  font-size: 3.2rem;
}
.cases_module__body .number_list li p{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cases_module__body .green_list{
  margin:30px 0 60px;
}

.cases_module__body .green_list dd{
  margin-bottom: 20px;
  background: #e7f2f0 url(../images/about2025/m_ico_1.png) left top no-repeat;
  padding:20px;
  display: flex;
  align-items: stretch;
}

.cases_module__body .green_list dd .txt_con{
  width: calc(50% - 30px);
}

.cases_module__body .green_list dd .txt_con h3{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.cases_module__body .green_list dd .ico{
  background:url(../images/about2025/m_ico_2.png) center no-repeat;
  width: 20px;
  margin:0 20px;
  background-size: 100% auto;
}

.cases_module__body .green_list dd p{
  font-size: 14px;
  font-size: 1.4rem;
}

.cases_module__body .green_list dd ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}

.cases_module__body .green_list dd ul li{
  width: 50%;
  background:url(../images/about2025/m_ico_3.png) left 4px no-repeat;
  font-size: 12px;
  font-size: 1.2rem;
  color:#23514A;
  margin-bottom: 10px;
  padding-left: 15px;
}

.cases_module__body .btm__con h3{
  margin-bottom: 20px;
}
