.content {
  font-family: 'PingFangSC-Regular';
}
.wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.wrap .content {
  flex: 1;
}
.banner {
  font-family: 'PingFangSC-Regular';
  position: relative;
}
.banner .banner_img {
  display: block;
}
.banner .banner_img img {
  width: 100vw;
}
.banner .banner_btn {
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.where {
  position: absolute;
  width: 100%;
  bottom: 42px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}
.where .list {
  display: flex;
}
.where li + li:before {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  content: '/';
}
.where a {
  color: #fff;
}
.where .banner_img {
  display: block;
}
.where .banner_img img {
  width: 100vw;
}
.pubCon_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  padding-left: 16px;
}
.pubCon_title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 3px;
  height: 28px;
  background-color: #159990;
}
.part1 {
  background: url(../image/about_jtjj_bg.png) no-repeat left #fafafa;
}
.part1 .jtgk_row {
  background: url(../image/about_intro.png) no-repeat right bottom;
}
@media (max-width: 1200px) {
  .part1 .jtgk_row {
    background: unset;
    padding-bottom: 30px;
  }
}
.part1 .middle_intro {
  max-width: 620px;
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  line-height: 2;
  /* padding-bottom: 120px; */
}
@media (max-width: 1200px) {
  .part1 .middle_intro {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
}
.part1 .gsjj_data {
  transform: translateY(50%);
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0px 7px 16px rgba(173, 173, 173, 0.2);
  padding: 54px 0 45px;
  display: flex;
}
@media (max-width: 1200px) {
  .part1 .gsjj_data {
    transform: none;
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  .part1 .gsjj_data .data {
    min-width: 50%;
    margin-bottom: 10px;
  }
  .part1 .gsjj_data .data + .data::after {
    opacity: 0;
  }
}
.part1 .gsjj_data .data {
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.part1 .gsjj_data .data .top {
  text-align: left;
  color: #159990;
  margin-bottom: 8px;
  line-height: 1;
}
.part1 .gsjj_data .data .top .num {
  font-family: 'PingFang-SC-Bold';
  font-size: 48px;
  font-weight: bold;
  margin-right: 8px;
}
.part1 .gsjj_data .data .bottom {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.part1 .gsjj_data .data + .data::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 84px;
  background-color: #e8e8e8;
}
.part2 {
  padding-top: 180px;
}
@media (max-width: 1200px) {
  .part2 {
    padding-top: 90px;
  }
}
.part2 .qy_list {
  display: flex;
}
@media (max-width: 1200px) {
  .part2 .qy_list {
    flex-direction: column;
  }
}
.part2 .qy_item {
  background: no-repeat center / 100% 100%;
  width: 280px;
  text-align: center;
  height: 372px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .part2 .qy_item {
    flex-direction: column;
    width: 100% !important;
  }
}
.part2 .qy_item .item_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .part2 .qy_item .item_left {
    position: static;
    height: auto;
    margin-bottom: 20px;
  }
}
.part2 .qy_item .item_left .icon > img {
  transition: all 0.3s ease-in-out;
}
.part2 .qy_item .item_right {
  text-align: center;
  font-size: 0;
  line-height: 54px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .part2 .qy_item .item_right {
    font-size: 44px;
    opacity: 1;
    display: flex;
  }
}
.part2 .qy_item:hover .item_left .icon > img {
  transform: rotateY(360deg);
}
.part2 .qy_item.cur .item_right {
  font-size: 44px;
  opacity: 1;
  display: flex;
}
.part2 .qy_item:first-child {
  background-image: url(../image/about_qysm_p1.png);
}
@media (max-width: 1200px) {
  .part2 .qy_item:first-child {
    background-image: url(../image/about_qysm_p2.png) !important;
    margin-bottom: 30px;
  }
}
.part2 .qy_item:first-child.cur {
  width: calc(100% - 280px);
  background-image: url(../image/about_qysm_p2.png);
}
.part2 .qy_item:last-child {
  background-image: url(../image/about_qyln_p1.png);
}
@media (max-width: 1200px) {
  .part2 .qy_item:last-child {
    background-image: url(../image/about_qyln_p2.png) !important;
  }
}
.part2 .qy_item:last-child.cur {
  width: calc(100% - 280px);
  background-image: url(../image/about_qyln_p2.png);
}
.part2 .qy_item .icon {
  margin-bottom: 12px;
}
.part2 .qy_item p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
#p3Swiper .swiper-slide-prev {
  transform: perspective(600px) scale(1) translateY(0px) !important;
}
#p3Swiper .swiper-slide-next {
  transform: perspective(700px) scale(1) translateY(0px) !important;
}
#p3Swiper .jsjy_img_mask_box {
  width: 100%;
  height: 270px;
}
.jsjy_swiper {
  position: relative;
}
.jsjy_swiper .swiper-slide-prev {
  transform-origin: left;
}
.jsjy_swiper .swiper-slide-next {
  transform-origin: right;
}
.jsjy_swiper .swiper-slide {
  opacity: 0;
  background: url(../image/about_ryjx_bg2.png) no-repeat center;
}
.jsjy_swiper img {
  width: 100%;
}
.jsjy_swiper .swiper-slide-active {
  z-index: 3;
  opacity: 1;
  background-image: url(../image/about_ryjx_bg.png);
}
.jsjy_swiper .swiper-slide-active .jsjy_img_mask_box .mask_title h3 {
  color: #f09713;
  transform: scale(1);
}
.jsjy_swiper .swiper-slide-active .jsjy_img_mask_box .mask_title {
  bottom: 54px;
}
.jsjy_swiper .swiper-slide-prev,
.jsjy_swiper .swiper-slide-next {
  z-index: 2;
  opacity: 1;
}
.jsjy_swiper .swiper-button-prev,
.jsjy_swiper .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 8px 15px -4px #d1e2e9;
}
.jsjy_swiper .swiper-button-prev:hover,
.jsjy_swiper .swiper-button-next:hover {
  background-color: rgba(0, 177, 165, 0.37);
  box-shadow: none;
}
.jsjy_swiper .swiper-button-prev {
  background: url(../image/about_arrow_left.png) no-repeat center center;
  left: -72px;
  opacity: 1;
}
@media (max-width: 1400px) {
  .jsjy_swiper .swiper-button-prev {
    left: 0;
  }
}
.jsjy_swiper .swiper-button-prev:hover {
  background-image: url(../image/about_arrow_left_cur.png);
}
.jsjy_swiper .swiper-button-next {
  background: url(../image/about_arrow_right.png) no-repeat center center;
  right: -72px;
}
@media (max-width: 1400px) {
  .jsjy_swiper .swiper-button-next {
    right: 0;
  }
}
.jsjy_swiper .swiper-button-next:hover {
  background-image: url(../image/about_arrow_right_cur.png);
}
.jsjy_swiper .jsjy_img_mask_box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.jsjy_swiper .jsjy_img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 26px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jsjy_swiper .jsjy_img_mask_box .mask_title h3 {
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  transform: scale(0.6);
}
.part4 {
  background: url(../image/about_fzlc_bg.png) no-repeat center bottom;
}
.part4 .swiper5_n1 > .news_swiper {
  /* padding-top: 50px; */
  margin-left: -16px;
  padding-left: 16px;
  margin-right: 16px;
  box-sizing: border-box;
}
.part4 .swiper5_n1 > .news_swiper::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 100px;
  right: 0;
  top: 20px;
  background-color: #fff;
  z-index: 99;
}
.part4 .swiper5_n2 > .news_swiper {
  width: 900px;
  max-width: 100%;
}
.part4 .swiper5_n2 {
  position: relative;
}
.part4 .swiper5_n2 .swiper-button-prev.swiper-button-disabled,
.part4 .swiper5_n2 .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.part4 .swiper5_n2 .swiper-button-prev,
.part4 .swiper5_n2 .swiper-button-next {
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 8px 15px -4px #d1e2e9;
}
.part4 .swiper5_n2 .swiper-button-prev:hover,
.part4 .swiper5_n2 .swiper-button-next:hover {
  background-color: rgba(0, 177, 165, 0.37);
  box-shadow: none;
}
.part4 .swiper5_n2 .swiper-button-prev {
  background: url(../image/about_arrow_left.png) no-repeat center center;
  left: -72px;
  opacity: 1;
}
@media (max-width: 1400px) {
  .part4 .swiper5_n2 .swiper-button-prev {
    left: 0;
  }
}
.part4 .swiper5_n2 .swiper-button-prev:hover {
  background-image: url(../image/about_arrow_left_cur.png);
}
.part4 .swiper5_n2 .swiper-button-next {
  background: url(../image/about_arrow_right.png) no-repeat center center;
  right: -72px;
}
@media (max-width: 1400px) {
  .part4 .swiper5_n2 .swiper-button-next {
    right: 0;
  }
}
.part4 .swiper5_n2 .swiper-button-next:hover {
  background-image: url(../image/about_arrow_right_cur.png);
}
.part4 .time_line_item {
  position: relative;
}
.part4 .time_line_item .time_line_body {
  display: flex;
  align-items: center;
}
.part4 .time_line_item .time_line_body::after {
  content: '';
  height: 4px;
  display: inline-block;
  width: calc(100% - 44px);
  padding-left: 5px;
  padding-right: 18px;
  box-sizing: border-box;
  background: url(../image/about_fzlc_line.png);
}
.part4 .time_line_item .icon_circular {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #a1a1a1;
  border-radius: 50%;
  outline: 5px solid rgba(208, 209, 214, 0.5);
}
/* .part4 .time_line_item .icon_circular::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: -16px;
  width: 42px;
  height: 38px;
  background: url(../image/about_fzlc_icon.png) no-repeat center;
  top: -11px;
  transform: translateY(-100%);
} */
.part4 .time_line_item .time {
  position: relative;
  width: fit-content;
  text-align: left;
  transform: translateX(-25%);
  margin-top: 13px;
  font-size: 18px;
  color: #666666;
}
.part4 .time_line_item.swiper-slide-active .time {
  color: #159990;
}
.part4 .time_line_item.swiper-slide-active .icon_circular {
  background-color: #159990;
  outline-color: rgba(21, 153, 144, 0.2);
}
.part4 .time_line_item.swiper-slide-active .icon_circular::before {
  opacity: 1;
}
.part4 .time_line_item.swiper-slide-active .time_line_body::after {
  height: 4px;
  opacity: 1;
  border-radius: 2px;
  margin-left: 18px;
  background: #159990;
  width: calc(100% - 22px - 18px - 18px);
}
.part4 .fzlc_item {
  padding: 32px 24px 30px 24px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0px 7px 16px rgba(173, 173, 173, 0.2);
  width: 100%;
}
.part4 .fzlc_item .info_time {
  font-family: 'PingFang-SC-Bold';
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #159990;
  margin-bottom: 16px;
}
.part4 .fzlc_item .info_body {
  font-size: 16px;
  padding-left: 24px;
  line-height: 40px;
  color: #666666;
  overflow-y: scroll;
  height: 280px;
  direction: rtl;
}
.part4 .fzlc_item .info_body ul {
  direction: ltr;
}
.part4 .fzlc_item .info_body::-webkit-scrollbar-track-piece {
  background-color: #cccccc;
}
.part4 .fzlc_item .info_body::-webkit-scrollbar {
  float: left;
  width: 1px;
  height: 1px;
}
.part4 .fzlc_item .info_body::-webkit-scrollbar-track,
.part4 .fzlc_item .info_body::-webkit-scrollbar-track-piece,
.part4 .fzlc_item .info_body-webkit-scrollbar {
  width: 1px;
}
.part4 .fzlc_item .info_body::-webkit-scrollbar-thumb {
  width: 1px;
  border-radius: 0;
  background-color: #159990;
  background-clip: padding-box;
  min-height: 18px;
}
.part4 .fzlc_item .info_body::-webkit-scrollbar-thumb:hover {
  background-color: #159990;
}
/* 20240223修改 */
.part3 .item_box_title {
  box-sizing: border-box;
}
@media (min-width: 601px) {
  .part3 .item_box_title {
    margin-left: -14px;
    margin-right: -14px;
  }
  .part3 .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .part3 .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
  }
  .part3 .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .part3 .item_box_title > li:nth-child(n + 3) {
    margin-top: 28px;
  }
  .part3 .item_box_title > li:nth-child(3) {
    margin-top: 0;
  }
  .part3 .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .part3 .item_box_title li:nth-child(1),
  .part3 .item_box_title li:nth-child(2),
  .part3 .item_box_title li:nth-child(3),
  .part3 .item_box_title li:nth-child(4) {
    width: 25%;
  }
  .part3 .item_box_title li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .part3 .item_box_title li:nth-child(n + 5) {
    margin-top: 28px;
  }
}
@media (max-width: 600px) {
  .part3 .item_box_title {
    margin-left: -14px;
    margin-right: -14px;
  }
  .part3 .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .part3 .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
  }
  .part3 .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .part3 .item_box_title > li:nth-child(n + 2) {
    margin-top: 28px;
  }
  .part3 .item_box_title > li:nth-child(2) {
    margin-top: 0;
  }
  .part3 .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .part3 .item_box_title a {
    font-size: 14px !important;
  }
}
.part3 .item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 2px rgba(173, 173, 173, 0.1);
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url(../image/honor_item_bg1.png) no-repeat 3% center, url(../image/honor_item_bg2.png) no-repeat 97% center;
  background-color: #ffffff;
  position: relative;
}
.part3 .item_box_title li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 126px;
  height: 4px;
  background-color: #f09713;
  width: 0;
  transition: all 0.3s;
}
.part3 .item_box_title li:hover a {
  color: #f09713;
  box-shadow: 0px 0px 7px 2px rgba(240, 151, 19, 0.1);
}
.part3 .item_box_title li:hover a::after {
  width: 126px;
}
.content {
  background: url(../image/about_bg34.png) no-repeat bottom center;
}
.part4 .time_line_item .icon_circular::before {
  background: none;
}
.part4 .swiper5_n1 > .news_swiper {
  padding-top: 0;
}
/* 20240223修改/ */
/* 20240711修改 */
#SwiperHonor .swiper-slide {
  height: auto;
  padding: 10px 0;
}
#SwiperHonor .item_box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#SwiperHonor .item_box_img a {
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 2px rgba(173, 173, 173, 0.1);
  padding: 20px;
  position: relative;
}
#SwiperHonor .item_box_img a .img {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#SwiperHonor .item_box_img a img {
  transition: all 0.3s;
  object-fit: contain;
  max-width: 100%;
  max-height: 500px !important;
}
#SwiperHonor .item_box_img a h6 {
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
#SwiperHonor .item_box_img a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f09713;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#SwiperHonor .item_box_img a:hover::before {
  width: 100%;
}
#SwiperHonor .item_box_img:hover h6 {
  font-weight: bold;
  color: #f09713;
}
/* 20240711修改 */