.wrap {
  width: 1700px;
  margin: 0 auto;
}
.wrap4 {
  width: 17rem;
  margin: 0 auto;
}
.wrap2 {
  width: 1640px;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 95px;
  transition: 0.3s;
}
header.active3 {
  background-color: rgba(0, 0, 0, 0.5);
}
header.active {
  background-color: #fff;
  box-shadow: #cccccc 0px 0px 5px;
}
header.active .wrap .logo .heilogo {
  display: block;
}
header.active .wrap .logo .whitelogo {
  display: none;
}
header.active .wrap .header-navs li > a {
  color: #1a1a1a;
}
header.active .wrap .header-navs li > a img {
  filter: unset;
}
header.active .wrap .search img {
  filter: unset;
}
header.active .wrap .language-btn {
  color: #1a1a1a;
}
header.active .wrap .language-btn img {
  filter: unset;
}
header.active2 {
  background-color: #fff;
  box-shadow: #cccccc 0px 0px 5px;
}
header.active2 .wrap .logo .heilogo {
  display: block;
}
header.active2 .wrap .logo .whitelogo {
  display: none;
}
header.active2 .wrap .header-navs li > a {
  color: #1a1a1a;
}
header.active2 .wrap .header-navs li > a img {
  filter: unset;
}
header.active2 .wrap .search img {
  filter: unset;
}
header.active2 .wrap .language-btn {
  color: #1a1a1a;
}
header.active2 .wrap .language-btn img {
  filter: unset;
}
header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .logo {
  width: 147px;
}
header .wrap .logo img {
  width: 100%;
  display: block;
}
header .wrap .logo .heilogo {
  display: none;
}
header .wrap .header-navs {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .wrap .header-navs li {
  position: relative;
  height: 100%;
  padding: 0 1.1vw;
}
header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid #f00;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  transition: 0.3s;
  opacity: 0;
}
header .wrap .header-navs li.active::after {
  opacity: 1;
}
header .wrap .header-navs li.active > a {
  color: #ee1d23;
  font-weight: bold;
}
header .wrap .header-navs li.active > a img {
  filter: unset;
}
header .wrap .header-navs li:hover::after {
  opacity: 1;
}
header .wrap .header-navs li:hover > a {
  color: #ee1d23;
}
header .wrap .header-navs li:hover > a img {
  filter: unset;
}
header .wrap .header-navs li:hover .sub {
  display: block;
}
header .wrap .header-navs li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 2;
}
header .wrap .header-navs li > a img {
  width: 18px;
  display: block;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
header .wrap .header-navs li .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 218px;
  min-width: 100%;
  top: 100px;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 6px 0 #0000004d;
  border-radius: 4px;
}
header .wrap .header-navs li .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 56px;
  color: #333;
}
header .wrap .header-navs li .sub a:hover {
  color: #ee1d23;
}
header .wrap .header-navs li .sub a.active {
  color: #ee1d23;
}
header .wrap .search {
  padding: 0 20px;
  margin-left: 20px;
}
header .wrap .search img {
  width: 22px;
  display: block;
  filter: brightness(0) invert(1);
}
header .wrap .language-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  margin-left: 20px;
}
header .wrap .language-btn:hover .sub {
  display: block;
}
header .wrap .language-btn img {
  width: 24px;
  display: block;
  margin-right: 10px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
header .wrap .language-btn p {
  transition: 0s;
}
header .wrap .language-btn .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 218px;
  min-width: 100%;
  top: 95px;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 6px 0 #0000004d;
  border-radius: 4px;
}
header .wrap .language-btn .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 56px;
}
header .wrap .language-btn .sub a:hover {
  color: #ee1d23;
}
header .wrap .language-btn .sub a.active {
  color: #ee1d23;
}
.home-sw .swiper-container {
  height: 100vh;
}
.header {
  position: relative;
}
.header .banner {
  position: relative;
}
.header .banner .swiper-slide {
  position: relative;
}
.header .banner .swiper-slide .bannerbg {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header .banner .swiper-slide .mm-btn {
  position: absolute;
  margin-top: 30px;
  z-index: 2;
  bottom: 250px;
  left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  color: #000;
  font-size: 24px;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.3s;
}
.header .banner .swiper-slide .mm-btn:hover {
  color: #fff;
  background-color: #fdd100;
  border: 1px solid #fdd100;
}
.header .banner .swiper-slide .mm-btn:hover img {
  filter: unset;
}
.header .banner .swiper-slide .mm-btn img {
  width: 36px;
  display: block;
  margin-left: 20px;
  filter: brightness(0);
}
.header .banner .swiper-slide .banner3 {
  position: absolute;
  top: 50%;
  left: 15vw;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
.header .banner .swiper-slide .banner3 .banner-title {
  color: #fff;
}
.header .banner .swiper-slide .banner3 .banner-title h2 {
  font-size: 46px;
  line-height: 66px;
  margin-bottom: 10px;
}
.header .banner .swiper-slide .banner3 .banner-title h2 span {
  color: #fdd100;
}
.header .banner .swiper-slide .banner3 .banner-title h2 b {
  color: #d52729;
}
.header .banner .swiper-slide .banner3 .banner-title p {
  font-size: 36px;
  line-height: 52px;
}
.header .banner .swiper-slide .banner3 .mm-btn {
  margin-top: 30px;
}
.header .banner .swiper-slide .banner3 .mm-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.header .banner .swiper-slide .banner3 .mm-btn a:hover {
  background-color: #fdd100;
  border: 1px solid #fdd100;
}
.header .banner .swiper-slide .banner3 .mm-btn a img {
  width: 36px;
  display: block;
  margin-left: 20px;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-slide:nth-child(even) .g-boxb1 .inbox {
  padding-left: 6%;
}
.swiper-slide:nth-child(odd) .g-boxb1 .inbox {
  padding-right: 10%;
  flex-direction: row-reverse;
}
.swiper-slide:nth-child(even) .g-boxb1 .inbox::before {
  left: auto;
  right: 0;
}
.g-boxb1 .left {
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 660px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.g-boxb1 .line {
  width: 110px;
  height: 10px;
  border-radius: 5px;
  background: #d52729;
  margin-bottom: 68px;
}
.g-boxb1 .icon {
  height: 90px;
  margin-bottom: 93px;
}
.g-boxb1 .icon img {
  height: 100%;
}
.g-boxb1 .desc {
  font-size: 30px;
  font-weight: bold;
  color: #d52729;
}
.g-boxb1 .desc .p {
  line-height: 40px;
}
.g-boxb1 .desc .p:not(:last-child) {
  margin-bottom: 15px;
}
.g-boxb1 .desc .p a {
  color: #d52729;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.2s;
}
.g-boxb1 .desc .p a:hover {
  transform: translateY(-0.05rem);
}
.g-boxb1 .right {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 62.5%;
  height: 660px;
}
.g-boxb1 .right .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.g-boxb1 .right .friend-content {
  position: relative;
  z-index: 2;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-boxb1 .right .friend-content .friend-title {
  font-size: 42px;
  color: #000;
  margin-bottom: 13px;
}
.g-boxb1 .right .friend-content p {
  font-size: 16px;
  margin-bottom: 21px;
}
.g-boxb1 .right .friend-content .swiper-container {
  width: 90%;
  height: auto;
}
.g-boxb1 .right .friend-content .swiper-container.swiper-container2 {
  width: 100%;
}
.g-boxb1 .right .friend-content .swiper-container.swiper-container2 .swiper-slide {
  display: block;
  text-align: center;
}
.g-boxb1 .right .friend-content .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.g-boxb1 .right .friend-content .swiper-slide .img-box {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  height: 80px;
}
.g-boxb1 .right .friend-content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.g-boxb1 .right .friend-content .swiper-btns {
  display: flex;
  align-items: center;
  margin-top: 57px;
}
.g-boxb1 .right .friend-content .swiper-btns .swiper-btn {
  position: static;
  margin: 0;
  width: 48px;
  height: 48px;
  background-color: #cdcdcd;
  border-radius: 50%;
}
.g-boxb1 .right .friend-content .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 28px;
}
.g-boxb1 .right .friend-content .swiper-btns .swiper-btn::after {
  color: #fff;
  font-size: 22px;
}
.g-boxb1 .pic {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.g-boxb1 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.g-boxb1 .img .bf-mc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.g-boxb1 .img .bf-mc img {
  width: 85px;
}
.g-boxb1 .link {
  margin-top: auto;
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 0;
  line-height: 60px;
  color: #222;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-boxb1 .link img {
  width: 19px;
  margin-left: 18px;
  transition: 0.3s;
}
.g-boxb1 .link span {
  font-size: 16px;
}
.g-boxb1 .link:hover {
  background-color: #fdd100;
  border-color: #fdd100;
  color: #fff;
}
.g-boxb1 .link:hover img {
  filter: brightness(0) invert(1);
}
.g-boxb1 .inbox {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 95px;
}
.g-boxb1 .inbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fafafa;
  pointer-events: none;
}
.g-boxb1 .inbox::after {
  content: "GPNBIO";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 288px;
  color: #fafafa;
  text-transform: uppercase;
  font-family: "Bebas";
}
.swiper-slide:nth-child(odd) .g-boxb1 .inbox::after {
  top: 100px;
  bottom: auto;
  left: 74%;
  transform: rotate(90deg);
  transform-origin: top left;
}
.swiper-slide:nth-child(odd) .g-boxb1 .inbox .left {
  margin-left: 6.25%;
  padding-right: 0;
}
.news-floor {
  padding-top: 95px;
  height: 100vh;
}
.news-floor .news-change {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
.news-floor .news-change .item {
  position: relative;
  height: 160px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  cursor: pointer;
}
.news-floor .news-change .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #d52729;
  transition: 0.3s;
}
.news-floor .news-change .item.active {
  color: #d52729;
}
.news-floor .news-change .item.active::after {
  width: 60%;
}
.news-floor .news-change .item:hover {
  color: #d52729;
}
.news-floor .news-change .item:hover::after {
  width: 60%;
}
.news-floor .news-chabox {
  display: none;
}
.news-floor .news-chabox.active {
  display: block;
}
.news-floor .news-chabox .link {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 0;
  line-height: 60px;
  color: #222;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-floor .news-chabox .link img {
  width: 19px;
  margin-left: 18px;
  transition: 0.3s;
}
.news-floor .news-chabox .link span {
  font-size: 16px;
}
.news-floor .news-chabox .link:hover {
  background-color: #fdd100;
  border-color: #fdd100;
  color: #fff;
}
.news-floor .news-chabox .link:hover img {
  filter: brightness(0) invert(1);
}
.news-floor .news-container {
  display: flex;
}
.news-floor .news-container .news-left {
  flex: 1;
}
.news-floor .news-container .news-left .news-item a {
  padding: 40px 0;
  display: flex;
}
.news-floor .news-container .news-left .news-item a:hover .img-box img {
  transform: scale(1.05);
}
.news-floor .news-container .news-left .news-item a:hover .text-box .news-title {
  color: #d52729;
}
.news-floor .news-container .news-left .news-item a .img-box {
  width: 280px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 40px;
}
.news-floor .news-container .news-left .news-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.news-floor .news-container .news-left .news-item a .text-box {
  flex: 1;
}
.news-floor .news-container .news-left .news-item a .text-box .news-title {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.news-floor .news-container .news-left .news-item a .text-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999999;
  margin-bottom: 17px;
}
.news-floor .news-container .news-left .news-item a .text-box .date {
  font-size: 14px;
  color: #999999;
}
.news-floor .news-container .news-right {
  width: 480px;
  margin-left: 64px;
  border-radius: 12px;
  background: #fafafa;
  padding: 50px;
  padding-bottom: 0;
}
.news-floor .news-container .news-right .right-title {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.news-floor .news-container .news-right .right-title .link {
  margin: unset;
  margin-left: auto;
  width: 120px;
  height: 40px;
}
.news-floor .news-container .news-right .right-title .link span {
  font-size: 14px;
}
.news-floor .news-container .news-right .rightnews-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.news-floor .news-container .news-right .rightnews-item a {
  padding: 30px 0;
  display: block;
}
.news-floor .news-container .news-right .rightnews-item a .news-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
}
.news-floor .news-container .news-right .rightnews-item a .date {
  font-size: 14px;
  color: #999999;
}
.footer {
  background: #d52729;
}
.footer .main {
  padding: 46px 0;
}
.footer .main .wrap,
.footer .main .wrap4 {
  display: flex;
  justify-content: space-between;
}
.footer .main .wrap .left,
.footer .main .wrap4 .left {
  width: 35%;
  flex-shrink: 0;
}
.footer .main .wrap .left h1,
.footer .main .wrap4 .left h1 {
  width: 195px;
  margin-bottom: 65px;
}
.footer .main .wrap .left h1 img,
.footer .main .wrap4 .left h1 img {
  max-width: 100%;
  display: block;
}
.footer .main .wrap .left p,
.footer .main .wrap4 .left p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
}
.footer .main .wrap .left p:not(:last-child),
.footer .main .wrap4 .left p:not(:last-child) {
  margin-bottom: 12px;
}
.footer .main .wrap .right,
.footer .main .wrap4 .right {
  flex: 1 1 0%;
}
.footer .main .wrap .right .footer_nav,
.footer .main .wrap4 .right .footer_nav {
  display: flex;
  justify-content: space-between;
}
.footer .main .wrap .right .footer_nav dl,
.footer .main .wrap4 .right .footer_nav dl {
  font-size: 18px;
  margin: 0;
}
.footer .main .wrap .right .footer_nav dl a,
.footer .main .wrap4 .right .footer_nav dl a {
  color: #fff;
}
.footer .main .wrap .right .footer_nav dl dt,
.footer .main .wrap4 .right .footer_nav dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.footer .main .wrap .right .footer_nav dl dd,
.footer .main .wrap4 .right .footer_nav dl dd {
  font-size: 16px;
  line-height: 40px;
  text-align: right;
  margin: 0;
}
.footer .main .wrap .right .icon-container,
.footer .main .wrap4 .right .icon-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.footer .main .wrap .right .icon-container .icon-wrapper,
.footer .main .wrap4 .right .icon-container .icon-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.footer .main .wrap .right .icon-container .icon-wrapper:not(:last-child),
.footer .main .wrap4 .right .icon-container .icon-wrapper:not(:last-child) {
  margin-right: 40px;
}
.footer .main .wrap .right .icon-container .icon-wrapper:hover .large-image,
.footer .main .wrap4 .right .icon-container .icon-wrapper:hover .large-image {
  display: block;
}
.footer .main .wrap .right .icon-container .icon-wrapper .icon,
.footer .main .wrap4 .right .icon-container .icon-wrapper .icon {
  width: 40px;
  display: block;
}
.footer .main .wrap .right .icon-container .icon-wrapper .large-image,
.footer .main .wrap4 .right .icon-container .icon-wrapper .large-image {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  display: none;
}
.footer .main .wrap .right .icon-container .icon-wrapper p,
.footer .main .wrap4 .right .icon-container .icon-wrapper p {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.1rem;
}
.footer .support {
  border-top: 1px solid #eee;
  border-color: rgba(238, 238, 238, 0.3);
  padding: 18px 0;
}
.footer .support .footer-bottom {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.footer .support .footer-bottom a {
  color: #999;
}
#mainsw .mainsw-swiper-pagination {
  right: 5.208vw;
}
#mainsw .mainsw-swiper-pagination .swiper-pagination-bullet {
  width: 0.208vw;
  height: 3.125vw;
  opacity: 1;
  background: #f2f2f2;
  border-radius: 0px;
  transition: 0.4s;
}
#mainsw .mainsw-swiper-pagination .swiper-pagination-bullet-active {
  background: #d52729;
}
.nr-banner .swiper-container {
  height: 100%;
}
.nr-banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.nr-banner .mm-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
}
.nr-banner .mm-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.56rem;
  color: #fff;
  font-size: 0.24rem;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.nr-banner .mm-btn a:hover {
  background-color: #fdd100;
  border: 1px solid #fdd100;
}
.nr-banner .mm-btn a img {
  width: 0.36rem;
  height: auto;
  display: block;
  margin-left: 0.2rem;
}
.wrap3 {
  width: 12rem;
  margin: 0 auto;
}
.floor {
  padding: 0.6rem 0;
}
.floor .title {
  text-align: center;
  font-size: 0.42rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.floor1 .wrap3 .about-content {
  display: flex;
  align-items: center;
}
.floor1 .wrap3 .about-content .img-box {
  position: relative;
  width: 5.28rem;
  border-radius: 0.06rem;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.23rem 0.36rem;
  margin-left: 0.53rem;
}
.floor1 .wrap3 .about-content .img-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  height: 105%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.06rem;
}
.floor1 .wrap3 .about-content .img-box img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 0.06rem;
}
.floor1 .wrap3 .about-content .text-box {
  flex: 1;
}
.floor1 .wrap3 .about-content .text-box .com-intro {
  color: #333;
  font-size: 0.22rem;
  margin-bottom: 0.4rem;
}
.floor1 .wrap3 .about-content .text-box .com-intro .cn {
  font-weight: bold;
  font-size: 0.36rem;
  margin-bottom: 0.1rem;
}
.floor1 .wrap3 .about-content .text-box .com-intro .en {
  color: #999;
  margin-bottom: 0.1rem;
}
.floor1 .wrap3 .about-content .text-box p {
  font-size: 0.18rem;
  color: #666666;
  line-height: 2.4em;
  text-align: justify;
}
.floor2 {
  background: #f7f7f7;
}
.floor2.floor3 .wrap3 .jz-content .jz-item {
  background: #fdd100;
}
.floor2.floor3 .wrap3 .jz-content .jz-item .img-box {
  background: #fdd100;
}
.floor2.floor3 .wrap3 .jz-content .jz-item .en {
  color: #000;
}
.floor2.floor3 .wrap3 .jz-content .jz-item .jz-title {
  color: #000;
}
.floor2.floor3 .wrap3 .jz-content .jz-item p {
  color: #000;
}
.floor2 .wrap3 .jz-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.56rem;
}
.floor2 .wrap3 .jz-content .jz-item {
  padding: 0.44rem 0.24rem;
  padding-top: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.06rem;
  background: #ee1d23;
  transition: 0.3s;
  position: relative;
}
.floor2 .wrap3 .jz-content .jz-item:hover {
  transform: translateY(-0.1rem);
}
.floor2 .wrap3 .jz-content .jz-item .img-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.41rem;
  width: 0.82rem;
  height: 0.82rem;
  background-color: #ee1d23;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.floor2 .wrap3 .jz-content .jz-item .img-box img {
  width: 0.6rem;
  display: block;
}
.floor2 .wrap3 .jz-content .jz-item .en {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.floor2 .wrap3 .jz-content .jz-item .jz-title {
  color: #fff;
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.floor2 .wrap3 .jz-content .jz-item p {
  width: 100%;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.floor4 .map-box {
  position: relative;
}
.floor4 .map-box .map {
  width: 100%;
}
.floor4 .map-box .position {
  position: absolute;
  width: 80%;
  left: 1.5rem;
  top: 0.8rem;
}
.floor5 .wrap3 .td-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem 0;
}
.floor5 .wrap3 .td-list .td-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem;
  border-radius: 0.06rem;
  transition: 0.3s;
}
.floor5 .wrap3 .td-list .td-item:hover {
  background-color: #d52729;
}
.floor5 .wrap3 .td-list .td-item:hover img {
  filter: brightness(0) invert(1);
}
.floor5 .wrap3 .td-list .td-item:hover p {
  color: #fff;
}
.floor5 .wrap3 .td-list .td-item img {
  width: 0.88rem;
  margin-bottom: 0.3rem;
}
.floor5 .wrap3 .td-list .td-item p {
  font-size: 0.14rem;
  color: #666666;
  text-align: center;
}
.floor6 .wrap3 .csr-box {
  display: flex;
}
.floor6 .wrap3 .csr-box .img-box {
  width: 6rem;
  height: 7rem;
  overflow: hidden;
  margin-right: 0.9rem;
  border-radius: 0.06rem;
  background: #d8d8d8;
}
.floor6 .wrap3 .csr-box .img-box img {
  width: 100%;
  display: block;
}
.floor6 .wrap3 .csr-box .text-box {
  flex: 1;
  padding-top: 0.33rem;
}
.floor6 .wrap3 .csr-box .text-box p {
  font-size: 0.16rem;
  color: #333;
  line-height: 2.2em;
  text-align: justify;
}
.floor6 .wrap3 .csr-box .text-box .qianming {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
.floor6 .wrap3 .csr-box .text-box .qianming img {
  width: 0.84rem;
}
.floor7 {
  padding-top: 0;
}
.floor7 .wrap3 .ln-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.27rem;
}
.floor7 .wrap3 .ln-box .ln-item {
  height: 3.4rem;
  border-radius: 0.06rem;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.floor7 .wrap3 .ln-box .ln-item:hover {
  background-color: #d52729;
}
.floor7 .wrap3 .ln-box .ln-item:hover img {
  filter: brightness(0) invert(1);
}
.floor7 .wrap3 .ln-box .ln-item:hover .ln-title {
  color: #fff;
}
.floor7 .wrap3 .ln-box .ln-item:hover p {
  color: #fff;
}
.floor7 .wrap3 .ln-box .ln-item img {
  width: 0.66rem;
  margin-bottom: 0.57rem;
}
.floor7 .wrap3 .ln-box .ln-item .ln-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1b1f25;
  margin-bottom: 0.18rem;
}
.floor7 .wrap3 .ln-box .ln-item p {
  font-size: 0.14rem;
  color: #666666;
}
.floor8 {
  padding-bottom: 0;
}
.floor9 .wrap3 p {
  font-size: 0.28rem;
  color: #333333;
  line-height: 1.8em;
  margin-bottom: 0.3rem;
}
.floor10 .wrap3 .wt-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  padding-bottom: 1rem;
}
.floor10 .wrap3 .wt-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4.6rem;
  width: 100%;
  border-radius: 0.06rem;
  background: #f1f3f5;
}
.floor10 .wrap3 .wt-list .wt-item {
  position: relative;
  z-index: 2;
}
.floor10 .wrap3 .wt-list .wt-item .img-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.68rem;
}
.floor10 .wrap3 .wt-list .wt-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor10 .wrap3 .wt-list .wt-item .wt-title {
  font-size: 0.28rem;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
}
.floor10 .wrap3 .wt-list .wt-item .line {
  width: 0.52rem;
  height: 2px;
  background-color: #fdd100;
  margin: 0.34rem auto;
}
.floor10 .wrap3 .wt-list .wt-item p {
  font-size: 0.18rem;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.8em;
}
.floor11 .wrap3 .lj-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor11 .wrap3 .lj-list .jiantou {
  height: max-content;
  width: 0.26rem;
}
.floor11 .wrap3 .lj-list .lj-item {
  width: 2.8rem;
  height: 3.6rem;
  border-radius: 0.06rem;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floor11 .wrap3 .lj-list .lj-item img {
  width: 0.88rem;
  margin-bottom: 0.28rem;
}
.floor11 .wrap3 .lj-list .lj-item p {
  font-size: 0.24rem;
  color: #1b1f25;
}
.floor11 .wrap3 .bihuan {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.floor12 .wrap3 .p-box {
  margin-bottom: 0.6rem;
}
.floor12 .wrap3 .p-box .p-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
  text-align: center;
}
.floor12 .wrap3 .p-box .p-smltitle {
  font-size: 0.28rem;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
  font-weight: bold;
  text-align: center;
}
.floor12 .wrap3 .p-box p {
  font-size: 0.14rem;
  color: #333333;
  line-height: 1.8em;
}
.floor12 .wrap3 .hyimg {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.floor12 .wrap3 .sw-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 0.4rem;
  margin-bottom: 1rem;
}
.floor12 .wrap3 .sw-list .sw-item .it-title {
  font-size: 0.18rem;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.floor12 .wrap3 .sw-list .sw-item p {
  font-size: 0.14rem;
  color: #666666;
  line-height: 1.8em;
}
.floor12 .wrap3 .sw-list .sw-item p span {
  font-weight: bold;
  color: #1a1a1a;
}
.floor13 .wrap3 .smltitle {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.floor13 .wrap3 .fy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.46rem 0.76rem;
  margin-bottom: 1rem;
}
.floor13 .wrap3 .fy-list .fy-item {
  border-radius: 0.06rem;
  background: #fafafa;
  overflow: hidden;
  display: flex;
}
.floor13 .wrap3 .fy-list .fy-item .img-box {
  width: 50%;
  height: 2rem;
}
.floor13 .wrap3 .fy-list .fy-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor13 .wrap3 .fy-list .fy-item .text-box {
  width: 50%;
  padding: 0.36rem;
}
.floor13 .wrap3 .fy-list .fy-item .text-box .line {
  width: 0.52rem;
  height: 2px;
  background: #fdd100;
  margin-bottom: 0.18rem;
}
.floor13 .wrap3 .fy-list .fy-item .text-box p {
  color: #333;
  font-size: 0.22rem;
}
.floor13 .wrap3 .intro {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6em;
}
.floor14 .wrap3 .cha-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0.7rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.6rem;
}
.floor14 .wrap3 .cha-list .cha-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.3rem;
  cursor: pointer;
  position: relative;
}
.floor14 .wrap3 .cha-list .cha-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ee1d23;
  transition: 0.3s;
}
.floor14 .wrap3 .cha-list .cha-item.active::after {
  width: 100%;
}
.floor14 .wrap3 .cha-list .cha-item.active img {
  filter: none;
}
.floor14 .wrap3 .cha-list .cha-item:hover::after {
  width: 100%;
}
.floor14 .wrap3 .cha-list .cha-item:hover img {
  filter: none;
}
.floor14 .wrap3 .cha-list .cha-item img {
  width: 0.66rem;
  margin-bottom: 0.1rem;
  filter: grayscale(100%);
  transition: 0.3s;
}
.floor14 .wrap3 .cha-list .cha-item p {
  font-size: 0.16rem;
  white-space: nowrap;
  color: #1a1a1a;
}
.floor14 .wrap3 .cha-content .cha-box {
  display: none;
}
.floor14 .wrap3 .cha-content .cha-box.active {
  display: block;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item {
  border-radius: 0.06rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 3px 8px 0px rgba(238, 29, 35, 0.06);
  transition: 0.3s;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item:hover {
  transform: translateY(-0.1rem);
  background-color: #d52729;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item:hover a .hy-name {
  color: #fff;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item:hover a .date-address .da-item {
  color: #fff;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item:hover a .date-address .da-item img {
  filter: brightness(0) invert(1);
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .hy-name {
  font-size: 0.16rem;
  color: #1a1a1a;
  margin-bottom: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .date-address {
  display: flex;
  align-items: center;
  margin-bottom: 0.37rem;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .date-address .da-item {
  display: flex;
  align-items: center;
  font-size: 0.13rem;
  color: #9e9e9e;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .date-address .da-item:not(:last-child) {
  margin-right: 0.3rem;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .date-address .da-item img {
  width: 0.18rem;
  margin-right: 0.06rem;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .bm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  border: 1px solid #ee1d23;
  color: #ee1d23;
  font-size: 0.13rem;
  background-color: #fff;
}
.floor14 .wrap3 .cha-content .cha-box .hy-list .hy-item a .bm-btn span {
  margin-left: 0.1rem;
}
.floor15 .wrap3 .zz-list {
  display: flex;
  justify-content: space-between;
}
.floor15 .wrap3 .zz-list .zz-item {
  width: 2.77rem;
  border-radius: 0.06rem;
  background: rgba(238, 29, 35, 0.01);
  border: 1px solid #ee1d23;
  height: 4.4rem;
}
.floor15 .wrap3 .zz-list .zz-item:nth-child(odd) {
  margin-top: 0.3rem;
}
.floor15 .wrap3 .zz-list .zz-item .zi-top {
  height: 0.6rem;
  display: flex;
  align-items: center;
  background-color: #ee1d23;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.35rem;
  font-weight: bold;
}
.floor15 .wrap3 .zz-list .zz-item .zi-bottom {
  padding: 0.13rem 0.35rem;
}
.floor15 .wrap3 .zz-list .zz-item .zi-bottom p {
  font-size: 0.14rem;
  color: #333333;
}
.floor15 .wrap3 .zz-list .zz-item .zi-bottom p:not(:last-child) {
  margin-bottom: 0.15rem;
}
.floor16 .wrap3 .floor-intro {
  font-size: 0.24rem;
  line-height: 1.8em;
  margin-bottom: 1rem;
  color: #333;
}
.floor16 .wrap3 .floor-intro.mb70 {
  margin-bottom: 0.7rem;
}
.floor16 .wrap3 .floor-intro span {
  font-weight: bold;
}
.floor16 .wrap3 .sn-list {
  margin-bottom: 0.8rem;
}
.floor16 .wrap3 .sn-list .fy-item {
  border-radius: 0.06rem;
  background: #fafafa;
  overflow: hidden;
  display: flex;
}
.floor16 .wrap3 .sn-list .fy-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.floor16 .wrap3 .sn-list .fy-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.floor16 .wrap3 .sn-list .fy-item .img-box {
  width: 50%;
  height: 3.2rem;
}
.floor16 .wrap3 .sn-list .fy-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor16 .wrap3 .sn-list .fy-item .text-box {
  width: 50%;
  padding: 0.65rem 0.55rem;
}
.floor16 .wrap3 .sn-list .fy-item .text-box .fy-title {
  font-size: 0.36rem;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.floor16 .wrap3 .sn-list .fy-item .text-box .line {
  width: 0.6rem;
  height: 2px;
  background: #fdd100;
  margin-bottom: 0.5rem;
}
.floor16 .wrap3 .sn-list .fy-item .text-box p {
  color: #333;
  font-size: 0.18rem;
}
.floor16 .wrap3 .qd-box {
  padding: 0.35rem 0.55rem;
  border-radius: 0.06rem;
  background: #fafafa;
  display: flex;
  color: #333;
}
.floor16 .wrap3 .qd-box .qd-left {
  width: 50%;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #d8d8d8;
}
.floor16 .wrap3 .qd-box .qd-left .bigp {
  font-size: 0.32rem;
  margin-bottom: 0.15rem;
}
.floor16 .wrap3 .qd-box .qd-left .smlp {
  font-size: 0.24rem;
}
.floor16 .wrap3 .qd-box .qd-right {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.42rem;
  font-weight: bold;
}
.floor17 .wrap3 .title {
  margin-bottom: 0.3rem;
}
.floor17 .wrap3 .floor-intro {
  color: #767676;
  font-size: 0.24rem;
  margin-bottom: 1rem;
  text-align: center;
}
.floor17 .wrap3 .table table {
  width: 100%;
  border: 1px solid #eeeeee;
  border-collapse: collapse;
  font-size: 0.18rem;
}
.floor17 .wrap3 .table table, th, td {
      border: 1px solid #eeeeee;
}
.floor17 .wrap3 .table table th {
  background: #d52729;
  color: #fff;
}
.floor17 .wrap3 .table table th:last-child {
  width: 2.2rem;
}
.floor17 .wrap3 .table table th:first-child {
  width: 1.2rem;
}
.floor17 .wrap3 .table table th:nth-child(2) {
  width: 2.78rem;
}
.floor17 .wrap3 .table table td.red {
  color: #d52729;
  background-color: #fff;
  padding: 0;
  font-weight: bold;
}
.floor17 .wrap3 .table table td.red.shuzhi {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  text-orientation: upright;
  /* 保持字符直立 */
  -webkit-text-orientation: upright;
  /* 按需替换为 upright */
  /* 或者 */
  text-orientation: mixed;
  /* 默认值，西文字符会旋转 */
  -webkit-text-orientation: mixed;
  /* 按需替换为 upright */
  letter-spacing: 0.1rem;
}
.floor17 .wrap3 .table table tr {
  text-align: center;
}
.floor17 .wrap3 .table table tr:nth-child(even) {
  background: #fafafa;
}
.floor17 .wrap3 .table table th {
  height: 66px;
}
.floor17 .wrap3 .table table td {
  padding: 0.16rem 0.2rem;
  min-height: 66px;
}
.floor18 .wrap3 .nj-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.floor18 .wrap3 .nj-list .nj-item {
  height: 2rem;
  background: #f6f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor18 .wrap3 .nj-list .nj-item p {
  font-size: 0.22rem;
  color: #1a1a1a;
}
.floor18 .wrap3 .nj-list .nj-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor19 {
  position: relative;
}
.floor19 .floorbg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.floor19 .wrap3 {
  position: relative;
  z-index: 2;
}
.floor19 .wrap3 .title {
  margin-bottom: 0.3rem;
}
.floor19 .wrap3 .title-p {
  font-size: 0.24rem;
  color: #d11f1b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.floor19 .wrap3 .kr-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3rem;
}
.floor19 .wrap3 .kr-list .kr-item {
  background: #f6f8fa;
  border-radius: 0.06rem;
  overflow: hidden;
}
.floor19 .wrap3 .kr-list .kr-item .img-box {
  height: 1.8rem;
}
.floor19 .wrap3 .kr-list .kr-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor19 .wrap3 .kr-list .kr-item .text-box {
  text-align: center;
  padding: 0.2rem 0.3rem;
  padding-bottom: 0.3rem;
  color: #1a1a1a;
}
.floor19 .wrap3 .kr-list .kr-item .text-box .kr-title {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}
.floor19 .wrap3 .kr-list .kr-item .text-box p {
  font-size: 0.14rem;
}
.floor20 .wrap3 {
  position: relative;
  z-index: 2;
}
.floor20 .wrap3 .title {
  margin-bottom: 0.3rem;
}
.floor20 .wrap3 .title-p {
  font-size: 0.24rem;
  color: #d11f1b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.floor20 .wrap3 .lj-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.floor20 .wrap3 .lj-list .jiantou {
  height: max-content;
  width: 0.26rem;
}
.floor20 .wrap3 .lj-list .lj-item {
  width: 3.65rem;
  height: 4.2rem;
  border-radius: 0.06rem;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floor20 .wrap3 .lj-list .lj-item img {
  width: 1.1rem;
  margin-bottom: 0.56rem;
}
.floor20 .wrap3 .lj-list .lj-item .ip-title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.floor20 .wrap3 .lj-list .lj-item p {
  font-size: 0.24rem;
  color: #1b1f25;
}
.floor20 .wrap3 .solute {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
}
.contact-floor {
  position: relative;
  padding-bottom: 0;
}
.contact-floor .floorbg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.contact-floor .wrap3 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-floor .wrap3 .blacklogo {
  width: 1.83rem;
  margin-bottom: 0.37rem;
}
.contact-floor .wrap3 .wxcode {
  width: 2.2rem;
  margin-bottom: 0.15rem;
}
.contact-floor .wrap3 .p1 {
  font-size: 0.24rem;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
}
.contact-floor .wrap3 .p2 {
  width: 5.2rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  margin-bottom: 0.64rem;
}
.contact-floor .wrap3 .p2 span {
  margin: 0 0.1rem;
}
.contact-floor .wrap3 .p2 .line {
  flex: 1;
  height: 1px;
  opacity: 0.3;
  background: #1a1a1a;
}
.contact-floor .wrap3 .tel-box {
  display: flex;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.27rem;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  width: 5.2rem;
  font-size: 0.26rem;
  color: #1a1a1a;
}
.contact-floor .wrap3 .tel-box img {
  width: 0.36rem;
  margin-right: 0.05rem;
}
.contact-floor .wrap3 .tel-box .tel {
  font-size: 0.36rem;
  font-weight: bold;
  margin-left: 0.2rem;
}
.floor21 .wrap3 .title {
  margin-bottom: 0.3rem;
}
.floor21 .wrap3 .title-p {
  font-size: 0.24rem;
  color: #767676;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.floor21 .wrap3 .sj-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.floor21 .wrap3 .sj-list .sj-item {
  position: relative;
  height: 5.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.floor21 .wrap3 .sj-list .sj-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.floor21 .wrap3 .sj-list .sj-item .text-box {
  position: absolute;
  width: 100%;
  padding: 0 0.17rem;
  bottom: 0.6rem;
}
.floor21 .wrap3 .sj-list .sj-item .text-box .sj-title {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.floor21 .wrap3 .sj-list .sj-item .text-box .line {
  width: 0.6rem;
  height: 0.04rem;
  background-color: #fdd100;
}
.floor22 .wrap3 .notice {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.floor22 .wrap3 .g-boxb1 {
  width: 100%;
  height: auto;
}
.floor22 .wrap3 .g-boxb1 .left {
  height: auto;
  margin-right: 0.3rem;
}
.floor22 .wrap3 .g-boxb1 .right {
  width: 50%;
}
.floor22 .wrap3 .g-boxb1 .right .img {
  background-size: contain;
}
.floor22 .wrap3 .g-boxb1 .icon {
  height: 60px;
  margin-bottom: 50px;
}
.floor22 .wrap3 .g-boxb1 .icon img {
  display: block;
}
.floor22 .wrap3 .g-boxb1 .desc {
  font-size: 20px;
}
.floor22 .wrap3 .g-boxb1 .desc a {
  color: #d52729;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.2s;
  font-size: 20px;
}
.floor22 .wrap3 .g-boxb1 .desc a:hover {
  transform: translateY(-0.05rem);
}
.floor22 .wrap3 .g-boxb1 .inbox {
  padding-top: 0;
  height: auto;
  align-items: unset;
}
.floor22 .wrap3 .g-boxb1 .inbox::before,
.floor22 .wrap3 .g-boxb1 .inbox::after {
  display: none;
}
.floor22 .wrap3 .qy-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.3rem 0.2rem;
  background: url(../img/frbg.png) center no-repeat;
  background-size: cover;
}
.floor22 .wrap3 .qy-list .qy-item {
  width: 100%;
  height: 0.8rem;
}
.floor22 .wrap3 .qy-list .qy-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.floor23 .wrap3 .title {
  margin-bottom: 0.3rem;
}
.floor23 .wrap3 .title-p {
  font-size: 0.24rem;
  color: #767676;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.8em;
}
.floor23 .zy-list {
  width: 100%;
  margin-bottom: 1rem;
}
.floor23 .zy-list .zy-swiper {
  width: 100%;
}
.floor23 .zy-list .zy-swiper .swiper-btn {
  width: 0.8rem;
  background-color: #fff;
  height: 0.8rem;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.floor23 .zy-list .zy-swiper .swiper-btn img {
  width: 100%;
}
.floor23 .zy-list .zy-swiper .swiper-btn::after {
  font-weight: bold;
  color: #333;
  font-size: 0.32rem;
}
.floor23 .zy-list .zy-swiper .swiper-slide a {
  display: block;
  height: 100%;
  padding: 0.2rem;
  background: #fafafa;
}
.floor23 .zy-list .zy-swiper .swiper-slide a .title-to {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}
.floor23 .zy-list .zy-swiper .swiper-slide a .title-to .zytitle {
  font-size: 0.24rem;
  color: #333;
}
.floor23 .zy-list .zy-swiper .swiper-slide a .title-to img {
  width: 0.32rem;
}
.floor23 .zy-list .zy-swiper .swiper-slide a .qy-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
.floor23 .zy-list .zy-swiper .swiper-slide a .qy-list .qy-item {
  height: 0.6rem;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.06rem;
  overflow: hidden;
}
.floor23 .zy-list .zy-swiper .swiper-slide a .qy-list .qy-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor23 .more-btn {
  margin: 0 auto;
  display: block;
  width: max-content;
}
.floor23 .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 0.6rem;
  border-radius: 0.06rem;
  border: 1px solid #eeeeee;
  transition: 0.3s;
  font-size: 0.16rem;
}
.floor23 .more-btn a:hover {
  background-color: #d11f1b;
  color: #fff;
}
.floor24 .wrap3 .title {
  margin-bottom: 0.3rem;
}
.floor24 .wrap3 .title-p {
  font-size: 0.24rem;
  color: #767676;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.8em;
}
.floor24 .wrap3 .lj-list .lj-item .lj-title {
  font-size: 0.32rem;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 0.54rem;
  font-weight: bold;
}
.floor24 .wrap3 .lj-list .lj-item p {
  text-align: center;
  font-size: 0.18rem;
  color: #767676;
}
.navs-floor {
  border-bottom: 1px solid #eee;
}
.navs-floor .wrap3 .navs-list {
  display: flex;
}
.navs-floor .wrap3 .navs-list .navs-item {
  position: relative;
}
.navs-floor .wrap3 .navs-list .navs-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ee1d23;
  display: none;
}
.navs-floor .wrap3 .navs-list .navs-item:not(:last-child) {
  margin-right: 0.6rem;
}
.navs-floor .wrap3 .navs-list .navs-item.active::after {
  display: block;
}
.navs-floor .wrap3 .navs-list .navs-item.active a {
  color: #ee1d23;
}
.navs-floor .wrap3 .navs-list .navs-item:hover::after {
  display: block;
}
.navs-floor .wrap3 .navs-list .navs-item:hover a {
  color: #ee1d23;
}
.navs-floor .wrap3 .navs-list .navs-item a {
  display: flex;
  align-items: center;
  height: 0.6rem;
  font-size: 0.18rem;
  color: #1b1f25;
}
.form-floor {
  padding-top: 1.4rem;
}
.form-floor.form-floor2 .wrap3 .title {
  margin-bottom: 1.5rem;
}
.form-floor .wrap3 .title {
  margin-bottom: 0.3rem;
}
.form-floor .wrap3 .title-p {
  font-size: 0.18rem;
  color: #767676;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.8em;
}
.form-floor .wrap3 .input-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.form-floor .wrap3 .input-list.grid1 {
  grid-template-columns: repeat(1, 1fr);
}
.form-floor .wrap3 .input-list.grid1 .input-item {
  margin-bottom: 0;
}
.form-floor .wrap3 .input-list .input-item {
  position: relative;
  font-size: 0.16rem;
  margin-bottom: 0.4rem;
}
.form-floor .wrap3 .input-list .input-item .label {
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.form-floor .wrap3 .input-list .input-item .label span {
  color: #d11f1b;
}
.form-floor .wrap3 .input-list .input-item .otherinput {
  position: absolute;
  width: 100%;
  left: 0;
  top: 105%;
  display: none;
}
.form-floor .wrap3 .input-list .input-item input {
  width: 100%;
  height: 0.4rem;
  border: 1px solid #eeeeee;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  padding: 0.1rem;
}
.form-floor .wrap3 .input-list .input-item select {
  width: 100%;
  height: 0.4rem;
  border: 1px solid #eeeeee;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  padding: 0.1rem;
}
.form-floor .wrap3 .input-list .input-item textarea {
  padding: 0.1rem;
  border: 1px solid #eeeeee;
  font-family: "PingFang SC", "Microsoft Yahei", -apple-system, "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
  width: 100%;
  resize: none;
  height: 1rem;
  border-radius: 0.06rem;
  font-size: 0.14rem;
}
.form-floor .wrap3 .notice {
  font-size: 0.14rem;
  color: #999999;
  margin-bottom: 0.87rem;
}
.form-floor .wrap3 button {
  width: 2rem;
  height: 0.62rem;
  border-radius: 0.06rem;
  background: #d11f1b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  border: none;
  margin: 0 auto;
  margin-top: 0.67rem;
  cursor: pointer;
}
.form-floor .wrap3 .share-btn {
  margin-top: 0.24rem;
}
.form-floor .wrap3 .share-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.15rem;
  color: #767676;
}
.form-floor .wrap3 .share-btn a img {
  width: 0.16rem;
  margin-right: 0.08rem;
}
.search-page {
  margin-top: 1.9rem;
}
.search-page .search-box {
  box-sizing: border-box;
  width: 9.2rem;
  height: 0.72rem;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
}
.search-page .search-box input {
  width: 7.7rem;
  height: 100%;
  font-size: 0.24rem;
  color: #333;
  background-color: none;
  border: none;
  outline: none;
}
.search-page .search-box img {
  width: 0.21rem;
  cursor: pointer;
  display: block;
}
.search-page .search-content {
  width: 100%;
  margin: 1rem auto;
}
.search-page .search-content .search-top {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  color: #666;
  height: 0.6rem;
  line-height: 0.6rem;
}
.search-page .search-content .search-list {
  padding: 0.5rem 0;
}
.search-page .search-content .search-list .noresult-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-page .search-content .search-list .noresult-box img {
  width: 2rem;
  display: block;
  margin: 0 auto;
}
.search-page .search-content .search-list .noresult-box p {
  font-size: 0.2rem;
  color: #d11f1b;
  margin-top: 0.2rem;
}
.search-page .search-content .search-list .news-left {
  flex: 1;
}
.search-page .search-content .search-list .news-left .news-item a {
  padding: 40px 0;
  display: flex;
}
.search-page .search-content .search-list .news-left .news-item a:hover .img-box img {
  transform: scale(1.05);
}
.search-page .search-content .search-list .news-left .news-item a:hover .text-box .news-title {
  color: #d52729;
}
.search-page .search-content .search-list .news-left .news-item a .img-box {
  width: 280px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 40px;
}
.search-page .search-content .search-list .news-left .news-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.search-page .search-content .search-list .news-left .news-item a .text-box {
  flex: 1;
}
.search-page .search-content .search-list .news-left .news-item a .text-box .news-title {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.search-page .search-content .search-list .news-left .news-item a .text-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999999;
  margin-bottom: 17px;
}
.search-page .search-content .search-list .news-left .news-item a .text-box .date {
  font-size: 14px;
  color: #999999;
}
.totop {
  position: fixed;
  bottom: 10%;
  right: 0.2rem;
  display: none;
  cursor: pointer;
  z-index: 9999;
}
.totop img {
  width: 0.5rem;
}
.totop2 {
  position: fixed;
  bottom: 10%;
  right: 0.2rem;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.totop2 img {
  width: 0.5rem;
}
.hzfloor1 .wrap3 .title {
  margin-bottom: 0.6rem;
}
.hzfloor1 .wrap3 .floor-intro {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.6rem;
  line-height: 1.8em;
}
.hzfloor1 .wrap3 .kouhao-box {
  position: relative;
  height: 4.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  display: flex;
}
.hzfloor1 .wrap3 .kouhao-box .khbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item:hover {
  background: rgba(209, 31, 27, 0.8);
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item:hover p {
  opacity: 1;
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item .en {
  font-size: 0.28rem;
  font-weight: bold;
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item .line {
  margin: 0.16rem 0;
  width: 0.4rem;
  height: 1px;
  background: #fdd100;
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item .kouhao {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.hzfloor1 .wrap3 .kouhao-box .kouhao-item p {
  width: 2.4rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1.8em;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.65rem;
}
.hzfloor2 {
  background: none;
}
.hzfloor3 {
  background: url(../img/jjlbg.webp) no-repeat;
  background-size: cover;
}
.hzfloor3 .wrap3 {
  margin-bottom: 0.9rem;
}
.hzfloor3 .wrap3 .jjl-box {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
}
.hzfloor3 .wrap3 .jjl-box .text-item {
  position: relative;
  height: 2.75rem;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(3) img {
  transform: rotateZ(90deg);
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(3) p {
  right: 0.4rem;
  left: auto;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(3) .outtext {
  right: auto;
  left: 2.85rem;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(3) .outtext::after {
  left: auto;
  right: 100%;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(4) img {
  transform: rotateZ(-90deg);
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(4) p {
  top: 0.86rem;
  bottom: auto;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(4) .outtext {
  top: auto;
  bottom: 1.22rem;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(5) img {
  transform: rotateZ(-180deg);
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(5) p {
  right: 0.4rem;
  left: auto;
  top: 0.86rem;
  bottom: auto;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(5) .outtext {
  right: auto;
  left: 2.85rem;
  top: auto;
  bottom: 1.22rem;
}
.hzfloor3 .wrap3 .jjl-box .text-item:nth-child(5) .outtext::after {
  left: auto;
  right: 100%;
}
.hzfloor3 .wrap3 .jjl-box .text-item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  user-select: none;
}
.hzfloor3 .wrap3 .jjl-box .text-item p {
  position: absolute;
  left: 0.4rem;
  bottom: 0.86rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #ee1d23;
  width: 0.9rem;
  text-align: center;
}
.hzfloor3 .wrap3 .jjl-box .text-item .outtext {
  position: absolute;
  min-width: 3.15rem;
  height: 0.52rem;
  border-radius: 0.12rem;
  border: 1px solid #ee1d23;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  color: #ee1d23;
  top: 1.22rem;
  right: 2.85rem;
}
.hzfloor3 .wrap3 .jjl-box .text-item .outtext::after {
  position: absolute;
  content: "";
  width: 0.41rem;
  height: 1px;
  background-color: #ee1d23;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.hzfloor3 .wrap3 .jjl-box .jjltitle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.95rem;
  height: 2.95rem;
  background: url(../img/jjltx.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hzfloor3 .wrap3 .jjl-box .jjltitle-box .title-box {
  position: relative;
  width: 2.06rem;
  height: 2.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f7fa;
  font-size: 0.32rem;
  font-weight: bold;
  color: #ee1d23;
}
.hzfloor3 .wrap3 .jjl-box .jjltitle-box .title-box .circle-box {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  animation: orbit 4s linear infinite;
  /* 动画设置 */
}
.hzfloor3 .wrap3 .jjl-box .jjltitle-box .title-box .circle-box .circle {
  width: 0.42rem;
  height: 0.42rem;
  background: linear-gradient(90deg, #ffd5d6 0%, rgba(238, 29, 35, 0) 100%);
  position: absolute;
  border-radius: 50%;
  top: -0.42rem;
  /* 初始位置（大圆顶部） */
  left: 50%;
  transform: translateX(-50%);
}
@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.hzfloor4 {
  display: none;
}
.hzfloor4 .wrap3 .hzfl4-change {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.6rem;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item:not(:last-child) {
  margin-right: 1.15rem;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item.active a {
  color: #d52729;
  font-size: 0.42rem;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item.active a::after {
  width: 100%;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item:hover a {
  color: #d52729;
  font-size: 0.42rem;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item:hover a::after {
  width: 100%;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.1rem;
  font-size: 0.32rem;
  color: #1a1a1a;
  font-weight: bold;
  padding: 0 0.3rem;
  transition: 0.3s;
}
.hzfloor4 .wrap3 .hzfl4-change .cha-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #d52729;
  transition: 0.3s;
}
.hzfloor4-box {
  padding: 0;
  display: none;
}
.hzfloor4-box .hzfloor4-item {
  display: none;
}
.hzfloor4-box .hzfloor4-item.active {
  display: block;
}
.hzfloor4-box .hzfloor4-item .qysbanner {
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
  border-radius: 0.12rem;
}
.hzfloor4-box .hzfloor4-item .qys-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item {
  background: #fafbfc;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: 0.3s;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:hover {
  background: #d11f1b;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:hover .img-box img {
  transform: scale(1.1);
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:hover .text-box {
  color: #fff;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:hover .text-box p {
  color: #fff;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:nth-child(4) {
  grid-column: span 2;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:nth-child(4) .img-box {
  height: 3.1rem;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:nth-child(4) .text-box .qys-title {
  margin-bottom: 0.2rem;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item:nth-child(4) .text-box p {
  -webkit-line-clamp: 1;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item .img-box {
  height: 2.5rem;
  overflow: hidden;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item .text-box {
  padding: 0.28rem 0.25rem;
  padding-bottom: 0.6rem;
  color: #2a2e33;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item .text-box .date {
  font-size: 0.18rem;
  margin-bottom: 0.27rem;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item .text-box .qys-title {
  font-size: 0.24rem;
  margin-bottom: 0.55rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hzfloor4-box .hzfloor4-item .qys-list .qys-item .text-box p {
  font-size: 0.18rem;
  color: #777;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hzfloor4-box .hzfloor4-item .ktimg {
  max-width: 100%;
  margin-bottom: 1.2rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper {
  position: relative;
  margin-bottom: 1.2rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .select-box {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: flex-end;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .select-box select {
  width: 4rem;
  height: 0.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  padding: 0.13rem 0.5rem 0.13rem 0.2rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background: url(../img/selectDown2.png) right 0.2rem center no-repeat;
  cursor: pointer;
  appearance: none;
  outline: none;
  color: #333;
  border-radius: 0.05rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #d8d8d8;
  border-radius: 50%;
  opacity: 1;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.08rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee1d23;
  width: 0.46rem;
  border-radius: 0.06rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.24rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item {
  border-radius: 0.06rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:hover .img-box img {
  transform: scale(1.1);
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:hover .text-box {
  color: #fff;
  background: #d11f1b;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:hover .text-box p {
  color: #fff;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:hover .text-box .hg-btn {
  background-color: #fff;
  border-color: #fff;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:nth-child(3) {
  grid-column: span 2;
  background: #fafafa;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:nth-child(3) .img-box {
  height: 3rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item:nth-child(3) .text-box .qyh-title {
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .img-box {
  height: 1.8rem;
  overflow: hidden;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .text-box {
  padding: 0.23rem 0.22rem;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .text-box .qyh-title {
  font-size: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .text-box p {
  font-size: 0.15rem;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
  min-height: 0.4rem;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .text-box .hg-btn {
  margin-top: auto;
  display: block;
  width: 1.6rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 0;
  line-height: 0.46rem;
  color: #222;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .text-box .hg-btn img {
  width: 0.16rem;
  margin-left: 0.16rem;
  transition: 0.3s;
}
.hzfloor4-box .hzfloor4-item .hd-swiper .swiper-slide .hg-list .hg-item .text-box .hg-btn span {
  font-size: 0.14rem;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .yg-nrSwiper {
  position: relative;
  padding: 0 0.7rem;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-container {
  margin-bottom: 0.55rem;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-btn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-btn img {
  width: 0.3rem;
  display: block;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-btn::after {
  display: none;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-btn.swiper-button-prev {
  left: 0;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-btn.swiper-button-next {
  right: 0;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-slide {
  height: 3.6rem;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
  padding: 0 1.34rem;
  display: flex;
  align-items: center;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-slide .ygbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-slide .text-box {
  position: relative;
  z-index: 2;
  color: #1a1a1a;
  width: 4.3rem;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-slide .text-box h2 {
  font-size: 0.52rem;
  font-family: 宋体;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-slide .text-box .date {
  font-size: 0.28rem;
  margin-bottom: 0.25rem;
  font-family: 宋体;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .swiper-slide .text-box p {
  font-size: 0.18rem;
  line-height: 1.6em;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .join-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 1.7rem;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .join-btn:hover a {
  opacity: 0.8;
}
.hzfloor4-box .hzfloor4-item .yg-swiper .join-btn a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.62rem;
  border-radius: 0.06rem;
  background: #d11f1b;
  transition: 0.3s;
}
.hzfloor4-box .hzfloor4-item .qy-box {
  background-color: #f6f8fa;
  padding-bottom: 1.16rem;
  position: relative;
  overflow: hidden;
}
.hzfloor4-box .hzfloor4-item .qy-box .qybg {
  position: absolute;
  width: 12rem;
  left: 50%;
  transform: translateX(-50%);
  top: -0.77rem;
}
.hzfloor4-box .hzfloor4-item .qy-box .title {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper {
  position: relative;
  z-index: 2;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #d8d8d8;
  border-radius: 50%;
  opacity: 1;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.08rem;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee1d23;
  width: 0.46rem;
  border-radius: 0.06rem;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .qy-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.3rem 0.24rem;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .qy-list .qy-item {
  width: 100%;
}
.hzfloor4-box .hzfloor4-item .qy-box .qy-swiper .qy-list .qy-item img {
  width: 100%;
  display: block;
}
.joinfloor {
  position: relative;
  height: 3.2rem;
}
.joinfloor .joinfloorbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.joinfloor .wrap3 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.joinfloor .wrap3 h2 {
  font-size: 0.32rem;
  margin-bottom: 0.24rem;
}
.joinfloor .wrap3 .join-btn:hover a {
  opacity: 0.8;
}
.joinfloor .wrap3 .join-btn a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.62rem;
  border-radius: 0.06rem;
  background: #d11f1b;
  transition: 0.3s;
}
.xwxq-floor {
  padding-top: 0.5rem;
}
.xwxq-floor .wrap .xq-right {
  padding: 0.5rem 0;
  padding-top: 0;
}
.xwxq-floor .wrap .xq-right .news-title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
  line-height: 1.6em;
  text-align: center;
}
.xwxq-floor .wrap .xq-right .fabu-liulan {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.46rem;
}
.xwxq-floor .wrap .xq-right .fabu-liulan .item {
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
.xwxq-floor .wrap .xq-right .fabu-liulan .item img {
  width: 0.24rem;
  margin-right: 0.05rem;
}
.xwxq-floor .wrap .xq-right .xq-content {
  padding: 0.4rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.45rem;
}
.xwxq-floor .wrap .xq-right .xq-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto !important;
}
.xwxq-floor .wrap .xq-right .prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xwxq-floor .wrap .xq-right .prev-next a {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  width: 49%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xwxq-floor .wrap .xq-right .prev-next a:last-child {
  text-align: right;
}
.xwxq-floor .wrap .xq-right .prev-next a.active {
  color: #c82126;
}
.xwxq-floor .wrap .xq-right .prev-next a:hover {
  color: #c82126;
}
.common-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.common-btn:hover a {
  opacity: 0.8;
}
.common-btn a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.62rem;
  border-radius: 0.06rem;
  background: #d11f1b;
  transition: 0.3s;
}
.newslistfloor {
  padding: 0.5rem 0;
  min-height: 5.8rem;
}
.newslistfloor.newslistfloor2 {
  padding-top: 1.5rem;
}
.newslistfloor .wrap3 .select-box {
  width: 4rem;
  margin-bottom: 0.3rem;
}
.newslistfloor .wrap3 .select-box select {
  width: 100%;
  height: 0.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  padding: 0.13rem 0.5rem 0.13rem 0.2rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background: url(../img/selectDown2.png) right 0.2rem center no-repeat;
  cursor: pointer;
  appearance: none;
  outline: none;
  color: #333;
  border-radius: 0.05rem;
}
.newslistfloor .wrap3 .news-list {
  margin-bottom: 0.5rem;
}
.newslistfloor .wrap3 .news-list .news-item {
  background: #fafbfc;
  border-radius: 0.05rem;
  overflow: hidden;
  transition: 0.3s;
}
.newslistfloor .wrap3 .news-list .news-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.newslistfloor .wrap3 .news-list .news-item:hover {
  background: #d11f1b;
  transform: translateY(-0.1rem);
}
.newslistfloor .wrap3 .news-list .news-item:hover .img-box img {
  transform: scale(1.1);
}
.newslistfloor .wrap3 .news-list .news-item:hover .text-box {
  color: #fff;
}
.newslistfloor .wrap3 .news-list .news-item:hover .text-box p {
  color: #fff;
}
.newslistfloor .wrap3 .news-list .news-item a {
  display: flex;
}
.newslistfloor .wrap3 .news-list .news-item .img-box {
  width: 4rem;
  height: 2.5rem;
  overflow: hidden;
}
.newslistfloor .wrap3 .news-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.newslistfloor .wrap3 .news-list .news-item .text-box {
  flex: 1;
  padding: 0.28rem 0.25rem;
  color: #2a2e33;
  display: flex;
  flex-direction: column;
}
.newslistfloor .wrap3 .news-list .news-item .text-box .date {
  font-size: 0.18rem;
  margin-bottom: 0.27rem;
}
.newslistfloor .wrap3 .news-list .news-item .text-box .qys-title {
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newslistfloor .wrap3 .news-list .news-item .text-box p {
  font-size: 0.18rem;
  color: #777;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.36rem;
}
.paging p {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.1rem;
  font-size: 0.16rem;
}
.paging a {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  border-radius: 0.05rem;
}
.paging a.active {
  color: #fff;
  background-color: #d11f1b;
}
.paging a:hover {
  color: #fff;
  background-color: #d11f1b;
}
.paging a:not(:last-child) {
  margin-right: 0.1rem;
}
