.wrap {
  width: 16rem;
  margin: 0 auto;
}
.dian {
  height: 1rem;
}
.common-btn {
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid #2da584;
  transition: 0.3s;
}
.common-btn:hover {
  background-color: #fff;
}
.common-btn:hover img {
  transform: translateX(0.1rem);
}
.common-btn a,
.common-btn div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2da584;
  font-size: 0.18rem;
  font-weight: bold;
}
.common-btn a img,
.common-btn div img {
  width: 0.07rem;
  margin-left: 0.12rem;
  transition: 0.3s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 1rem;
  transition: 0.3s;
  background-color: #fff;
}
header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .logo {
  width: 1.44rem;
}
header .wrap .logo img {
  width: 100%;
  display: block;
}
header .wrap .header-navs {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .wrap .header-navs li {
  position: relative;
  height: 100%;
}
header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.5rem;
}
header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.03rem;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
header .wrap .header-navs li.active::after {
  bottom: 0rem;
  opacity: 1;
  width: 100%;
  background-color: #2da584;
}
header .wrap .header-navs li.active > a {
  color: #2da584;
  font-weight: bold;
}
header .wrap .header-navs li:hover::after {
  bottom: 0rem;
  opacity: 1;
  width: 100%;
  background-color: #2da584;
}
header .wrap .header-navs li:hover > a {
  color: #2da584;
  font-weight: bold;
}
header .wrap .header-navs li:hover .sub {
  display: block;
}
header .wrap .header-navs li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.18rem;
  color: #000;
}
header .wrap .header-navs li .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.18rem;
  min-width: 100%;
  top: 1rem;
  background: #fff;
  padding: 0.2rem 0;
  box-shadow: 0 2px 6px 0 #0000004d;
  border-radius: 4px;
}
header .wrap .header-navs li .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  height: 0.56rem;
  color: #333;
}
header .wrap .header-navs li .sub a:hover {
  color: #2da584;
}
header .wrap .header-navs li .sub a.active {
  color: #2da584;
}
header .wrap .language-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
  padding: 0 0.2rem;
  cursor: pointer;
  font-size: 0.18rem;
  margin-left: 0.5rem;
}
header .wrap .language-btn:hover .sub {
  display: block;
}
header .wrap .language-btn img {
  width: 0.24rem;
  display: block;
  margin-right: 0.1rem;
  transition: 0.3s;
}
header .wrap .language-btn p {
  transition: 0s;
}
header .wrap .language-btn .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.18rem;
  min-width: 100%;
  top: 1rem;
  background: #fff;
  padding: 0.2rem 0;
  box-shadow: 0 2px 6px 0 #0000004d;
  border-radius: 4px;
}
header .wrap .language-btn .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  height: 0.56rem;
}
header .wrap .language-btn .sub a:hover {
  color: #2da584;
}
header .wrap .language-btn .sub a.active {
  color: #2da584;
}
.banner {
  position: relative;
  height: calc(100vh - 1rem);
  max-height: 9rem;
  width: 100%;
}
.banner.banner2 {
  position: relative;
  height: 5rem;
}
.banner.banner2 .wrap {
  position: absolute;
  left: 50%;
  bottom: 0.66rem;
  transform: translateX(-50%);
  z-index: 2;
}
.banner.banner2 .wrap .banner-text {
  color: #fff;
}
.banner.banner2 .wrap .banner-text h2 {
  font-size: 0.66rem;
}
.banner.banner2 .wrap .banner-text .en {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
.banner.banner2 .wrap .banner-text .line {
  width: 0.62rem;
  height: 0.03rem;
  background-color: #fff;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper .swiper-btns {
  position: absolute;
  display: flex;
  align-items: center;
  left: 1.6rem;
  bottom: 1.3rem;
}
.banner .swiper .swiper-btn {
  position: static;
  margin: 0;
  width: 1.07rem;
  height: 1.07rem;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s;
}
.banner .swiper .swiper-btn:not(:last-child) {
  margin-right: 0.54rem;
}
.banner .swiper .swiper-btn:hover {
  background-color: #fff;
}
.banner .swiper .swiper-btn:hover::after {
  color: #2da584;
}
.banner .swiper .swiper-btn::after {
  color: #fff;
  font-size: 0.4rem;
}
.banner .swiper .swiper-pagination {
  bottom: 0.8rem;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  opacity: 1;
  background-color: #fff;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 0.3rem;
  background-color: #2da584;
}
.floor .floor-title {
  color: #333;
}
.floor .floor-title .en {
  font-size: 0.7rem;
  opacity: 0.2;
  font-weight: bold;
  font-family: Microsoft YaHei;
  line-height: 0.015em;
  letter-spacing: 0.09em;
}
.floor .floor-title h2 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.floor .floor-title p {
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}
.floor .floor-title .line {
  width: 0.4rem;
  height: 0.05rem;
  background: linear-gradient(90deg, #2da584 1%, #0170b6 100%);
}
.floor1 {
  height: 7.05rem;
  display: flex;
  background-color: #edf5fa;
}
.floor1 .img-box {
  width: 50%;
  height: 100%;
}
.floor1 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor1 .intro-box {
  width: 50%;
  padding-left: 1.6rem;
  padding-top: 0.88rem;
  padding-right: 0.44rem;
}
.floor1 .intro-box .entext {
  width: 5.85rem;
  margin-bottom: 0.08rem;
}
.floor1 .intro-box .company-name {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  background: linear-gradient(270deg, #0271b5 5%, #2da584 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.4rem;
}
.floor1 .intro-box .company-name img {
  width: 0.45rem;
  margin-right: 0.15rem;
}
.floor1 .intro-box .number-list {
  display: flex;
  margin-bottom: 0.3rem;
}
.floor1 .intro-box .number-list .number-item {
  text-align: center;
}
.floor1 .intro-box .number-list .number-item:not(:last-child) {
  margin-right: 0.65rem;
}
.floor1 .intro-box .number-list .number-item .number {
  background: linear-gradient(270deg, #0271b5 5%, #2da584 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.64rem;
  font-weight: bold;
  line-height: 0.64rem;
  margin-bottom: 0.2rem;
}
.floor1 .intro-box .number-list .number-item p {
  font-size: 0.16rem;
  color: #333;
}
.floor1 .intro-box .intro {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 0.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.floor2 {
  background: linear-gradient(270deg, #9fc8c2 0%, #b3d6d1 99%);
  padding-top: 0.72rem;
  padding-bottom: 1.26rem;
}
.floor2 .wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 0.7rem;
}
.floor2 .wrap .floor-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}
.floor2 .wrap .qx {
  position: relative;
  margin-top: 0.7rem;
}
.floor2 .wrap .qx .img-box {
  width: 5.46rem;
  height: 5.46rem;
  border-radius: 50%;
  border: 2px dashed #e9e9e9;
  position: relative;
  overflow: hidden;
}
.floor2 .wrap .qx .img-box .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.floor2 .wrap .qx .img-box .bgimg.active {
  opacity: 1;
}
.floor2 .wrap .qx .lian-item {
  position: absolute;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.floor2 .wrap .qx .lian-item.active img {
  filter: none;
  opacity: 1;
}
.floor2 .wrap .qx .lian-item.active p {
  opacity: 1;
  color: #2da584;
}
.floor2 .wrap .qx .lian-item img {
  margin-bottom: 0.1rem;
  height: 0.5rem;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.floor2 .wrap .qx .lian-item p {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
}
.floor2 .wrap .qx .lian-item:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.66rem;
}
.floor2 .wrap .qx .lian-item:nth-child(2) {
  left: 4.86rem;
  bottom: 4.74rem;
}
.floor2 .wrap .qx .lian-item:nth-child(3) {
  left: 5.72rem;
  bottom: 2.68rem;
}
.floor2 .wrap .qx .lian-item:nth-child(4) {
  left: 5.3rem;
  bottom: 0.88rem;
}
.floor2 .wrap .qx .lian-item:nth-child(5) {
  left: 3.87rem;
  bottom: -0.7rem;
}
.floor2 .wrap .qx .lian-item:nth-child(6) {
  right: 3.87rem;
  bottom: -0.7rem;
}
.floor2 .wrap .qx .lian-item:nth-child(7) {
  right: 5.3rem;
  bottom: 0.88rem;
}
.floor2 .wrap .qx .lian-item:nth-child(8) {
  right: 5.72rem;
  bottom: 2.68rem;
}
.floor2 .wrap .qx .lian-item:nth-child(9) {
  right: 4.86rem;
  bottom: 4.74rem;
}
.floor2 .wrap .qx .dian {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #e9e9e9;
  border-radius: 50%;
}
.floor2 .wrap .qx .dian.active {
  background-color: #2da584;
}
.floor2 .wrap .qx .dian:nth-child(1) {
  top: -0.05rem;
  left: 50%;
  transform: translateX(-50%);
}
.floor2 .wrap .qx .dian:nth-child(2) {
  top: 0.7rem;
  right: 0.8rem;
}
.floor2 .wrap .qx .dian:nth-child(3) {
  top: 2.5rem;
  right: -0.05rem;
}
.floor2 .wrap .qx .dian:nth-child(4) {
  bottom: 1.2rem;
  right: 0.4rem;
}
.floor2 .wrap .qx .dian:nth-child(5) {
  bottom: 0.18rem;
  right: 1.6rem;
}
.floor2 .wrap .qx .dian:nth-child(6) {
  bottom: 0.18rem;
  left: 1.6rem;
}
.floor2 .wrap .qx .dian:nth-child(7) {
  bottom: 1.2rem;
  left: 0.4rem;
}
.floor2 .wrap .qx .dian:nth-child(8) {
  top: 2.5rem;
  left: -0.05rem;
}
.floor2 .wrap .qx .dian:nth-child(9) {
  top: 0.7rem;
  left: 0.8rem;
}
.floor3 {
  padding: 1.15rem 0;
  padding-left: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor3 .floor-title {
  margin-bottom: 0.7rem;
}
.floor3 p {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.8em;
  margin-bottom: 0.7rem;
}
.floor3 .floor-textbox {
  margin-right: 0.9rem;
}
.floor3 .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.floor3 .product-list .product-item {
  width: 100%;
}
.floor3 .product-list .product-item:hover a .img-box img {
  transform: scale(1.1);
}
.floor3 .product-list .product-item a {
  width: 100%;
  display: block;
}
.floor3 .product-list .product-item a .img-box {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.34rem;
  overflow: hidden;
}
.floor3 .product-list .product-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.floor3 .product-list .product-item a p {
  font-size: 0.2rem;
  color: #333;
  text-align: center;
}
.floor4 {
  padding-top: 0.7rem;
  padding-bottom: 1.4rem;
  background-color: #fcfcfc;
}
.floor4 .floor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}
.floor4 .scroll-box {
  overflow: hidden;
  margin: 0 auto;
}
.floor4 .scroll-box .friend-list {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scroll-left 20s linear infinite;
  width: max-content;
}
.floor4 .scroll-box .friend-list .img-box {
  width: 2.78rem;
  border: 0.1rem solid #483205;
}
.floor4 .scroll-box .friend-list .img-box:not(:last-child) {
  margin-right: 0.65rem;
}
.floor4 .scroll-box .friend-list .img-box img {
  width: 100%;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-19.2rem);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.floor5 {
  background: #fafafa;
  padding: 0.75rem 0;
}
.floor5 .wrap .floor-title {
  margin-bottom: 0.5rem;
}
.floor5 .wrap .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-bottom: 0.54rem;
}
.floor5 .wrap .news-list .news-item {
  background-color: #fff;
  padding: 0.4rem 0.15rem;
  transition: 0.3s;
}
.floor5 .wrap .news-list .news-item:hover {
  transform: translateY(-0.1rem);
}
.floor5 .wrap .news-list .news-item:hover .title {
  color: #2da584;
}
.floor5 .wrap .news-list .news-item .date {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.27rem;
}
.floor5 .wrap .news-list .news-item .title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.floor5 .wrap .news-list .news-item .line {
  height: 2px;
  background-color: #e4e4e4;
  margin: 0.25rem 0;
}
.floor5 .wrap .news-list .news-item p {
  font-size: 0.16rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.3rem;
}
.floor5 .wrap .news-list .news-item .img-box {
  height: 2.6rem;
  margin-bottom: 0.3rem;
}
.floor5 .wrap .news-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor5 .wrap .news-list .news-item .toXq {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #2da584;
  font-weight: bold;
}
.floor5 .wrap .news-list .news-item .toXq img {
  margin-left: 0.04rem;
}
.floor5 .wrap .common-btn {
  margin: 0 auto;
}
footer {
  position: relative;
  z-index: 10;
  background-color: #323232;
  color: #fff;
}
footer .wrap .footer-top {
  display: flex;
  padding: 0.8rem 0 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .wrap .footer-top .logo {
  width: 1.5rem;
  margin-bottom: 0.3rem;
}
footer .wrap .footer-top .logo img {
  width: 100%;
}
footer .wrap .footer-top .icons-list {
  display: flex;
  margin-bottom: 0.3rem;
}
footer .wrap .footer-top .icons-list .icon-item {
  position: relative;
  width: 0.36rem;
  cursor: pointer;
  transition: 0.3s;
}
footer .wrap .footer-top .icons-list .icon-item:hover {
  filter: none;
}
footer .wrap .footer-top .icons-list .icon-item:hover .code {
  display: block;
}
footer .wrap .footer-top .icons-list .icon-item:not(:last-child) {
  margin-right: 0.16rem;
}
footer .wrap .footer-top .icons-list .icon-item .icon {
  width: 100%;
}
footer .wrap .footer-top .icons-list .icon-item .code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  top: 100%;
  display: none;
}
footer .wrap .footer-top p {
  font-size: 0.18rem;
  color: #999;
  line-height: 1.6em;
}
footer .wrap .footer-top .ft-right {
  margin-left: auto;
  display: flex;
  padding-top: 0.2rem;
}
footer .wrap .footer-top .ft-right .menu-item:not(:last-child) {
  margin-right: 0.6rem;
}
footer .wrap .footer-top .ft-right .menu-item h3 {
  margin-bottom: 0.3rem;
}
footer .wrap .footer-top .ft-right .menu-item h3 a {
  font-size: 0.2rem;
  color: #fff;
}
footer .wrap .footer-top .ft-right .menu-item a {
  font-size: 0.18rem;
  color: #999;
  display: block;
}
footer .wrap .footer-top .ft-right .menu-item a:hover {
  color: #2da584;
}
footer .wrap .footer-top .ft-right .menu-item a:not(:last-child) {
  margin-bottom: 0.2rem;
}
footer .wrap .support {
  padding: 0.18rem 0;
}
footer .wrap .support .footer-bottom {
  font-size: 0.18rem;
  color: #999;
  text-align: center;
}
footer .wrap .support .footer-bottom a {
  color: #999;
}
.navs-floor {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0706);
  position: relative;
  z-index: 2;
}
.navs-floor .wrap {
  display: flex;
  justify-content: space-between;
}
.navs-floor .wrap .navs-change {
  display: flex;
}
.navs-floor .wrap .navs-change .item {
  height: 0.5rem;
}
.navs-floor .wrap .navs-change .item:not(:last-child) {
  margin-right: 0.56rem;
}
.navs-floor .wrap .navs-change .item.active a {
  color: #2da584;
}
.navs-floor .wrap .navs-change .item.active a::after {
  width: 100%;
}
.navs-floor .wrap .navs-change .item:hover a {
  color: #2da584;
}
.navs-floor .wrap .navs-change .item:hover a::after {
  width: 100%;
}
.navs-floor .wrap .navs-change .item a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #333333;
  transition: 0.3s;
}
.navs-floor .wrap .navs-change .item a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #2da584;
  transition: 0.3s;
  bottom: 0;
}
.navs-floor .wrap .breadnvas {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #333;
}
.navs-floor .wrap .breadnvas img {
  width: 0.14rem;
  margin-right: 0.1rem;
}
.navs-floor .wrap .breadnvas a {
  font-size: 0.16rem;
  color: #333;
}
.navs-floor .wrap .breadnvas a:hover {
  color: #2da584;
}
.navs-floor .wrap .breadnvas span {
  display: inline-block;
  margin: 0 0.05rem;
}
.navs-floor .wrap .breadnvas p {
  color: #2da584;
}
.about-floor1 {
  padding: 0.8rem 0;
  position: relative;
  overflow: hidden;
}
.about-floor1 .company-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7.5rem;
  display: block;
}
.about-floor1 .wrap .floor-textbox .floor-title {
  margin-bottom: 0.3rem;
}
.about-floor1 .wrap .floor-textbox .intro-box {
  width: 9.6rem;
  padding: 0.5rem 0.3rem;
  background-color: #fff;
  border-radius: 0.04rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0706);
}
.about-floor1 .wrap .floor-textbox .intro-box .com-name {
  position: relative;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
.about-floor1 .wrap .floor-textbox .intro-box .com-name::after {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.26rem;
  width: 0.04rem;
  background: linear-gradient(90deg, #56d5b2 0%, #2da584 100%);
}
.about-floor1 .wrap .floor-textbox .intro-box .text-content {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8em;
}
.about-floor1 .wrap .floor-textbox .intro-box .text-content p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.about-floor2 {
  background-color: #d8d8d8;
  background: url(../img/af2bg.png) 100% 100% no-repeat;
  height: 1.9rem;
  display: flex;
}
.about-floor2 .af2-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-floor2 .af2-item img {
  height: 0.75rem;
  margin-right: 0.4rem;
}
.about-floor2 .af2-item .af2-text .number {
  color: #2da584;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}
.about-floor2 .af2-item .af2-text .number span {
  font-size: 0.54rem;
  font-weight: bold;
}
.about-floor2 .af2-item .af2-text p {
  font-size: 0.18rem;
  color: #333;
}
.about2-floor1 {
  padding: 0.8rem 0;
}
.about2-floor1 .wrap .floor-title {
  margin-bottom: 0.36rem;
}
.about2-floor1 .wrap .news-tj {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0706);
  margin-bottom: 0.4rem;
}
.about2-floor1 .wrap .news-tj a {
  position: relative;
  display: flex;
}
.about2-floor1 .wrap .news-tj a:hover .img-box img {
  transform: scale(1.05);
}
.about2-floor1 .wrap .news-tj a:hover .text-box .news-title {
  color: #2da584;
}
.about2-floor1 .wrap .news-tj a .news-bz {
  width: 0.56rem;
  height: 0.6rem;
  background: url(../img/newsbz.png) 100% 100% no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.6rem;
  top: 0;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
}
.about2-floor1 .wrap .news-tj a .img-box {
  width: 8rem;
  height: 4.3rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.about2-floor1 .wrap .news-tj a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.about2-floor1 .wrap .news-tj a .text-box {
  flex: 1;
  padding: 0 0.5rem;
  padding-top: 0.6rem;
}
.about2-floor1 .wrap .news-tj a .text-box .news-title {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.about2-floor1 .wrap .news-tj a .text-box .news-date {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.3rem;
}
.about2-floor1 .wrap .news-tj a .text-box p {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 1.2rem;
}
.about2-floor1 .wrap .news-list .news-item {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0706);
}
.about2-floor1 .wrap .news-list .news-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.about2-floor1 .wrap .news-list .news-item a {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
}
.about2-floor1 .wrap .news-list .news-item a:hover .img-box img {
  transform: scale(1.05);
}
.about2-floor1 .wrap .news-list .news-item a:hover .text-box .news-title {
  color: #2da584;
}
.about2-floor1 .wrap .news-list .news-item a .date-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2da584;
  width: 1.25rem;
}
.about2-floor1 .wrap .news-list .news-item a .date-box .day {
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.48rem;
}
.about2-floor1 .wrap .news-list .news-item a .date-box .year {
  font-size: 0.24rem;
}
.about2-floor1 .wrap .news-list .news-item a .img-box {
  width: 5.96rem;
  height: 2.65rem;
}
.about2-floor1 .wrap .news-list .news-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.about2-floor1 .wrap .news-list .news-item a .text-box {
  padding: 0 0.68rem;
  align-self: center;
}
.about2-floor1 .wrap .news-list .news-item a .text-box .news-title {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  transition: 0.3s;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.paging a {
  height: 0.44rem;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.18rem;
  font-size: 0.14rem;
}
.paging a.active {
  color: #fff;
  background-color: #2da584;
  border-color: #2da584;
}
.paging a:hover {
  color: #fff;
  background-color: #2da584;
  border-color: #2da584;
}
.paging a:not(:last-child) {
  margin-right: 0.1rem;
}
.about3-floor1 {
  padding: 0.8rem 0;
}
.about3-floor1 .wrap p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8em;
  margin-bottom: 0.3rem;
}
.about3-floor1 .wrap .map-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about3-floor1 .wrap .map-box .mapbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about3-floor1 .wrap .map-box .map {
  max-width: 100%;
}
.culture-floor1 {
  padding: 0.8rem 0;
}
.culture-floor1 .wrap .floor-title {
  margin-bottom: 0.48rem;
}
.culture-floor1 .wrap .culture-box .culture-item {
  display: flex;
  background-color: #f6f9fb;
}
.culture-floor1 .wrap .culture-box .culture-item:nth-child(even) {
  flex-direction: row-reverse;
}
.culture-floor1 .wrap .culture-box .culture-item .img-box {
  width: 50%;
  height: 3.2rem;
}
.culture-floor1 .wrap .culture-box .culture-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.culture-floor1 .wrap .culture-box .culture-item .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.6rem;
  position: relative;
  overflow: hidden;
}
.culture-floor1 .wrap .culture-box .culture-item .text-box .en {
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  bottom: 0;
  color: #f0f3f5;
  font-weight: bold;
  line-height: 1em;
}
.culture-floor1 .wrap .culture-box .culture-item .text-box h3 {
  position: relative;
  z-index: 2;
  font-size: 0.34rem;
  margin-bottom: 0.15rem;
}
.culture-floor1 .wrap .culture-box .culture-item .text-box p {
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
}
.culture-floor2 {
  padding: 0.55rem 0;
  background: url(../img/jzbg.webp) no-repeat;
  background-size: cover;
}
.culture-floor2 .wrap .floor-title {
  margin-bottom: 0.4rem;
}
.culture-floor2 .wrap .floor-title .en {
  color: #ececec;
}
.culture-floor2 .wrap .floor-title h2 {
  color: #fff;
}
.culture-floor2 .wrap .p {
  font-size: 0.2rem;
  line-height: 1.8em;
  margin-bottom: 0.46rem;
  color: #fff;
}
.culture-floor2 .wrap .jzg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item {
  background-color: rgba(255, 255, 255, 0.8);
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-comlist {
  padding: 0.9rem 0.6rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-comlist .cl-it {
  display: flex;
  align-items: center;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-comlist .cl-it:not(:last-child) {
  margin-bottom: 0.8rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-comlist .cl-it img {
  width: 0.42rem;
  margin-right: 0.2rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-comlist .cl-it p {
  font-size: 0.2rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list {
  padding: 0.4rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it {
  position: relative;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.17rem;
  top: 0;
  width: 0.02rem;
  height: 100%;
  background-color: #2da584;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it:not(:last-child) {
  padding-bottom: 0.25rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it .ci-top {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it .ci-top img {
  width: 0.36rem;
  margin-right: 0.2rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it .ci-top p {
  font-size: 0.2rem;
}
.culture-floor2 .wrap .jzg-list .jzg-item .jzg-com2list .cl-it .ci-bottom {
  font-size: 0.2rem;
  padding-left: 0.56rem;
}
.technology-floor1 {
  padding: 0.8rem 0;
}
.technology-floor1 .wrap .intro-box {
  font-size: 0.2rem;
  line-height: 1.8em;
}
.technology-floor1 .wrap .intro-box p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.technology-floor1 .wrap .img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-top: 0.44rem;
}
.technology-floor1 .wrap .img-list img {
  width: 100%;
  height: 3.8rem;
  object-fit: cover;
  display: block;
}
.technology-floor1 .wrap .hezuo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.6rem;
}
.technology-floor1 .wrap .hezuo-list .hezuo-item .img-box {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.technology-floor1 .wrap .hezuo-list .hezuo-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.technology-floor1 .wrap .hezuo-list .hezuo-item p {
  text-align: center;
  font-size: 0.2rem;
}
.technology-floor2 {
  padding: 0.8rem 0;
}
.technology-floor2 .wrap .tf2-box {
  display: flex;
  margin-bottom: 0.6rem;
}
.technology-floor2 .wrap .tf2-box .img-box {
  width: 8rem;
  height: 5.28rem;
  margin-left: 0.8rem;
}
.technology-floor2 .wrap .tf2-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.technology-floor2 .wrap .tf2-box .floor-title {
  padding-top: 0.5rem;
  flex: 1;
}
.technology-floor2 .wrap .tf2-box .floor-title p {
  font-size: 0.2rem;
  line-height: 1.8em;
}
.technology-floor2 .wrap .lxfs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.technology-floor2 .wrap .lxfs-list .lxfs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.28rem;
}
.technology-floor2 .wrap .lxfs-list .lxfs-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.technology-floor2 .wrap .lxfs-list .lxfs-item:not(:last-child) {
  border-right: 1px solid #ededed;
}
.technology-floor2 .wrap .lxfs-list .lxfs-item img {
  width: 0.58rem;
  margin-bottom: 0.2rem;
}
.technology-floor2 .wrap .lxfs-list .lxfs-item p {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.technology-floor2 .wrap .lxfs-list .lxfs-item .sml {
  font-size: 0.18rem;
  color: #999999;
}
.technology-floor3 {
  padding: 0.8rem 0;
}
.technology-floor3 .wrap .floor-title {
  border-bottom: 1px solid #d8d8d8;
}
.technology-floor3 .wrap .floor-title h2 {
  text-align: center;
}
.technology-floor3 .wrap .fw-list {
  padding: 0.7rem 0;
}
.technology-floor3 .wrap .fw-list .fw-item {
  padding: 0.28rem 0.5rem;
  background-color: #f6f6f6;
}
.technology-floor3 .wrap .fw-list .fw-item:nth-child(even) {
  background-color: #fcfcfc;
}
.technology-floor3 .wrap .fw-list .fw-item .fw-title {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}
.technology-floor3 .wrap .fw-list .fw-item .fw-title img {
  width: 0.5rem;
  margin-right: 0.04rem;
}
.technology-floor3 .wrap .fw-list .fw-item .intro {
  font-size: 0.22rem;
  line-height: 1.8em;
}
.product-floor1 {
  padding: 0.8rem 0;
}
.product-floor1 .wrap .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.product-floor1 .wrap .product-list .product-item {
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.product-floor1 .wrap .product-list .product-item:hover {
  transform: translateY(-0.1rem);
}
.product-floor1 .wrap .product-list .product-item:hover p {
  color: #2da584;
}
.product-floor1 .wrap .product-list .product-item .img-box {
  height: 3.8rem;
}
.product-floor1 .wrap .product-list .product-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-floor1 .wrap .product-list .product-item p {
  text-align: center;
  font-size: 0.22rem;
  padding: 0.4rem 0;
  transition: 0.3s;
}
.product-floor1 .wrap .productej-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 1.08rem;
}
.product-floor1 .wrap .productej-list .product-item {
  background-color: #eeeeee;
  border: 1px solid #999999;
  transition: 0.3s;
}
.product-floor1 .wrap .productej-list .product-item:hover {
  transform: translateY(-0.1rem);
}
.product-floor1 .wrap .productej-list .product-item:hover p {
  color: #2da584;
}
.product-floor1 .wrap .productej-list .product-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.6rem;
}
.product-floor1 .wrap .productej-list .product-item a img {
  width: 0.06rem;
  margin-right: 0.05rem;
}
.product-floor1 .wrap .productej-list .product-item a p {
  text-align: center;
  font-size: 0.2rem;
  transition: 0.3s;
  font-weight: bold;
  min-width: 2rem;
}
.productxq {
  padding: 0.8rem 0;
}
.productxq .wrap {
  display: flex;
  align-items: center;
}
.productxq .wrap .img-box {
  width: 8rem;
  height: 4.7rem;
  margin-left: 1.5rem;
}
.productxq .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.productxq .wrap .text-box {
  flex: 1;
}
.productxq .wrap .text-box h3 {
  font-size: 0.3rem;
  margin-bottom: 0.5rem;
}
.productxq .wrap .text-box p {
  text-align: justify;
  font-size: 0.2rem;
  line-height: 1.8em;
}
.duty-floor {
  padding: 0.8rem 0;
}
.duty-floor.duty-floorrever .wrap {
  flex-direction: row-reverse;
}
.duty-floor.duty-floorrever .wrap .img-box {
  margin-left: 0;
  margin-right: 0.46rem;
}
.duty-floor .wrap {
  display: flex;
  align-items: center;
}
.duty-floor .wrap .img-box {
  width: 7.2rem;
  height: 3.56rem;
  margin-left: 0.46rem;
}
.duty-floor .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.duty-floor .wrap .text-box {
  flex: 1;
}
.duty-floor .wrap .text-box h3 {
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
}
.duty-floor .wrap .text-box .bigp {
  font-size: 0.22rem;
  margin-bottom: 0.15rem;
}
.duty-floor .wrap .text-box .p {
  font-size: 0.16rem;
  line-height: 1.8em;
  text-align: justify;
}
.duty-floor .wrap .text-box .mb-list {
  padding: 0 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.26rem;
  margin-top: 0.4rem;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-title {
  height: 0.63rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2da584 0%, #037c5b 100%);
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.04rem;
  margin-bottom: 0.3rem;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-content {
  position: relative;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.84rem;
  border-left: 1px dashed #d8d8d8;
  top: 0.15rem;
  left: 0.06rem;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-content .c-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 2;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-content .c-top .circle {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #2da584;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-content .c-top p {
  font-size: 0.22rem;
  color: #2da584;
  font-weight: bold;
}
.duty-floor .wrap .text-box .mb-list .mb-item .mb-content .c-bottom {
  padding-left: 0.23rem;
  font-size: 0.18rem;
  line-height: 1.8em;
}
.duty-floor2 {
  padding: 0.6rem 0;
  background: #f6f8fa;
}
.duty-floor2 .wrap h3 {
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
}
.duty-floor2 .wrap .rh-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.duty-floor2 .wrap .rh-list .rh-item {
  display: flex;
  align-items: center;
  height: 1.7rem;
  border-radius: 0.08rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 0.78rem;
}
.duty-floor2 .wrap .rh-list .rh-item .icon-box {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #2da584 0%, #037c5b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  margin-right: 0.2rem;
}
.duty-floor2 .wrap .rh-list .rh-item p {
  font-size: 0.18rem;
  font-weight: bold;
  flex: 1;
  line-height: 1.8em;
}
.duty-floor2 .wrap .rh-list .rh-item p span {
  color: #2da584;
}
.contact-floor1 {
  padding: 0.8rem 0;
}
.contact-floor1 .wrap {
  display: flex;
  align-items: center;
}
.contact-floor1 .wrap .img-box {
  width: 10rem;
  height: 6.9rem;
  margin-left: 0.4rem;
}
.contact-floor1 .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-floor1 .wrap .floor-textbox .floor-title {
  margin-bottom: 0.5rem;
}
.contact-floor1 .wrap .floor-textbox .lx-list .lx-item {
  display: flex;
}
.contact-floor1 .wrap .floor-textbox .lx-list .lx-item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.contact-floor1 .wrap .floor-textbox .lx-list .lx-item img {
  width: 0.7rem;
  margin-right: 0.3rem;
  display: block;
}
.contact-floor1 .wrap .floor-textbox .lx-list .lx-item .lxtext {
  padding: 0.05rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-floor1 .wrap .floor-textbox .lx-list .lx-item .lxtext p {
  font-size: 0.24rem;
}
.contact-floor1 .wrap .floor-textbox .lx-list .lx-item .lxtext .smlp {
  font-size: 0.18rem;
  color: #999999;
}
.honor-floor1 {
  position: relative;
  padding: 0.8rem 0;
  overflow: hidden;
}
.honor-floor1::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 5.63rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #e2f2ef 0%, #ffffff 62%);
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.honor-floor1 .wrap .zs-scroll {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.honor-floor1 .wrap .zs-box {
  display: flex;
  width: max-content;
  overflow: hidden;
  margin-top: 1.2rem;
}
.honor-floor1 .wrap .zs-box .img-box {
  width: 3.18rem;
  height: 4.5rem;
  perspective: 1000px;
  transition: 0.3s;
}
.honor-floor1 .wrap .zs-box .img-box:hover {
  z-index: 99 !important;
}
.honor-floor1 .wrap .zs-box .img-box:hover img {
  transform: unset !important;
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(2) {
  transform: translateX(-1.04rem);
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(3) {
  transform: translateX(-2.08rem);
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(4) {
  position: relative;
  transform: translateX(-3.12rem);
  z-index: 4;
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(5) {
  transform: translateX(-4rem);
  z-index: 3;
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(6) {
  transform: translateX(-5.04rem);
  z-index: 2;
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(7) {
  transform: translateX(-6.08rem);
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(-n + 3) img {
  transform: rotateY(30deg) scale(0.9);
}
.honor-floor1 .wrap .zs-box .img-box:nth-child(n + 5) img {
  transform: rotateY(-30deg) scale(0.9);
}
.honor-floor1 .wrap .zs-box .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}
.honor-floor1 .wrap .scroll-box {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 1.2rem;
}
.honor-floor1 .wrap .scroll-box .friend-list {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scroll-left 20s linear infinite;
  width: max-content;
}
.honor-floor1 .wrap .scroll-box .friend-list .img-box {
  width: 2.78rem;
  border: 0.1rem solid #483205;
}
.honor-floor1 .wrap .scroll-box .friend-list .img-box:not(:last-child) {
  margin-right: 0.65rem;
}
.honor-floor1 .wrap .scroll-box .friend-list .img-box img {
  width: 100%;
}
.honor-floor2 {
  padding: 0.8rem 0;
  padding-bottom: 0;
}
.honor-floor2 .wrap {
  display: flex;
  align-items: center;
}
.honor-floor2 .wrap .hf2-right {
  position: relative;
  width: 10.35rem;
  background: linear-gradient(180deg, rgba(227, 227, 227, 0) 0%, rgba(251, 246, 246, 0.5) 45%, #e3e3e3 100%);
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.honor-floor2 .wrap .hf2-right .dzimg {
  position: absolute;
  width: 7rem;
  left: 50%;
  transform: translateX(-50%);
  top: 1.94rem;
}
.honor-floor2 .wrap .hf2-right .zs-box {
  display: flex;
  position: relative;
  z-index: 2;
}
.honor-floor2 .wrap .hf2-right .zs-box .zs {
  width: 2.6rem;
  height: 3.64rem;
  background: linear-gradient(144deg, #dcb1a1 0%, #efe0da 16%, #c39a8d 46%, #f2e5e1 67%, #ceaea4 82%, #3f291b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3), inset 0px 10px 22px 0px rgba(0, 0, 0, 0.0902);
}
.honor-floor2 .wrap .hf2-right .zs-box .zs:nth-child(2) {
  position: relative;
  z-index: 2;
}
.honor-floor2 .wrap .hf2-right .zs-box .zs:nth-child(1) {
  transform: translate(0.5rem, 0.1rem) scale(0.8);
}
.honor-floor2 .wrap .hf2-right .zs-box .zs:nth-child(3) {
  transform: translate(-0.5rem, 0.1rem) scale(0.8);
}
.honor-floor2 .wrap .hf2-right .zs-box .zs .img-box {
  width: 2.4rem;
  height: 3.4rem;
  border: 0.13rem solid #444645;
}
.honor-floor2 .wrap .hf2-right .zs-box .zs .img-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.honor-floor2 .wrap .hf2-left {
  flex: 1;
}
.honor-floor2 .wrap .hf2-left .bigp {
  font-size: 0.22rem;
  margin-bottom: 0.45rem;
  margin-top: 0.7rem;
}
.honor-floor2 .wrap .hf2-left .year {
  font-size: 0.22rem;
  color: #2da584;
  margin-bottom: 0.26rem;
}
.honor-floor2 .wrap .hf2-left .year span {
  font-size: 0.42rem;
  font-weight: bold;
}
.honor-floor2 .wrap .hf2-left .zs-list {
  padding-left: 0.12rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.honor-floor2 .wrap .hf2-left .zs-list::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(180deg, #2da584 0%, rgba(45, 165, 132, 0) 100%);
}
.honor-floor2 .wrap .hf2-left .zs-list .zs-item {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}
.honor-floor2 .wrap .hf2-left .zs-list .zs-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.honor-floor2 .wrap .hf2-left .zs-list .zs-item .circle {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #2da584;
  margin-right: 0.06rem;
}
.zxxq-floor {
  padding: 0.7rem 0;
  background-color: #fafafa;
}
.zxxq-floor .wrap .zxxq-floor2 {
  margin-bottom: 0.8rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .title {
  color: #2da584;
  font-size: 0.3rem;
  font-family: BO;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #2da584;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list {
  padding: 0.5rem 0;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul {
  margin-bottom: 0.44rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li:not(:last-child) {
  margin-bottom: 0.35rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li:hover a img {
  transform: scale(1.1);
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li:hover a .text-box .li-name {
  color: #ad1c1c;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a {
  display: flex;
  align-items: center;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a .img-box {
  width: 3rem;
  height: 1.7rem;
  overflow: hidden;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a .text-box {
  flex: 1;
  padding-left: 0.3rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a .text-box .li-name {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a .text-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  line-height: 1.8em;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .bkgh-list ul li a .text-box .date {
  text-align: right;
  font-size: 0.14rem;
  color: #606060;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list {
  padding: 0.25rem 0;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list ul {
  margin-bottom: 0.4rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list ul li:hover a .xq-title {
  color: #ad1c1c;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list ul li a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-family: LI;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list ul li a .xq-title {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .bkgh-box .xxbk-list ul li a .xian {
  flex: 1;
  overflow: hidden;
  display: block;
  margin: 0 0.1rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .xq-title {
  font-size: 0.36rem;
  color: #2da584;
  font-family: BO;
  margin-bottom: 0.25rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .author-date {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  margin-bottom: 0.5rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .author-date span:not(:last-child) {
  margin-right: 0.9rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box p {
  font-size: 16px;
  line-height: 1.8em;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .biaoqian {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .biaoqian-list ul {
  display: flex;
  align-items: center;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .biaoqian-list ul li {
  background-color: #ad1c1c;
  color: #fff;
  font-size: 0.14rem;
  padding: 0.05rem 0.1rem;
}
.zxxq-floor .wrap .zxxq-floor2 .zxf2-left .xq-box .biaoqian-list ul li:not(:last-child) {
  margin-right: 0.05rem;
}
.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.mengceng img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.contact-floor2 {
  position: relative;
  padding: 0.8rem 0;
}
.contact-floor2 .floorbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.contact-floor2 .wrap {
  position: relative;
  z-index: 2;
}
.contact-floor2 .wrap .floor-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.contact-floor2 .wrap .join-list {
  background-color: #fff;
  padding: 0.5rem 0.6rem;
}
.contact-floor2 .wrap .join-list .join-item {
  padding: 0.5rem 0.2rem;
  display: flex;
  color: #333;
}
.contact-floor2 .wrap .join-list .join-item .it {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
}
.contact-floor2 .wrap .join-list .join-item .it.address {
  justify-content: center;
}
.contact-floor2 .wrap .join-list .join-item .it .sml {
  color: #999999;
  font-size: 0.18rem;
  margin-bottom: 0.16rem;
}
.contact-floor2 .wrap .join-list .join-item .it p {
  font-size: 0.2rem;
}
.contact-floor2 .wrap .join-list .join-item .it.name {
  font-size: 0.24rem;
  flex: 1.1;
  flex-direction: row;
}
.contact-floor2 .wrap .join-list .join-item .it.email {
  flex: 1.1;
}
.contact-floor2 .wrap .join-list .join-item .it.btn {
  flex: 0.6;
}
.contact-floor2 .wrap .join-list .join-item .it.btn a {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  height: 0.54rem;
  background-color: #eeeeee;
  padding: 0 0.15rem;
}
.contact-floor2 .wrap .join-list .join-item .it.btn a:hover {
  background-color: #037c5b;
  color: #fff;
}
.contact-floor2 .wrap .join-list .join-item .it.btn a:hover img {
  filter: brightness(0) invert(1);
}
.contact-floor2 .wrap .join-list .join-item .it.btn a img {
  width: 0.28rem;
  margin-right: 0.14rem;
}
.floor2-new {
  position: relative;
  padding: 0.8rem 0;
}
.floor2-new .floorbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.floor2-new .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.floor2-new .wrap .f2n-left {
  width: 6rem;
}
.floor2-new .wrap .floor-title {
  margin-bottom: 0.6rem;
  color: #fff;
}
.floor2-new .wrap .text-content .text-box {
  display: none;
}
.floor2-new .wrap .text-content .text-box.active {
  display: block;
}
.floor2-new .wrap .text-content .text-box .f3-title {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.4rem;
}
.floor2-new .wrap .text-content .text-box .f3-title .circle {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #2da584;
  margin-right: 0.18rem;
}
.floor2-new .wrap .text-content .text-box .intro {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.8em;
}
.floor2-new .wrap .f2n-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.floor2-new .wrap .f2n-right .fl-item {
  font-size: 0.28rem;
  color: #fff;
  padding: 0.1rem 0.22rem;
  border-right: 0.03rem solid #2da584;
  cursor: pointer;
  transition: 0.3s;
}
.floor2-new .wrap .f2n-right .fl-item:hover {
  background-color: #2da584;
}
.floor2-new .wrap .f2n-right .fl-item.active {
  background-color: #2da584;
}
.floor2-new .wrap .f2n-right .fl-item:not(:last-child) {
  margin-bottom: 0.1rem;
}
