.wrap {
  width: 9.08rem;
  margin: 0 auto;
}
.w {
  width: 9.08rem;
  margin: 0 auto;
}
body {
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
.dian {
  height: 80px;
}
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background-color: #12756f;
}
header .wrap {
  width: 1344px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .wrap .header_logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .wrap .header_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
header .wrap .header_nav li {
  position: relative;
}
header .wrap .header_nav li:hover .second {
  display: block;
}
header .wrap .header_nav li:not(:last-child) {
  margin-right: 20px;
}
header .wrap .header_nav li.active > a {
  background-color: #00a19d;
}
header .wrap .header_nav li:hover > a {
  background-color: #00a19d;
}
header .wrap .header_nav li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 30px;
  color: #fff;
  border-radius: 17px;
  font-size: 16px;
}
header .wrap .header_nav li .second {
  position: absolute;
  width: max-content;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 5px 10px;
  display: none;
}
header .wrap .header_nav li .second::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
header .wrap .header_nav li .second a {
  display: block;
  padding: 5px 2px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
header .wrap .header_nav li .second a.active {
  color: #00a19d;
}
header .wrap .header_nav li .second a:hover {
  color: #00a19d;
}
.banner {
  position: relative;
}
.banner .swiper {
  z-index: 1;
}
.banner .swiper .btn.swiper-button-prev {
  left: 0.1rem;
}
.banner .swiper .btn.swiper-button-next {
  right: 0.1rem;
}
.banner .swiper .btn::after {
  color: #fff;
  font-size: 0.3rem;
}
.banner .swiper .swiper-pagination {
  bottom: 0.6rem;
}
.banner .swiper .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
}
.banner .swiper .swiper-pagination-bullet-active {
  background-color: #00a19d;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .search-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: 1rem;
  bottom: -0.6rem;
  background-color: #fff;
  box-shadow: 0px 6px 18px 6px rgba(8, 11, 12, 0.3);
  border-radius: 0.3rem;
  overflow: hidden;
  z-index: 2;
}
.banner .search-box input {
  width: 9rem;
  height: 1rem;
  border: none;
  padding-right: 2.5rem;
  padding-left: 0.5rem;
  font-size: 0.22rem;
}
.banner .search-box input::placeholder {
  text-align: center;
  letter-spacing: 0.3rem;
  color: #c9caca;
}
.banner .search-box .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
}
.banner .search-box .search-btn a {
  height: 0.8rem;
  width: 2.28rem;
  display: flex;
  border: 2px solid #12756f;
  border-radius: 0.3rem;
  overflow: hidden;
}
.banner .search-box .search-btn a .text {
  height: 100%;
  width: 1.28rem;
  color: #fff;
  background-color: #12756f;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .search-box .search-btn a .img-box {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .search-box .search-btn a .img-box img {
  width: 0.65rem;
  display: block;
}
.phonebanner {
  display: none;
}
.check {
  font-family: LI;
  width: 0.92rem;
  height: 0.23rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
}
.check a {
  font-family: LI;
  width: 0.92rem;
  height: 0.23rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: #b90000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
}
.more {
  display: flex;
  justify-content: center;
}
.more a {
  font-family: LI;
  width: 1.06rem;
  height: 0.26rem;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #010101;
  cursor: pointer;
}
.back {
  display: flex;
}
.back a {
  font-family: LI;
  padding: 0.02rem 0.1rem;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #010101;
  cursor: pointer;
  transition: 0.3s;
}
.back a:hover {
  opacity: 0.8;
}
.floor1 {
  padding-top: 1rem;
}
.floor1 .img-box {
  width: 3rem;
  margin: 0 auto;
}
.floor1 .img-box img {
  width: 100%;
  display: block;
}
.floor {
  padding-top: 0.8rem;
}
.floor .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor .title-box img {
  width: 1.38rem;
  display: block;
}
.floor .title-box .textt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.4rem;
}
.floor .title-box .textt h2 {
  font-family: ZY;
  font-size: 0.3rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.05rem;
}
.floor .title-box .textt .title-en {
  font-family: AR;
  font-size: 0.14rem;
  color: #595757;
}
.floor2 .wrap .title-box {
  margin-bottom: 0.76rem;
}
.floor2 .wrap .gk-item {
  display: flex;
  justify-content: space-between;
}
.floor2 .wrap .gk-item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.floor2 .wrap .gk-item:nth-child(even) {
  flex-direction: row-reverse;
}
.floor2 .wrap .gk-item .img-box {
  width: 3.98rem;
  height: 2.42rem;
  border-radius: 0.27rem;
  overflow: hidden;
}
.floor2 .wrap .gk-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor2 .wrap .gk-item .line {
  height: 2.42rem;
  width: 0;
  border-left: 2px solid #12756f;
}
.floor2 .wrap .gk-item .text-box {
  width: 3.98rem;
  align-self: unset;
  padding: 0.3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor2 .wrap .gk-item .text-box .gk-title {
  color: #221815;
  font-size: 0.22rem;
}
.floor2 .wrap .gk-item .text-box p {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #221815;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.floor3 .wrap .title-box {
  margin-bottom: 0.5rem;
}
.floor3 .wrap .news-box {
  padding: 0.6rem 0;
  padding-bottom: 0.3rem;
  border-radius: 0.1rem;
  border: 1px solid #12756f;
}
.floor3 .wrap .news-box .big-news {
  padding: 0 0.47rem;
  display: flex;
  margin-bottom: 0.2rem;
}
.floor3 .wrap .news-box .big-news .img-box {
  width: 2.18rem;
  height: 2.22rem;
  margin-right: 0.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.floor3 .wrap .news-box .big-news .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor3 .wrap .news-box .big-news .text-box {
  flex: 1;
  padding: 0.1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor3 .wrap .news-box .big-news .text-box .news-title {
  font-size: 0.22rem;
  letter-spacing: 0.05rem;
}
.floor3 .wrap .news-box .big-news .text-box .date {
  font-size: 0.14rem;
  color: #c70000;
}
.floor3 .wrap .news-box .big-news .text-box p {
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 2em;
  color: #3e3a39;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.floor3 .wrap .news-box .check {
  display: flex;
  width: auto;
  justify-content: flex-end;
  padding: 0 0.47rem;
  margin-bottom: 0.46rem;
}
.floor3 .wrap .news-box .news-list {
  margin-bottom: 0.5rem;
}
.floor3 .wrap .news-box .news-list ul li:hover a p {
  color: #006552;
}
.floor3 .wrap .news-box .news-list ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.floor3 .wrap .news-box .news-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.66rem;
  padding: 0 0.2rem;
  background-color: #feecc1;
  font-size: 0.18rem;
  color: #010101;
}
.floor3 .wrap .news-box .news-list ul li a p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floor3 .wrap .news-box .news-list ul li a .date {
  color: #595757;
  font-size: 0.16rem;
}
.floor3 .wrap .news-box .more {
  margin-bottom: 0.15rem;
}
.floor3 .wrap .news-box .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor3 .wrap .news-box .circle img {
  width: 0.5rem;
  display: block;
}
.floor4 {
  padding-bottom: 0.6rem;
}
.floor4 .title-box {
  margin-bottom: 1rem;
}
.floor4 .mf-box {
  margin-bottom: 1rem;
  width: 100%;
  height: 3.5rem;
  background-color: rgba(255, 229, 167, 0.57);
  display: flex;
  justify-content: center;
}
.floor4 .mf-box .swiper {
  width: 9.1rem;
  padding: 0.4rem 0;
  height: 4.3rem;
  transform: translateY(-0.4rem);
}
.floor4 .mf-box .swiper .swiper-slide ul {
  height: 100%;
  display: flex;
  padding: 0 0.2rem;
}
.floor4 .mf-box .swiper .swiper-slide ul li {
  width: 2.04rem;
  height: 3.5rem;
}
.floor4 .mf-box .swiper .swiper-slide ul li:nth-child(odd) {
  transform: translateY(-0.4rem);
}
.floor4 .mf-box .swiper .swiper-slide ul li:nth-child(even) {
  transform: translateY(0.4rem);
}
.floor4 .mf-box .swiper .swiper-slide ul li:not(:last-child) {
  margin-right: 0.3rem;
}
.floor4 .mf-box .swiper .swiper-slide ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.floor4 .more {
  margin-bottom: 0.15rem;
}
.floor4 .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor4 .circle img {
  width: 0.5rem;
  display: block;
}
footer {
  position: relative;
  z-index: 5;
  padding-top: 0.4rem;
  padding-bottom: 0.25rem;
  background-color: #1a7772;
  color: #fff;
}
footer .w .footer-navs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
footer .w .footer-navs .nav-item .nav-title {
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
}
footer .w .footer-navs .nav-item .nav-title a {
  font-size: 0.16rem;
  color: #fff;
}
footer .w .footer-navs .nav-item ul li:hover a {
  color: #ccc;
}
footer .w .footer-navs .nav-item ul li a {
  font-size: 0.12rem;
  color: #fff;
}
footer .w .about {
  margin-bottom: 0.4rem;
}
footer .w .about .about-title {
  font-size: 0.16rem;
  margin-bottom: 0.25rem;
}
footer .w .about ul {
  display: flex;
  justify-content: space-between;
}
footer .w .about ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .w .about ul li img {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
}
footer .w .about ul li p {
  font-size: 0.12rem;
  line-height: 1.8em;
  text-align: center;
}
footer .w .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #fff;
}
footer .w .footer-bottom img {
  width: 0.22rem;
  display: block;
  margin-right: 0.1rem;
}
footer .w .footer-bottom a {
  font-size: 0.12rem;
  color: #fff;
  margin-right: 0.1rem;
}
.common-floor {
  padding-top: 0.35rem;
  padding-bottom: 0.7rem;
}
.common-floor.xq-floor {
  padding-top: 1rem;
  padding-bottom: 0;
}
.common-floor.xq-floor .w .title-box {
  display: block;
}
.common-floor.xq-floor .w .title-box .title {
  transform: unset;
}
.common-floor .w .title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.6rem;
}
.common-floor .w .title-box .title {
  transform: translateY(-0.2rem);
  height: max-content;
  font-size: 0.14rem;
  color: #595757;
  padding-left: 0.1rem;
  border-left: 0.1rem solid #12756f;
}
.common-floor .w .title-box .title span {
  font-size: 0.33rem;
  color: #000;
}
.common-floor .w .title-box .img-box {
  width: 1.4rem;
}
.common-floor .w .title-box .img-box img {
  width: 100%;
  display: block;
}
.common-floor .w .wh-content {
  margin-bottom: 0.7rem;
}
.common-floor .w .wh-content .wh-item {
  position: relative;
  /* border: 0.02rem solid #12756f; */
  padding: 0.3rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 0.69rem; */
  background-color: #ffedc0;
  border-radius: 0.1rem;
  width: 98%;
  margin: 0 auto;
}
.common-floor .w .wh-content .wh-item .check {
  position: absolute;
  right: 0.69rem;
  bottom: 0.5rem;
}
.common-floor .w .wh-content .wh-item:not(:last-child) {
  margin-bottom: 0.35rem;
}
.common-floor .w .wh-content .wh-item .img-box {
  width: 4rem;
  height: 2.42rem;
  margin-right: 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.common-floor .w .wh-content .wh-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.common-floor .w .wh-content .wh-item .img-box .ph {
  display: none;
}
.common-floor .w .wh-content .wh-item .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.common-floor .w .wh-content .wh-item .text-box .wh-title {
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
  font-family: RE;
}
.common-floor .w .wh-content .wh-item .text-box p {
  font-size: 0.16rem;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: NO;
}
.common-floor .w .wh-content .wh-item .text-box p:last-child {
  margin-bottom: 0.3rem;
}
.common-floor .w .wh-content .wh-item .text-box .check {
  display: flex;
  justify-content: flex-end;
}
.js-floor {
  padding-bottom: 1rem;
}
.js-floor.js-floor1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.js-floor.js-floor4 {
  border-bottom: unset;
}
.js-floor .w .title-box {
  margin-bottom: 0.64rem;
}
.js-floor .w .title-box .title {
  height: max-content;
  font-size: 0.14rem;
  color: #595757;
  padding-left: 0.1rem;
  border-left: 0.1rem solid #12756f;
}
.js-floor .w .title-box .title span {
  font-size: 0.33rem;
  color: #000;
}
.js-floor .w .title-box .img-box {
  width: 2.9rem;
}
.js-floor .w .title-box .img-box img {
  width: 100%;
  display: block;
}
.js-floor .w .floor-content1 {
  display: flex;
  align-items: center;
}
.js-floor .w .floor-content1 .img-box {
  width: 1.66rem;
  margin: 0 0.75rem;
}
.js-floor .w .floor-content1 .img-box img {
  width: 100%;
  display: block;
}
.js-floor .w .floor-content1 .img-box .pc {
  display: block;
}
.js-floor .w .floor-content1 .img-box .ph {
  display: none;
}
.js-floor .w .floor-content1 .text-box {
  flex: 1;
}
.js-floor .w .floor-content1 .text-box p {
  color: #595757;
  font-size: 0.16rem;
  line-height: 2em;
  text-indent: 2em;
}
.js-floor .w .floor-content2 ul {
  display: flex;
  justify-content: space-between;
}
.js-floor .w .floor-content2 ul li {
  width: 2.86rem;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  background-color: #1a7772;
}
.js-floor .w .floor-content2 ul li .img-box {
  width: 100%;
  height: 2.36rem;
}
.js-floor .w .floor-content2 ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.js-floor .w .floor-content2 ul li .text-box {
  padding: 0.26rem 0.2rem;
}
.js-floor .w .floor-content2 ul li .text-box p {
  font-size: 0.16rem;
  color: #fefefe;
  line-height: 2em;
}
.js-floor .w .floor-content3 {
  position: relative;
}
.js-floor .w .floor-content3 .shuxian {
  position: absolute;
  height: 95%;
  width: 0.07rem;
  background-color: #12756f;
  left: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
}
.js-floor .w .floor-content3 ul li.zhedie {
  cursor: default;
}
.js-floor .w .floor-content3 ul li:not(:last-child) {
  display: none;
  margin-bottom: 0.2rem;
}
.js-floor .w .floor-content3 ul li:nth-child(-n + 3) {
  display: flex;
}
.js-floor .w .floor-content3 ul li.active {
  display: flex;
}
.js-floor .w .floor-content3 ul li:last-child .quan-img {
  width: 0.7rem;
}
.js-floor .w .floor-content3 ul li:last-child .quan-img p {
  transform: rotateZ(90deg);
  top: 30%;
  left: 0.18rem;
}
.js-floor .w .floor-content3 ul li .quan-img {
  position: relative;
  width: 3rem;
  display: block;
  margin-right: 0.4rem;
  height: max-content;
}
.js-floor .w .floor-content3 ul li .quan-img p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.172rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #12756f;
}
.js-floor .w .floor-content3 ul li .quan-img img {
  width: 100%;
  display: block;
}
.js-floor .w .floor-content3 ul li .text-box {
  flex: 1;
  padding-top: 0.2rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
}
.js-floor .w .floor-content3 ul li .text-box .date {
  color: #12756f;
  font-weight: bold;
  font-size: 0.2rem;
}
.js-floor .w .floor-content3 ul li .text-box p {
  line-height: 1.8em;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.js-floor .w .floor-content4 ul {
  margin-bottom: 0.8rem;
  padding-left: 0.2rem;
}
.js-floor .w .floor-content4 ul li {
  display: flex;
  align-items: center;
}
.js-floor .w .floor-content4 ul li:nth-child(even) {
  padding-left: 2.87rem;
}
.js-floor .w .floor-content4 ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.js-floor .w .floor-content4 ul li .img-box {
  width: 2.35rem;
  height: 2.31rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.52rem;
}
.js-floor .w .floor-content4 ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.js-floor .w .floor-content4 ul li .text-box {
  width: 2.63rem;
  font-size: 0.16rem;
  line-height: 2em;
}
.js-floor .w .floor-content4 .jieshi {
  background-color: #feecc1;
  font-size: 0.16rem;
  line-height: 1.8em;
  text-indent: 2em;
  padding: 0.32rem 0.12rem;
  margin-bottom: 0.5rem;
}
.paging2 {
  width: 1.17rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paging2 a {
  font-size: 0.14rem;
  color: #1e1e1e;
  display: block;
}
.paging2 a:hover {
  color: #006552;
}
.jm-floor {
  padding: 0.8rem 0;
  padding-bottom: 1.13rem;
}
.jm-floor .w .title-box {
  display: flex;
}
.jm-floor .w .title-box .title {
  font-family: Re;
  font-size: 0.3rem;
  padding-left: 0.1rem;
  border-left: 0.1rem solid #12756f;
}
.jm-floor .w .classifition {
  font-family: NO;
  margin: 0.57rem 0 0.4rem;
  text-align: center;
  font-size: 0.24rem;
}
.jm-floor .w .img-content {
  display: flex;
  align-items: center;
  margin-bottom: 0.33rem;
}
.jm-floor .w .img-content.reverse {
  flex-direction: row-reverse;
}
.jm-floor .w .img-content.reverse .img-box {
  margin: 0;
  margin-left: 0.7rem;
}
.jm-floor .w .img-content .img-box {
  overflow: hidden;
  width: 2.36rem;
  height: 2.32rem;
  border-radius: 0.1rem;
  margin-right: 0.44rem;
}
.jm-floor .w .img-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jm-floor .w .img-content .text-box {
  flex: 1;
  font-size: 0.16rem;
  line-height: 2em;
  text-indent: 2em;
  color: #595757;
  font-family: NO;
}
.jm-floor .w .ziti-box {
  margin-bottom: 0.5rem;
}
.jm-floor .w .ziti-box ul {
  display: flex;
  justify-content: space-between;
}
.jm-floor .w .ziti-box ul li {
  width: 2.8rem;
  display: flex;
  flex-direction: column;
}
.jm-floor .w .ziti-box ul li:nth-child(1) {
  align-items: flex-start;
}
.jm-floor .w .ziti-box ul li:nth-child(2) {
  align-items: center;
}
.jm-floor .w .ziti-box ul li:nth-child(3) {
  align-items: flex-end;
}
.jm-floor .w .ziti-box ul li .img-box {
  width: 2.36rem;
  height: 2.32rem;
  margin-bottom: 0.3rem;
}
.jm-floor .w .ziti-box ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jm-floor .w .ziti-box ul li .text-box {
  font-size: 0.16rem;
  text-indent: 2em;
  text-align: justify;
  line-height: 2em;
  color: #595757;
}
.jm-floor .w .jieshi {
  font-size: 0.16rem;
  line-height: 2em;
  text-indent: 2em;
  color: #595757;
}
.jm-floor .w > .img-box {
  width: 8.32rem;
  margin: 0 auto;
  margin-bottom: 0.46rem;
}
.jm-floor .w > .img-box img {
  width: 100%;
  display: block;
}
.jm-floor .w p {
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 2em;
  color: #595757;
}
.tab-change {
  width: 100%;
  height: 2.18rem;
  background: url(../img/cgbg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-change.xq-change {
  height: 0.93rem;
  background: url(../img/cgbg2.png) no-repeat;
  background-color: #fff;
  background-position: center;
}
.tab-change.xq-change h2 {
  font-size: 0.2rem;
  letter-spacing: 0.1rem;
  font-family: MI;
}
.tab-change ul {
  display: flex;
  align-items: center;
}
.tab-change ul li {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.tab-change ul li.sizi a {
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.tab-change ul li.active a {
  background-color: rgba(18, 117, 111, 0.59);
}
.tab-change ul li:not(:last-child) {
  margin-right: 0.7rem;
}
.tab-change ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 1.6rem;
  writing-mode: vertical-lr;
  font-size: 0.22rem;
  color: #472001;
  transition: 0.3s;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
.paging {
  width: 2.9rem;
  height: 0.27rem;
  border-radius: 0.1rem;
  background: #fffbf08c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 0 0.26rem;
  font-size: 0.16rem;
  color: #1e1e1e;
}
.paging a {
  font-size: 0.14rem;
  color: #1e1e1e;
  transition: 0.3s;
}
.paging a:hover {
  color: #006552;
}
.cp-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}
.cp-content.active {
  display: block;
}
.cp-content .gfzm-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
  margin-bottom: 1rem;
}
.cp-content .gfzm-ul li {
  position: relative;
  height: 2.72rem;
  overflow: hidden;
}
.cp-content .gfzm-ul li:hover img {
  transform: scale(1.1);
}
.cp-content .gfzm-ul li:hover .text-box {
  opacity: 1;
}
.cp-content .gfzm-ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.cp-content .gfzm-ul li .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(18, 117, 111, 0.5);
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  transform-origin: center;
  padding: 0 0.4rem;
}
.cp-content .gfzm-ul li .text-box .cp-title {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  line-height: 2em;
}
.cp-content .gfzm-ul li .text-box p {
  display: block;
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cp-content .gfzm-ul li .more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #12756f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}
.cp-content .taomu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-content .taomu-box p {
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.cp-content .taomu-box img {
  width: 5.59rem;
  display: block;
}
.cp-content .sgyp-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.7rem;
}
.cp-content .sgyp-ul li {
  position: relative;
  width: 4.36rem;
  height: 3.15rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.cp-content .sgyp-ul li:hover img {
  transform: scale(1.1);
}
.cp-content .sgyp-ul li:hover .text-box {
  opacity: 1;
}
.cp-content .sgyp-ul li:nth-child(odd) {
  margin-right: 0.2rem;
}
.cp-content .sgyp-ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.cp-content .sgyp-ul li .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(18, 117, 111, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  transform-origin: center;
}
.cp-content .sgyp-ul li .text-box .cp-title {
  font-size: 0.24rem;
  margin-bottom: 0.05rem;
}
.cp-content .sgyp-ul li .text-box p {
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
}
.xq-content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.xq-content .wrap {
  display: flex;
}
.xq-content .wrap:first-child {
  margin-bottom: 0.5rem;
}
.xq-content .wrap .swiper-box {
  width: 3.5rem;
  height: 3.6rem;
  margin-right: 0.65rem;
}
.xq-content .wrap .swiper-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
.xq-content .wrap .swiper-box .swiper-pagination-bullet-active {
  background-color: #b4f6f6;
}
.xq-content .wrap .text-box {
  padding-top: 0.4rem;
  max-width: 4.13rem;
  position: relative;
}
.xq-content .wrap .text-box .check {
  position: absolute;
  bottom: 0;
  right: 0;
}
.xq-content .wrap .text-box .cp-title {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  line-height: 2em;
}
.xq-content .wrap .text-box p {
  display: block;
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
  line-height: 2em;
}
.zb-content {
  padding-bottom: 1rem;
}
.zb-content .w {
  width: 10.55rem;
}
.zb-content .w .zb-box {
  background: #fffbf0;
  padding: 0.56rem 1.17rem;
  margin-bottom: 1rem;
}
.zb-content .w .zb-box ul li {
  display: flex;
  align-items: center;
}
.zb-content .w .zb-box ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.zb-content .w .zb-box ul li .img-box {
  width: 2.5rem;
  height: 2.45rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.88rem;
}
.zb-content .w .zb-box ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zb-content .w .zb-box ul li .text-box {
  flex: 1;
}
.zb-content .w .zb-box ul li .text-box .cp-title {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  font-family: Re;
}
.zb-content .w .zb-box ul li .text-box p {
  font-size: 0.16rem;
  color: #595757;
  line-height: 2em;
}
.zb-content .w .zb-box ul li .text-box .check {
  margin-top: 0.4rem;
}
.zb-content .w .zb-box ul li .text-box .check a {
  width: 1rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #ff9900;
  font-size: 0.14rem;
}
.news-listBox {
  padding-bottom: 1rem;
}
.news-listBox ul {
  margin-bottom: 1rem;
}
.news-listBox ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.news-listBox ul li:hover a .news-title {
  color: #006552;
}
.news-listBox ul li:hover a img {
  transform: scale(1.1);
}
.news-listBox ul li a {
  display: flex;
}
.news-listBox ul li a .img-box {
  width: 4.3rem;
  height: 2.67rem;
  margin-right: 0.34rem;
  overflow: hidden;
}
.news-listBox ul li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.news-listBox ul li a .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-listBox ul li a .text-box .news-title {
  font-family: Re;
  font-size: 0.22rem;
}
.news-listBox ul li a .text-box p {
  color: #221815;
  font-size: 0.16rem;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-listBox ul li a .text-box .date {
  color: #221815;
  font-size: 0.16rem;
}
.news-listBox ul li a .text-box .check {
  align-self: flex-end;
  background-color: #b90000;
}
.lianxi-list {
  padding-bottom: 1.1rem;
}
.lianxi-list .w ul li {
  display: flex;
}
.lianxi-list .w ul li:not(:last-child) {
  margin-bottom: 0.46rem;
}
.lianxi-list .w ul li .img-box {
  width: 3.76rem;
  height: 2.01rem;
  margin-right: 0.23rem;
}
.lianxi-list .w ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lianxi-list .w ul li .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lianxi-list .w ul li .text-box .lx-title {
  border-bottom: 1px solid #12756f;
  display: flex;
  align-items: center;
  padding-bottom: 0.14rem;
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
}
.lianxi-list .w ul li .text-box .lx-title .fk {
  width: 0.34rem;
  height: 0.34rem;
  background: #12756f;
  border-radius: 0.1rem;
  margin-right: 0.24rem;
}
.lianxi-list .w ul li .text-box p {
  font-size: 0.16rem;
}
.lianxi-list .w ul li .text-box p:not(:last-child) {
  margin-bottom: 0.08rem;
}
.maofen-swiper {
  margin-bottom: 1rem;
}
.maofen-swiper .w {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maofen-swiper .w .btn::after {
  font-weight: bold;
  color: #4c4c4c;
}
.maofen-swiper .w .mf-swiper {
  width: 5.27rem;
}
.maofen-swiper .w .mf-swiper .swiper {
  width: 5.27rem;
}
.maofen-swiper .w .mf-swiper .swiper .swiper-slide {
  width: 100%;
}
.maofen-swiper .w .mf-swiper .swiper .swiper-slide a {
  width: 5.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maofen-swiper .w .mf-swiper .swiper .swiper-slide a img {
  width: 100%;
  display: block;
}
.maofen-zhanshi {
  margin-bottom: 0.2rem;
}
.maofen-zhanshi .w ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maofen-zhanshi .w ul li {
  width: 2.11rem;
  height: 3.17rem;
  position: relative;
}
.maofen-zhanshi .w ul li:nth-child(-n + 4) {
  margin-bottom: 0.2rem;
}
.maofen-zhanshi .w ul li:nth-child(n + 5) {
  height: 3.17rem;
}
.maofen-zhanshi .w ul li:nth-child(2) p {
  left: 50%;
  transform: translateX(-50%);
}
.maofen-zhanshi .w ul li:nth-child(3) p {
  left: 50%;
  transform: translateX(-50%);
}
.maofen-zhanshi .w ul li:nth-child(6) p {
  left: 50%;
  transform: translateX(-50%);
}
.maofen-zhanshi .w ul li:nth-child(5) {
  width: 4.42rem;
}
.maofen-zhanshi .w ul li:nth-child(5) p {
  left: 0;
  transform: none;
}
.maofen-zhanshi .w ul li:nth-child(4) p,
.maofen-zhanshi .w ul li:nth-child(7) p {
  right: 0;
  transform: none;
  left: unset;
}
.maofen-zhanshi .w ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b90000;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  padding: 0.08rem 0.08rem;
  width: max-content;
}
.maofen-zhanshi .w ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zhanshi-xijie {
  margin-bottom: 0.2rem;
  transform: scale(0.8);
  transform-origin: center;
}
.zhanshi-xijie .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhanshi-xijie .w .zhanshi-box {
  position: relative;
  width: 4.75rem;
  height: 6.85rem;
}
.zhanshi-xijie .w .zhanshi-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zhanshi-xijie .w .zhanshi-box p {
  transform: scale(1.2);
  transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b90000;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  padding: 0.08rem 0.08rem;
  width: max-content;
}
.zhanshi-xijie .w .xushu-box {
  width: 3.82rem;
  height: 5.88rem;
  background: url(../img/kuang.png) no-repeat;
  background-size: cover;
  position: relative;
}
.zhanshi-xijie .w .xushu-box .content-box {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 4.4rem;
  background-color: #e1faf8;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
.zhanshi-xijie .w .xushu-box .content-box p {
  font-size: 0.2rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}
.maofen-zhanshi2 {
  padding-bottom: 0.6rem;
}
.maofen-zhanshi2 .w ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.maofen-zhanshi2 .w ul li {
  position: relative;
  width: 1.74rem;
  height: 3.05rem;
}
.maofen-zhanshi2 .w ul li:last-child p {
  left: unset;
  right: 0;
}
.maofen-zhanshi2 .w ul li:nth-child(even) {
  width: 2.36rem;
  height: 3.51rem;
}
.maofen-zhanshi2 .w ul li:nth-child(even) p {
  left: 50%;
  transform: translateX(-50%);
}
.maofen-zhanshi2 .w ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.maofen-zhanshi2 .w ul li p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #b90000;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  padding: 0.08rem 0.06rem;
  width: max-content;
}
.maofen-zhanshi2 .w .more a {
  background-color: #febd7d;
  color: #000;
  border-color: #febd7d;
  font-family: RE;
}
.maofenmore-zhanshi {
  padding-bottom: 1rem;
}
.maofenmore-zhanshi ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-bottom: 1rem;
}
.maofenmore-zhanshi ul li {
  height: 3.16rem;
  position: relative;
}
.maofenmore-zhanshi ul li:nth-child(4n) p {
  left: unset;
  right: 0;
  transform: unset;
}
.maofenmore-zhanshi ul li:nth-child(4n + 1) p {
  left: 0;
  transform: unset;
}
.maofenmore-zhanshi ul li p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b90000;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  padding: 0.08rem 0.06rem;
  width: max-content;
}
.maofenmore-zhanshi ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zscx-floor {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zscx-floor .boxx {
  width: 400%;
  display: flex;
  animation: 20s rowup linear infinite normal;
}
.zscx-floor .boxx .box2 {
  width: 200%;
  height: 7rem;
  background-image: linear-gradient(to right, #ff9569 0%, #e92758 100%);
  position: relative;
}
.zscx-floor .boxx .box2 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.zscx-floor .w {
  width: 9.23rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.zscx-floor .w .zscx-box {
  height: 4.2rem;
  background: url(../img/zhou.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.9rem;
}
.zscx-floor .w .zscx-box h1 {
  font-family: JQ;
  font-size: 0.46rem;
  margin-bottom: 0.3rem;
}
.zscx-floor .w .zscx-box .search-box {
  position: relative;
}
.zscx-floor .w .zscx-box .search-box input {
  width: 5.72rem;
  height: 0.75rem;
  box-shadow: 0px 6px 18px 6px rgba(8, 11, 12, 0.3);
  background-color: #fff;
  border: none;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  padding-right: 1rem;
  padding-left: 0.2rem;
}
.zscx-floor .w .zscx-box .search-box input::placeholder {
  text-align: center;
  letter-spacing: 0.2rem;
  color: #000;
  text-indent: 0.2rem;
}
.zscx-floor .w .zscx-box .search-box .search-btn {
  position: absolute;
  width: 0.9rem;
  height: 0.57rem;
  border-radius: 0.13rem;
  background-color: #12756f;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
}
.zscx-floor .w .zscx-box .search-box .search-btn img {
  width: 0.5rem;
  display: block;
}
.searchxq-floor {
  padding: 1.25rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.searchxq-floor .dt4 {
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  z-index: 0;
  opacity: 0.3;
  width: 100%;
  display: block;
  animation: here3 2s infinite 1.6s alternate;
  -webkit-animation: here3 2s infinite 1.6s alternate;
}
.searchxq-floor .dt {
  position: absolute;
  left: 1.5rem;
  top: 2rem;
  width: 5rem;
  z-index: 0;
  opacity: 0.3;
  display: block;
  animation: here3 2s infinite 1.6s alternate;
  -webkit-animation: here3 2s infinite 1.6s alternate;
}
.searchxq-floor .dt1 {
  position: absolute;
  right: 0.2rem;
  top: 5.5rem;
  width: 7.65rem;
  z-index: 0;
  opacity: 0.3;
  display: block;
  animation: here3 2s infinite 1.6s alternate;
  -webkit-animation: here3 2s infinite 1.6s alternate;
}
.searchxq-floor .dt2 {
  position: absolute;
  left: 0;
  bottom: 11rem;
  width: 8.36rem;
  z-index: 0;
  opacity: 0.3;
  display: block;
  animation: here3 2s infinite 1.6s alternate;
  -webkit-animation: here3 2s infinite 1.6s alternate;
}
.searchxq-floor .dt3 {
  position: absolute;
  right: 0;
  bottom: 5rem;
  width: 6.52rem;
  z-index: 0;
  opacity: 0.3;
  display: block;
  animation: here3 2s infinite 1.6s alternate;
  -webkit-animation: here3 2s infinite 1.6s alternate;
}
.searchxq-floor .w {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.searchxq-floor .w .title {
  align-self: flex-start;
  font-size: 0.3rem;
  color: #000;
  margin-bottom: 0.8rem;
  font-family: AR;
}
.searchxq-floor .w .zhengshu-box {
  position: relative;
  align-self: center;
  width: 6.15rem;
  height: 4.11rem;
  border-radius: 0.1rem;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.searchxq-floor .w .zhengshu-box .zsk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  display: block;
}
.searchxq-floor .w .zhengshu-box .zs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.9rem;
  height: 3.8rem;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.searchxq-floor .w .zhengshu-box img {
  width: 5.9rem;
  height: 3.9rem;
  object-fit: cover;
  display: block;
}
.searchxq-floor .w .fanshu {
  background: url(../img/shubg.png) no-repeat;
  background-size: 100% 100%;
  width: 650px;
  position: relative;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.searchxq-floor .w .fanshu h2 {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  font-size: 0.28rem;
}
.searchxq-floor .w .fanshu .flipbook {
  transform: translateY(-0.25rem) !important;
}
.searchxq-floor .w .fanshu .flipbook .page {
  width: 4.8rem;
  height: 3.42rem;
  background-color: #fff;
}
.searchxq-floor .w .fanshu .flipbook .page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.searchxq-floor .w .xq-title {
  align-self: center;
  width: 3rem;
  height: 0.4rem;
  background: url(../img/xqtitle.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  margin-bottom: 0.6rem;
}
.searchxq-floor .w .xq-title.xq-title2 {
  font-size: 0.28rem;
  font-family: AR;
}
.searchxq-floor .w .xq-title.xq-titles {
  margin-bottom: 0.35rem;
}
.searchxq-floor .w .cpxj-box {
  width: 100%;
  height: 3.93rem;
  background: url(../img/xjhz.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.searchxq-floor .w .cpxj-box .big-swiper {
  position: relative;
  margin-bottom: 0.2rem;
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper-button-prev {
  background-color: #747373;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  left: 1.4rem;
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper-button-prev:hover {
  background-color: #12756f;
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper-button-prev::after {
  font-size: 0.2rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.477);
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper-button-next {
  background-color: #747373;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  right: 1.4rem;
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper-button-next:hover {
  background-color: #12756f;
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper-button-next::after {
  font-size: 0.2rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.477);
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper {
  width: 3.34rem;
  box-shadow: 0.08rem 0.13rem 0.18rem 0.13rem rgba(56, 41, 30, 0.15);
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper .swiper-slide {
  width: 3.34rem;
  height: 1.8rem;
}
.searchxq-floor .w .cpxj-box .big-swiper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.searchxq-floor .w .cpxj-box .small-swiper .swiper {
  width: 5.3rem;
}
.searchxq-floor .w .cpxj-box .small-swiper .swiper .swiper-slide {
  height: 0.45rem;
}
.searchxq-floor
  .w
  .cpxj-box
  .small-swiper
  .swiper
  .swiper-slide.swiper-slide-thumb-active {
  border: 5px solid #12756f;
}
.searchxq-floor .w .cpxj-box .small-swiper .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchxq-floor .w .zz-introduce {
  display: flex;
  align-items: center;
}
.searchxq-floor .w .zz-introduce .img-box {
  width: 3.53rem;
  height: 2.78rem;
  border-radius: 0.1rem;
  margin-right: 0.3rem;
  overflow: hidden;
}
.searchxq-floor .w .zz-introduce .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.searchxq-floor .w .zz-introduce .text-box {
  flex: 1;
}
.searchxq-floor .w .zz-introduce .text-box .int-title {
  text-indent: 2em;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.searchxq-floor .w .zz-introduce .text-box p {
  font-size: 0.16rem;
  text-indent: 2em;
  line-height: 2em;
  color: #3e3a39;
}
.news-content {
  padding: 0.94rem 0;
}
.news-content img {
  max-width: 100%;
}
.news-content .w h2 {
  font-size: 0.3rem;
  color: #221815;
  font-family: RE;
  font-weight: normal;
}
.news-content .w .date {
  font-size: 0.14rem;
  color: #221815;
  margin: 0.35rem 0;
}
.news-content .w .img-content {
  display: flex;
  margin-bottom: 0.4rem;
}
.news-content .w .img-content .img-box {
  width: 5.31rem;
  height: 5.16rem;
  margin-right: 0.4rem;
}
.news-content .w .img-content .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-content .w .img-content .text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-content .w .img-content .text-box p {
  font-size: 0.18rem;
}
.news-content .w .img-content .text-box p:not(:last-child) {
  margin-bottom: 0.1rem;
}
.news-content .w .img-content .text-box p.pro-name {
  font-size: 0.2rem;
}
.news-content .w .img-content .text-box p.pro-price {
  font-size: 0.2rem;
  font-weight: bold;
}
.news-content .w > p {
  font-size: 0.18rem;
  line-height: 2em;
  text-indent: 2em;
  margin-bottom: 0.4rem;
}
.news-content .w .share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.14rem;
}
.news-content .w .share .icon-box {
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
}
.news-content .w .share .icon-box a {
  display: block;
  width: 0.24rem;
}
.news-content .w .share .icon-box a:not(:last-child) {
  margin-right: 0.1rem;
}
.news-content .w .share .icon-box a img {
  width: 100%;
  display: block;
}
.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 99999;
  display: none;
}
.mengceng img {
  width: 40%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rowup {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(var(--aaa), 0, 0);
  }
}
@keyframes here3 {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-50px);
  }
}
.back-btn {
  cursor: pointer;
}
.back-btn a {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
}
.back-btn a img {
  width: 0.3rem;
  display: block;
  margin-right: 0.1rem;
}
