.wrap {
  width: 73.5%;
  margin: 0 auto;
}
.more {
  width: 1.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #fff;
  background-color: #009b4c;
}
.more:hover {
  opacity: 0.8;
}
.more img {
  width: 0.4rem;
  display: block;
  margin-left: 0.2rem;
}
.dian2 {
  height: 0.8rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}
header.active {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
header.active > .wrap .header_logo img {
  display: none;
}
header.active > .wrap .header_logo img:last-child {
  display: block;
}
header.active > .wrap .header_logo img:first-child {
  display: none;
}
header.active > .wrap .header-right .header_nav > li > a {
  color: #333;
}
header.active > .wrap .header-right .input-box .search-input {
  background-color: unset;
  color: #333;
  border: 1px solid #7d7d7d;
}
header.active > .wrap .header-right .input-box .search-btn span {
  color: #009b4c;
}
header.active > .wrap .header-right .language > a span {
  font-size: 0.2rem;
  color: #009b4c;
}
header > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
header > .wrap .header_logo img {
  display: none;
}
header > .wrap .header_logo img:first-child {
  display: block;
}
header > .wrap .header-right {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.2rem;
}
header > .wrap .header-right .header_nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0.6rem;
}
header > .wrap .header-right .header_nav > li {
  height: 100%;
  transition: 0.3s;
  position: relative;
}
header > .wrap .header-right .header_nav > li.notRe {
  position: static;
}
header > .wrap .header-right .header_nav > li .second {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.05rem;
  width: max-content;
  border-bottom: 0.08rem solid #009b4c;
  display: none;
}
header > .wrap .header-right .header_nav > li .second a {
  display: block;
  padding: 0.05rem 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
header > .wrap .header-right .header_nav > li .second a.active {
  color: #009b4c;
}
header > .wrap .header-right .header_nav > li .second a:hover {
  color: #009b4c;
}
header > .wrap .header-right .header_nav > li:not(:last-child) {
  margin-right: 0.15rem;
}
header > .wrap .header-right .header_nav > li.active {
  background-color: #009b4c;
}
header > .wrap .header-right .header_nav > li.active a {
  color: #fff;
}
header > .wrap .header-right .header_nav > li:hover {
  background-color: #009b4c;
}
header > .wrap .header-right .header_nav > li:hover a {
  color: #fff;
}
header > .wrap .header-right .header_nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  height: 100%;
  color: #fff;
  font-size: 0.18rem;
}
header > .wrap .header-right .header_nav > li .second-box {
  position: absolute;
  width: 100%;
  top: 0.8rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 0.08rem solid #009b4c;
  display: none;
}
header > .wrap .header-right .header_nav > li .second-box .tab-change {
  padding-left: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul {
  display: flex;
  align-items: center;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li {
  margin-right: 0.35rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li.active
  a {
  color: #009b4c;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li.active
  a::after {
  width: 100%;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li:hover
  a {
  color: #009b4c;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li:hover
  a::after {
  width: 100%;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li
  a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  color: #fff;
  font-size: 0.18rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .tab-change
  .second-ul
  li
  a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.02rem;
  background-color: #009b4c;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
header > .wrap .header-right .header_nav > li .second-box .product-box {
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
  padding: 0.2rem 0.4rem;
  display: none;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box.haveBig.active {
  display: block;
}
header > .wrap .header-right .header_nav > li .second-box .product-box.active {
  display: grid;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .sanji-change {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .sanji-change
  a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  margin: 0 0.25rem;
  color: #fff;
  font-size: 0.18rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .sanji-change
  a.active {
  color: #009b4c;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .sanji-change
  a:hover {
  color: #009b4c;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-content {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
  padding: 0.2rem 0.4rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-content.active {
  display: grid;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 0.2rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li
  a {
  display: block;
  height: 1.2rem;
  padding: 0 0.25rem;
  padding-top: 0.15rem;
  color: #fff;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li
  a:hover
  .li-title {
  color: #009b4c;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li
  a:hover
  .li-title
  img {
  transform: translateX(0.05rem);
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li
  a
  .li-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  transition: 0.5s;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li
  a
  .li-title
  img {
  width: 0.14rem;
  display: block;
  transition: 0.5s;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  .big-li
  a
  p {
  font-size: 0.18rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  > a {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  margin-left: 0.3rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  > a:not(:last-child) {
  margin-bottom: 0.1rem;
}
header
  > .wrap
  .header-right
  .header_nav
  > li
  .second-box
  .product-box
  .product-item
  > a:hover {
  color: #009b4c;
}
header > .wrap .header-right .input-box {
  position: relative;
  margin-right: 0.25rem;
}
header > .wrap .header-right .input-box .search-input {
  width: 2rem;
  height: 0.32rem;
  border-radius: 0.03rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding-right: 0.32rem;
  padding-left: 0.2rem;
  color: #fff;
  font-size: 0.14rem;
}
header > .wrap .header-right .input-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
header > .wrap .header-right .input-box .search-btn a {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header > .wrap .header-right .input-box .search-btn span {
  font-size: 0.14rem;
  color: #fff;
}
header > .wrap .header-right .language {
  position: relative;
  height: 100%;
}
header > .wrap .header-right .language:hover .second {
  display: block;
}
header > .wrap .header-right .language > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header > .wrap .header-right .language > a span {
  font-size: 0.2rem;
  color: #fff;
}
header > .wrap .header-right .language .second {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.1rem;
  padding: 0.05rem 0;
  display: none;
}
header > .wrap .header-right .language .second a {
  display: block;
  padding: 0.05rem 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
header > .wrap .header-right .language .second a.active {
  color: #009b4c;
}
header > .wrap .header-right .language .second a:hover {
  color: #009b4c;
}
.banner .swiper {
  width: 100% !important;
}
.banner .swiper .swiper-slide {
  width: 100% !important;
  position: relative;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .swiper .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
/*  background-color: rgba(0, 0, 0, 0.2);*/
}
.banner .swiper .swiper-slide .text-box h1 {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
  line-height: 1.8em;
  display: block;
  width: 54%;
}
.banner .swiper .swiper-slide .text-box p {
  font-size: 0.24rem;
}
.banner .btn {
  background: none;
}
.banner .btn::after {
  display: none;
}
.banner .btn span {
  color: #999;
  font-size: 0.4rem;
  transition: 0.3s;
}
.banner .btn span:hover {
  color: #009b4c;
}
.banner .btn.swiper-button-next {
  right: 0;
}
.banner .btn.swiper-button-prev {
  left: 0;
}
.banner .swiper-pagination {
  bottom: 0.35rem;
}
.banner .swiper-pagination span {
  border-radius: unset;
  width: 0.45rem;
  height: 0.04rem;
}
.banner
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #009b4f;
  opacity: 1;
}
.banner .swiper-pagination span.swiper-pagination-bullet {
  opacity: 0.2;
  background: #fff;
}
.floor1 {
  background-color: #eeeeee;
  padding: 0.28rem 0;
}
.floor1 .wrap {
  position: relative;
}
.floor1 .wrap .swiper-button-prev {
  left: -0.5rem;
}
.floor1 .wrap .swiper-button-next {
  right: -0.5rem;
}
.floor1 .wrap .btn::after {
  color: #333;
}
.floor1 .wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}
.floor1 .wrap ul li a {
  height: 2.2rem;
  display: block;
  background-color: #fff;
}
.floor1 .wrap ul li a:hover p {
  color: #fff;
  background-color: #009b4c;
}
.floor1 .wrap ul li a .img-box {
  width: 100%;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor1 .wrap ul li a .img-box img {
  width: 80%;
  display: block;
}
.floor1 .wrap ul li a p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.4rem;
  font-size: 0.18rem;
  color: #333;
  transition: all 0.3s;
}
.floor2 {
  padding-bottom: 0.9rem;
}
.floor2 .wrap .f2-swiper1 .swiper-slide.swiper-slide-thumb-active a {
  background: linear-gradient(to bottom, #47d08a, #019d4e);
}
.floor2 .wrap .f2-swiper1 .swiper-slide.swiper-slide-thumb-active a p {
  color: #fff;
}
.floor2 .wrap .f2-swiper1 .swiper-slide.swiper-slide-thumb-active a img {
  filter: brightness(0) invert(1);
}
.floor2 .wrap .f2-swiper1 .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  transition: 0.3s;
}
.floor2 .wrap .f2-swiper1 .swiper-slide a img {
  width: 0.5rem;
  display: block;
  margin-bottom: 0.2rem;
  transition: 0.3s;
}
.floor2 .wrap .f2-swiper1 .swiper-slide a p {
  font-size: 0.18rem;
  color: #6b6b6b;
  transition: 0.3s;
}
.floor2 .wrap .f2-swiper2 {
  position: relative;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide {
  background-color: #f4f5f9;
  display: flex;
  min-height: 5rem;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box {
  width: 50%;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .text-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .more {
  width: 1.8rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #fff;
  background-color: #009b4c;
  margin-top: 0.2rem;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .more:hover {
  opacity: 0.8;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .text-box .more img {
  width: 0.4rem;
  display: block;
  margin-left: 0.2rem;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .img-box {
  width: 50%;
}
.floor2 .wrap .f2-swiper2 .swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.floor2 .wrap .f2-swiper2 .swiper-button-prev {
  left: -0.4rem;
}
.floor2 .wrap .f2-swiper2 .swiper-button-next {
  right: -0.4rem;
}
.floor3 {
  position: relative;
  color: #fff;
}
.floor3 .head {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.floor3 .head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 1.25rem;
}
.floor3 .head .wrap .title h2 {
  font-size: 0.44rem;
  line-height: 1em;
  padding-bottom: 0.12rem;
}
.floor3 .head .wrap .title p {
  font-size: 0.18rem;
  max-width: 5.65rem;
  line-height: 0.31rem;
  max-width: 8rem;
}
.floor3 .head .wrap .title * {
  color: #fff;
}
.floor3 .head .wrap .btn.swiper {
  margin-right: 0;
}
.floor3 .head .wrap .btn .swiper-wrapper {
  width: 3.8rem;
}
.floor3 .head .wrap .btn .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.floor3 .head .wrap .btn .swiper-wrapper .swiper-slide .top {
  height: 0.88rem;
  margin-bottom: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.floor3
  .head
  .wrap
  .btn
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .top {
  background: #009b4c;
}
.floor3
  .head
  .wrap
  .btn
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .bottom {
  opacity: 1;
}
.floor3 .head .wrap .btn .swiper-wrapper .swiper-slide .bottom {
  width: 100%;
  height: 0.03rem;
  background: #009b4c;
  opacity: 0;
  transition: 0.3s;
}
.floor3 .list li {
  height: 8rem;
  background: center no-repeat;
  background-size: cover;
  padding-top: 3.45rem;
}
.floor3 .list li h3 {
  font-size: 0.4rem;
}
.floor3 .list li dl {
  padding: 0.5rem 0;
}
.floor3 .list li dl dd {
  margin: 0;
  position: relative;
  padding-left: 0.26rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.floor3 .list li dl dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 2px solid #009b4c;
}
.floor3 .list li .p-more {
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
.floor3 .list li .p-more:hover img {
  transform: translateX(0.2rem);
}
.floor3 .list li .p-more img {
  margin-left: 0.3rem;
  width: 0.3rem;
  display: block;
  transition: 0.3s;
}
.floor4 {
  background: url(../img/aboutbg.png) no-repeat;
  background-size: cover;
}
.floor4 .wrap {
  padding: 1.85rem 0;
  padding-bottom: 1.35rem;
  display: flex;
  flex-direction: column;
}
.floor4 .wrap .floor4-content {
  display: flex;
  margin-bottom: 0.5rem;
}
.floor4 .wrap .floor4-content .video-box {
  width: 50%;
  height: 4.5rem;
  position: relative;
  cursor: pointer;
  margin-right: 0.15rem;
}
.floor4 .wrap .floor4-content .video-box:hover .bofang {
  display: block;
}
.floor4 .wrap .floor4-content .video-box .course {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor4 .wrap .floor4-content .video-box .bofang {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  display: none;
}
.floor4 .wrap .floor4-content .video-box .bofang .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  display: block;
}
.floor4 .wrap .floor4-content .company-introduce {
  direction: rtl;
  flex: 1;
  padding-left: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 4.5rem;
  overflow-y: scroll;
  margin-bottom: 0;
}
.floor4 .wrap .floor4-content .company-introduce .boxxx {
  direction: ltr;
}
.floor4 .wrap .floor4-content .company-introduce h2 {
  text-align: right;
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0.15rem;
}
.floor4 .wrap .floor4-content .company-introduce .small-title {
  text-align: right;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.floor4 .wrap .floor4-content .company-introduce p {
  text-align: left;
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
  text-align: justify;
  text-indent: 2em;
}
.floor4 .wrap .floor4-content .company-introduce p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.floor4 .wrap .more {
  align-self: flex-end;
}
.floor .wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.35rem;
}
.floor .wrap .title-box h2 {
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.floor .wrap .title-box p {
  font-size: 0.18rem;
  color: #333;
}
.floor5 {
  padding: 0.7rem 0 0.5rem;
}
.floor5 .wrap .news-change {
  margin-bottom: 0.5rem;
}
.floor5 .wrap .news-change ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor5 .wrap .news-change ul li:not(:last-child) {
  margin-right: 0.3rem;
}
.floor5 .wrap .news-change ul li.active a {
  background-color: #009b4c;
  color: #fff;
}
.floor5 .wrap .news-change ul li:hover a {
  background-color: #009b4c;
  color: #fff;
}
.floor5 .wrap .news-change ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 0.45rem;
  background-color: #eeeeee;
  color: #333;
  border-radius: 0.22rem;
  transition: all 0.3s;
  font-size: 0.21rem;
}
.floor5 .wrap .news-content {
  display: flex;
  justify-content: space-between;
  display: none;
}
.floor5 .wrap .news-content.active {
  display: flex;
}
.floor5 .wrap .news-content .first-box,
.floor5 .wrap .news-content .second-box {
  background-color: #f7f7f7;
  width: 4.3rem;
  height: 5.3rem;
}
.floor5 .wrap .news-content .first-box:hover > a .text-box .news-title,
.floor5 .wrap .news-content .second-box:hover > a .text-box .news-title {
  color: #009b4c;
}
.floor5 .wrap .news-content .first-box:hover > a .text-box .n-more span,
.floor5 .wrap .news-content .second-box:hover > a .text-box .n-more span {
  transform: translateX(0.2rem);
}
.floor5 .wrap .news-content .first-box > a,
.floor5 .wrap .news-content .second-box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor5 .wrap .news-content .first-box > a .img-box,
.floor5 .wrap .news-content .second-box > a .img-box {
  width: 100%;
  height: 2.88rem;
}
.floor5 .wrap .news-content .first-box > a .img-box img,
.floor5 .wrap .news-content .second-box > a .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.floor5 .wrap .news-content .first-box > a .text-box,
.floor5 .wrap .news-content .second-box > a .text-box {
  padding: 0.2rem;
  padding-bottom: 0.4rem;
}
.floor5 .wrap .news-content .first-box > a .text-box .news-title,
.floor5 .wrap .news-content .second-box > a .text-box .news-title {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.14rem;
  transition: 0.3s;
}
.floor5 .wrap .news-content .first-box > a .text-box .fabu-date,
.floor5 .wrap .news-content .second-box > a .text-box .fabu-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.2rem;
}
.floor5 .wrap .news-content .first-box > a .text-box p,
.floor5 .wrap .news-content .second-box > a .text-box p {
  font-size: 0.16rem;
  color: #6d6e71;
  line-height: 1.8em;
  min-height: 0.8rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.floor5 .wrap .news-content .first-box > a .text-box .n-more,
.floor5 .wrap .news-content .second-box > a .text-box .n-more {
  color: #009b4c;
  font-size: 0.14rem;
}
.floor5 .wrap .news-content .first-box > a .text-box .n-more span,
.floor5 .wrap .news-content .second-box > a .text-box .n-more span {
  display: inline-block;
  transition: 0.3s;
}
.floor5 .wrap .news-content .third-box {
  width: 5rem;
  height: 5.3rem;
  background-color: #f7f7f7;
}
.floor5 .wrap .news-content .third-box ul {
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  height: 100%;
}
.floor5 .wrap .news-content .third-box ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.floor5 .wrap .news-content .third-box ul li:hover a .news-title {
  color: #009b4c;
}
.floor5 .wrap .news-content .third-box ul li a .news-title {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.12rem;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floor5 .wrap .news-content .third-box ul li a .date {
  font-size: 0.14rem;
  color: #7a7a7a;
}
.floor6 {
  padding: 0.7rem 0 0.9rem;
  background: url(../img/friendbg.png) no-repeat;
  background-size: cover;
}
.floor6 .wrap .friend-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.14rem;
}
.floor6 .wrap .friend-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.1rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  transition: 0.3s;
}
.floor6 .wrap .friend-list li a:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.floor6 .wrap .friend-list li a:hover img {
  transform: scale(1.1);
}
.floor6 .wrap .friend-list li a img {
  width: 60%;
  height: 80%;
  object-fit: contain;
  display: block;
  transition: 0.3s;
}
.banner2 {
  width: 100%;
  height: 3rem;
  position: relative;
}
.banner2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner2 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner2 .wrap h1 {
  font-size: 0.3rem;
}
.banner2 .wrap .line {
  width: 0.24rem;
  height: 0.04rem;
  background-color: #009b4c;
  margin: 0.1rem 0;
}
.banner2 .wrap .en {
  font-size: 0.24rem;
}
.breadcrumb-nav {
  padding: 0.24rem 0;
}
.breadcrumb-nav .wrap {
  display: flex;
}
.breadcrumb-nav .wrap ul {
  display: flex;
  align-items: center;
}
.breadcrumb-nav .wrap ul li {
  font-size: 0.18rem;
  color: #333;
}
.breadcrumb-nav .wrap ul li:last-child {
  font-size: 0.18rem;
  color: #009b4c;
}
.breadcrumb-nav .wrap ul li:hover a {
  color: #009b4c;
}
.breadcrumb-nav .wrap ul li a {
  font-size: 0.18rem;
  color: #333;
}
.breadcrumb-nav .wrap ul li.jiantou {
  margin: 0 0.04rem;
}
footer {
  background: url(../img/footerbg.png) no-repeat;
  background-size: cover;
}
footer .wrap .footer-top {
  padding: 0.6rem 0 1.3rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
}
footer .wrap .footer-top .top-left {
  margin-right: 0.6rem;
}
footer .wrap .footer-top .top-left .footer-logo {
  margin-bottom: 0.3rem;
}
footer .wrap .footer-top .top-left .tel {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
footer .wrap .footer-top .top-left p {
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
}
footer .wrap .footer-top .top-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
footer .wrap .footer-top .top-right .footer-nav {
  display: flex;
}
footer .wrap .footer-top .top-right .footer-nav .nav-item:not(:last-child) {
  margin-right: 0.5rem;
}
footer .wrap .footer-top .top-right .footer-nav .nav-item .nav-title {
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
footer .wrap .footer-top .top-right .footer-nav .nav-item .nav-title a {
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  line-height: unset;
}
footer .wrap .footer-top .top-right .footer-nav .nav-item a {
  display: block;
  font-size: 0.14rem;
  color: #ccc;
  line-height: 1.8em;
}
footer .wrap .footer-top .top-right .footer-nav .nav-item a:hover {
  color: #009b4c;
}
footer .wrap .footer-top .top-right .code-box .img-box {
  width: 1.3rem;
}
footer .wrap .footer-top .top-right .code-box .img-box img {
  width: 100%;
  display: block;
}
footer .wrap .footer-top .top-right .code-box p {
  font-size: 0.14rem;
  line-height: 1.8em;
  text-align: center;
}
footer .wrap .support {
  padding: 0.3rem 0;
  font-size: 0.14rem;
  color: #999999;
}
footer .wrap .support a {
  font-size: 0.14rem;
  color: #999999;
  transition: 0.3s;
}
footer .wrap .support a:hover {
  color: #fff;
}
.floor7 {
  margin-bottom: 0.25rem;
}
.floor7 .wrap {
  height: 1rem;
  background-color: #eeeeee;
  color: #333;
  padding: 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floor7 .wrap h2 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.floor7 .wrap p {
  font-size: 0.14rem;
}
.floor8 {
  padding-bottom: 1.7rem;
}
.floor8 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.floor8 .wrap .product-changes {
  position: sticky;
  top: 1.05rem;
  width: 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.05rem;
  background-color: #f7f7f7;
  padding: 0.08rem;
  margin-right: 0.3rem;
}
.floor8 .wrap .product-changes ul li {
  border-radius: 0.03rem;
}
.floor8 .wrap .product-changes ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.floor8 .wrap .product-changes ul li.active > a {
  background-color: #eeeeee;
}
.floor8 .wrap .product-changes ul li.active > a img {
  transform: rotateZ(90deg);
}
.floor8 .wrap .product-changes ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.08rem;
  font-size: 0.18rem;
  color: #333;
  transition: 0.3s;
}
.floor8 .wrap .product-changes ul li a img {
  width: 0.08rem;
  display: block;
  transition: 0.3s;
}
.floor8 .wrap .product-changes ul li .second {
  background-color: #eeeeee;
  display: none;
}
.floor8 .wrap .product-changes ul li .second > a {
  font-size: 0.16rem;
  padding: 0.08rem;
  border-top: 1px solid #dcdcdc;
}
.floor8 .wrap .product-changes ul li .second > a.active {
  background-color: #d2d2d2;
}
.floor8 .wrap .product-changes ul li .second .ss > a {
  font-size: 0.16rem;
  padding: 0.08rem;
  border-top: 1px solid #dcdcdc;
}
.floor8 .wrap .product-changes ul li .second .ss > a.active {
  background-color: #d2d2d2;
}
.floor8 .wrap .product-changes ul li .second .third {
  padding: 0.06rem 0;
  display: none;
}
.floor8 .wrap .product-changes ul li .second .third a {
  font-size: 0.14rem;
  padding: 0.08rem;
  padding-left: 0.16rem;
}
.floor8 .wrap .product-list {
  flex: 1;
}
.floor8 .wrap .product-list ul {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.floor8 .wrap .product-list ul li {
  background-color: #eeeeee;
}
.floor8 .wrap .product-list ul li:hover a .img-box img {
  transform: scale(1.1);
}
.floor8 .wrap .product-list ul li:hover a .product-name {
  color: #009b4c;
}
.floor8 .wrap .product-list ul li a {
  display: block;
  padding: 0 0.3rem;
  padding-bottom: 0.2rem;
}
.floor8 .wrap .product-list ul li a .img-box {
  overflow: hidden;
  width: 100%;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor8 .wrap .product-list ul li a .img-box img {
  width: 90%;
  display: block;
  transition: 0.3s;
}
.floor8 .wrap .product-list ul li a .product-name {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
  transition: 0.3s;
}
.floor8 .wrap .product-list ul li a p {
  min-height: 0.55rem;
  font-size: 0.14rem;
  color: #333;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a {
  width: 0.28rem;
  height: 0.28rem;
  border: 1px solid #ccc;
  color: #333;
  margin: 0 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  border-radius: 0.05rem;
}
.paging a:hover {
  background-color: #eeeeee;
}
.paging a.active {
  background-color: #eeeeee;
}
.floor9 {
  padding-bottom: 0.35rem;
}
.floor9 .wrap {
  display: flex;
}
.floor9 .wrap .cp-information {
  width: 7rem;
  margin-right: 0.65rem;
}
.floor9 .wrap .cp-information .cp-enname {
  position: relative;
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 0.04rem solid #eeeeee;
}
.floor9 .wrap .cp-information .cp-enname::after {
  content: "";
  position: absolute;
  bottom: -0.04rem;
  width: 1.6rem;
  height: 0.04rem;
  background-color: #009b4c;
  left: 0;
}
.floor9 .wrap .cp-information .cp-name {
  font-size: 0.18rem;
  color: #333;
  margin: 0.4rem 0 0.5rem;
}
.floor9 .wrap .cp-information p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
  margin-bottom: 0.14rem;
}
.floor9 .wrap .cp-information .download {
  margin-top: 0.4rem;
}
.floor9 .wrap .cp-information .download a {
  display: block;
  width: max-content;
  padding: 0.15rem 0.5rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #009b4c;
}
.floor9 .wrap .img-preview {
  flex: 1;
}
.floor9 .wrap .img-preview .big-img {
  width: 100%;
  height: 3.8rem;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.14rem;
  overflow: hidden;
}
.floor9 .wrap .img-preview .big-img img {
  width: 80%;
  display: block;
}
.floor9 .wrap .img-preview .img-list {
  display: flex;
  justify-content: space-between;
}
.floor9 .wrap .img-preview .img-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9rem;
  border: 1px solid #d2d2d2;
}
.floor9 .wrap .img-preview .img-list a.active {
  border-color: #009b4c;
}
.floor9 .wrap .img-preview .img-list a:hover {
  border-color: #009b4c;
}
.floor9 .wrap .img-preview .img-list a img {
  width: 80%;
  display: block;
}
.floor10 {
  padding-bottom: 4rem;
}
.floor10 .wrap .cpxq-change {
  width: 100%;
  background-color: #eeeeee;
  height: 0.5rem;
  margin-bottom: 0.4rem;
}
.floor10 .wrap .cpxq-change ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.floor10 .wrap .cpxq-change ul li {
  height: 100%;
}
.floor10 .wrap .cpxq-change ul li.active a {
  border-color: #009b4c;
  color: #009b4c;
}
.floor10 .wrap .cpxq-change ul li:hover a {
  border-color: #009b4c;
  color: #009b4c;
}
.floor10 .wrap .cpxq-change ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.35rem;
  border-bottom: 0.04rem solid transparent;
  color: #333;
  font-size: 0.18rem;
}
.floor10 .wrap .cpxq-item {
  padding-top: 0.8rem;
}
.floor10 .wrap .cpxq-item .cpxq-title {
  font-size: 0.24rem;
  color: #333;
  padding-left: 0.15rem;
  border-left: 4px solid #009b4c;
  margin-bottom: 0.3rem;
}
.floor10 .wrap .cpxq-item p {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #333;
}
.floor10 .wrap .cpxq-item p:not(:last-child) {
  margin-bottom: 0.14rem;
}
.floor10 .wrap .cpxq-item ul {
  border: 1px solid #000;
  border-bottom: none;
}
.floor10 .wrap .cpxq-item ul li {
  font-size: 0.18rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.floor10 .wrap .cpxq-item ul li .guige {
  padding: 0.1rem 0;
  width: 3rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #000;
  padding-left: 0.1rem;
}
.floor10 .wrap .cpxq-item ul li .miaoshu {
  line-height: 0.3rem;
  padding: 0.1rem 0;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}
.floor10 .wrap .cpxq-item .shouce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  background-color: #eeeeee;
  padding: 0 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  color: #333;
  transition: 0.3s;
}
.floor10 .wrap .cpxq-item .shouce:hover {
  color: #009b4c;
}
.floor10 .wrap .cpxq-item .shouce .downloadimg {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #009b4c;
}
.floor10 .wrap .cpxq-item .shouce .downloadimg img {
  width: 0.3rem;
  display: block;
  margin-right: 0.05rem;
}
.floor11 {
  padding-bottom: 0.9rem;
}
.floor11 .wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.floor11 .wrap ul li {
  background-color: #eeeeee;
}
.floor11 .wrap ul li:hover a .img-box img {
  transform: scale(1.1);
}
.floor11 .wrap ul li:hover a .text-box .fa-name {
  color: #009b4c;
}
.floor11 .wrap ul li .img-box {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.floor11 .wrap ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.floor11 .wrap ul li .text-box {
  padding: 0.25rem 0.3rem;
  color: #333;
}
.floor11 .wrap ul li .text-box .fa-name {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  transition: 0.3s;
}
.floor11 .wrap ul li .text-box p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.floor11 .wrap ul li .text-box p a {
  display: block;
  font-size: 0.18rem;
  margin-right: 0.25rem;
}
.floor11 .wrap ul li .text-box p a:hover {
  color: #009b4c;
}
.faxq-floor {
  padding-bottom: 0.8rem;
}
.faxq-floor .wrap .fa-change {
  padding: 0 0.05rem;
  border-bottom: 0.04rem solid #eeeeee;
}
.faxq-floor .wrap .fa-change ul {
  display: flex;
  align-items: center;
}
.faxq-floor .wrap .fa-change ul li {
  margin-right: 0.2rem;
}
.faxq-floor .wrap .fa-change ul li.active a {
  color: #009b4c;
}
.faxq-floor .wrap .fa-change ul li.active a::after {
  display: block;
}
.faxq-floor .wrap .fa-change ul li:hover a {
  color: #009b4c;
}
.faxq-floor .wrap .fa-change ul li:hover a::after {
  display: block;
}
.faxq-floor .wrap .fa-change ul li a {
  position: relative;
  display: block;
  padding: 0 0.05rem;
  padding-bottom: 0.14rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.faxq-floor .wrap .fa-change ul li a::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  bottom: -0.04rem;
  background-color: #009b4c;
  left: 0;
  height: 0.04rem;
}
.faxq-floor .wrap .faxq-content {
  padding-top: 0.4rem;
}
.faxq-floor .wrap .faxq-content img {
  width: 60%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0.22rem;
}
.faxq-floor .wrap .faxq-content .faxq-title {
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.faxq-floor .wrap .faxq-content .faxq-item {
  margin-bottom: 0.3rem;
}
.faxq-floor .wrap .faxq-content .faxq-item .faxq-class {
  font-size: 0.24rem;
  color: #333;
  padding-left: 0.14rem;
  border-left: 0.04rem solid #009b4c;
  margin-bottom: 0.3rem;
}
.faxq-floor .wrap .faxq-content .faxq-item p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
}
.faxq-floor .wrap .faxq-content .faxq-item p span {
  display: block;
  font-weight: bold;
}
.floor .wrap .dz-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.dz-floor1 {
  padding: 0.8rem 0;
}
.dz-floor1 .wrap .dz-title {
  margin-bottom: 0.6rem;
}
.dz-floor1 .wrap .fw-list ul {
  display: flex;
  justify-content: space-between;
}
.dz-floor1 .wrap .fw-list ul li {
  width: 4rem;
}
.dz-floor1 .wrap .fw-list ul li .img-box {
  width: 100%;
  height: 4rem;
  margin-bottom: 0.3rem;
}
.dz-floor1 .wrap .fw-list ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dz-floor1 .wrap .fw-list ul li p {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.dz-floor2 {
  padding: 0.8rem 0 1.2rem;
  position: relative;
}
.dz-floor2 .swiper img {
  width: 100%;
  display: block;
}
.dz-floor2 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.dz-floor2 .wrap .dz-title {
  color: #fff;
  margin-bottom: 1rem;
}
.dz-floor2 .wrap .xuqiu-list ul {
  display: flex;
  border: 1px solid #fff;
  border-right: none;
}
.dz-floor2 .wrap .xuqiu-list ul li {
  border-right: 1px solid #fff;
  flex: 1;
  height: 3.8rem;
  transition: 0.3s;
}
.dz-floor2 .wrap .xuqiu-list ul li.active {
  flex: 1.5;
  background-color: rgba(0, 0, 0, 0.25);
}
.dz-floor2 .wrap .xuqiu-list ul li.active a .jiantou {
  background-color: #009b4c;
  border-color: #009b4c;
}
.dz-floor2 .wrap .xuqiu-list ul li a {
  height: 100%;
  padding: 0.4rem 0.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dz-floor2 .wrap .xuqiu-list ul li a .top-box img {
  width: 0.6rem;
  display: block;
  margin-bottom: 0.4rem;
}
.dz-floor2 .wrap .xuqiu-list ul li a .top-box p {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}
.dz-floor2 .wrap .xuqiu-list ul li a .jiantou {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.dz-floor2 .wrap .xuqiu-list ul li a .jiantou span {
  font-size: 0.1rem;
  color: #fff;
}
.dz-floor3 {
  padding: 1.15rem 0;
}
.dz-floor3 .wrap .floor3-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dz-floor3 .wrap .floor3-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.dz-floor3 .wrap .floor3-item:not(:last-child) {
  margin-bottom: 1.18rem;
}
.dz-floor3 .wrap .floor3-item .text-box {
  width: 46.4%;
}
.dz-floor3 .wrap .floor3-item .text-box .text-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.1rem;
  border-left: 0.04rem solid #009b4c;
  margin-bottom: 0.3rem;
}
.dz-floor3 .wrap .floor3-item .text-box p {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #333;
  text-indent: 2em;
}
.dz-floor3 .wrap .floor3-item .img-box {
  width: 46.4%;
  height: 4rem;
}
.dz-floor3 .wrap .floor3-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dz-floor4 {
  padding-bottom: 2.1rem;
}
.dz-floor4 .wrap .f4-box {
  height: 4rem;
  background: url(../img/f4bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  padding-left: 0.6rem;
  padding-right: 6.5rem;
  line-height: 1.8em;
  margin-bottom: 0.55rem;
}
.dz-floor4 .wrap p {
  line-height: 1.8em;
/*  text-align: center;*/
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.6rem;
}
.dz-floor4 .wrap p span {
  color: #999;
}
.dz-floor4 .wrap .daotu img {
  display: block;
  margin: 0 auto;
  max-width:100%;
}
.jszc-floor {
  padding-bottom: 0.8rem;
}
.jszc-floor .wrap .jszc-change {
  padding: 0 0.05rem;
  border-bottom: 0.04rem solid #eeeeee;
}
.jszc-floor .wrap .jszc-change ul {
  display: flex;
  align-items: center;
}
.jszc-floor .wrap .jszc-change ul li {
  margin-right: 0.2rem;
}
.jszc-floor .wrap .jszc-change ul li.active a {
  color: #009b4c;
}
.jszc-floor .wrap .jszc-change ul li.active a::after {
  display: block;
}
.jszc-floor .wrap .jszc-change ul li:hover a {
  color: #009b4c;
}
.jszc-floor .wrap .jszc-change ul li:hover a::after {
  display: block;
}
.jszc-floor .wrap .jszc-change ul li a {
  position: relative;
  display: block;
  padding: 0 0.05rem;
  padding-bottom: 0.14rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.jszc-floor .wrap .jszc-change ul li a::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  bottom: -0.04rem;
  background-color: #009b4c;
  left: 0;
  height: 0.04rem;
}
.jszc-floor .wrap .jszc-content {
  display: none;
  padding-top: 0.6rem;
}
.jszc-floor .wrap .jszc-content.active {
  display: block;
}
.jszc-floor .wrap .jszc-content .search-box {
  width: 8rem;
  margin: 0 auto;
  margin-bottom: 0.6rem;
  position: relative;
}
.jszc-floor .wrap .jszc-content .search-box .wtcx-title {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-align: center;
}
.jszc-floor .wrap .jszc-content .search-box .input-boxxx {
  position: relative;
  margin-bottom: 0.2rem;
}
.jszc-floor .wrap .jszc-content .search-box .input-boxxx .seachinput {
  width: 8rem;
  border-radius: 0.1rem;
  border: 1px solid #d2d2d2;
  height: 0.66rem;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  outline: none;
  box-sizing: border-box;
}
.jszc-floor .wrap .jszc-content .search-box .input-boxxx .seachinput.active {
  border-radius: unset;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.jszc-floor .wrap .jszc-content .search-box .input-boxxx .wti-list {
  border: 1px solid #d2d2d2;
  border-top: none;
  display: none;
  position: absolute;
  top: 0.66rem;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.jszc-floor .wrap .jszc-content .search-box .input-boxxx .wti-list ul li:hover {
  background-color: #f7f7f7;
}
.jszc-floor
  .wrap
  .jszc-content
  .search-box
  .input-boxxx
  .wti-list
  ul
  li:hover
  a {
  color: #009b4c;
}
.jszc-floor .wrap .jszc-content .search-box .input-boxxx .wti-list ul li a {
  display: block;
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
}
.jszc-floor .wrap .jszc-content .search-box .checkbox {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  color: #333;
  display: flex;
  align-items: center;
}
.jszc-floor .wrap .jszc-content .search-box .checkbox input {
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #d2d2d2;
  margin-right: 0.1rem;
  border-radius: 0.03rem;
}
.jszc-floor .wrap .jszc-content .search-box .search-button {
  margin-top: 0.45rem;
}
.jszc-floor .wrap .jszc-content .search-box .search-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 0.66rem;
  border-radius: 0.1rem;
  background-color: #009b4c;
  color: #fff;
  font-size: 0.18rem;
}
.jszc-floor .wrap .jszc-content .search-box .search-button a:hover {
  opacity: 0.8;
}
.jszc-floor .wrap .jszc-content .small-title {
  padding-left: 0.1rem;
  border-left: 0.04rem solid #009b4c;
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
  color: #333;
}
.jszc-floor .wrap .jszc-content .shouce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  background-color: #eeeeee;
  padding: 0 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  color: #333;
  transition: 0.3s;
}
.jszc-floor .wrap .jszc-content .shouce:hover {
  color: #009b4c;
}
.jszc-floor .wrap .jszc-content .shouce span {
  color: #009b4c;
}
.jszc-floor .wrap .qdxz-box {
  padding-top: 0.3rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list {
  margin-bottom: 0.55rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li {
  height: 1.2rem;
  padding: 0 0.24rem 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeeeee;
  margin-bottom: 0.15rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-left {
  display: flex;
  align-items: center;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-left img {
  width: 0.6rem;
  display: block;
  margin-right: 0.3rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-left .text-box {
  color: #333;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-left .text-box .qd-title {
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-left .text-box p {
  font-size: 0.18rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-right {
  display: flex;
  align-items: center;
  color: #333;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-right .date {
  font-size: 0.18rem;
  margin-right: 0.34rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0.66rem;
  border: 1px solid #009b4c;
  font-size: 0.18rem;
  color: #009b4c;
  transition: 0.3s;
  border-radius: 0.1rem;
}
.jszc-floor .wrap .qdxz-box .qdxz-list li .list-right a:hover {
  color: #fff;
  background-color: #009b4c;
}
.jszc-floor .wrap .wtxq-box .question {
  background-color: #f7f7f7;
  padding: 0.2rem;
  font-size: 0.18rem;
  color: #333;
  display: flex;
  margin-bottom: 0.3rem;
}
.jszc-floor .wrap .wtxq-box .question div {
  width: 0.6rem;
  font-weight: bold;
}
.jszc-floor .wrap .wtxq-box .question p {
  flex: 1;
}
.jszc-floor .wrap .wtxq-box .huida {
  padding: 0 0.2rem;
  font-size: 0.18rem;
  color: #009b4c;
  display: flex;
  margin-bottom: 0.6rem;
}
.jszc-floor .wrap .wtxq-box .huida p {
  flex: 1;
  line-height: 1.8em;
}
.jszc-floor .wrap .wtxq-box .huida div {
  width: 0.6rem;
  font-weight: bold;
}
.jszc-floor .wrap .wtxq-box .printer {
  width: 1.2rem;
  height: 0.66rem;
  background-color: #009b4c;
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
}
.jszc-floor .wrap .wtxq-box .printer:hover {
  opacity: 0.8;
}
.jszc-floor .wrap .wtxq-box .printer img {
  width: 0.26rem;
  display: block;
  margin-right: 0.1rem;
}
.jszc-floor .wrap .sh-content h2 {
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.7rem;
}
.jszc-floor .wrap .sh-content .fw-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.jszc-floor .wrap .sh-content .fw-list li {
  width: 3rem;
  height: 2.86rem;
  background-color: #f3f9f7;
  padding-top: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jszc-floor .wrap .sh-content .fw-list li:not(:last-child) {
  margin-right: 1.27rem;
}
.jszc-floor .wrap .sh-content .fw-list li img {
  width: 0.85rem;
  display: block;
  margin-bottom: 0.4rem;
}
.jszc-floor .wrap .sh-content .fw-list li p {
  font-size: 0.24rem;
  color: #333;
}
.jszc-floor .wrap .sh-content .fw-list li p span {
  color: #009b4c;
}
.jszc-floor .wrap .sh-content .lc-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.jszc-floor .wrap .sh-content .tk-box {
  padding: 0.6rem 0.45rem;
  background-color: #f7f7f7;
  border-radius: 0.2rem;
}
.jszc-floor .wrap .sh-content .tk-box h3 {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.jszc-floor .wrap .sh-content .tk-box > p {
  text-indent: 2em;
  font-size: 0.16rem;
  color: #373943;
  line-height: 2em;
}
.jszc-floor .wrap .sh-content .tk-box table {
  width: 8rem;
  margin: 0 auto;
  border-radius: 0.1rem;
  background-color: #fff;
  border-collapse: collapse;
  outline: 0.1px solid #e5e5e5;
  overflow: hidden;
}
.jszc-floor .wrap .sh-content .tk-box table thead tr {
  background-color: #5f667b;
}
.jszc-floor .wrap .sh-content .tk-box table thead th {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  height: 0.4rem;
}
.jszc-floor .wrap .sh-content .tk-box table tbody td {
  width: 2rem;
  font-size: 0.14rem;
  text-align: center;
  color: #373943;
  height: 0.66rem;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
}
.jszc-floor .wrap .sh-content .tk-box .wd-table {
  margin-bottom: 0.9rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map {
  width: 6.38rem;
  height: 5.27rem;
  margin-right: 1.9rem;
  position: relative;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian {
  position: absolute;
  top: 3.4rem;
  left: 4.5rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian2 {
  top: 1.95rem;
  left: 4.65rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian3 {
  top: 3.2rem;
  left: 5.45rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian4 {
  top: 4.4rem;
  left: 4.5rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian.dian5 {
  top: 3rem;
  left: 3.8rem;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle {
  position: relative;
  width: 0.08rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  cursor: pointer;
}
.jszc-floor
  .wrap
  .sh-content
  .tk-box
  .map-fenbu
  .map
  .didian
  .circle:hover
  .xinxi {
  display: block;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle .xinxi {
  display: none;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background-color: rgba(255, 255, 255, 0.674);
  font-size: 0.14rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  z-index: 999;
}
.jszc-floor
  .wrap
  .sh-content
  .tk-box
  .map-fenbu
  .map
  .didian
  .circle
  .xinxi::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.674);
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle .dotted {
  height: 0.08rem;
  width: 0.08rem;
  background-color: #009b4c;
  border-radius: 50%;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .map .didian .circle .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.05rem;
  height: 0.05rem;
  background-color: rgba(0, 155, 76, 0.4);
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
}
.jszc-floor .wrap .sh-content .tk-box .map-fenbu .wangdian-list p {
  font-size: 0.16rem;
  color: #373943;
}
.jszc-floor
  .wrap
  .sh-content
  .tk-box
  .map-fenbu
  .wangdian-list
  p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box {
  padding-top: 0.4rem;
  border-top: 1px solid #e5e5e5;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box p {
  font-size: 0.16rem;
  color: #373943;
  line-height: 2em;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box .second-title {
  font-size: 0.24rem;
  color: #333;
  padding-left: 0.2rem;
  border-left: 4px solid #009b4c;
  margin-bottom: 0.35rem;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box .fw-item {
  color: #373943;
  font-size: 0.16rem;
  margin-bottom: 0.4rem;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box .fw-item .small-title {
  font-weight: bold;
  color: #373943;
  font-size: 0.16rem;
  margin-bottom: 0;
  line-height: 2em;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box .fw-item p {
  line-height: 2em;
  text-indent: 2em;
}
.jszc-floor .wrap .sh-content .tk-box .shouhou-box .littlep {
  width: 8rem;
  margin: 0 auto;
  text-align: right;
  font-size: 0.14rem;
  color: #373943;
  line-height: 2em;
}
.company-introduce {
  margin-bottom: 1.3rem;
}
.company-introduce .wrap {
  display: flex;
  justify-content: space-between;
}
.company-introduce .wrap .text-box {
  padding-top: 0.5rem;
  position: relative;
  flex: 1;
}
.company-introduce .wrap .text-box .company-name {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
.company-introduce .wrap .text-box .company-name span {
  color: #009b4c;
}
.company-introduce .wrap .text-box .en-name {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.company-introduce .wrap .text-box p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
}
.company-introduce .wrap .text-box p:not(:last-child) {
  margin-bottom: 0.35rem;
}
.company-introduce .wrap .text-box .about-us {
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-size: 1.8rem;
  width: max-content;
  color: #999;
  opacity: 0.1;
  z-index: -1;
}
.company-introduce .wrap .img-box {
  width: 4.8rem;
  margin-left: 0.8rem;
  height: 5.6rem;
}
.company-introduce .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gs-floor {
  margin-bottom: 1rem;
}
.gs-floor .wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.7rem;
}
.gs-floor .wrap .title-box h2 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.gs-floor .wrap .title-box .en {
  font-size: 0.36rem;
  color: #999999;
  opacity: 0.2;
  font-weight: bold;
}
.fzlc .wrap .licheng {
  margin-bottom: 0.7rem;
}
.fzlc .wrap .licheng .swiper-slide {
  display: flex;
  height: 4rem;
  background-color: #f2f7fb;
}
.fzlc .wrap .licheng .swiper-slide .img-box {
  width: 50%;
}
.fzlc .wrap .licheng .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fzlc .wrap .licheng .swiper-slide .text-box {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fzlc .wrap .licheng .swiper-slide .text-box .year {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.fzlc .wrap .licheng .swiper-slide .text-box .year span {
  color: #009b4c;
  font-size: 0.36rem;
}
.fzlc .wrap .licheng .swiper-slide .text-box .line {
  width: 0.45rem;
  height: 0.02rem;
  background-color: #009b4c;
  margin-bottom: 0.5rem;
}
.fzlc .wrap .licheng .swiper-slide .text-box p {
  font-size: 0.18rem;
  color: #999;
  font-weight: normal;
  line-height: 1.8em;
}
.fzlc .wrap .shijian-box {
  position: relative;
}
.fzlc .wrap .shijian-box::after {
  content: "";
  position: absolute;
  width: 107%;
  height: 0.01rem;
  background-color: #eee;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fzlc .wrap .shijian-box .btn {
  background: none;
}
.fzlc .wrap .shijian-box .btn::after {
  display: none;
}
.fzlc .wrap .shijian-box .btn span {
  color: #999;
  font-size: 0.2rem;
  transition: 0.3s;
}
.fzlc .wrap .shijian-box .btn span:hover {
  color: #009b4c;
}
.fzlc .wrap .shijian-box .btn.swiper-button-next {
  right: -0.6rem;
}
.fzlc .wrap .shijian-box .btn.swiper-button-prev {
  left: -0.6rem;
}
.fzlc .wrap .shijian-box .shijian .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fzlc
  .wrap
  .shijian-box
  .shijian
  .swiper-slide.swiper-slide-thumb-active
  .circle {
  background-color: #009b4c;
  color: #fff;
}
.fzlc .wrap .shijian-box .shijian .swiper-slide .circle {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f2f7fb;
  font-size: 0.24rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.zhengshu {
  padding-bottom: 0.9rem;
}
.zhengshu .wrap .zhengshu-swiper {
  position: relative;
}
.zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide {
  padding: 0.45rem;
  border: 1px solid #e9f4f9;
}
.zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide:nth-child(odd) {
  background-color: #fafdff;
}
.zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide .zhengshu-title {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide p {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.2rem;
}
.zhengshu .wrap .zhengshu-swiper .swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.zhengshu .wrap .zhengshu-swiper .btn {
  background: none;
}
.zhengshu .wrap .zhengshu-swiper .btn::after {
  display: none;
}
.zhengshu .wrap .zhengshu-swiper .btn span {
  color: #999;
  font-size: 0.2rem;
  transition: 0.3s;
}
.zhengshu .wrap .zhengshu-swiper .btn span:hover {
  color: #009b4c;
}
.zhengshu .wrap .zhengshu-swiper .btn.swiper-button-next {
  right: -0.6rem;
}
.zhengshu .wrap .zhengshu-swiper .btn.swiper-button-prev {
  left: -0.6rem;
}
.liuyan-floor {
  background-color: #f7f7f7;
  padding: 0.5rem 0;
}
.liuyan-floor .wrap {
  display: flex;
  justify-content: space-between;
}
.liuyan-floor .wrap > div {
  width: 48%;
}
.liuyan-floor .wrap .liuyan-box h2 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.liuyan-floor .wrap .liuyan-box .form-item {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.15rem;
}
.liuyan-floor .wrap .liuyan-box .form-item p {
  display: block;
  width: 0.6rem;
}
.liuyan-floor .wrap .liuyan-box .form-item input {
  border: 1px solid #dcdcdc;
  width: 3.3rem;
  height: 0.44rem;
}
.liuyan-floor .wrap .liuyan-box .form-item textarea {
  flex: 1;
  width: 100%;
  resize: none;
  border: 1px solid #dcdcdc;
  outline: none;
  height: 1.1rem;
}
.liuyan-floor .wrap .liuyan-box .miaoshu {
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.liuyan-floor .wrap .liuyan-box .miaoshu p {
  padding-top: 0.1rem;
}
.liuyan-floor .wrap .liuyan-box .submit-btn {
  padding-left: 0.6rem;
}
.liuyan-floor .wrap .liuyan-box .submit-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009b4c;
  width: 1.2rem;
  height: 0.44rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
}
.liuyan-floor .wrap .liuyan-box .submit-btn a:hover {
  opacity: 0.8;
}
.liuyan-floor .wrap .map-box {
  position: relative;
  height: 4rem;
}
.liuyan-floor .wrap .map-box #map {
  width: 100%;
  height: 100%;
}
.liuyan-floor .wrap .map-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.liuyan-floor .wrap .map-box .didian {
  position: absolute;
  top: 2.5rem;
  left: 4.7rem;
}
.liuyan-floor .wrap .map-box .didian.dian2 {
  top: 1.5rem;
  left: 4.8rem;
}
.liuyan-floor .wrap .map-box .didian.dian3 {
  top: 2.32rem;
  left: 5.6rem;
}
.liuyan-floor .wrap .map-box .didian.dian4 {
  top: 3.25rem;
  left: 4.7rem;
}
.liuyan-floor .wrap .map-box .didian.dian5 {
  top: 2.1rem;
  left: 4rem;
}
.liuyan-floor .wrap .map-box .didian .circle {
  position: relative;
  width: 0.08rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  cursor: pointer;
}
.liuyan-floor .wrap .map-box .didian .circle:hover .xinxi {
  display: block;
}
.liuyan-floor .wrap .map-box .didian .circle .xinxi {
  display: none;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background-color: rgba(255, 255, 255, 0.674);
  font-size: 0.14rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  z-index: 999;
}
.liuyan-floor .wrap .map-box .didian .circle .xinxi::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.674);
}
.liuyan-floor .wrap .map-box .didian .circle .dotted {
  height: 0.08rem;
  width: 0.08rem;
  background-color: #009b4c;
  border-radius: 50%;
}
.liuyan-floor .wrap .map-box .didian .circle .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.05rem;
  height: 0.05rem;
  background-color: rgba(0, 155, 76, 0.4);
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
}
.faxq-floor .news-content {
  padding-top: 0.4rem;
}
.faxq-floor .news-content .top-news {
  margin-bottom: 0.25rem;
}
.faxq-floor .news-content .top-news a {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  height: 4.4rem;
}
.faxq-floor .news-content .top-news a:hover .img-box img {
  transform: scale(1.1);
}
.faxq-floor .news-content .top-news a:hover .text-box .news-title {
  color: #009b4c;
}
.faxq-floor .news-content .top-news a:hover .text-box .yd-btn {
  background-color: #009b4c;
  color: #fff;
  border-color: #009b4c;
}
.faxq-floor .news-content .top-news a .img-box {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.faxq-floor .news-content .top-news a .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.faxq-floor .news-content .top-news a .text-box {
  width: 50%;
  padding: 0 0.44rem;
  color: #333;
}
.faxq-floor .news-content .top-news a .text-box .news-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  transition: 0.3s;
}
.faxq-floor .news-content .top-news a .text-box .date {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.faxq-floor .news-content .top-news a .text-box p {
  font-size: 0.16rem;
  color: #999;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 1.4rem;
  margin-bottom: 0.3rem;
}
.faxq-floor .news-content .top-news a .text-box .yd-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #bfbfbf;
  color: #999;
  font-size: 0.14rem;
  transition: all 0.3s;
}
.faxq-floor .news-content .news-list {
  margin-bottom: 0.6rem;
}
.faxq-floor .news-content .news-list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.faxq-floor .news-content .news-list li a {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  height: 2.4rem;
}
.faxq-floor .news-content .news-list li a:hover .img-box img {
  transform: scale(1.1);
}
.faxq-floor .news-content .news-list li a:hover .text-box .news-title {
  color: #009b4c;
}
.faxq-floor .news-content .news-list li a:hover .text-box .yd-btn {
  background-color: #009b4c;
  color: #fff;
  border-color: #009b4c;
}
.faxq-floor .news-content .news-list li a .img-box {
  width: 4rem;
  height: 100%;
  overflow: hidden;
}
.faxq-floor .news-content .news-list li a .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.faxq-floor .news-content .news-list li a .text-box {
  flex: 1;
  padding: 0 0.5rem;
  color: #333;
}
.faxq-floor .news-content .news-list li a .text-box .news-title {
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  transition: 0.3s;
}
.faxq-floor .news-content .news-list li a .text-box .date {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.faxq-floor .news-content .news-list li a .text-box p {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.3rem;
}
.faxq-floor .news-content .news-list li a .text-box .yd-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #bfbfbf;
  color: #999;
  font-size: 0.14rem;
  transition: all 0.3s;
}
.zp-floor {
  padding: 0.2rem 0;
  min-height: 7.5rem;
}
.zp-floor .wrap {
  margin-bottom: 0.6rem;
}
.zp-floor .wrap .paging {
  margin-top: 0.6rem;
}
.zp-floor .wrap .zp-item {
  margin-bottom: 0.2rem;
}
.zp-floor .wrap .zp-item.active {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.zp-floor .wrap .zp-item.active .top {
  background-color: #fff;
}
.zp-floor .wrap .zp-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.zp-floor .wrap .zp-item:hover .top {
  background-color: #fff;
}
.zp-floor .wrap .zp-item:hover .top .zhankai {
  background-color: #009b4c;
  color: #fff;
  border: 1px solid #009b4c;
}
.zp-floor .wrap .zp-item .top {
  background-color: #f7f7f7;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.35rem;
}
.zp-floor .wrap .zp-item .top .zhiwei {
  font-size: 0.16rem;
  color: #333;
}
.zp-floor .wrap .zp-item .top .didian {
  text-align: center;
}
.zp-floor .wrap .zp-item .top .didian .small-title {
  font-size: 0.14rem;
  color: #999;
}
.zp-floor .wrap .zp-item .top .didian p {
  font-size: 0.16rem;
  color: #333;
}
.zp-floor .wrap .zp-item .top .zhankai {
  cursor: pointer;
  width: 1rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #999;
  border: 1px solid #999;
}
.zp-floor .wrap .zp-item .bottom {
  display: none;
  border-top: 1px solid #eeeeee;
  padding: 0.35rem;
}
.zp-floor .wrap .zp-item .bottom .title {
  padding-left: 0.1rem;
  border-left: 3px solid #009b4c;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.24rem;
}
.zp-floor .wrap .zp-item .bottom ul {
  margin-bottom: 0.4rem;
}
.zp-floor .wrap .zp-item .bottom ul li {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
}
.lc-floor {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.lc-floor .wrap .lc-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.1rem;
  border-left: 0.04rem solid #009b4c;
  margin-bottom: 0.3rem;
}
.lc-floor .wrap .lc-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.lc-floor .wrap .lc-box .jt {
  width: 0.4rem;
  display: block;
}
.lc-floor .wrap .lc-box .lc-item {
  width: 3rem;
  padding: 0.45rem 0.4rem;
  background-color: #f3f9f7;
}
.lc-floor .wrap .lc-box .lc-item img {
  width: 0.85rem;
  display: block;
  margin-bottom: 0.5rem;
}
.lc-floor .wrap .lc-box .lc-item .item-title {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.lc-floor .wrap .lc-box .lc-item p {
  font-size: 0.18rem;
  color: #009b4c;
}
.lc-floor .wrap .lc-table {
  width: 100%;
  border-collapse: collapse;
}
.lc-floor .wrap .lc-table thead tr {
  background-color: #fff !important;
  font-size: 0.18rem;
}
.lc-floor .wrap .lc-table thead tr th {
  text-align: left;
}
.lc-floor .wrap .lc-table thead tr th:first-child,
.lc-floor .wrap .lc-table thead tr th:nth-child(5),
.lc-floor .wrap .lc-table thead tr th:nth-child(6) {
  text-align: center;
}
.lc-floor .wrap .lc-table thead tr th:first-child {
  width: 0.9rem;
}
.lc-floor .wrap .lc-table tr {
  font-size: 0.18rem;
  color: #333;
}
.lc-floor .wrap .lc-table tr td:first-child,
.lc-floor .wrap .lc-table tr td:nth-child(5),
.lc-floor .wrap .lc-table tr td:nth-child(6) {
  text-align: center;
}
.lc-floor .wrap .lc-table tr td {
  padding: 0.1rem 0;
}
.lc-floor .wrap .lc-table tr:nth-child(odd) {
  background-color: #f3f9f7;
}
.news-content {
  padding-bottom: 0.6rem;
}
.news-content .wrap {
  text-align: center;
  padding: 0 0.35rem;
  padding-top: 0.6rem;
}
.news-content .wrap h2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.8em;
}
.news-content .wrap .biaozhu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem 0;
}
.news-content .wrap .biaozhu div {
  font-size: 0.14rem;
  color: #333;
}
.news-content .wrap .biaozhu .laiyuan {
  margin-right: 0.25rem;
}
.news-content .wrap .main-information {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 0.4rem 0;
  min-height: 7.5rem;
  text-align: left;
}
.news-content .wrap .main-information p {
  font-size: 0.14rem;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 0.3rem;
  text-indent: 2em;
}
.news-content .wrap .prev-next {
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-content .wrap .prev-next div a {
  font-size: 0.14rem;
  color: #333;
}
.news-content .wrap .prev-next div a:hover {
  color: #212d87;
}
@keyframes pulse {
  70% {
    width: 0.16rem;
    height: 0.16rem;
    opacity: 1;
  }
  100% {
    width: 0.2rem;
    height: 0.2rem;
    opacity: 0;
  }
}
