.wrap {
  width: 14.3rem;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 0.8rem;
  transition: 0.3s;
}
header.active {
  background-color: #fff;
}
header.active .wrap .logo a .logoimg2 {
  display: block;
}
header.active .wrap .logo a .logoimg {
  display: none;
}
header.active .wrap .header-navs li a {
  color: #333;
}
header.active .wrap .search-btn {
  border: 1px solid #333;
}
header.active .wrap .search-btn a img {
  filter: brightness(0);
}
header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .logo a img {
  height: 0.4rem;
  display: block;
}
header .wrap .logo a .logoimg2 {
  display: none;
}
header .wrap .header-navs {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
header .wrap .header-navs li {
  position: relative;
  height: 100%;
}
header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.5rem;
}
header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #C8A063;
  opacity: 0;
  transition: 0.3s;
}
header .wrap .header-navs li.active::after {
  bottom: -0.1rem;
  opacity: 1;
}
header .wrap .header-navs li.active > a {
  color: #C8A063;
}
header .wrap .header-navs li:hover .sub {
  display: block;
}
header .wrap .header-navs li:hover::after {
  bottom: -0.1rem;
  opacity: 1;
}
header .wrap .header-navs li:hover > a {
  color: #C8A063;
}
header .wrap .header-navs li .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.16rem;
  min-width: 1.4rem;
  z-index: 10;
}
header .wrap .header-navs li .sub a {
  display: block;
  padding: 0.1rem 0.24rem;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.08);
}
header .wrap .header-navs li .sub a:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
header .wrap .header-navs li .sub a:hover {
  color: #C8A063;
  background: #faf7f1;
}
header .wrap .header-navs li > a {
  font-size: 0.16rem;
  color: #fff;
}
header .wrap .search-btn {
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
header .wrap .search-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
header .wrap .search-btn a img {
  width: 0.18rem;
  display: block;
}
.swiper-box {
  width: 100vw;
  height: 100%;
}
.common-floor {
  width: 100%;
  height: 100vh;
  padding: 1.1rem 0;
}
.common-floor .floor-title .line {
  width: 0.6rem;
  height: 0.03rem;
  background-color: #C8A063;
  position: relative;
  margin-bottom: 0.15rem;
}
.common-floor .floor-title .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #D9D9D9;
}
.common-floor .floor-title h2 {
  font-size: 0.24rem;
  color: #C8A063;
  font-weight: 500;
}
.firstP {
  background-color: #000;
  padding: 0;
}
.firstP video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.secondP {
  background: url(../img/secondPbg.webp) no-repeat center center;
  background-size: cover;
  padding-top: 1.2rem;
  padding-bottom: 0.9rem;
}
.secondP .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.secondP .floor-title {
  margin-bottom: 0.55rem;
}
.secondP .intro-box .slogan {
  font-size: 0.42rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.secondP .intro-box .en {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.4rem;
}
.secondP .intro-box p {
  width: 6.8rem;
  font-size: 0.18rem;
  line-height: 1.6em;
  text-align: justify;
  color: #333;
  margin-bottom: 0.8rem;
}
.secondP .intro-box .more-btn a {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A2A4A;
  border-radius: 0.04rem;
  height: 0.52rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.16rem;
}
.secondP .data-list {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C69F61;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.4rem 0;
  width: 12.6rem;
  border-radius: 0.1rem;
  margin-top: auto;
}
.secondP .data-list .data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.secondP .data-list .data-item .number {
  color: #C69F61;
  font-size: 0.16rem;
}
.secondP .data-list .data-item .number span {
  font-size: 0.66rem;
}
.secondP .data-list .data-item .label {
  font-size: 0.16rem;
  color: #333;
}
.thirdP {
  background: url(../img/thirdPbg.webp) no-repeat center center;
  background-size: cover;
  padding-bottom: 0.8rem;
}
.thirdP .floor-title {
  margin-bottom: 0.75rem;
}
.thirdP .fw-content {
  position: relative;
}
.thirdP .fw-content .fw-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.42rem;
}
.thirdP .fw-content .fwlist-content {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.thirdP .fw-content .fwlist-content .centerimg {
  width: 100%;
  display: block;
  transform: scale(0.8);
}
.thirdP .fw-content .fwlist-content .fwlist {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem {
  border-radius: 50%;
  border: 2px solid #C8A063;
  overflow: hidden;
  position: absolute;
  transition: 0.2s;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(1) {
  width: 1.8rem;
  height: 1.8rem;
  top: -0.66rem;
  left: 0.02rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(2) {
  width: 1.1rem;
  height: 1.1rem;
  top: -0.66rem;
  left: 2rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(3) {
  width: 2.2rem;
  height: 2.2rem;
  top: -0.74rem;
  left: 4.53rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(4) {
  width: 1rem;
  height: 1rem;
  top: 1.07rem;
  right: -1.57rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(5) {
  width: 1rem;
  height: 1rem;
  top: 3.37rem;
  left: 5.69rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(6) {
  width: 1.1rem;
  height: 1.1rem;
  top: 3.94rem;
  right: -1.99rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(7) {
  width: 1.8rem;
  height: 1.8rem;
  top: 4.37rem;
  left: 4.4rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(8) {
  width: 0.9rem;
  height: 0.9rem;
  top: 5.18rem;
  left: 3.11rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(9) {
  width: 2.2rem;
  height: 2.2rem;
  top: 4.53rem;
  left: -0.48rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(10) {
  width: 1.2rem;
  height: 1.2rem;
  top: 3.82rem;
  left: -1.41rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:nth-child(11) {
  width: 0.9rem;
  height: 0.9rem;
  top: 0.83rem;
  left: -0.66rem;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:hover {
  box-shadow: 0px 4px 25px 0px rgba(71, 45, 4, 0.6);
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem:hover .mc .toimg {
  display: block;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem .fwimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem .mc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem .mc .fw-name {
  font-size: 0.2rem;
  color: #fff;
}
.thirdP .fw-content .fwlist-content .fwlist .fwitem .mc .toimg {
  width: 0.32rem;
  margin-top: 0.1rem;
  display: none;
}
@keyframes fwlist-spin {
  from {
    transform: scale(0.8) rotate(0deg);
  }
  to {
    transform: scale(0.8) rotate(360deg);
  }
}
@keyframes fwlist-spin-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.fourthP {
  padding: 0;
}
.fourthP .cy-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 1.1rem;
}
.fourthP .cySwiper {
  height: 100%;
}
.fourthP .cySwiper .swiper-slide {
  position: relative;
  padding-top: 2.2rem;
  height: 100%;
}
.fourthP .cySwiper .swiper-slide .cyimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fourthP .cySwiper .swiper-slide .wrap {
  position: relative;
  z-index: 2;
  display: flex;
}
.fourthP .cySwiper .swiper-slide .wrap .cy-nameintro {
  width: 4rem;
  margin-right: 0.2rem;
}
.fourthP .cySwiper .swiper-slide .wrap .cy-nameintro .cy-name {
  font-size: 0.44rem;
  color: #fff;
  margin-bottom: 0.05rem;
}
.fourthP .cySwiper .swiper-slide .wrap .cy-nameintro .cy-intro {
  font-size: 0.2rem;
  color: #fff;
}
.fourthP .cySwiper .swiper-slide .wrap .right-box {
  flex: 1;
  display: flex;
}
.fourthP .cySwiper .swiper-slide .wrap .right-box .level {
  font-size: 0.2rem;
  color: #fff;
  width: 2.2rem;
  margin-right: 0.2rem;
  line-height: 1.6em;
}
.fourthP .cySwiper .swiper-slide .wrap .right-box .line {
  width: 3px;
  height: 0.6rem;
  background-color: #C69F61;
  position: relative;
  margin-right: 0.6rem;
}
.fourthP .cySwiper .swiper-slide .wrap .right-box .line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.fourthP .cySwiper .swiper-slide .wrap .right-box .p-content {
  flex: 1;
  text-align: justify;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.6em;
}
.fourthP .number-page {
  color: #fff;
  margin-bottom: 0.57rem;
  font-size: 0.2rem;
}
.fourthP .number-page .currentpage {
  font-size: 0.3rem;
  margin-right: 0.1rem;
}
.fourthP .jinduwrap {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.fourthP .jinduwrap .swiper-slide {
  height: 1.5rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
}
.fourthP .jinduwrap .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #C69F61;
}
.fourthP .jinduwrap .swiper-slide.swiper-slide-thumb-active .text-mc .toimg {
  background-color: #fff;
}
.fourthP .jinduwrap .swiper-slide.swiper-slide-thumb-active .text-mc .toimg img {
  filter: none;
}
.fourthP .jinduwrap .swiper-slide .jinduimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fourthP .jinduwrap .swiper-slide .text-mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.24rem 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fourthP .jinduwrap .swiper-slide .text-mc .name-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fourthP .jinduwrap .swiper-slide .text-mc .name-number .name {
  flex: 1;
  font-size: 0.16rem;
  color: #fff;
}
.fourthP .jinduwrap .swiper-slide .text-mc .name-number .number {
  font-size: 0.18rem;
  color: #fff;
}
.fourthP .jinduwrap .swiper-slide .text-mc .toimg {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.fourthP .jinduwrap .swiper-slide .text-mc .toimg img {
  width: 0.14rem;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.fifthP {
  background: url(../img/fifthPbg.webp) no-repeat center center;
  background-size: cover;
  padding-top: 0.9rem;
}
.fifthP .floor-title {
  margin-bottom: 0.35rem;
}
.fifthP .second-title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.fifthP .second-title-more h3 {
  font-size: 0.42rem;
  font-weight: 500;
}
.fifthP .second-title-more .more-btn a {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A2A4A;
  border-radius: 0.04rem;
  height: 0.52rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.16rem;
}
.fifthP .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.fifthP .news-list .news-item {
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0.3rem 0.28rem;
  transition: 0.2s;
  border: 1px solid transparent;
}
.fifthP .news-list .news-item:hover {
  background-color: #F5F0E8;
  box-shadow: 0px 4px 25px 0px #472D044D;
  border: 1px solid #C69F61;
}
.fifthP .news-list .news-item .news-title {
  font-size: 0.2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 0.64rem;
  line-height: 1.6em;
  margin-bottom: 0.3rem;
}
.fifthP .news-list .news-item .img-box {
  height: 2.48rem;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.fifthP .news-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fifthP .news-list .news-item .line {
  height: 1px;
  background-color: #D9D9D9;
  margin-bottom: 0.28rem;
}
.fifthP .news-list .news-item .month {
  font-size: 0.2rem;
  color: #999;
  margin-bottom: 0.18rem;
}
.fifthP .news-list .news-item .day-toimg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fifthP .news-list .news-item .day-toimg .day {
  font-size: 0.4rem;
  color: #333;
}
.fifthP .news-list .news-item .day-toimg .toimg {
  width: 0.44rem;
}
.footer {
  position: relative;
  overflow: hidden;
  background-color: #071120;
}
.footer .footerbg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: block;
}
.footer .wrap {
  position: relative;
  z-index: 2;
}
.footer .footer-top {
  padding: 0.4rem 0;
  padding-bottom: 1.35rem;
  display: flex;
}
.footer .footer-top .ft-left .logo {
  margin-bottom: 0.65rem;
}
.footer .footer-top .ft-left .logo img {
  width: 1.1rem;
  display: block;
}
.footer .footer-top .ft-left p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.15rem;
}
.footer .footer-top .ft-left a {
  color: #fff;
  font-size: 0.36rem;
}
.footer .footer-top .footer-navs {
  display: flex;
  margin-left: auto;
}
.footer .footer-top .footer-navs .nav-item:not(:last-child) {
  margin-right: 0.55rem;
}
.footer .footer-top .footer-navs .nav-item a {
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.2rem;
  transition: 0.2s;
}
.footer .footer-top .footer-navs .nav-item a:hover {
  color: #C69F61;
}
.footer .footer-top .footer-navs .nav-item a.firsta {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.footer .footer-top .footer-navs .nav-item a.firsta:hover {
  color: #C69F61;
}
.footer .support {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .support a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
}
.footer .support p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
}
.about-page {
  overflow-x: hidden;
}
.common-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.common-hero .about-hero-img {
  width: 100%;
  height: 10.8rem;
  display: block;
  vertical-align: top;
}
.about-intro {
  padding: 1.2rem 0 0.9rem;
  background: url(../img/aboutfloor1bg.png) no-repeat center center;
  background-size: cover;
}
.about-intro .wrap {
  display: flex;
  flex-direction: column;
}
.about-intro .intro-head {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.about-intro .intro-title {
  font-size: 0.42rem;
  font-weight: 500;
  color: #063759;
  line-height: 1.3;
}
.about-intro .intro-en {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  color: #c69f61;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
.about-intro .intro-head-icon {
  flex-shrink: 0;
  width: 0.6rem;
}
.about-intro .intro-head-icon img {
  width: 100%;
  display: block;
}
.about-intro .intro-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin-bottom: 0.68rem;
}
.about-intro .intro-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 0.03rem;
  background-color: #C8A063;
}
.about-intro .intro-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1.28rem;
}
.about-intro .intro-box {
  flex: 1;
  max-width: 7rem;
}
.about-intro .intro-box .slogan {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333;
}
.about-intro .intro-box .en {
  font-size: 0.1rem;
  color: #666666;
  margin-bottom: 0.7rem;
}
.about-intro .intro-box p {
  font-size: 0.18rem;
  line-height: 1.8em;
  text-align: justify;
  color: #333;
}
.about-intro .intro-video {
  position: relative;
  flex-shrink: 0;
  width: 6.2rem;
  height: 4.2rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background: #1a2433;
}
.about-intro .intro-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-intro .intro-video .about-video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.44rem;
  height: 0.44rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.about-intro .intro-video .about-video-play img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-intro .intro-video .about-video-play.playing {
  opacity: 0;
  pointer-events: none;
}
.about-intro .intro-video .about-video-play:hover {
  opacity: 0.85;
}
.about-intro .intro-data {
  display: flex;
  justify-content: space-between;
}
.about-intro .intro-data .data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-intro .intro-data .data-item .number {
  color: #c69f61;
  font-size: 0.16rem;
  line-height: 1.2;
}
.about-intro .intro-data .data-item .number span {
  font-size: 0.66rem;
}
.about-intro .intro-data .data-item .label {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.05rem;
}
.about-page .floor-title .line {
  width: 0.6rem;
  height: 0.03rem;
  background-color: #c8a063;
  position: relative;
  margin-bottom: 0.15rem;
}
.about-page .floor-title .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #d9d9d9;
}
.about-page .floor-title h2 {
  font-size: 0.24rem;
  color: #c8a063;
  font-weight: 500;
}
.about-culture {
  padding: 0.9rem 0 1.94rem;
}
.about-culture .culture-list {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.8rem;
}
.about-culture .culture-item {
  position: relative;
  flex: 1;
  height: 3.8rem;
  border-radius: 0.16rem;
  overflow: hidden;
  cursor: default;
}
.about-culture .culture-item .culture-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.about-culture .culture-item .culture-mc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.55rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.46%, #000 99.92%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}
.about-culture .culture-item .culture-mc .culture-mc-title {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 500;
}
.about-culture .culture-item .culture-mc p {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.25rem;
  text-align: center;
  display: none;
}
.about-culture .culture-item:hover .culture-mc {
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
}
.about-culture .culture-item:hover .culture-mc p {
  display: block;
}
.about-org {
  padding: 0.8rem 0 1rem;
  background-color: #f8f8f8;
  background-image: url(../img/zzjgbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-org .org-img-box {
  margin-top: 0.5rem;
  text-align: center;
}
.about-org .org-img-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.about-honor {
  padding: 0.9rem 0 3.5rem;
  background: url(../img/rybg.png) no-repeat center center;
  background-size: cover;
}
.about-honor .honor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.about-honor .honor-nav {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.about-honor .honor-nav .honor-prev,
.about-honor .honor-nav .honor-next {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
}
.about-honor .honor-nav .honor-prev img,
.about-honor .honor-nav .honor-next img {
  width: 0.12rem;
  display: block;
  opacity: 0.55;
}
.about-honor .honor-nav .honor-prev:hover,
.about-honor .honor-nav .honor-next:hover {
  border-color: #ccc;
  background: #fff;
}
.about-honor .honor-nav .honor-prev:hover img,
.about-honor .honor-nav .honor-next:hover img {
  opacity: 0.9;
}
.about-honor .honor-nav .honor-prev.swiper-button-disabled,
.about-honor .honor-nav .honor-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.about-honor .honor-card {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.77rem 0.38rem;
  transition: box-shadow 0.3s;
  height: 4.5rem;
}
.about-honor .honor-card .honor-img {
  height: 2.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0.69rem;
  cursor: zoom-in;
}
.about-honor .honor-card .honor-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}
.about-honor .honor-card p {
  font-size: 0.18rem;
  text-align: center;
  line-height: 1.5;
}
.about-honor .swiper-pagination {
  position: static;
  margin-top: 0.66rem;
}
.about-honor .swiper-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.04rem;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}
.about-honor .swiper-pagination .swiper-pagination-bullet-active {
  background: #c6a063;
}
.honor-preview {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
.honor-preview.show {
  display: flex;
}
.honor-preview .honor-preview-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.honor-preview .honor-preview-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 10rem;
  max-height: calc(100vh - 0.8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.honor-preview .honor-preview-close {
  position: absolute;
  top: -0.16rem;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.honor-preview .honor-preview-close img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1);
}
.honor-preview .honor-preview-prev,
.honor-preview .honor-preview-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: all 0.3s;
}
.honor-preview .honor-preview-prev img,
.honor-preview .honor-preview-next img {
  width: 0.2rem;
  display: block;
  filter: brightness(10);
}
.honor-preview .honor-preview-prev:hover,
.honor-preview .honor-preview-next:hover {
  background: #c6a063;
  border-color: #c6a063;
}
.honor-preview .honor-preview-prev {
  left: -0.72rem;
}
.honor-preview .honor-preview-prev img {
  transform: rotate(180deg);
}
.honor-preview .honor-preview-next {
  right: -0.72rem;
}
.honor-preview .honor-preview-title {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.24rem;
  padding: 0 0.6rem;
}
.honor-preview .honor-preview-img {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.12rem;
  padding: 0.24rem;
}
.honor-preview .honor-preview-img img {
  max-width: 100%;
  max-height: calc(100vh - 2rem);
  object-fit: contain;
  display: block;
}
body.honor-preview-open {
  overflow: hidden;
}
.about-footer {
  position: relative;
  margin-top: 0;
}
.history-floor {
  padding: 1.13rem 0;
  padding-bottom: 0;
}
.history-floor .historytitle-box {
  text-align: center;
  margin-bottom: 0.5rem;
}
.history-floor .historytitle-box h2 {
  font-size: 0.32rem;
  font-weight: 500;
  margin-bottom: 0.98rem;
}
.history-floor .historytitle-box p {
  font-size: 0.24rem;
  color: #C69F61;
}
.history-floor .history-list {
  position: relative;
  width: 11.02rem;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.history-floor .history-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 110%;
  background-color: rgba(198, 159, 97, 0.6);
}
.history-floor .history-list .history-item:nth-child(odd) .history-box {
  text-align: right;
  padding-right: 1.15rem;
}
.history-floor .history-list .history-item:nth-child(odd) .history-box .history-icon {
  top: 0;
  right: -0.18rem;
}
.history-floor .history-list .history-item:nth-child(odd) .history-box ul {
  padding-left: 0.5rem;
}
.history-floor .history-list .history-item:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
.history-floor .history-list .history-item:nth-child(even) .history-box {
  padding-left: 1.15rem;
}
.history-floor .history-list .history-item:nth-child(even) .history-box .history-icon {
  top: 0;
  left: -0.18rem;
  transform: rotate(180deg);
}
.history-floor .history-list .history-item:nth-child(even) .history-box ul {
  padding-right: 0.5rem;
}
.history-floor .history-list .history-item:hover .history-box .history-title {
  color: #C69F61;
}
.history-floor .history-list .history-item:hover .history-box .img-box img {
  transform: scale(1.05);
}
.history-floor .history-list .history-item .history-box {
  width: 5.51rem;
  position: relative;
}
.history-floor .history-list .history-item .history-box .history-icon {
  position: absolute;
  width: 1.24rem;
  display: block;
}
.history-floor .history-list .history-item .history-box .history-title {
  font-size: 0.24rem;
  margin-bottom: 0.08rem;
  transition: 0.3s;
}
.history-floor .history-list .history-item .history-box ul {
  margin-bottom: 0.54rem;
}
.history-floor .history-list .history-item .history-box ul li {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6em;
  list-style: disc;
  list-style-position: inside;
}
.history-floor .history-list .history-item .history-box .img-box {
  width: 4.36rem;
  height: 1.82rem;
  border-radius: 0.12rem;
  border: 1px solid #C69F61;
  overflow: hidden;
}
.history-floor .history-list .history-item .history-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.news-page {
  overflow-x: hidden;
}
.news-floor {
  padding: 0.66rem 0 1.16rem;
  background: #F7F9FA;
}
.news-floor .news-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 0.3rem;
  padding: 0.06rem;
  background: #fff;
  border-radius: 0.3rem;
}
.news-floor .news-tabs a {
  display: block;
  padding: 0.1rem 0.35rem;
  font-size: 0.18rem;
  color: #666;
  border-radius: 0.24rem;
  transition: 0.3s;
  line-height: 1.4;
}
.news-floor .news-tabs a.active {
  background: #063759;
  color: #fff;
}
.news-floor .news-feature {
  margin-bottom: 0.16rem;
}
.news-floor .news-feature .news-feature-card {
  display: flex;
  background: #fff;
  padding: 0.3rem 0.2rem;
  overflow: hidden;
  border-radius: 0.16rem;
  border: 1px solid transparent;
  transition: 0.3s;
}
.news-floor .news-feature .news-feature-card .feature-img {
  flex-shrink: 0;
  width: 5.2rem;
  height: 3rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.news-floor .news-feature .news-feature-card .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-floor .news-feature .news-feature-card .feature-info {
  flex: 1;
  padding: 0.2rem 0.24rem;
  box-sizing: border-box;
}
.news-floor .news-feature .news-feature-card .feature-info .feature-date {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.news-floor .news-feature .news-feature-card .feature-info .feature-title {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.news-floor .news-feature .news-feature-card .feature-info .feature-desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-floor .news-feature .news-feature-card:hover {
  background: #c5a478;
  border-color: #c5a478;
  box-shadow: 0 4px 20px rgba(71, 45, 4, 0.15);
}
.news-floor .news-feature .news-feature-card:hover .feature-date,
.news-floor .news-feature .news-feature-card:hover .feature-title,
.news-floor .news-feature .news-feature-card:hover .feature-desc {
  color: #fff;
}
.news-floor .news-feature .news-feature-card:hover .news-more-btn {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.news-floor .news-feature .news-feature-card:hover .news-more-btn img {
  filter: brightness(10);
}
.news-floor .news-feature .news-feature-pagination,
.news-floor .news-feature .news-media-pagination {
  position: static;
  margin-top: 0.4rem;
  text-align: center;
}
.news-floor .news-feature .news-feature-pagination .swiper-pagination-bullet,
.news-floor .news-feature .news-media-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 0;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 0.05rem;
}
.news-floor .news-feature .news-feature-pagination .swiper-pagination-bullet-active,
.news-floor .news-feature .news-media-pagination .swiper-pagination-bullet-active {
  background: #1a2a4a;
}
.news-floor .news-more-btn {
  display: inline-flex;
  align-items: center;
  height: 0.46rem;
  padding: 0 0.25rem;
  border: 1px solid #c69f61;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  color: #c69f61;
  line-height: 1;
  transition: 0.3s;
}
.news-floor .news-more-btn img {
  width: 0.13rem;
  display: block;
  margin-left: 0.1rem;
}
.news-floor .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.58rem;
}
.news-floor .news-grid .news-card.news-card-hidden {
  display: none;
}
.news-floor .news-card {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.58rem 0.28rem;
  transition: 0.3s;
}
.news-floor .news-card a {
  display: block;
}
.news-floor .news-card .news-card-title {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.4rem;
  font-weight: 500;
  min-height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-floor .news-card .news-card-img {
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.27rem;
}
.news-floor .news-card .news-card-img img {
  width: 100%;
  height: 2.48rem;
  object-fit: cover;
  display: block;
}
.news-floor .news-card .news-card-img .date-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 0.6rem;
  background: #fff;
  border-bottom-left-radius: 0.12rem;
  text-align: center;
}
.news-floor .news-card .news-card-img .date-badge .day {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 1.2;
}
.news-floor .news-card .news-card-img .date-badge .ym {
  display: block;
  font-size: 0.14rem;
  color: #333;
  margin-top: 0.04rem;
}
.news-floor .news-card .news-card-desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8em;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0.72rem;
}
.news-floor .news-card:hover {
  background: #c5a478;
  border-color: #c5a478;
  box-shadow: 0 4px 20px rgba(71, 45, 4, 0.15);
}
.news-floor .news-card:hover .news-card-title,
.news-floor .news-card:hover .news-card-desc {
  color: #fff;
}
.news-floor .news-card:hover .news-more-btn {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.news-floor .news-card:hover .news-more-btn img {
  filter: brightness(10);
}
.news-floor .more-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.news-floor .more-btn a {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A2A4A;
  border-radius: 0.04rem;
  height: 0.52rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.16rem;
}
.industry-page {
  overflow-x: hidden;
}
.ind-intro .wrap {
  padding: 1.33rem 0;
  padding-bottom: 2rem;
  text-align: center;
  border-bottom: 1px solid #E5E7EB;
}
.ind-intro p {
  font-size: 0.36rem;
  color: #333;
  line-height: 1.8;
  max-width: 11.42rem;
  margin: 0 auto;
}
.ind-philosophy {
  padding: 1.26rem 0 1.21rem;
}
.ind-philosophy .ind-philosophy-inner {
  display: flex;
  align-items: center;
  gap: 1.63rem;
}
.ind-philosophy .philosophy-text {
  flex: 1;
}
.ind-philosophy .philosophy-text h2 {
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.ind-philosophy .philosophy-text p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
  text-align: justify;
}
.ind-philosophy .philosophy-img {
  flex-shrink: 0;
  width: 6.6rem;
}
.ind-philosophy .philosophy-img img {
  width: 100%;
  display: block;
}
.ind-advantage {
  padding: 0.9rem 0 1.04rem;
}
.ind-section-title {
  text-align: center;
  font-size: 0.36rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.63rem;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.advantage-item {
  border: 1px solid #eee;
  padding: 0.2rem;
  padding-bottom: 0.47rem;
  border-radius: 0.12rem;
  background: #FFF;
}
.advantage-item .advantage-img {
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.advantage-item .advantage-img img {
  width: 100%;
  height: 2.6rem;
  object-fit: cover;
  display: block;
}
.advantage-item h3 {
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-align: center;
}
.advantage-item .advantage-line {
  width: 0.4rem;
  height: 0.04rem;
  background: #c5a478;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.advantage-item p {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  text-align: center;
  padding: 0 0.36rem;
}
.ind-project {
  padding-top: 1.1rem;
}
.ind-project .ind-section-title {
  margin-bottom: 0.96rem;
}
.project-tabs {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 0.5rem;
}
.project-tabs a {
  font-size: 0.2rem;
  color: #999;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.project-tabs a.active {
  color: #333;
  border-bottom-color: #c5a478;
}
.project-panels .project-panel {
  display: none;
}
.project-panels .project-panel.active {
  display: block;
}
.project-show {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #063759;
}
.project-img {
  width: 50%;
}
.project-img img {
  width: 100%;
  height: 100%;
  min-height: 7.36rem;
  object-fit: cover;
  display: block;
}
.project-info {
  width: 50%;
  padding: 0.6rem 0.86rem;
}
.project-info .project-tag {
  font-size: 0.14rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.project-info .project-name {
  font-size: 0.36rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.project-info .project-desc {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
  margin-bottom: 0.4rem;
  min-height: 1rem;
}
.project-info .project-stats {
  display: flex;
  gap: 0.6rem;
  height: 0.76rem;
  margin-bottom: 1rem;
}
.project-info .stat-item .stat-num {
  font-size: 0.16rem;
  color: #C69F61;
  line-height: 1.2;
}
.project-info .stat-item .stat-num span {
  font-size: 0.36rem;
}
.project-info .stat-item .stat-label {
  font-size: 0.16rem;
  color: #ffffff;
  margin-top: 0.08rem;
}
.project-info .project-more {
  display: inline-block;
  height: 0.52rem;
  width: 1.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c5a478;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.06rem;
  transition: 0.3s;
  background: #b8935f;
}
.culture-page {
  overflow-x: hidden;
}
.culture-page .ind-intro {
  background: #f7f9fa;
  padding-bottom: 0.96rem;
}
.culture-floor {
  padding: 0 0 1.2rem;
  background: #f7f9fa;
}
.culture-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.4rem 0.35rem;
  margin-bottom: 0.8rem;
}
.culture-card {
  display: block;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: 0.3s;
}
.culture-card.culture-card-lg {
  grid-column: span 3;
}
.culture-card.culture-card-sm {
  grid-column: span 2;
}
.culture-card .culture-card-img {
  overflow: hidden;
}
.culture-card .culture-card-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s;
}
.culture-card.culture-card-lg .culture-card-img img {
  height: 3.2rem;
}
.culture-card.culture-card-sm .culture-card-img img {
  height: 3.2rem;
}
.culture-card .culture-card-body {
  padding: 0.3rem;
}
.culture-card .culture-card-body h3 {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.17rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0.72rem;
}
.culture-card .culture-card-body .culture-date {
  font-size: 0.18rem;
  color: #999;
  line-height: 1;
}
.culture-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.culture-card:hover .culture-card-img img {
  transform: scale(1.03);
}
.culture-card.culture-card-static {
  cursor: default;
}
.culture-card.culture-card-static:hover {
  box-shadow: none;
  transform: none;
}
.culture-card.culture-card-static:hover .culture-card-img img {
  transform: none;
}
.culture-more {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.culture-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a2a4a;
  border-radius: 0.04rem;
  height: 0.52rem;
  padding: 0 0.36rem;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.3s;
}
.culture-more a:hover {
  background-color: #063759;
}
.human-floor {
  padding: 0.4rem 0 0.9rem;
}
.human-floor .human-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 1.36rem;
  padding: 0.06rem;
  background: #f9f9f9;
  border-radius: 0.3rem;
}
.human-floor .human-tabs a {
  display: block;
  padding: 0.1rem 0.35rem;
  font-size: 0.18rem;
  color: #666;
  border-radius: 0.24rem;
  transition: 0.3s;
  line-height: 1.4;
}
.human-floor .human-tabs a.active {
  background: #063759;
  color: #fff;
}
.human-intro {
  text-align: center;
}
.human-intro .human-intro-main {
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.36rem;
}
.human-intro .human-intro-sub {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.6rem;
}
.human-intro .human-intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.52rem;
  padding: 0 0.38rem;
  background: #063759;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.06rem;
  transition: 0.3s;
}
.human-intro .human-intro-btn:hover {
  background: #1a2a4a;
}
.human-block {
  padding: 0.5rem 0 0.8rem;
}
.human-block .human-block-title {
  text-align: center;
  font-size: 0.36rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.human-block .human-block-img {
  text-align: center;
}
.human-block .human-block-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.human-cta {
  padding: 1.2rem 0;
  padding-bottom: 1.43rem;
  background: url(../img/rencaibg.webp) no-repeat center center;
  background-size: cover;
}
.human-cta .human-cta-inner {
  max-width: 9.6rem;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.human-cta .human-cta-title {
  font-size: 0.32rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
.human-cta .human-cta-line {
  width: 0.6rem;
  height: 0.05rem;
  background: #fff;
  margin: 0 auto 0.67rem;
}
.human-cta .human-cta-desc {
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 0.45rem;
}
.human-cta .human-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.52rem;
  padding: 0 0.38rem;
  background: #063759;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.06rem;
  transition: 0.3s;
}
.human-cta .human-cta-btn:hover {
  background: #1a2a4a;
}
.human-page {
  overflow-x: hidden;
}
.job-page {
  overflow-x: hidden;
}
.job-page .human-floor {
  padding-bottom: 0.5rem;
}
.job-page .human-floor .human-tabs {
  margin-bottom: 0.5rem;
}
.job-floor {
  padding: 0 0 1.2rem;
}
.job-floor-title {
  text-align: center;
  font-size: 0.36rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.job-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}
.job-filters {
  display: flex;
  gap: 0.2rem;
}
.job-select select {
  appearance: none;
  -webkit-appearance: none;
  height: 0.44rem;
  min-width: 1.6rem;
  padding: 0 0.36rem 0 0.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.04rem;
  background: #fff url(../img/selecticon.png) no-repeat right 0.12rem center;
  background-size: 0.12rem auto;
  font-size: 0.14rem;
  color: #666;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
.job-search {
  display: flex;
  align-items: center;
  width: 3.2rem;
  height: 0.44rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.04rem;
  background: #fff;
  overflow: hidden;
}
.job-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 0.12rem;
  border: none;
  font-size: 0.14rem;
  color: #333;
  outline: none;
  background: transparent;
}
.job-search input::placeholder {
  color: #999;
}
.job-search .job-search-btn {
  flex-shrink: 0;
  width: 0.44rem;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-search .job-search-btn img {
  width: 0.16rem;
  display: block;
}
.job-list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.job-item {
  background: #f7f9fa;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: 0.3s;
}
.job-item .job-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.28rem 0.3rem;
  cursor: pointer;
  gap: 0.2rem;
}
.job-item .job-item-info {
  flex: 1;
  min-width: 0;
}
.job-item .job-name {
  font-size: 0.18rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.12rem;
}
.job-item .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.job-item .job-meta span {
  display: inline-flex;
  align-items: center;
  font-size: 0.14rem;
  color: #999;
  line-height: 1;
}
.job-item .job-meta span img {
  width: 0.14rem;
  margin-right: 0.06rem;
  display: block;
}
.job-item .job-toggle {
  flex-shrink: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  margin-top: -0.06rem;
  transition: transform 0.3s;
}
.job-item .job-item-body {
  display: none;
  padding: 0 0.3rem 0.28rem;
}
.job-item.active .job-toggle {
  transform: rotate(-135deg);
  margin-top: 0.06rem;
}
.job-item.active .job-item-body {
  display: block;
}
.job-detail {
  padding-top: 0.08rem;
  border-top: 1px solid #e5e5e5;
}
.job-detail h4 {
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.16rem;
  line-height: 1.4;
}
.job-detail ol {
  margin: 0 0 0.28rem;
  padding-left: 0.24rem;
}
.job-detail ol li {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.9;
  list-style: decimal;
}
.job-detail .job-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  padding: 0 0.32rem;
  margin-bottom: 0.2rem;
  background: #063759;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.04rem;
  float: right;
  transition: 0.3s;
}
.job-detail .job-apply-btn:hover {
  background: #1a2a4a;
}
.job-empty {
  padding: 0.8rem 0;
  text-align: center;
  font-size: 0.16rem;
  color: #999;
}
.job-apply-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}
.job-apply-modal.is-open {
  display: flex;
}
.job-apply-modal-open {
  overflow: hidden;
}
.job-apply-modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.job-apply-modal-dialog {
  position: relative;
  z-index: 1;
  width: 5.2rem;
  max-width: 100%;
  padding: 0.4rem 0.36rem 0.36rem;
  background: #fff;
  border-radius: 0.08rem;
  text-align: center;
  box-shadow: 0 0.12rem 0.4rem rgba(0, 0, 0, 0.18);
}
.job-apply-modal-close {
  position: absolute;
  top: 0.12rem;
  right: 0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  border: none;
  background: transparent;
  font-size: 0.28rem;
  line-height: 1;
  color: #999;
  cursor: pointer;
}
.job-apply-modal-title {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.job-apply-modal-tip {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.16rem;
}
.job-apply-modal-email {
  display: inline-block;
  font-size: 0.2rem;
  color: #063759;
  word-break: break-all;
}
.job-apply-modal-email:hover {
  color: #1a2a4a;
}
.job-apply-modal-empty {
  font-size: 0.16rem;
  color: #999;
}
.contact-page {
  overflow-x: hidden;
}
.contact-info {
  padding: 0.8rem 0 0.9rem;
}
.contact-info-inner {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
}
.contact-info-left {
  flex: 1;
  min-width: 0;
}
.contact-info-left .contact-company {
  font-size: 0.42rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.6rem;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list .contact-icon {
  flex-shrink: 0;
  width: 0.55rem;
  display: block;
}
.contact-list .contact-text {
  flex: 1;
  min-width: 0;
}
.contact-list .contact-text .label {
  display: block;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.15rem;
}
.contact-list .contact-text .value {
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 1.6;
}
.contact-list .contact-text a.value {
  transition: 0.3s;
}
.contact-list .contact-text a.value:hover {
  color: #063759;
}
.contact-map {
  flex: 1;
  min-width: 0;
}
.contact-map-img {
  width: 100%;
  height: 100%;
  min-height: 3.6rem;
  display: block;
  object-fit: cover;
  border-radius: 0.08rem;
}
.contact-form-floor {
  padding: 0.6rem 0 1.2rem;
  background: #f7f9fa;
}
.contact-form-box {
  display: flex;
  background: #fff;
  overflow: hidden;
}
.contact-form-side {
  flex-shrink: 0;
  width: 5.2rem;
  padding: 0.8rem 0.5rem;
  background: #C69F61;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.contact-form-side .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.contact-form-side .side-title {
  font-size: 0.36rem;
  color: #333;
  line-height: 1.8;
}
.contact-form-side .side-phone {
  margin-top: 0.4rem;
}
.contact-form-side .side-phone a {
  display: block;
  font-size: 0.3rem;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.12rem;
}
.contact-form-side .side-phone span {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
}
.contact-form {
  flex: 1;
  min-width: 0;
  padding: 0.76rem 0.65rem;
  box-sizing: border-box;
}
.contact-form .form-row {
  margin-bottom: 0.24rem;
}
.contact-form .form-row label {
  display: block;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.1rem;
  line-height: 1.4;
}
.contact-form .form-row label .required {
  color: #ff4d4f;
  margin-left: 0.04rem;
}
.contact-form .form-row input,
.contact-form .form-row textarea,
.contact-form .form-row select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #333;
  outline: none;
  transition: 0.3s;
  background: #fff;
}
.contact-form .form-row input::placeholder,
.contact-form .form-row textarea::placeholder,
.contact-form .form-row select::placeholder {
  color: #999;
}
.contact-form .form-row input:focus,
.contact-form .form-row textarea:focus,
.contact-form .form-row select:focus {
  border-color: #c69f61;
}
.contact-form .form-row input {
  display: block;
  max-width: 100%;
  height: 0.44rem;
  padding: 0 0.16rem;
}
.contact-form .form-row textarea {
  display: block;
  max-width: 100%;
  padding: 0.12rem 0.16rem;
  line-height: 1.7;
  resize: vertical;
  min-height: 1.2rem;
}
.contact-form .form-row-half {
  display: flex;
  gap: 0.24rem;
}
.contact-form .form-row-half .form-col {
  flex: 1;
  min-width: 0;
}
.contact-form .form-select select {
  appearance: none;
  -webkit-appearance: none;
  height: 0.44rem;
  padding: 0 0.36rem 0 0.16rem;
  background: #fff url(../img/selecticon.png) no-repeat right 0.12rem center;
  background-size: 0.12rem auto;
  cursor: pointer;
}
.contact-form .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 0.08rem;
}
.contact-form .contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  padding: 0 0.48rem;
  background: #063759;
  color: #fff;
  font-size: 0.14rem;
  border: none;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form .contact-submit-btn:hover {
  background: #1a2a4a;
}
.party-page {
  overflow-x: hidden;
}
.party-section-title {
  font-size: 0.36rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.party-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.party-section-head .party-section-title {
  margin-bottom: 0;
}
.party-section-head .party-more {
  font-size: 0.18rem;
  color: #666;
  line-height: 1;
  transition: 0.3s;
}
.party-section-head .party-more:hover {
  color: #c41e3a;
}
.party-box {
  padding: 1.55rem 0 1.31rem;
  background: url(../img/djbg.png) no-repeat center center;
  background-size: cover;
}
.party-org-block {
  margin-bottom: 1.7rem;
}
.party-org-block .party-section-title {
  text-align: center;
  margin-bottom: 0.9rem;
}
.party-topic-block .party-section-head {
  margin-bottom: 0.9rem;
}
.party-org-inner {
  display: flex;
  gap: 0.5rem;
}
.party-org-img {
  flex-shrink: 0;
  width: 6.3rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.party-org-img img {
  width: 100%;
  height: 3.8rem;
  object-fit: cover;
  display: block;
}
.party-org-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.party-org-text p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.party-org-stats {
  display: flex;
  gap: 2.4rem;
}
.party-org-stats .stat-num {
  font-size: 0.2rem;
  color: #D92A2A;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}
.party-org-stats .stat-num span {
  font-size: 0.8rem;
  font-weight: 500;
}
.party-org-stats .stat-label {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.4;
}
.party-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.party-topic-card {
  display: block;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: 0.3s;
}
.party-topic-card img {
  width: 100%;
  height: 2.3rem;
  object-fit: cover;
  display: block;
}
.party-topic-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.party-news {
  padding: 0.7rem 0 1.5rem;
  background: url(../img/djdtbg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.party-main-wrap {
  margin-bottom: 1rem;
  overflow: hidden;
}
.party-main-swiper {
  overflow: hidden;
  padding: 0.2rem 0;
}
.party-main-swiper .swiper-wrapper {
  align-items: center;
}
.party-main-swiper .party-main-card {
  display: block;
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.party-main-swiper .party-main-card img {
  width: 100%;
  height: 3.1rem;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.party-main-swiper .party-main-card .party-main-mc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem 0.24rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.party-main-swiper .party-main-card .party-main-mc p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.party-main-swiper .party-main-card:hover img {
  transform: scale(1.03);
}
.party-main-swiper .swiper-slide {
  position: relative;
  z-index: 1;
  height: auto;
  align-self: center;
  transition: 0.4s;
  transform: scale(0.92);
}
.party-main-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.party-main-swiper .swiper-slide-prev,
.party-main-swiper .swiper-slide-next {
  z-index: 1;
  transform: scale(0.96);
}
.party-main-swiper .swiper-slide-prev .party-main-card img,
.party-main-swiper .swiper-slide-next .party-main-card img {
  height: 3.45rem;
}
.party-main-swiper .swiper-slide-active {
  z-index: 3;
  transform: scale(1);
}
.party-main-swiper .swiper-slide-active .party-main-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.party-main-swiper .swiper-slide-active .party-main-card img {
  height: 3.6rem;
}
.party-main-swiper .swiper-slide-active .party-main-card .party-main-mc {
  opacity: 1;
  visibility: visible;
}
.party-main-pagination {
  display: flex;
  justify-content: center;
  gap: 0.08rem;
  margin-top: 0.45rem;
}
.party-main-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #ddd;
  opacity: 1;
  margin: 0;
}
.party-main-pagination .swiper-pagination-bullet-active {
  background: #063759;
}
.party-thumb-wrap {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.party-thumb-prev,
.party-thumb-next {
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(6, 55, 89, 0.6);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.party-thumb-prev img,
.party-thumb-next img {
  width: 0.12rem;
  display: block;
}
.party-thumb-prev:hover,
.party-thumb-next:hover {
  border-color: #c41e3a;
  background: #c41e3a;
}
.party-thumb-prev.swiper-button-disabled,
.party-thumb-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.party-thumb-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.party-thumb-swiper .party-thumb-item {
  display: block;
  text-align: center;
}
.party-thumb-swiper .party-thumb-item:hover .img-box img {
  transform: scale(1.03);
}
.party-thumb-swiper .party-thumb-item .img-box {
  overflow: hidden;
  border-radius: 0.12rem;
  margin-bottom: 0.2rem;
}
.party-thumb-swiper .party-thumb-item .img-box img {
  width: 100%;
  height: 1.6rem;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.party-thumb-swiper .party-thumb-item p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.djzt-page {
  overflow-x: hidden;
}
.djzt-page .news-floor {
  padding-bottom: 1.2rem;
}
.djzt-page .djzt-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
  margin-top: 0.1rem;
}
.djzt-page .djzt-topic-grid .party-topic-card {
  display: block;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: 0.3s;
}
.djzt-page .djzt-topic-grid .party-topic-card img {
  width: 100%;
  height: 2.3rem;
  object-fit: cover;
  display: block;
}
.djzt-page .djzt-topic-grid .party-topic-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.djzt-page .more-btn {
  margin-top: 0.6rem;
}
.newsdetail-page {
  overflow-x: hidden;
  background: #F7F9FA;
}
.newsdetail-page .news-detail-floor {
  padding: 1.1rem 0 1rem;
  background: #F7F9FA;
}
.newsdetail-page .news-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.4rem;
}
.newsdetail-page .news-breadcrumb a {
  color: #999;
  transition: 0.3s;
}
.newsdetail-page .news-breadcrumb a:hover {
  color: #063759;
}
.newsdetail-page .news-breadcrumb .sep {
  margin: 0 0.08rem;
  color: #ccc;
}
.newsdetail-page .news-breadcrumb .current {
  color: #666;
}
.newsdetail-page .news-detail-layout {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
.newsdetail-page .news-detail-main {
  flex: 1;
  width: 100%;
  min-width: 0;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.4rem 0.9rem;
  box-sizing: border-box;
}
.newsdetail-page .news-detail-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  text-align: center;
}
.newsdetail-page .news-detail-subtitle {
  display: block;
  width: 100%;
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: -0.08rem 0 0.2rem;
}
.newsdetail-page .news-detail-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  font-size: 0.14rem;
  color: #999;
  padding-bottom: 0.24rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.newsdetail-page .news-detail-content {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.newsdetail-page .news-detail-content,
.newsdetail-page .news-detail-content *,
.newsdetail-page .news-detail-content *::before,
.newsdetail-page .news-detail-content *::after {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
}
.newsdetail-page .news-detail-content .Med {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
  font-weight: normal !important;
}
.newsdetail-page .news-detail-content p,
.newsdetail-page .news-detail-content span,
.newsdetail-page .news-detail-content div,
.newsdetail-page .news-detail-content h1,
.newsdetail-page .news-detail-content h2,
.newsdetail-page .news-detail-content h3,
.newsdetail-page .news-detail-content h4,
.newsdetail-page .news-detail-content h5,
.newsdetail-page .news-detail-content h6,
.newsdetail-page .news-detail-content li,
.newsdetail-page .news-detail-content td,
.newsdetail-page .news-detail-content th,
.newsdetail-page .news-detail-content a,
.newsdetail-page .news-detail-content strong,
.newsdetail-page .news-detail-content b,
.newsdetail-page .news-detail-content em,
.newsdetail-page .news-detail-content i,
.newsdetail-page .news-detail-content u,
.newsdetail-page .news-detail-content font,
.newsdetail-page .news-detail-content blockquote,
.newsdetail-page .news-detail-content pre,
.newsdetail-page .news-detail-content code,
.newsdetail-page .news-detail-content sub,
.newsdetail-page .news-detail-content sup,
.newsdetail-page .news-detail-content label {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
}
.newsdetail-page .news-detail-content p {
  margin-bottom: 0.2rem;
  text-align: justify;
}
.newsdetail-page .news-detail-content h2 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 500;
  margin: 0.3rem 0 0.16rem;
  line-height: 1.5;
}
.newsdetail-page .news-detail-content h3 {
  font-size: 0.17rem;
  color: #333;
  font-weight: 500;
  margin: 0.24rem 0 0.12rem;
  line-height: 1.5;
}
.newsdetail-page .news-detail-content ul,
.newsdetail-page .news-detail-content ol {
  margin: 0 0 0.2rem;
  padding-left: 0.24rem;
}
.newsdetail-page .news-detail-content ul li,
.newsdetail-page .news-detail-content ol li {
  position: relative;
  margin-bottom: 0.08rem;
  line-height: 1.8;
}
.newsdetail-page .news-detail-content ul li {
  list-style: none;
}
.newsdetail-page .news-detail-content ul li::before {
  content: "·";
  position: absolute;
  left: -0.16rem;
  color: #666;
}
.newsdetail-page .news-detail-content ol li {
  list-style: decimal;
}
.newsdetail-page .news-detail-content strong {
  color: #333;
  font-weight: 500;
}
.newsdetail-page .news-detail-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.2rem auto;
  border-radius: 0.04rem;
}
.newsdetail-page .news-detail-content a {
  color: #063759;
  text-decoration: underline;
}
.newsdetail-page .news-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.newsdetail-page .news-detail-content table th,
.newsdetail-page .news-detail-content table td {
  border: 1px solid #eee;
  padding: 0.1rem 0.12rem;
  font-size: 0.14rem;
}
.newsdetail-page .news-detail-content table th {
  background: #f7f9fa;
  color: #333;
  font-weight: 500;
}
.newsdetail-page .news-detail-aside {
  flex-shrink: 0;
  width: 3.6rem;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.newsdetail-page .news-detail-aside .aside-title {
  font-size: 0.18rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}
.newsdetail-page .related-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.newsdetail-page .related-card {
  display: block;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: 0.3s;
}
.newsdetail-page .related-card:hover {
  opacity: 0.85;
}
.newsdetail-page .related-card .related-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.newsdetail-page .related-card .related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.newsdetail-page .related-card:hover .related-img img {
  transform: scale(1.03);
}
.newsdetail-page .related-card.related-card-static {
  cursor: default;
}
.newsdetail-page .related-card.related-card-static:hover {
  opacity: 1;
}
.newsdetail-page .related-card.related-card-static:hover .related-img img {
  transform: none;
}
.newsdetail-page .related-card .related-title {
  padding: 0.12rem 0.14rem 0.16rem;
  font-size: 0.14rem;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ind-proj-detail-page {
  overflow-x: hidden;
  background: #fff;
}
.ind-proj-detail-page .ind-proj-detail-floor {
  padding: 1.1rem 0 0.8rem;
  padding-bottom: 0;
  background: #fff;
}
.ind-proj-detail-page .ind-proj-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.ind-proj-detail-page .ind-proj-detail-banner {
  height: 7.3rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.ind-proj-detail-page .ind-proj-detail-banner .ind-proj-banner-swiper,
.ind-proj-detail-page .ind-proj-detail-banner .swiper-wrapper,
.ind-proj-detail-page .ind-proj-detail-banner .swiper-slide {
  height: 100%;
}
.ind-proj-detail-page .ind-proj-detail-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.ind-proj-detail-page .ind-proj-detail-banner .swiper-pagination {
  bottom: 0.16rem;
}
.ind-proj-detail-page .ind-proj-detail-banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.ind-proj-detail-page .ind-proj-detail-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.ind-proj-detail-page .ind-proj-detail-title {
  flex: 1;
  min-width: 0;
  font-size: 0.34rem;
  color: #333;
  font-weight: 500;
  line-height: 1.45;
}
.ind-proj-detail-page .ind-proj-detail-back {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  height: 0.4rem;
  padding: 0 0.2rem;
  border-radius: 0.04rem;
  color: #333;
  font-size: 0.14rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.ind-proj-detail-page .ind-proj-detail-back img {
  width: 0.16rem;
  display: block;
}
.ind-proj-detail-page .ind-proj-detail-back:hover {
  background: #f2f2f2;
}
.ind-proj-detail-page .ind-proj-detail-label {
  position: relative;
  flex-shrink: 0;
  width: 1.1rem;
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.ind-proj-detail-page .ind-proj-detail-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.32rem;
  height: 0.03rem;
  background: #c69f61;
}
.ind-proj-detail-page .ind-proj-detail-intro {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.ind-proj-detail-page .ind-proj-detail-content {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
  word-break: break-word;
  color: #333;
  font-size: 16px;
}
.ind-proj-detail-page .ind-proj-detail-content,
.ind-proj-detail-page .ind-proj-detail-content *,
.ind-proj-detail-page .ind-proj-detail-content *::before,
.ind-proj-detail-page .ind-proj-detail-content *::after {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
}
.ind-proj-detail-page .ind-proj-detail-content .Med {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
  font-weight: normal !important;
}
.ind-proj-detail-page .ind-proj-detail-content p,
.ind-proj-detail-page .ind-proj-detail-content span,
.ind-proj-detail-page .ind-proj-detail-content div,
.ind-proj-detail-page .ind-proj-detail-content h1,
.ind-proj-detail-page .ind-proj-detail-content h2,
.ind-proj-detail-page .ind-proj-detail-content h3,
.ind-proj-detail-page .ind-proj-detail-content h4,
.ind-proj-detail-page .ind-proj-detail-content h5,
.ind-proj-detail-page .ind-proj-detail-content h6,
.ind-proj-detail-page .ind-proj-detail-content li,
.ind-proj-detail-page .ind-proj-detail-content td,
.ind-proj-detail-page .ind-proj-detail-content th,
.ind-proj-detail-page .ind-proj-detail-content a,
.ind-proj-detail-page .ind-proj-detail-content strong,
.ind-proj-detail-page .ind-proj-detail-content b,
.ind-proj-detail-page .ind-proj-detail-content em,
.ind-proj-detail-page .ind-proj-detail-content i,
.ind-proj-detail-page .ind-proj-detail-content u,
.ind-proj-detail-page .ind-proj-detail-content font,
.ind-proj-detail-page .ind-proj-detail-content blockquote,
.ind-proj-detail-page .ind-proj-detail-content pre,
.ind-proj-detail-page .ind-proj-detail-content code,
.ind-proj-detail-page .ind-proj-detail-content sub,
.ind-proj-detail-page .ind-proj-detail-content sup,
.ind-proj-detail-page .ind-proj-detail-content label {
  font-family: "Source Han Sans CN Normal", sans-serif !important;
}
.ind-proj-detail-page .ind-proj-detail-content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0.2rem auto;
  border-radius: 0.04rem;
}
.ind-proj-detail-page .ind-proj-detail-content table {
  max-width: 100%;
  width: 100% !important;
  border-collapse: collapse;
  margin: 0 auto;
}
.ind-proj-detail-page .ind-proj-detail-content iframe,
.ind-proj-detail-page .ind-proj-detail-content video {
  max-width: 100%;
}
.ind-proj-detail-page .ind-proj-detail-gallery {
  position: relative;
  padding: 0.5rem 0 0.6rem;
  margin-top: 0.2rem;
  background: #F7F9FA;
  box-shadow: 0 0 0 100vmax #F7F9FA;
  clip-path: inset(0 -100vmax);
}
.ind-proj-detail-page .ind-proj-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  margin-bottom: 0.28rem;
}
.ind-proj-detail-page .ind-proj-gallery-nav {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.ind-proj-detail-page .ind-proj-gallery-arrow {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.ind-proj-detail-page .ind-proj-gallery-arrow img {
  width: 0.12rem;
  display: block;
  opacity: 0.55;
}
.ind-proj-detail-page .ind-proj-gallery-arrow:hover {
  border-color: #ccc;
  background: #fff;
}
.ind-proj-detail-page .ind-proj-gallery-arrow:hover img {
  opacity: 0.9;
}
.ind-proj-detail-page .ind-proj-gallery-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.ind-proj-detail-page .ind-proj-gallery-swiper {
  overflow: hidden;
}
.ind-proj-detail-page .ind-proj-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.24rem;
}
.ind-proj-detail-page .ind-proj-gallery-item {
  min-width: 0;
}
.ind-proj-detail-page .ind-proj-gallery-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}
.ind-proj-detail-page .ind-proj-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.ind-proj-detail-page .ind-proj-gallery-img:hover img {
  transform: scale(1.03);
}
.ind-proj-detail-page .ind-proj-gallery-caption {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 1.5;
}
.ind-proj-detail-page .ind-proj-preview {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  cursor: zoom-out;
}
.ind-proj-detail-page .ind-proj-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.ind-proj-detail-page .ind-proj-preview.show {
  display: flex;
}
.ind-proj-detail-page .ind-proj-preview img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
body.ind-proj-preview-open {
  overflow: hidden;
}
.industrydetail-page {
  overflow-x: hidden;
  background: #071120;
}
.industrydetail-page .ind-detail-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.industrydetail-page .ind-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.industrydetail-page .ind-detail-swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.industrydetail-page .ind-detail-swiper .swiper-slide {
  height: 100%;
}
.industrydetail-page .ind-detail-swiper .ind-detail-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.industrydetail-page .ind-detail-back {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  height: 0.4rem;
  padding: 0 0.2rem;
  border-radius: 0.04rem;
  color: #333;
  font-size: 0.14rem;
  background: #fff;
  transition: 0.3s;
}
.industrydetail-page .ind-detail-back img {
  width: 0.16rem;
  display: block;
}
.industrydetail-page .ind-detail-back:hover {
  background: #f2f2f2;
}
.industrydetail-page .ind-detail-prev,
.industrydetail-page .ind-detail-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.industrydetail-page .ind-detail-prev img,
.industrydetail-page .ind-detail-next img {
  width: 0.14rem;
  display: block;
}
.industrydetail-page .ind-detail-prev:hover,
.industrydetail-page .ind-detail-next:hover {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.8);
}
.industrydetail-page .ind-detail-prev.swiper-button-disabled,
.industrydetail-page .ind-detail-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.industrydetail-page .ind-detail-prev {
  left: 0.4rem;
}
.industrydetail-page .ind-detail-next {
  right: 0.4rem;
}
.industrydetail-page .ind-detail-overlay {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1rem 0 0.5rem;
  box-sizing: border-box;
  pointer-events: none;
}
.industrydetail-page .ind-detail-overlay > * {
  pointer-events: auto;
}
.industrydetail-page .ind-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}
.industrydetail-page .ind-detail-top {
  flex: 1;
  min-width: 0;
}
.industrydetail-page .ind-detail-location {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  margin-bottom: 0.16rem;
}
.industrydetail-page .ind-detail-location img {
  width: 0.16rem;
  display: block;
  filter: brightness(10);
}
.industrydetail-page .ind-detail-location span {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
}
.industrydetail-page .ind-detail-title {
  font-size: 0.56rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
.industrydetail-page .ind-detail-cards {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 2.2fr;
  gap: 0.16rem;
}
.industrydetail-page .ind-detail-card {
  background: rgba(6, 55, 89, 0.72);
  backdrop-filter: blur(8px);
  border-radius: 0.08rem;
  padding: 0.2rem 0.22rem;
  box-sizing: border-box;
  min-height: 1rem;
}
.industrydetail-page .ind-detail-card .card-label {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.1rem;
  line-height: 1.4;
}
.industrydetail-page .ind-detail-card .card-value {
  color: #fff;
  line-height: 1.2;
}
.industrydetail-page .ind-detail-card .card-value .num {
  font-size: 0.36rem;
  font-weight: 500;
}
.industrydetail-page .ind-detail-card .card-value .unit {
  font-size: 0.16rem;
  color: #fff;
  margin-left: 0.04rem;
}
.industrydetail-page .ind-detail-card .card-value.card-value-text {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.4;
}
.industrydetail-page .ind-detail-card .card-desc {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-page {
  overflow-x: hidden;
}
.search-floor {
  padding: 1.1rem 0 1.16rem;
  background: #F7F9FA;
}
.search-floor .search-head {
  text-align: center;
  margin-bottom: 0.4rem;
}
.search-floor .search-head h2 {
  font-size: 0.36rem;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.12rem;
}
.search-floor .search-head p {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.6;
}
.search-floor .search-bar {
  display: flex;
  align-items: center;
  max-width: 8rem;
  height: 0.56rem;
  margin: 0 auto 0.5rem;
  padding: 0 0.06rem 0 0.24rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.28rem;
  box-shadow: 0 0.08rem 0.24rem rgba(6, 55, 89, 0.06);
}
.search-floor .search-bar input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  font-size: 0.16rem;
  color: #333;
  outline: none;
  background: transparent;
}
.search-floor .search-bar input::placeholder {
  color: #999;
}
.search-floor .search-bar .search-bar-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  height: 0.44rem;
  padding: 0 0.24rem;
  border: none;
  border-radius: 0.22rem;
  background: #063759;
  cursor: pointer;
  transition: 0.3s;
}
.search-floor .search-bar .search-bar-btn img {
  width: 0.16rem;
  display: block;
  filter: brightness(0) invert(1);
}
.search-floor .search-bar .search-bar-btn span {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;
}
.search-floor .search-bar .search-bar-btn:hover {
  background: #C8A063;
}
.search-floor .search-results {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-floor .search-idle-tip,
.search-floor .search-no-result {
  max-width: 8rem;
  margin: 0 auto;
  padding: 0.48rem 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #999;
  background: #fff;
  border-radius: 0.12rem;
  box-shadow: 0 0.08rem 0.24rem rgba(6, 55, 89, 0.06);
}
.search-floor .search-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.24rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #e5e5e5;
}
.search-floor .search-section-head h3 {
  position: relative;
  padding-left: 0.16rem;
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
.search-floor .search-section-head h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.18rem;
  background: #C8A063;
  border-radius: 0.02rem;
}
.search-floor .search-section-count {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.4;
}
.search-floor .search-section-empty {
  display: none;
  padding: 0.48rem 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #999;
  background: #fff;
  border-radius: 0.12rem;
}
.search-floor .search-section.is-empty .search-result-list {
  display: none;
}
.search-floor .search-section.is-empty .search-section-count {
  display: none;
}
.search-floor .search-section.is-empty .search-section-empty {
  display: block;
}
.search-floor .search-result-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.search-floor .search-result-item {
  display: flex;
  gap: 0.24rem;
  padding: 0.24rem;
  background: #fff;
  border-radius: 0.12rem;
  transition: 0.3s;
}
.search-floor .search-result-item:hover {
  box-shadow: 0 0.12rem 0.32rem rgba(6, 55, 89, 0.08);
  transform: translateY(-0.02rem);
}
.search-floor .search-result-item:hover .search-result-img img {
  transform: scale(1.05);
}
.search-floor .search-result-item:hover .search-result-title {
  color: #C8A063;
}
.search-floor .search-result-img {
  flex-shrink: 0;
  width: 2.4rem;
  height: 1.5rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.search-floor .search-result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.search-floor .search-result-body {
  flex: 1;
  min-width: 0;
}
.search-floor .search-result-meta {
  margin-bottom: 0.12rem;
}
.search-floor .search-result-date {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.4;
}
.search-floor .search-result-title {
  font-size: 0.2rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
.search-floor .search-result-desc {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.license-page {
  padding: 1.2rem 0 1.5rem;
  background: #f7f7f7;
}
.license-page .license-title {
  font-size: 0.36rem;
  color: #333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.license-page .license-img {
  max-width: 9rem;
  margin: 0 auto;
  background: #fff;
  padding: 0.3rem;
  box-shadow: 0 0.08rem 0.3rem rgba(0, 0, 0, 0.08);
}
.license-page .license-img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-404 {
  overflow-x: hidden;
}
.error-404 {
  min-height: calc(100vh - 3.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem 0 2.4rem;
  background: radial-gradient(ellipse 70% 55% at 50% 28%, rgba(198, 160, 99, 0.12), transparent 70%), linear-gradient(180deg, #f4f7fa 0%, #eef2f6 100%);
}
.error-404-inner {
  text-align: center;
}
.error-404-code {
  font-size: 2.4rem;
  line-height: 1;
  color: #063759;
  letter-spacing: 0.06em;
  margin-bottom: 0.28rem;
  opacity: 0.92;
}
.error-404-title {
  font-size: 0.36rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
.error-404-desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0.48rem;
}
.error-404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 0.52rem;
  padding: 0 0.4rem;
  background: #c5a478;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.06rem;
  transition: 0.3s;
}
.error-404-btn:hover {
  background: #063759;
  color: #fff;
}
