@charset "UTF-8";

:root {
  --vi: #4ebbca;
  --padd: 5.25rem;
}

.swiper-container {
  height: max-content;
}

.w1660 {
  width: 41.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1500 {
  width: 37.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1400 {
  width: 35rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 32.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-family: "NotoSansSC-Bold";
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-tit {
  font-size: 1.25rem;
  color: #111111;
  font-family: "NotoSansSC-Bold";
}

.main-tit.white {
  color: #fff;
}

.main-sub {
  margin-top: 0.25rem;
  font-size: 0.5rem;
  color: #4d4d4d;
  line-height: 1.1;
  font-family: "NotoSansSC-Light";
}

.main-sub.white {
  color: #fff;
}

.main-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  background-color: rgba(255, 255, 255, 0.36);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  transition: all 0.4s;
}

.main-more span {
  margin-left: 0.5rem;
  border-left: 0.3rem solid #fff;
  border-top: 0.175rem solid transparent;
  border-bottom: 0.175rem solid transparent;
  transition: all .4s;
}

.main-more.viBg {
  background-color: var(--vi);
}

.main-more.small {
  width: 3.8rem;
  height: 1rem;
}

.main-more.small span {
  margin-left: 0.3rem;
  border-left: 0.25rem solid #fff;
  border-top: 0.125rem solid transparent;
  border-bottom: 0.125rem solid transparent;
}

.main-more.mid {
  width: 4.5rem;
  height: 1.05rem;
}

.main-more.mid span {
  margin-left: 0.3rem;
  border-left: 0.2rem solid #fff;
  border-top: 0.125rem solid transparent;
  border-bottom: 0.125rem solid transparent;
}

.main-more.whiteBd {
  background-color: transparent;
  backdrop-filter: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .36);
}

.main-more.greyBd {
  box-shadow: 0 0 0 1px #E1E1E1;
  color: #333333;
}

.main-more.greyBd span {
  border-left-color: #333;
}

.main-more.blackBd {
  box-shadow: 0 0 0 1px #333333;
  color: #333333;
}

.main-more.blackBd span {
  border-left-color: #333;
}

.main-more:hover {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}

.main-more:hover span {
  border-left-color: #fff;
}

.page-box .first,
.page-box .last {
  display: none;
}

.page-box,
.pagingUl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagingUl {
  margin: 0 .25rem;
}

.page-box .prv,
.page-box .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
  border-radius: 0.1rem;
  background-color: #f7f7f7;
  color: #333;
  transition: all 0.4s;
}

.page-box a {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
  border-radius: 0.1rem;
  background-color: #f7f7f7;
  color: #333;
  margin-right: 0.25rem;
  transition: all 0.4s;
}

.page-box li {
  margin-right: .25rem;
}

.page-box li:last-child {
  margin-right: 0;
}

.page-box a:last-child {
  margin-right: 0;
}

.page-box a:hover,
.page-box a.active {
  background-color: var(--vi);
  color: #fff;
}

.index-swiper {
  width: 100%;
  /*padding: 2.8rem 0 !important;*/
  height: 100vh;
}

.index-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.index-swiper .swiper-slide video, .index-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /*-o-object-fit: contain;*/
  /*object-fit: contain;*/
  object-fit: cover;
}

.index-swiper .swiper-slide .pos-cont {
  /*top: calc(50% + 1.725rem);*/
}

.index-swiper .swiper-slide .pos-cont .tit {
  color: #fff;
}

.index-swiper .swiper-slide .pos-cont .more {
  margin: 1.4rem auto 0;
}

.footer {
  background-color: #000000;
}

.footer .top {
  padding: 2rem 0 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer .top .f-logo {
  width: 5.5rem;
}

.footer .top .f-logo img {
  width: 100%;
}

.footer .top .info {
  display: flex;
  align-items: center;
}

.footer .top .info .link {
  width: 3.8rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: relative;
  text-align: center;
  padding-right: 0.65rem;
  line-height: 1rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26);
  z-index: 10;
}

.footer .top .info .link::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.25rem solid #fff;
  border-top: 0.125rem solid transparent;
  border-bottom: 0.125rem solid transparent;
  transition: all .4s ease;
}

.footer .top .info .link:hover::after {
  transform: translateY(-50%) rotate(90deg);

}

.footer .top .info .link p {
  color: #fff;
}

.footer .top .info .link .drop-down {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #333;
  max-height: 5rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}

.footer .top .info .link .drop-down a {
  display: block;
  width: 100%;
  height: 1rem;
  text-align: left;
  padding-left: 0.9rem;
  line-height: 1rem;
  color: #fff;
}

.footer .top .info .link:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer .top .info .hotline {
  display: flex;
  align-items: center;
  margin-left: 1.3rem;
  color: #fff;
}

.footer .top .info .hotline span {
  width: 12px;
  margin-right: 0.2rem;
  display: flex;
}

.footer .mid {
  padding: 1.4rem 0 2.2rem;
  display: flex;
  justify-content: space-between;
}

.footer .mid .info .li {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

.footer .mid .info .li:last-child {
  margin-bottom: 0;
}

.footer .mid .info .li span {
  margin-right: 0.35rem;
}

.footer .social-share .icon-wechat .wechat-qrcode {
    top: -205px;
    bottom: auto;
}

.footer .mid .info .li .f_fx{display: flex;align-items: center;}
.footer .mid .info .li .f_fx a{width: 0.7rem;height: 0.7rem;border-radius: 50%;margin-right: 0.3rem;overflow: hidden;display: block;}
.footer .mid .info .li .f_fx a img{width: 100%;height: 100%;object-fit: cover;}
.footer .mid .info .li .f_fx a img.img2{display: none;}
.footer .mid .info .li .f_fx a:hover img.img2{display: block;}
.footer .mid .info .li .f_fx a:hover img.img1{display: none;}

/*.footer .mid .info .li a {*/
/*  width: 0.55rem;*/
/*  border-radius: 50%;*/
/*  margin-right: 0.3rem;*/
/*  position: relative;*/
/*}*/

/*.footer .mid .info .li a:last-child {*/
/*  margin-right: 0;*/
/*}*/

/*.footer .mid .info .li a img {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  transform: translateY(-.175rem)*/
/*}*/

/*.footer .mid .info .li a img:nth-child(1) {*/
/*  opacity: 1;*/
/*}*/

/*.footer .mid .info .li a img:nth-child(2) {*/
/*  opacity: 0;*/
/*}*/

/*.footer .mid .info .li a:hover {*/
/*  img:nth-child(1) {*/
/*    opacity: 0;*/
/*  }*/

/*  img:nth-child(2) {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

.footer .mid .info .focus {
  margin-top: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.footer .mid .info .focus div {
  width: 2.3rem;
  margin: auto;
}

.footer .mid .info .focus div img {
  width: 100%;
}

.footer .mid .info .focus p {
  margin-top: 0.35rem;
  color: #fff;
}

.footer .mid .nav {
  display: flex;
  flex: 1;
  margin-left: 3.325rem;
  justify-content: space-between;
}

.footer .mid .nav .list {
  /*margin-right: 2.75rem;*/
}

.footer .mid .nav .list:last-child {
  margin-right: 0;
}

.footer .mid .nav .list a {
  display: block;
  color: #ffffff;
  margin-bottom: 0.45rem;
  opacity: 0.8;
  white-space: nowrap;
}

.footer .mid .nav .list a:first-child {
  margin-bottom: 0.6rem;
  opacity: 1;
}

.footer .mid .nav .list a:last-child {
  margin-bottom: 0;
}

.footer .btm {
  padding: 0.35rem 0;
  display: flex;
  justify-content: space-between;
  color: #bcbcbc;
}

.footer .btm a {
  color: #bcbcbc;
}

.index-ani {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.index-ani .box1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 3.4rem 0 2.7rem;
  z-index: 11;
  background-color: #fff;
  border-radius: 4vw;
}

.index-ani .box1 .tab {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
}

.index-ani .box1 .tab span {
  width: 4.1rem;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  border-radius: 0.6rem;
  color: #666666;
  box-shadow: 0 0 0 1px #e0e0e0;
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.4s;
}

.index-ani .box1 .tab span:last-child {
  margin-right: 0;
}

.index-ani .box1 .tab span:hover,
.index-ani .box1 .tab span.active {
  background-color: var(--vi);
  color: #fff;
}

.index-ani .box1 .item-box {
  margin-top: 1rem;
}

.index-ani .box1 .item-box .item {
  position: relative;
  width: 100%;
  height: 13.75rem;
  display: none;
}

.index-ani .box1 .item-box .item.show {
  display: block;
}

.index-ani .box1 .item-box .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-ani .box1 .item-box .item .pos-cont {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 1.45rem;
}

.index-ani .box1 .item-box .item .pos-cont .h {
  margin-top: 0.1rem;
}

.index-ani .box1 .item-box .item .pos-cont .more {
  position: absolute;
  bottom: 0.2rem;
  right: 1.4rem;
  width: 3.8rem;
  height: 1rem;
}

.index-ani .box1 .box1-swiper {
  margin-top: 0.75rem;
}

.index-ani .box1 .box1-swiper .swiper-scrollbar {
  margin-top: 2.35rem;
  position: relative;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
}

.index-ani .box1 .box1-swiper .swiper-scrollbar-drag {
  background-color: #151515;
}

.index-ani .box1 .box1-swiper .swiper-slide {
  width: 24%;
  height: 10.4rem;
  margin-right: 1.333%;
  background-color: #f3f4f7;
  padding: 2rem 0.5rem 0.55rem;
}

.index-ani .box1 .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.index-ani .box1 .box1-swiper .swiper-slide .pic {
  width: 100%;
  height: 5.4rem;
  text-align: center;
}

.index-ani .box1 .box1-swiper .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-ani .box1 .box1-swiper .swiper-slide .h {
  margin-top: 1.1rem;
  color: #000;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-ani .box1 .box1-swiper .swiper-slide .more {
  position: absolute;
  bottom: 0.65rem;
  right: 0.65rem;
  width: 2.3rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.6rem;
  background-color: #151515;
  color: #fff;
}

.index-ani .box1 .box1-swiper .swiper-slide .more:hover {
  background-color: #4ebbca;
  color: #fff;
}

.index-ani2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.index-ani2 .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0 4rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}

.index-ani2 .box2 .box2-top-swiper {
  margin-top: 1.1rem;
  overflow: initial;
}

.index-ani2 .box2 .box2-top-swiper .swiper-slide {
  width: 100%;
  height: 66vh;
  margin-right: 1.25rem;
}

.index-ani2 .box2 .box2-top-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.index-ani2 .box2 .box2-top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-ani2 .box2 .box2-btm-swiper {
  margin-top: 1.3rem;
  width: -moz-max-content;
  width: max-content;
  padding: 0 2.5rem;
  border-bottom: 2px solid #f1f1f1;
  overflow: initial;
}

.index-ani2 .box2 .box2-btm-swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.5rem 0.4rem;
  color: #86868b;
  margin-right: 2.2rem;
  cursor: pointer;
  transition: all 0.4s;
}

.index-ani2 .box2 .box2-btm-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.index-ani2 .box2 .box2-btm-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #151515;
  transition: all 0.4s;
}

.index-ani2 .box2 .box2-btm-swiper .swiper-slide:hover {
  color: #000000;
}

.index-ani2 .box2 .box2-btm-swiper .swiper-slide.active {
  color: #000000;
}

.index-ani2 .box2 .box2-btm-swiper .swiper-slide.active::after {
  width: 100%;
}

.index-ani2 .box2 .cont-box {
  margin-top: 0.65rem;
}

.index-ani2 .box2 .cont-box .cont {
  color: #333333;
  text-align: center;
  display: none;
}

.index-ani2 .box2 .cont-box .cont.show {
  display: block;
}

.index-ani2 .box3 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 4.1rem 0 1rem;
}

.index-ani2 .box3 .wrap {
  position: relative;
}

.index-ani2 .box3 .cont {
  margin-top: 1.25rem;
  color: #fff;
}

.index-ani2 .box3 .more {
  margin: 1.35rem auto 0;
}

.index-ani2 .box3 .num-box {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.index-ani2 .box3 .num-box .li {
  padding-right: 2.5rem;
  margin-right: 2.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}

.index-ani2 .box3 .num-box .li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.index-ani2 .box3 .num-box .li .num {
  display: flex;
  align-items: center;
}

.index-ani2 .box3 .num-box .li .num .ico {
  margin-left: 0.4rem;
}

.index-ani2 .box3 .num-box .li .txt {
  margin-top: 0.55rem;
}

.i-news {
  padding: 2.7rem 0 3rem;
  background-color: #f8f8f8;
  overflow: hidden;
}

.i-news .iNews-swiper {
  margin-top: 1.45rem;
  overflow: initial;
}

.i-news .iNews-swiper .swiper-scrollbar {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
}

.i-news .iNews-swiper .swiper-scrollbar-drag {
  background-color: #151515;
}

.i-news .iNews-swiper .swiper-slide {
  width: 35.2%;
  margin-right: 0.5rem;
}

.i-news .iNews-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.i-news .iNews-swiper .swiper-slide .pic {
  width: 100%;
  height: 8.8rem;
  position: relative;
  overflow: hidden;
}

.i-news .iNews-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.i-news .iNews-swiper .swiper-slide .pic p {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25rem;
  height: 1.95rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  padding: 0.4rem 0.2rem;
  line-height: 1;
  background-color: var(--vi);
  color: #fff;

  font-size: .3rem;
}

.i-news .iNews-swiper .swiper-slide .time {
  margin-top: 0.5rem;
  color: #151515;
}

.i-news .iNews-swiper .swiper-slide .h {
  margin-top: 0.55rem;
  color: #333333;
  max-height: 2.8em;
  overflow: hidden;
  transition: all 0.4s;
}

.i-news .iNews-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

.i-news .iNews-swiper .swiper-slide:hover .h {
  color: var(--vi);
}

.i-contact {
  background-color: #f8f8f8;
}

.i-contact .wrap {
  display: flex;
  justify-content: space-between;
}

.i-contact .li {
  width: 49%;
  height: 15.5rem;
  position: relative;
}

.i-contact .li .cont {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #fff;
}

.i-contact .li .cont .tit {
  margin-top: 0.1rem;
}

.i-contact .li .cont .more {
  margin: 1rem auto 0;
}

.i-join {
  padding: 4.3rem 0 5rem;
  background-color: #f8f8f8;
}

.i-join .icon {
  width: 0.95rem;
  height: max-content;
  margin: auto;
}

.i-join .icon img {
  width: 100%;
}

.i-join .tit {
  margin-top: 0.95rem;
  color: #151515;
}

.i-join .form {
  margin: 1.35rem auto 0;
  width: 53%;
  height: 1.3rem;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  display: flex;
  padding: 0.15rem;
}

.i-join .form input {
  width: calc(100% - 3.2rem);
  height: 100%;
  color: #333;
  background: none;
  padding: 0 0.25rem;
}

.i-join .form button {
  width: 3.2rem;
  height: 100%;
  background-color: #000000;
  color: #fff;
  border-radius: 0.25rem;
}

.i-join .share {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-join .share .pic-box {
  display: flex;
  align-items: center;
}

.i-join .share p {
  margin-left: 17px;
}

.i-join .share .pic-box .pic {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin-right: -0.2rem;
  overflow: hidden;
}

.i-join .share .pic-box .pic:last-child {
  margin-right: 0;
}

.i-join .share .pic-box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.i-join .share .pic-box p {
  margin-left: 0.4rem;
  color: #000000;
}

.news .hot {
  padding: 3.4rem 0;
}

.news .hot .link {
  display: flex;
  align-items: center;
}

.news .hot .pic {
  width: 48%;
}

.news .hot .pic img {
  width: 100%;
}

.news .hot .intro {
  width: 52%;
  padding-left: 2.5rem;
}

.news .hot .intro .time {
  color: #151515;
}

.news .hot .intro .tit {
  margin-top: 0.8rem;
  color: #000000;
}

.news .hot .intro .txt {
  margin-top: 0.3rem;
  color: #666666;
}

.news .hot .intro .more {
  margin-top: 1.8rem;
}

.news .box {
  background-color: #f9f9f9;
  padding: 1.6rem 0 3rem;
}

.news .box .handle {
  display: flex;
  justify-content: space-between;
}

.news .box .handle .tab {
  display: flex;
}

.news .box .handle .tab a {
  min-width: 3rem;
  height: 0.95rem;
  padding: 0 0.5rem;
  text-align: center;
  line-height: 0.95rem;
  margin-right: 0.5rem;
  color: #333333;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #d9d9d9;
  transition: all 0.4s;
}

.news .box .handle .tab a:hover,
.news .box .handle .tab a.active {
  color: #fff;
  box-shadow: none;
  background-color: var(--vi);
}

.news .box .handle .year {
  position: relative;
  z-index: 5;
}

.news .box .handle .year p {
  width: 4rem;
  height: 0.95rem;
  border-radius: 0.5rem;
  padding: 0 0.6rem;
  line-height: 0.95rem;
  box-shadow: 0 0 0 1px #d9d9d9;
  color: #333333;
  position: relative;
}

.news .box .handle .year p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
  border-top: 6px solid #333;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}

.news .box .handle .year .drop-down {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #d9d9d9;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}

.news .box .handle .year .drop-down a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.4s;
}

.news .box .handle .year .drop-down a:last-child {
  border-bottom: none;
}

.news .box .handle .year .drop-down a:hover {
  color: var(--vi);
}

.news .box .handle .year:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.news .box .container {
  margin-top: 0.8rem;
  padding: 1.55rem 1.75rem 1.8rem;
  background-color: #fff;
}

.news .box .li-box {
  display: flex;
  flex-wrap: wrap;
}

.news .box .li-box .li {
  width: calc((100% - 2.5rem) / 3);
  margin-right: 1.25rem;
  margin-bottom: 1.75rem;
}

.news .box .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.news .box .li-box .li .pic {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}

.news .box .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.news .box .li-box .li .time {
  margin-top: 0.8rem;
  color: #151515;
}

.news .box .li-box .li .h {
  margin-top: 0.25rem;
  color: #333333;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
}

.news .box .li-box .li:hover .pic img {
  transform: scale(1.05);
}

.news .box .page-box {
  margin-top: 0.3rem;
}

.news-info {
  padding: 2rem 0 4rem;
  background-color: #f9f9f9;
}

.news-info .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-info .box {
  width: 73%;
  background-color: #fff;
  padding: 1.65rem 1.85rem 3.5rem;
}

.news-info .box .tit {
  color: #000;
}

.news-info .box .tag {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}

.news-info .box .tag .time {
  color: #333333;
  margin-right: 1.15rem;
}

.news-info .box .share {
  display: flex;
  align-items: center;
}

.news-info .box .share p {
  color: #333333;
  margin-right: 0.6rem;
}

.news-info .box .share .iconList {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*gap: .4rem;*/
}

.news-info .box .share .iconList a {
  width: .75rem;
  height: .75rem;
  position: relative;
}

/*.news-info .box .share .iconList a img {*/
/*  width: .75rem;*/
/*  height: .75rem;*/
/*  position: absolute;*/
/*}*/

/*.news-info .box .share .iconList a img:nth-child(1) {*/
/*  opacity: 1;*/
/*}*/

/*.news-info .box .share .iconList a img:nth-child(2) {*/
/*  opacity: 0;*/
/*}*/

/*.news-info .box .share .iconList a:hover {*/
/*  img:nth-child(1) {*/
/*    opacity: 0;*/
/*  }*/

/*  img:nth-child(2) {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

.news-info .box .cont {
  margin-top: 0.7rem;
  padding-top: 0.9rem;
  border-top: 1px solid #f0f0f0;
  color: #666666;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-info .box .cont p {
  line-height: .8rem;
}

.news-info .rg {
  position: sticky;
  top: 2.3rem;
  width: 25%;
}

.news-info .recommend {
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 0 1.25rem;
  box-shadow: 0 0.1rem 0.75rem #f3f2f0;
  margin-bottom: 0.35rem;
}

.news-info .recommend:last-child {
  margin-bottom: 0;
}

.news-info .recommend .tit {
  color: #111111;
  line-height: 1.4;
  padding: 0 0.75rem;
  position: relative;
}

.news-info .recommend .tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--vi);
}

.news-info .recommend .li-box {
  margin-top: 1rem;
  padding: 0 0.75rem;
}

.news-info .recommend .li-box .li {
  display: block;
  margin-bottom: 0.7rem;
  transition: all 0.4s;
}

.news-info .recommend .li-box .li:last-child {
  margin-bottom: 0;
}

.news-info .recommend .li-box .li p {
  color: #333333;
  line-height: 1.4;
  transition: all 0.4s;
}

.news-info .recommend .li-box .li span {
  margin-top: 0.2rem;
  display: block;
  color: #999999;
}

.news-info .recommend .li-box .li:hover p {
  color: var(--vi);
}

.news-info .recommend .share {
  margin-top: 0.75rem;
  padding: 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.news-info .recommend .share a {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  margin-right: 0.55rem;
  opacity: 0.15;
  transition: all 0.4s;
}

.news-info .recommend .share a:hover {
  opacity: 1;
}

.news-info .recommend .share a:nth-child(5n) {
  margin-right: 0;
}

.news-info .recommend .back {
  margin-top: 1.75rem;
  width: 100%;
  height: 1.25rem;
  background-color: var(--vi);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.news-info .recommend .back span {
  display: flex;
  margin-left: 0.5rem;
  width: 16px;
}

.news-info .info-page {
  padding-bottom: 0;
}

.contact .box1 {
  padding: 3.25rem 0;
  background-color: #f9f9f9;
}

.contact .box1 .wrap {
  background-color: #fff;
}

.contact .box1 .li-box {
  display: flex;
  padding: 1.2rem 0;
}

.contact .box1 .li-box .li {
  width: 33.33%;
  text-align: center;
}

.contact .box1 .li-box .li .icon {
  width: 2.65rem;
  height: 2.65rem;
  margin: auto;
}

.contact .box1 .li-box .li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact .box1 .li-box .li .h {
  margin-top: 0.6rem;
  color: #333333;
}

.contact .box1 .li-box .li .txt {
  margin: 0.45rem auto 0;
  color: #999999;
  max-width: 6.35rem;
}

.contact .box1 .li-box .li .h1 {
  color: #333;
}

.contact .box1 .li-box2 {
  display: flex;
  border-top: 1px solid #ebebeb;
  padding: 1.5rem 0;
}

.contact .box1 .li-box2 .li {
  width: 33.33%;
  text-align: center;
}

.contact .box1 .li-box2 .li .h {
  color: #333333;
}

.contact .box1 .li-box2 .li .mail {
  margin-top: 0.2rem;
  display: block;
  color: #006bf8;
}

.contact .box2 {
  padding: 6.5rem 0 3.25rem;
  position: relative;
}

.contact .box2 .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.contact .box2 .pos-bg img {
  width: 100%;
}

.contact .box2 .wrap {
  position: relative;
  z-index: 5;
}

.contact .box2 .form-box {
  margin-top: 1.7rem;
  padding: 2.4rem 2.4rem 3.75rem;
  background-image: url(../img/27.png);
  background-color: #fff;
}

.contact .box2 .form-box .h {
  color: #000000;
}

.contact .box2 .form-box .sub {
  margin-top: 0.3rem;
  color: #666666;
  font-family: "NotoSansSC-Light";
}

.contact .box2 .form-box .form {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

.contact .box2 .form-box .form .h1 {
  width: 100%;
  color: #000000;
  margin-bottom: 0.8rem;
}

.contact .box2 .form-box .form .ipt-box {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 0.7rem;
}

.contact .box2 .form-box .form .ipt-box .name {
  color: #000000;
}

.contact .box2 .form-box .form .ipt-box .name span {
  color: #ff0000;
  margin-right: 6px;
}

.contact .box2 .form-box .form .ipt-box .ipt {
  margin-top: 0.2rem;
  width: 100%;
  border-radius: 0.1rem;
  background-color: #fff;
  color: #333;
}

.contact .box2 .form-box .form .ipt-box .ipt input {
  width: 100%;
  height: 1.25rem;
  background: none;
  padding: 0 0.3rem;
}

.contact .box2 .form-box .form .ipt-box .ipt textarea {
  width: 100%;
  height: 3.35rem;
  background: none;
  padding: 0.4rem 0.3rem;
}

.contact .box2 .form-box .form .ipt-box .select {
  position: relative;
}

.contact .box2 .form-box .form .ipt-box .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-top: 0.2rem solid #333;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
}

.contact .box2 .form-box .form .ipt-box .select input {
  cursor: pointer;
}

.contact .box2 .form-box .form .ipt-box .select .drop-down {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}

.contact .box2 .form-box .form .ipt-box .select .drop-down span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.3rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}

.contact .box2 .form-box .form .ipt-box .select .drop-down span:hover {
  color: var(--vi);
}

.contact .box2 .form-box .form .ipt-box .select.active {
  z-index: 5;
}

.contact .box2 .form-box .form .ipt-box .select.active .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.contact .box2 .form-box .form .ipt-box .unit {
  position: relative;
}

.contact .box2 .form-box .form .ipt-box .unit p {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: #000000;
}

.contact .box2 .form-box .form .ipt-box .time {
  position: relative;
}

.contact .box2 .form-box .form .ipt-box .time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../img/28.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact .box2 .form-box .form .ipt-box.mar0 {
  margin-right: 0;
}

.contact .box2 .form-box .form .ipt-box.mart {
  margin-top: 0.8rem;
}

.contact .box2 .form-box .form .ipt-box.wid100 {
  width: 100%;
  margin-right: 0;
}

.contact .box2 .form-box .form .sli-box {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}

.contact .box2 .form-box .form .sli-box.active {
  display: flex;
}

.contact .box2 .form-box .form .info {
  margin-top: 1.55rem;
  width: 100%;
  text-align: center;
}

.contact .box2 .form-box .form .info .sli-clk {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  color: #999;
  margin: auto;
  cursor: pointer;
}

.contact .box2 .form-box .form .info .sli-clk .down {
  display: none;
}

.contact .box2 .form-box .form .info .sli-clk span {
  margin-left: 0.2rem;
  transition: all 0.4s;
}

.contact .box2 .form-box .form .info .sli-clk.active .down {
  display: block;
}

.contact .box2 .form-box .form .info .sli-clk.active .up {
  display: none;
}

.contact .box2 .form-box .form .info .sli-clk.active span {
  transform: rotate(180deg);
}

.contact .box2 .form-box .form .info .submit {
  margin-top: 0.4rem;
  width: 10rem;
  height: 1.1rem;
  border-radius: 0.55rem;
  background: var(--vi);
  color: #fff;
}

.contact .box2 .form-box .form .info .tips {
  margin-top: 0.6rem;
  color: #999999;
}

.ab1 {
  padding: 3.5rem var(--padd) 5rem;
  min-height: 21.8rem;
  position: relative;
}

.ab1 .bgimg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ab1 .bgimg2 {
  position: absolute;
  top: 11.6rem;
  left: 4.35rem;
  z-index: 1;
  width: 16.9rem;
  height: auto;
}

.ab1 .ab_top {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}

.ab1 .cont {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.ab1 .cont .left {
  text-align: right;
  margin-right: 1rem;
  width: 50%;
  /* background: linear-gradient(94deg, #0a55b1 -8.25%, #022a5b 134.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color:#4ebbca;
}

.ab1 .cont .right {
  width: 50%;
  color: #666;
  line-height: 2;
}

.ab2 {
  padding: 1rem var(--padd) 0;
  background-color: #fff;
}

.ab2 .ab_top {
  margin-bottom: 1.5rem;
}

.ab2 .list {
  display: flex;
  justify-content: space-between;
}

.ab2 .list .item {
  width: 7.125rem;
  overflow: hidden;
  transition: all 0.4s ease;
}

.ab2 .list .item .item_cont {
  position: relative;
  height: 14.925rem;
  margin-bottom: 0.8rem;
}

.ab2 .list .item .item_cont img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 21.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ab2 .list .item .h1 {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.5rem;
  margin-bottom: 0.675rem;
  color: #111;
  line-height: 1.1;
  transition: all 0.4s ease;
}

.ab2 .list .item .p1 {
  transition: all 0.4s ease;
  width: 21.8rem;
  opacity: 0;
  color: #666;
  line-height: 2;
}

.ab2 .list .item.on {
  width: 21.8rem;
}

.ab2 .list .item.on .h1 {
  font-size: 0.75rem;
}

.ab2 .list .item.on .p1 {
  opacity: 1;
}

.ab3 {
  padding: 6.075rem var(--padd) 3.5rem;
  background-color: #fff;
}

.ab3 .ab_top {
  margin-bottom: 2rem;
}

.ab3 .cont {
  display: flex;
}

.ab3 .cont .left {
  width: 18.8rem;
  height: auto;
  aspect-ratio: 752/424;
  overflow: hidden;
}

.ab3 .cont .left img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.ab3 .cont .left:hover img {
  transform: scale(1.1);
}

.ab3 .cont .right {
  flex: 1;
  margin-left: 1.5rem;
}

.ab3 .cont .right .h1 {
  margin-bottom: 0.95rem;
  color: rgb(17, 17, 17);
  line-height: 1.46;
}

.ab3 .cont .right .p2 {
  color: #666;
  text-align: justify;
  line-height: 2;
}

.ab4 {
  padding: 3.4rem var(--padd) 2.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/04.png) no-repeat center;
  background-size: cover;
  min-height: 20rem;
}

.ab4 .ab_top .title1 {
  color: #fff;
}

.ab4 .ab_top .title2 {
  color: #fff;
}

.ab4 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab4 .list .item {
  width: calc((100% - 1.4rem) / 3);
  height: 3.8rem;
}

.ab4 .list .item:hover .item_cont {
  background-color: #fff;
  transform: translateY(-0.7rem);

}

.ab4 .list .item:hover .item_cont::after {
  opacity: 1;
}

.ab4 .list .item:hover .item_cont .text .h1 {
  color: #4ebbca;
}

.ab4 .list .item:hover .item_cont .text .p2 {
  color: #333;
}

.ab4 .list .item .item_cont {
  padding: 0.675rem 0.95rem;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  -webkit-backdrop-filter: blur(5.75px);
  backdrop-filter: blur(5.75px);
  display: flex;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.ab4 .list .item .item_cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 7rem;
  height: 2px;
  border-radius: 0 0 0 10px;
  background-color: #4ebbca;
  transition: all 0.4s ease;
  opacity: 0;
}

.ab4 .list .item .item_cont .ico {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 0.35rem;
  position: relative;
}

.ab4 .list .item .item_cont .ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}

.ab4 .list .item .item_cont .ico img.img1 {
  opacity: 1;
}

.ab4 .list .item:hover .item_cont .ico img.img1 {
  opacity: 0;
}

.ab4 .list .item:hover .item_cont .ico img.img2 {
  opacity: 1;
}

.ab4 .list .item .item_cont .text {
  flex: 1;
  padding-top: 0.2rem;
}

.ab4 .list .item .item_cont .text .h1 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.3rem;
  font-weight: 500;
  transition: all 0.4s ease;
}

.ab4 .list .item .item_cont .text .p2 {
  color: #fff;
  transition: all 0.4s ease;
}

.ab4 .list .item .item_cont:last-child {
  margin-right: 0;
}

.ab5 {
  padding: 4rem 0;
  background-color: #fff;
}

.ab5 .ab_top {
  margin-bottom: 2.175rem;
}

.ab5 .sw1 {
  padding: 0 var(--padd);
  margin-bottom: 1rem;
}

.ab5 .swiper1 {
  overflow: hidden;
  padding-bottom: 1rem;
  position: relative;
}

.ab5 .swiper1 .btn_box .btn {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  bottom: 1rem;
  left: 30%;
}

.ab5 .swiper1 .btn_box .btn.next {
  left: auto;
  right: 30%;
}

.ab5 .swiper1 .swiper-slide {
  width: 32%;
  margin: 0 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ab5 .swiper1 .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  transform: scale(1);
}

.ab5 .swiper1 .swiper-slide.swiper-slide-active .year {
  color: #4ebbca;
  opacity: 1;
}

.ab5 .swiper1 .swiper-slide.swiper-slide-active .p1 {
  opacity: 1;
}

.ab5 .swiper1 .swiper-slide.swiper-slide-active .p1 ul {
  /*all: re;*/
  all: revert;
}

.ab5 .swiper1 .swiper-slide .img {
  width: 100%;
  height: auto;
  aspect-ratio: 546/352;
  overflow: hidden;
  margin-bottom: 0.925rem;
  transition: all 0.8s linear;
  transform: scale(0.7);
  opacity: 0.34;
}

.ab5 .swiper1 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.ab5 .swiper1 .swiper-slide .year {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.6rem;
  color: #333;
  opacity: 0.8;
}

.ab5 .swiper1 .swiper-slide .p1 {
  text-align: center;
  line-height: 1.6;
  color: #333;
  opacity: 0;
  transition: all 0.4s ease;
}

.ab5 .sw2 {
  width: 100%;
  position: relative;
}

.ab5 .sw2 .bgsw2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  left: 0;
  top: 0;
}

.ab5 {
  overflow: hidden;
}

.ab5 .sw2 .swiper2 {
  padding: 0 var(--padd);
  overflow: visible;
}

.ab5 .sw2 .swiper2 .swiper-slide {
  width: 7.2rem;
  height: 2.5rem;
  position: relative;
  pointer-events: none;
}

.ab5 .sw2 .swiper2 .swiper-slide .ico {
  pointer-events: all;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--vi);
  position: absolute;
  transition: all 0.4s linear;
  cursor: pointer;
}

.ab5 .sw2 .swiper2 .swiper-slide .ico .ico_txt {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.675rem);
  transition: all 0.4s linear;
}

.ab5 .sw2 .swiper2 .swiper-slide .ico::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 1px solid var(--vi);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.1);
}

.ab5 .sw2 .swiper2 .swiper-slide.swiper-slide-active .ico::after {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.4s linear;
}

.ab5 .sw2 .swiper2 .swiper-slide.swiper-slide-active .ico .ico_txt {
  color: var(--vi);
}

.ab5 .sw2 .swiper2 .swiper-slide:nth-child(2n) .ico .ico_txt {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  top: calc(100% + 0.675rem);
}

.ab_bg {
  background: url(../img/07.png) no-repeat center top;
  background-size: 100% auto;
}

.ab6 {
  padding: 2.75rem 5.25rem 0;
}

.ab6 .ab_top {
  margin-bottom: 1.5rem;
}

.ab6 .ab_top2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.425rem;
}

.ab6 .ab_top2 .left {
  width: 18.8rem;
}

.ab6 .ab_top2 .left .h1 {
  color: var(--vi);
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.ab6 .ab_top2 .left .p1 {
  color: #666;
  line-height: 1.4;
}

.ab6 .ab_top2 .right {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: end;
}

.ab6 .ab_top2 .right .item {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 4.1rem;
  background-color: #f0f0f0;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.125rem;
  border-radius: 1.125rem;
  transition: all 0.4s ease;
  color: #333;
  margin-right: 1.025rem;
}

.ab6 .ab_top2 .right .item:last-child {
  margin-right: 0;
}

.ab6 .ab_top2 .right .item.on,
.ab6 .ab_top2 .right .item:hover {
  color: #fff;
  background-color: var(--vi);
}

.ab6 .swper_cont {
  padding: 0 2.525rem;
  position: relative;
}

.ab6 .swper_cont .btn {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.ab6 .swper_cont .btn.next {
  left: auto;
  right: 0;
}

.ab6 .swper_cont .btn:hover svg circle {
  stroke: transparent;
  fill: #4ebbca;
}

.ab6 .swper_cont .btn:hover svg path {
  fill: white;
}

.ab6 .swper_cont .btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ab6 .swper_cont .btn svg circle {
  transition: all 0.4s ease;
  stroke: #e1e1e1;
  fill: transparent;
}

.ab6 .swper_cont .btn svg path {
  transition: all 0.4s ease;
  fill: #4ebbca;
}

.ab6 .swper_cont .swiper {
  overflow: hidden;
  display: none;
}

.ab6 .swper_cont .swiper.on {
  display: block;
}

.ab6 .swper_cont .swiper .swiper-slide {
  width: 22%;
  margin-right: 4%;
}

.ab6 .swper_cont .swiper .swiper-slide:last-child {
  margin-right: 0;
}

.ab6 .swper_cont .swiper .swiper-slide .img {
  width: 100%;
  height: auto;
  aspect-ratio: 303/355;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #fff;*/
  overflow: hidden;
  margin-bottom: 0.975rem;
}

.ab6 .swper_cont .swiper .swiper-slide .img img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s ease;
}

.ab6 .swper_cont .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}

.ab6 .swper_cont .swiper .swiper-slide .h1 {
  width: 100%;
  text-align: center;
  color: #333;
}

.ab7 {
  padding: 4rem 0 4.25rem;
  overflow: hidden;
}

.ab7 .ab_top {
  margin-bottom: 1.7rem;
}

.ab7 .swiper {
  overflow-x: hidden;
  padding: 22px 0;
}

.ab7 .swiper:last-child {
  margin-top: -22px;
}

.ab7 .swiper .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}

.ab7 .swiper .swiper-slide {
  width: 6.75rem;
  height: auto;
  aspect-ratio: 270/150;
  background-color: #fff;
  box-shadow: 0px 3px 40px 0px rgba(3, 24, 51, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab7 .swiper .swiper-slide img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

/******************* solution--解决方案 ***********************************/
.solution-briefly {
  width: 100%;
  height: 18.5rem;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0) 100%), url(/img/solution-bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-briefly .solution-briefly-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solution-briefly .solution-briefly-text p {
  font-weight: 300;
}

/* <!-------------------------- 优势 ----------------------------> */
.solution-adv {
  width: 100%;
  padding: 3.75rem 0;
}

.solution-adv .solution-adv-list {
  display: flex;
  margin-top: 2rem;
}

.solution-adv .solution-adv-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.solution-adv .solution-adv-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.2rem;
  background-color: rgba(0, 0, 0, .19);
}

.solution-adv .solution-adv-item:last-child::after {
  display: none;
}

.solution-adv .solution-adv-item .pic {
  width: 1.8rem;
  height: 1.5rem;
  margin-bottom: 0.45rem;
  text-align: center;
}

.solution-adv .solution-adv-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-industry {
  padding: 3rem 0 6.85rem;
}

.solution-industry .solution-industry-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  justify-content: space-between;

}

.solution-industry .solution-industry-item {
  width: 27.5%;
  height: 12.15rem;
  position: relative;
  display: flex;
  align-items: end;
  margin-bottom: 1%;
  padding: 0 0.75rem 1.05rem;
  transition: all 0.4s;
}

.solution-industry .solution-industry-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: .6;
}

.solution-industry .solution-industry-item.big {
  width: 43%;
}

.solution-industry .solution-industry-item:nth-child(3) {
  width: 43%;
}

.solution-industry .solution-industry-item:nth-child(4) {
  width: 43%;
}

.solution-industry .solution-industry-item .industry-item-text {
  position: relative;
  z-index: 2;
  color: #fff;
  transform: translateY(2.4em);
  transition: all .4s;
}

.solution-industry .solution-industry-item .industry-item-text .h {
  line-height: 1.2;
}

.solution-industry .solution-industry-item .industry-item-text .txt {
  margin-top: .4rem;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  opacity: 0;
  transition: all .4s ease;
}

.solution-industry .solution-industry-item:hover .industry-item-text {
  transform: translateY(0);
}

.solution-industry .solution-industry-item:hover .industry-item-text .txt {
  opacity: 1;
}

.solution-industry .solution-industry-item .bg {
  background: url() no-repeat center center;
  background-size: cover;
}

.mountain {
  padding: 9rem 0 3.25rem;
  position: relative;
}

.mountain .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mountain .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  padding: 2.25rem 15% 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 70.4px 0px rgba(0, 0, 0, 0.08);
}

.mountain .txt {
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.mountain .solution-card-btn {
  display: flex;
  margin-top: 1.65rem;
}

.mountain .solution-card-btn a {
  margin-right: .75rem;
}

.mountain .solution-card-btn a:last-child {
  margin-right: 0;
}

/********************** retentionForm--留资表单 ************************************/
.retention {
  width: 100%;
  height: 18.5rem;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0) 100%), url(/img/retention-bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.retention .retention-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.retention .retention-text span {
  font-weight: 300;
}

/************************************* 表单 *******************************************/
.retention-form {
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.25rem 0 0;
}

.retention-form .retention-form-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
}

.retention-form .retention-form-text span {
  height: 1.8rem;
}

.retention-form .retention-form-text p {
  font-weight: 300;
  color: #4d4d4d;
}

.retention-form .retention-form-box {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 70.4px 0px rgba(0, 0, 0, 0.08);
  margin-top: 2.075rem;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 0 2.35rem;
}

.retention-form .retention-form-box .retention-form-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem 1.3rem;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item lable {
  display: flex;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item input {
  width: 9.75rem;
  height: 1.05rem;
  border: 0.025rem solid #f1f1f1;
  border-radius: 0.15rem;
  font-size: 0.4rem;
  padding: 0 0.65rem;
  font-weight: 400;
  color: #333;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item input::-moz-placeholder {
  color: #B4B4B4;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item input::placeholder {
  color: #B4B4B4;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item .select-box {
  position: relative;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item .select-box select {
  color: #999;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item .select-box::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(/img/arrow-down.png) no-repeat center;
  right: 0.725rem;
  top: 0;
  width: 0.225rem;
  height: 100%;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item select {
  width: 9.75rem;
  height: 1.05rem;
  border: 0.025rem solid #f1f1f1;
  border-radius: 0.15rem;
  font-size: 0.4rem;
  padding: 0 0.65rem;
  font-weight: 400;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item .long {
  width: 15.425rem;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item .input-area {
  width: 32.35rem;
  height: 2.85rem;
  resize: none;
  border: 0.025rem solid #f1f1f1;
  border-radius: 0.15rem;
  font-size: 0.4rem;
  padding: 0.25rem 0.65rem;
  font-weight: 400;
  color: #333;
}

.retention-form .retention-form-box .retention-form-list .retention-form-item .input-area::placeholder {
  color: #B4B4B4;
}
.retention-form .retention-form-box .retention-form-list .sli-box {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  gap: 1.5rem 1.3rem;
}

.retention-form .retention-form-box .retention-form-list .sli-box.active {
  display: flex;
}
.retention-form .retention-form-box .info .sli-clk {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  color: #999;
  margin: auto;
  cursor: pointer;
}

.retention-form .retention-form-box .info .sli-clk .down {
  display: none;
}

.retention-form .retention-form-box .info .sli-clk span {
  margin-left: 0.2rem;
  transition: all 0.4s;
}

.retention-form .retention-form-box .info .sli-clk.active .down {
  display: block;
}

.retention-form .retention-form-box .info .sli-clk.active .up {
  display: none;
}

.retention-form .retention-form-box .info .sli-clk.active span {
  transform: rotate(180deg);
}
.retention-form .retention-form-box .retention-from-radio {
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
  align-items: center;
  gap: 0.25rem;
}

.retention-form .retention-form-box .retention-from-radio input {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1rem;
}
@media (max-width:430px) {
    .retention-form .retention-form-box .retention-from-radio input {
        width: .6rem;
        height: .6rem;
        border-radius: .1rem;
    }
}

.retention-form .retention-form-box .retention-from-radio p {
  color: #B5B5B5;
  font-weight: 300;
  line-height: 0.6rem;
}

.retention-form .retention-form-box .retention-from-radio p a {
  color: #4ebbca;
  font-weight: 400;
}

.retention-form .retention-form-box .retention-from-radio p a:hover {
  border-bottom: 1px solid #4ebbca;
}

.retention-form .retention-form-box .retention-from-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.55rem;
}

.retention-form .retention-form-box .retention-from-btn button {
  width: 3.5389rem;
  height: 0.9495rem;
  padding: 0.1872rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border-radius: 0.75rem;
}

.retention-form .retention-form-box .retention-from-btn input {
  width: 3.5389rem;
  height: 0.9495rem;
  padding: 0.1872rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border-radius: 0.75rem;
}

.retention-form .retention-form-box .retention-from-btn .btn-fill {
  background: var(--vi, #4ebbca);
  color: #FFF;
}

.retention-form .retention-form-box .retention-from-btn .btn {
  border: 0.025rem solid #333;
  background-color: #fff;
}

.request::before {
  content: "*";
  display: inline-block;
  width: 11.243px;
  height: 18.989px;
  color: var(--vi, #4ebbca);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-right: 0.15rem;
}

/********************** products--产品中心 *********************************/
.banner {
  width: 100%;
  height: 18.5rem;
}

.banner .item {
  position: relative;
}

.banner .item img {
  width: 100%;
  height: 100%;
}

.banner .item .text {
  position: absolute;
  top: 6rem;
  left: 21.5rem;
  text-align: center;
}

.banner .item .text p {
  font-weight: 300;
}

.productis {
  width: 100%;
}

.productis .wrap {
  display: flex;
}

.productis .pro-left {
  width: 26%;
  padding: 3.6rem 1.35rem 3.6rem 2rem;
  border-right: 1px solid #E6E6E6;
  position: relative;
}

.productis .pro-left .pro-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
}

.productis .pro-left .pro-list-title .reset {
  color: var(--vi);
  font-weight: 500;
  cursor: pointer;
}
.productis .pro-left > div {
    position: sticky;
    top: 4rem;
}

.productis .pro-left .list {}

.productis .pro-left .list .items {
  margin-bottom: .75rem;
}

.productis .pro-left .list .items:last-child {
  margin-bottom: 0;
}

.productis .pro-left .list .items .tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.productis .pro-left .list .items .tit-box span {
  font-weight: 500;
  width: 2.5rem;
}
.productis .pro-left .list .items .tit-box .active {
    color: #4ebbca;
}

.productis .pro-left .list .items .tit-box .sub {
  display: none;
}

.productis .pro-left .list .items.active .tit-box .sub {
  display: block;
}

.productis .pro-left .list .items.active .tit-box .add {
  display: none;
}

.productis .pro-left .list .items .tit-box img {
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.productis .pro-left .list .items .list2 {
  display: none;
  margin-top: .375rem;
  padding: 0 0 0 3px;
}

.productis .pro-left .list .items .list2 .item {
  display: flex;
  align-items: center;
  margin-bottom: .3rem;
  cursor: pointer;
}

.productis .pro-left .list .items .list2 .item:last-child {
  margin-bottom: 0;
}

.productis .pro-left .list .items .list2 .item .check {
  width: .45rem;
  height: .45rem;
  position: relative;
  margin-right: .3rem;
  box-shadow: 0 0 0 1px #666666;
  transition: all .4s;
}

.productis .pro-left .list .items .list2 .item .check::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .15rem;
  height: .25rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: all .4s;
}

.productis .pro-left .list .items .list2 .item.active .check {
  background-color: var(--vi);
  box-shadow: none;
}

.productis .pro-left .list .items .list2 .item.active .check::after {
  opacity: 1;
}

.productis .pro-right {
  width: 74%;
  padding: 3.25rem 0 4rem 1.8rem;
}

.productis .pro-right .pro-main .pro-list {
  display: flex;
  flex-wrap: wrap;
}

.productis .pro-right .pro-main .pro-list .item {
  width: calc((100% - 1rem) / 3);
  margin-right: .5rem;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.productis .pro-right .pro-main .pro-list .item:nth-child(3n) {
  margin-right: 0;
}

.productis .pro-right .pro-main .pro-list .item .pic {
  width: 100%;
  height: 5.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../img/pro-item-bg.png) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  overflow: hidden;
}

.productis .pro-right .pro-main .pro-list .item .pic img {
  width: 100%;
  object-fit: contain;
  height: 4.4rem;
  transition: all .5s;
}

.productis .pro-right .pro-main .pro-list .item:hover .pic img {
  transform: scale(1.05);
}

.productis .pro-right .pro-main .pro-list .item .item-text {
  display: flex;
  flex-direction: column;
  padding: 0.375rem 0 0.8rem 0.75rem;
}

.productis .pro-right .pro-main .pro-list .item .item-text .tag {
  font-size: 10px;
  font-weight: 400;
  color: #D50018;
  display: inline-block;
  width: 0.8212rem;
  height: 0.456rem;
  border-radius: 0.075rem;
  background-color: #FFE2E6;
  text-align: center;
  line-height: 0.456rem;
  margin-bottom: 0.3rem;
}

.productis .pro-right .pro-main .pro-list .item .item-text .more {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: row;
  gap: 1.325rem;
}

.productis .pro-right .pro-main .pro-list .item .item-text .more span {
  position: relative;
  cursor: pointer;
  font-size: 0.3rem;
  font-weight: 500;
}

.productis .pro-right .pro-main .pro-list .item .item-text .more span:hover {
  color: #4ebbca;
}

.productis .pro-right .pro-main .pro-list .item .item-text .more span:hover ::after {
  filter: drop-shadow(0 0 0 #4ebbca);
}

.productis .pro-right .pro-main .pro-list .item .item-text .more .more-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../img/arrow-left-b.svg) no-repeat center;
  width: 0.125rem;
  height: 100%;
  margin-left: 0.15rem;
}

.productis .pro-right .pro-main .pro-list .item .item-text .more .pay-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../img/arrow-left-b.svg) no-repeat center;
  width: 0.125rem;
  height: 100%;
  margin-left: 0.15rem;
}

.productis .pro-right .page-box {
  margin-top: 1.9rem;
}

.productis .pro-right .pro-page div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.productis .pro-right .pro-page div button {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: #F7F7F7;
  position: relative;
}

.productis .pro-right .pro-page div .btn-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/img/arrow-l-1.png) no-repeat center;
  width: 1.05rem;
  height: 1.05rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.productis .pro-right .pro-page div .btn-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/img/arrow-r-2.png) no-repeat center;
  width: 1.05rem;
  height: 1.05rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.productis .pro-right .pro-page div .page-list {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.productis .pro-right .pro-page div .page-list li {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: #F7F7F7;
  text-align: center;
  line-height: 1.05rem;
  font-size: 0.4rem;
  font-weight: 500;
  cursor: pointer;
}

.productis .pro-right .pro-page div .page-list .active {
  background-color: #4ebbca;
  color: #fff;
}

.productis .pro-right .pro-page div .page-jump span {
  font-weight: 500;
}

.productis .pro-right .pro-page div .page-jump input {
  width: 1.9rem;
  height: 1.05rem;
  border: 1px solid #f4f4f4;
  border-radius: 0.1rem;
  padding: 0.075rem 0.05rem;
  font-size: 0.4rem;
}

/********************** pro-detail--产品详情 *********************************/
.banner1 {
  position: absolute;
  width: 100%;
  height: 12.875rem;
  background: url(/img/pro-detail-bg.png) no-repeat center;
  background-size: 100% 100%;
  top: 0;
  transition: all 0.6s;
}

.pro-detail {
  /*width: 100%;*/
  /*height: 40%;*/
  background-color: #fff;
  /*position: absolute;*/
  transition: all 1s;
  overflow: hidden;
  /*top: 12.875rem;*/
  z-index: 98;
}

.pro-detail div {
  position: relative;
}

.pro-detail .text {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  /*padding: 1.775rem 0 2.25rem 5.25rem;*/
  /*position: absolute;*/
  /*top: 0;*/
  transition: all 1s;
}

.pro-detail .text p {
  font-weight: 400;
}

.pro-detail .text p::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background: url(../img/pro-detail2.png) no-repeat center;
  margin-right: 0.4rem;
}

.pro-detail .list {
  margin-top: 2.5rem;
  /*display: none;*/
  flex-direction: row;
  /*gap: 1.45rem;*/
  /*opacity: 0;*/
  transition: all 1s;
  /*padding: 1.775rem 0 2.25rem 5.25rem;*/
  /*position: absolute;*/
  /*top: 8rem;*/
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.pro-detail .list .item {
  width: calc((100% - 3.75rem * 2) / 3);
  margin-right: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.475rem;
}

.pro-detail .list .item img {
  width: 1.5rem;
  height: .875rem;
  object-fit: contain;
  margin-bottom: .55rem;
}

.pro-detail .list .item span {
  color: #000;
  text-align: center;
}

.pro-detail .list .item:nth-child(3n) {
  margin-right: 0;
}


.pro-detail .list .items .list2 .item p {
  font-weight: 400;
}

.pro-detail .list .items .list2 .item:nth-child(2) {
  width: 3.75rem;
}

.pro-detail .list .items .list2 .item:nth-child(5) {
  width: 3.75rem;
}

.pro-detail .text2 {
  /*padding: 1.775rem 0 2.25rem 5.25rem;*/
  /*position: absolute;*/
  /*top: 16rem;*/
  /*opacity: 0;*/
  transition: all 1s;
}

.pro_container .card_top {
  margin-bottom: 2.5rem;
}

.pro-detail .text2 table {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.pro-detail .text2 table tr {
  width: 20.925rem;
  display: flex;
  flex-direction: row;
  padding: 0.325rem 0 0.325rem 0.95rem;
  font-size: 0.4rem;
  color: #333;
  font-weight: 500;
}

.pro-detail .text2 table tr td {
  flex: 1;
}

.pro-detail .text2 table tr:nth-child(odd) {
  background-color: #f8f9fb;
}

.pro1 {
  width: 100%;
  /*position: absolute;*/
  /*top: 100vh;*/
  transition: all 1s;
  padding: 3rem 6.225rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro1 p {
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.pro1 .pro-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.55rem 0.575rem;
}

.pro1 .pro-list .item {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.pro1 .pro-list .item .pic {
  width: 8.325rem;
  height: 5.25rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pro1 .pro-list .item .pic img {
  width: 100%;
  height: 4.4rem;
  object-fit: cover;
}

.pro1 .pro-list .item .pic:hover {
  background: url(/img/pro-item-bg.png);
  background-size: 100% 100%;
}

.pro1 .pro-list .item .item-text {
  display: flex;
  flex-direction: column;
  padding: 0.375rem 0 0.8rem 0.75rem;
}

.pro1 .pro-list .item .item-text .tag {
  font-size: 10px;
  font-weight: 400;
  color: #D50018;
  display: inline-block;
  width: 0.8212rem;
  height: 0.456rem;
  border-radius: 0.075rem;
  background-color: #FFE2E6;
  text-align: center;
  line-height: 0.456rem;
  margin-bottom: 0.3rem;
}

.pro1 .pro-list .item .item-text .more {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: row;
  gap: 1.325rem;
}

.pro1 .pro-list .item .item-text .more span {
  position: relative;
  cursor: pointer;
  font-size: 0.3rem;
  font-weight: 500;
}

.pro1 .pro-list .item .item-text .more span:hover {
  color: #4ebbca;
}

.pro1 .pro-list .item .item-text .more span:hover ::after {
  filter: drop-shadow(0 0 0 #4ebbca);
}

.pro1 .pro-list .item .item-text .more a {
  position: relative;
  cursor: pointer;
  font-size: 0.3rem;
  font-weight: 500;
  color:#333;
}

.pro1 .pro-list .item .item-text .more a:hover {
  color: #4ebbca;
}

.pro1 .pro-list .item .item-text .more a:hover ::after {
  filter: drop-shadow(0 0 0 #4ebbca);
}

.pro1 .pro-list .item .item-text .more .more-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(/img/arrow-left-b.svg) no-repeat center;
  width: 0.125rem;
  height: 100%;
  margin-left: 0.15rem;
}

.pro1 .pro-list .item .item-text .more .pay-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(/img/arrow-left-b.svg) no-repeat center;
  width: 0.125rem;
  height: 100%;
  margin-left: 0.15rem;
}

.pro-card {
  position: absolute;
  transition: all 1s;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0px 0px 0.825rem 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(0.1475rem);
  backdrop-filter: blur(0.1475rem);
  width: 13.5rem;
  height: 17rem;
  left: 29.25rem;
  top: 3.25rem;
  z-index: 99;
  padding: 0.925rem 0 0 0;
}

.pro-card>div {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.pro-card>div .tag {
  width: 1.5rem;
  height: 0.7rem;
  margin-left: 0.75rem;
}

.pro-card>div .tag p {
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  background: #FFE2E6;
  color: #D50018;
  font-family: "Noto Sans SC";
  font-size: 0.4rem;
  font-weight: 500;
  text-align: center;
  line-height: .7rem;
}

.pro-card>div img {
  margin: 1.7rem 0 0 2.25rem;
}

.pro-card>div .btn-box {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  height: 1.75rem;
}

.pro-card>div .btn-box button {
  width: 50%;
  height: 100%;
  font-weight: 500;
}

.pro-card>div .btn-box .btn1 {
  border-radius: 0px 0px 0px 0.35rem;
  background: var(--vi, #4ebbca);
  color: #fff;

  a {
    color: #fff;
  }
}

.pro-card>div .btn-box .btn2 {
  border-radius: 0 0 0.35rem 0;
  background-color: #fff;
  color: #000;

  a {
    color: #000;
  }
}

.pro-card>div .btn-box .all {
  width: 100%;
  background-color: #4ebbca;
  color: #fff;
  border-bottom-left-radius: .35rem;

  a {
    color: #fff;
  }
}

/***************************join--加入我们************************************/
.banner2 {
  width: 100%;
  height: 18.5rem;
  background: url(./img/join-bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner2 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.banner2 .text button {
  width: 4.625rem;
  height: 1.05rem;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(0.1425rem);
  backdrop-filter: blur(0.1425rem);
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
}

.banner2 .text button:after {
  content: "";
  display: inline-block;
  background: url(./img/join2.png) no-repeat center;
  width: 0.25rem;
  height: 0.2rem;
  margin-left: 0.225rem;
}

.join1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*gap: 2.25rem;*/
  padding: 2.5rem 0;
}

.join1 .text {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  text-align: center;
}

.join1 .text p {
  font-weight: 300;
  color: #4d4d4d;
}

.join1 .list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.join1 .list .item {
  width: 28%;
  flex: 1;
  height: 11rem;
  padding: 1.7rem 1.225rem 1rem 1.225rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.join1 .list .item .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.join1 .list .item img {
  width: 2.375rem;
  height: 1.875rem;
  object-fit: contain;
}

.join1 .list .item .text {
  gap: 0.2rem;
}
.join1 .list .item .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .125rem;
}
.join1 .list .item .more img {
    width: .4rem;
    height: .4rem;
}

.join1 .list .item .text p {
  line-height: 0.6rem;
  font-weight: 500;
}

.join1 .list .item .num {
  font-weight: 500;
  color: #4ebbca;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.join1 .list .item .num::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #D6D6D6;
  width: 1.2rem;
  margin-right: 0.75rem;
}

.join1 .list .item .num::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #D6D6D6;
  width: 1.2rem;
  margin-left: 0.75rem;
}

.join1 .cont-box {
  margin-top: 3.75rem;
}

.join1 .list2 {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.join1 .list2 .items {
  width: 49%;
  background-color: #F9F9F9;
  border-radius: .25rem;
  padding: 1.95rem 0 1.5rem;
}

.join1 .list2 .left .h1 {
  margin-top: .5rem;
}

.join1 .list2 .left .txt {
  margin-top: .6rem;
  color: var(--vi);
}

.join1 .list2 .left .bottom {
  margin-top: 1.6rem;
  padding: 1.1rem 1.4rem 0;
  border-top: 1px solid #DCDCDC;
  display: flex;
  flex-wrap: wrap;
}

.join1 .list2 .left .bottom .item {
  width: 50%;
}

.join1 .list2 .left .bottom .item:nth-child(n + 3) {
  margin-top: 1rem;
}

.join1 .list2 .left .bottom .item p {
  margin-top: .25rem;
}

.join1 .list2 .right .pic {
  width: 5rem;
  margin: 1.15rem auto 0;
}

.join1 .list2 .right .h {
  margin-top: .9rem;
}

.join1 .list2 .right .txt {
  line-height: 2;
}

.join2 {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.75rem;
  background-color: #f9f9f9;
}

.join2 .text {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  text-align: center;
}

.join2 .text p {
  color: #4d4d4d;
  font-weight: 300;
}

.join2 .join2-main {
  display: flex;
  flex-direction: row;
  margin-top: 2.75rem;
}

.join2 .join2-main .left {
  display: flex;
  flex-direction: row;
  gap: 0.525rem;
}

.join2 .join2-main .left .left1 {
  display: flex;
  flex-direction: column;
  gap: 0.525rem;
}

.join2 .join2-main .left .left1 .item {
  padding: 1.05rem 0.75rem 0.65rem 0.825rem;
  width: 7.25rem;
  height: 5.225rem;
  border-radius: 0.25rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .4s;
}

.join2 .join2-main .left .left1 .item .num {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.join2 .join2-main .left .left1 .item .num p {
  color: #4ebbca;
}

.join2 .join2-main .left .left1 .item .num .icon {
  width: 1rem;
  height: .925rem;
  text-align: right;
  position: relative;
}
.join2 .join2-main .left .left1 .item .num .icon img {
    position: absolute;
    top: 0;
    left: 0;
}
.join2 .join2-main .left .left1 .item .num .icon img:nth-of-type(1) {
    opacity: 1;
}
.join2 .join2-main .left .left1 .item .num .icon img:nth-of-type(2){
    opacity: 0;
}

.join2 .join2-main .left .left1 .item:hover {
  background-color: #4ebbca;
  color: #fff;
}

.join2 .join2-main .left .left1 .item:hover .num p {
  color: #fff;
}

.join2 .join2-main .left .left1 .item:hover .num .icon img:nth-of-type(1) {
  opacity: 0;
}
.join2 .join2-main .left .left1 .item:hover .num .icon img:nth-of-type(2) {
  opacity: 1;
}

.join2 .join2-main .left .left2 {
  width: calc(.525rem + 5.625rem * 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*gap: 0.525rem;*/
}

.join2 .join2-main .left .left2 .item {
  width: 5.625rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.05rem 0.6rem 0.6rem 0.825rem;
}

.join2 .join2-main .left .left2 .item .num {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.join2 .join2-main .left .left2 .item .num p {
  color: #4ebbca;
}

.join2 .join2-main .left .left2 .item .num .icon {
  width: 1rem;
  height: .925rem;
  text-align: right;
  position: relative;
}
.join2 .join2-main .left .left2 .item .num .icon img {
    position: absolute;
    top: 0;
    left: 0;
}
.join2 .join2-main .left .left2 .item .num .icon img:nth-of-type(1) {
    opacity: 1;
}
.join2 .join2-main .left .left2 .item .num .icon img:nth-of-type(2) {
    opacity: 0;
}

.join2 .join2-main .left .left2 .item:hover {
  background-color: #4ebbca;
  color: #fff;
}

.join2 .join2-main .left .left2 .item:hover .num p {
  color: #fff;
}

.join2 .join2-main .left .left2 .item:hover .num .icon img:nth-of-type(1) {
  opacity: 0;
}
.join2 .join2-main .left .left2 .item:hover .num .icon img:nth-of-type(2) {
    opacity: 1;
}

.join2 .join2-main .right {
  width: 17.25rem;
  margin-left: .7rem;
  height: 16.5rem;
  padding: 1.625rem 1.425rem 0;
  border-radius: 0.25rem;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
  background-image: url(../img/29.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.join2 .join2-main .right .con {
  display: none;
}

.join2 .join2-main .right .con.on {
  display: block;
}

.join2 .join2-main .right .txt {
  font-weight: 400;
  line-height: 0.8rem;
  margin-top: 0.375rem;
}

.join2 .join2-main .right .more {
  margin-top: 1.5rem;
}

.join2 .join2-main .right button {
  width: 4.5rem;
  height: 1.05rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 0.35rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-top: 1.5rem;
}

.join2 .join2-main .right button::after {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.2rem;
  background: url(../img/arrow-right-b.svg) no-repeat center;
  margin-left: 0.325rem;
}

.join2 .join2-main .right img {
  width: 100%;
  height: 5.8rem;
  margin-top: .5rem;
  /*position: absolute;*/
  bottom: 0;
  right: 0;
}

.join3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(260deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 20%), url(../img/join15.png) no-repeat center;
  background-size: 100% 100%;
  padding: 6.6rem 12.75rem;
}

.join3 .title {
  margin-bottom: 1.5rem;
}

.join3 .input {
  display: flex;
  flex-direction: row;
  position: relative;
}

.join3 input {
  width: 22.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.25rem 1.4rem;
  font-size: 0.4rem;
  color: #fff;
}

.join3 input::-moz-placeholder {
  color: #fff;
}

.join3 input::placeholder {
  color: #fff;
}

.join3 .input::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.775rem;
  top: 0.58rem;
}

.join3 .input button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
  font-size: 0.45rem;
  color: #333;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.join3 button {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  width: 4.625rem;
  height: 1.05rem;
  text-align: center;
  font-size: 0.35rem;
  font-weight: 500;
  color: #fff;
}

.join3 button::after {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.2rem;
  background: url(../img/join2.png) no-repeat center;
  margin-left: 0.225rem;
}

.join3 .txt {
  margin-top: 1.65rem;
  text-align: center;
}

.join3 .more {
  margin-top: 1.5rem;
}

/***************************rec-list--招聘列表************************************/
.rec1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.25rem 0 2rem;
}

.rec1 .text {
  text-align: center;
  margin-bottom: 1.375rem;
}

.rec1 .input {
  width: 47%;
  height: 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: .75rem;
  border: 1px solid #D6D6D6;
}

.rec1 .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: none;
}

.rec1 input {
  width: calc(100% - .4rem - 4.5rem);
  height: 100%;
  padding: 0 0.25rem;
  color: #333;
}

.rec1 input::-moz-placeholder {
  color: #666;
}

.rec1 input::placeholder {
  color: #666;
}

.rec1 .btn {
  width: 4.5rem;
  height: 100%;
  border-radius: 0.75rem;
  background-color: #4ebbca;
  color: #fff;
}

/*.rec3 {*/
/*    padding: 1.875rem 4.25rem 2.5rem 5.25rem !important;*/
/*}*/

.rec2 {
  width: 100%;
  padding: 1.875rem 5.25rem 2.5rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: row;
}
.rec2 .left {
  width: 9rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.rec2 .left .title {
  width: 100%;
  background-color: #fff;
  padding: 1.125rem 0 0.575rem 0.875rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.rec2 .left .title2 {
    border-radius: .25rem;
}

.rec2 .left .rec2-l-b {
  background-color: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0.9rem;
}
.rec2 .left .dl-item {
    width: 9rem;
    height: 1.75rem;
    border-radius: .4rem;
    border: .04rem solid #D9D9D9;
    display: flex;
    justify-content: center;
    text-align: center;
}
.rec2 .left .dl-item.active {
     background-color: #4ebbca;
    color: #fff;
}
.rec2 .left .dl-item:hover {
    background-color: #4ebbca;
    color: #fff;
}
.rec2 .left .dl-item .tit-box {
    display: flex;
    align-items: center;
}
.rec2 .left .rec2-l-b .text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.rec2 .left .rec2-l-b .text .btn {
  width: 16px;
  display: none;
}

.rec2 .left .rec2-l-b .text .on {
  display: block;
}

.rec2 .left .rec2-l-b .list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rec2 .left .rec2-l-b .list .item {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.rec2 .left .rec2-l-b .list .item .check {
  width: .45rem;
  height: .45rem;
  position: relative;
  margin-right: .3rem;
  box-shadow: 0 0 0 1px #666666;
  transition: all .4s;
}

.rec2 .left .rec2-l-b .list .item .check::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .15rem;
  height: .25rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: all .4s;
}

.rec2 .left .rec2-l-b .list .item.active .check {
  background-color: var(--vi);
}

.rec2 .left .rec2-l-b .list .item.active .check::after {
  opacity: 1;
}

.rec2 .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0.75rem;
}
.rec2 .dl-right .list .item a {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.rec2 .right .text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.rec2 .right .text .tag {
  width: 1rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  background: #4ebbca;
  display: inline-block;
  text-align: center;
  line-height: 0.5rem;
}

.rec2 .right .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.775rem;
  gap: 0.525rem 0.525rem;
}

.rec2 .right .list .item {
  width: 8.9rem;
  border-radius: 0.25rem;
  background: #FFF;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}

.rec2 .right .list .item .title {
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  gap: 0.375rem;
}

.rec2 .right .list .item .title span {
  font-weight: 500;
}

.rec2 .right .list .item .title .tag {
  display: inline-block;
  width: 1.3rem;
  height: 0.625rem;
  border-radius: 0.1rem;
  border: 1px solid #4ebbca;
  background: #FFF;
  text-align: center;
  color: #4ebbca;
  flex-shrink:0;
  transform: translateY(.075rem);
  line-height: .55rem;
}

.rec2 .right .list .item .text1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  padding-right: 2rem;
  font-weight: 400;
}

.rec2 .right .list .item .text1 .line {
  width: 0.025rem;
  height: 0.4rem;
  background: #B1B1B1;
}

.rec2 .right .list .item .text2 {
  font-weight: 400;
  margin-top: 1rem;
}
.rec2 .right .list .item .text3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.rec2 .right .page-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rec2 .right .page-box .pro-page {
  height: 1.05rem;
  margin-top: 1.875rem;
}

.rec2 .right .page-box .pro-page div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.rec2 .right .page-box .pro-page div button {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: #F7F7F7;
  position: relative;
}

.rec2 .right .page-box .pro-page div .btn-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/arrow-l-1.png) no-repeat center;
  width: 1.05rem;
  height: 1.05rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.rec2 .right .page-box .pro-page div .btn-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/arrow-r-2.png) no-repeat center;
  width: 1.05rem;
  height: 1.05rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.rec2 .right .page-box .pro-page div .page-list {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.rec2 .right .page-box .pro-page div .page-list li {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: #F7F7F7;
  text-align: center;
  line-height: 1.05rem;
  font-size: 0.4rem;
  font-weight: 500;
  cursor: pointer;
}

.rec2 .right .page-box .pro-page div .page-list .active {
  background-color: #4ebbca;
  color: #fff;
}

.rec2 .right .page-box .pro-page div .page-jump span {
  font-weight: 500;
}

.rec2 .right .page-box .pro-page div .page-jump input {
  width: 1.9rem;
  height: 1.05rem;
  border: 1px solid #f4f4f4;
  border-radius: 0.1rem;
  padding: 0.075rem 0.05rem;
  font-size: 0.4rem;
}

/***************************rec-detail--招聘详情************************************/
.rec-detail {
  width: 100%;
  background-color: #f9f9f9;
  padding: 2.5rem 5.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;

  align-items: flex-start;
}

.rec-detail .left {
  padding: 1.35rem 0 1.6rem 0;
  background-color: #fff;
  width: 26.5rem;
}

.rec-detail .left .text1 {
  border-bottom: 1px solid #ededed;
  padding: 0 0 0 1.125rem;
}

.rec-detail .left .text1 .title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rec-detail .left .text1 .title .tag {
  display: inline-block;
  width: 1.3rem;
  height: 0.625rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 4px;
  border: 1px solid #4ebbca;
  background: #FFF;
  color: #4ebbca;
  margin-left: 0.3rem;
}

.rec-detail .left .text1 .text {
  margin-top: 0.9rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  font-weight: 400;
}

.rec-detail .left .text1 .text span:nth-child(1)::before {
  content: "";
  display: inline-block;
  background: url(../img/rec-detail1.png);
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.4rem;
  margin-right: 0.25rem;
}

.rec-detail .left .text1 .text span:nth-child(2)::before {
  content: "";
  display: inline-block;
  background: url(../img/rec-detail2.png);
  background-size: 100% 100%;
  width: 0.375rem;
  height: 0.425rem;
  margin-right: 0.25rem;
}

.rec-detail .left .text1 .text span:nth-child(3)::before {
  content: "";
  display: inline-block;
  background: url(../img/rec-detail3.png);
  background-size: 100% 100%;
  width: 0.375rem;
  height: 0.425rem;
  margin-right: 0.25rem;
}

.rec-detail .left .text1 .text span:nth-child(4)::before {
  content: "";
  display: inline-block;
  background: url(../img/rec-detail4.png);
  background-size: 100% 100%;
  width: 0.425rem;
  height: 0.425rem;
  margin-right: 0.25rem;
}

.rec-detail .left .text-box {
  padding: 1.7rem 0 0 1.125rem;
}

.rec-detail .left .text-box ol {
  list-style-type: demical;
  width: 20rem;
  padding: 0 0 0 0.375rem;
}

.rec-detail .left .text-box ol li {
  list-style-position: outside;
  line-height: 1rem;
  font-weight: 400;
}

.rec-detail .left .text-box .text2 span:nth-child(1) {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.rec-detail .left .text-box .text3 {
  margin-top: 1.7rem;
}

.rec-detail .left .text-box .text3 span {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.rec-detail .left .text-box .text3 .desc {
  margin-top: 0.5rem;
  display: inline-block;
}

.rec-detail .left .text-box .text4 span {
  margin-top: 2.275rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.rec-detail .left .text-box .text4 p {
  line-height: 1rem;
  width: 21.025rem;
}

.rec-detail .left .btn {
  display: flex;
  flex-direction: row;
  gap: 1.45rem;
  padding: 0 0 0 1.125rem;
  margin-top: 2.025rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.rec-detail .left .btn button {
  width: 4.5rem;
  height: 1.05rem;
  border-radius: 0.525rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  background-color: #fff;
}
.rec-detail .left .btn button a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rec-detail .left .btn button:hover {
  background: #4ebbca;
  a {
      color: #fff;
  }
}

.rec-detail .left .btn button::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-down-w.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.1rem;
  margin-left: 0.35rem;
}

.rec-detail .left .btn span {
  color: #4ebbca;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rec-detail .left .btn span::before {
  content: "";
  display: inline-block;
  background: url(../img/rec-detail6.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.325rem;
  height: 0.5rem;
  margin-right: 0.325rem;
}

/*.rec-detail .left .ewm_box:hover .rec-pop-box {*/
/*  display: block;*/
/*}*/
/* .rec-pop-box:hover {*/
/*  display: block;*/
/* }*/

.rec-detail .left .ewm_box {
  position: relative;
}

.rec-detail .left .btn .rec-pop-box {
  width: fit-content;
  position: absolute;
  padding: 0.25rem;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.375rem;
  filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.07));
  border-radius: 0.25rem;
  display: none;
}

.rec-detail .left .btn .rec-pop-box .rec-pop-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.rec-detail .left .btn .rec-pop-box .rec-pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 0.5rem;
}

.rec-detail .left .btn .rec-pop-box .rec-pop img {
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  object-fit: contain;
}

.rec-detail .left .btn .rec-pop-box .rec-pop p {
  white-space: nowrap;
}

.rec-detail .left .btn .rec-pop-box .rec-pop p:nth-child(3) {
  color: #4ebbca;
}

.rec-detail .left .btn .rec-pop-box .rec-pop .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.5rem solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -0.6rem;
}

.rec-detail .right {
  width: 10.25rem;
  height: auto;
  border-radius: 0.25rem;
  position: sticky;
  top: 4.5rem;
}

.rec-detail .right .right-top {
  height: 2.375rem;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  padding: 0 0 0.45rem 0.9rem;
  display: flex;
  align-items: flex-end;
}

.rec-detail .right ul {
  background-color: #fff;
}

.rec-detail .right ul .item {
  padding: 0.725rem 0 0.65rem 0;
  border-bottom: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-45deg, #ccc 0, #ccc 0.5em, white 0, white 0.75em);
  margin-left: 1.025rem;
  font-weight: 400;
}

.rec-detail .right ul .item a {
  color: #333;
  display: block;
}

.rec-detail .right ul .item a:hover {
  color: var(--vi);
}

.rec-detail .right ul .item:last-child {
  border-bottom: none;
}

.rec-detail .right button {
  width: 10.25rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  background: #4ebbca;
  margin-top: 0.65rem;
  font-size: 0.5rem;
  font-weight: 400;
}

.rec-detail .right button a {
  color: #fff;
}

.rec-detail .right button::before {
  content: "";
  display: inline-block;
  background: url(../img/back-w.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.45rem;
  height: 0.4rem;
  margin-right: 0.35rem;
}

/***************************search--搜索页************************************/
.contianer1 {
  width: 100%;
  background-color: #f9f9f9;
}

.search1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4.025rem 0 2.25rem;
}

.search1 .input {
  width: 19.95rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.search1 .input input {
  width: 100%;
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  padding: 0.5rem 1.725rem;
  font-size: 0.4rem;
  font-weight: 400;
}

.search1 .input::before {
  content: "";
  display: inline-block;
  background: url(../img/search-b.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 1.075rem;
}

.search1 .input::after {
  content: "搜索";
  display: inline-block;
  font-size: 0.45rem;
  font-weight: 500;
  color: #fff;
  background-color: #0D468c;
  width: 4.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  position: absolute;
  right: 0;
}

.search-nav {
  display: flex;
  flex-direction: row;
  padding: 0 5.25rem 0.5rem;
  margin-top: 2.25rem;
  border-bottom: 1px solid #dfdfdf;
}

.search-nav .list {
  display: flex;
  flex-direction: row;
  gap: 3.25rem;
  margin-left: 6.25rem;
}

.search-nav .list .item {
  cursor: pointer;
}

.search-nav .list .on {
  color: #4ebbca;
  position: relative;
}

.search-nav .list .on::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.6rem;
  width: 100%;
  height: 0.05rem;
  background: #4ebbca;
  left: 0;
}

.search-main {
  padding: 1.75rem 5.25rem 4rem;
}

.search-main .list1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.55rem 0.575rem;
  margin-top: 1.375rem;
}

.search-main .list1 .item {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

.search-main .list1 .item .pic {
  width: 8.325rem;
  height: 5.25rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.search-main .list1 .item .pic img {
  width: 2.575rem;
  height: 4.4rem;
}

.search-main .list1 .item .pic:hover {
  background: url(/img/pro-item-bg.png);
  background-size: 100% 100%;
}

.search-main .list1 .item .item-text {
  display: flex;
  flex-direction: column;
  padding: 0.375rem 0 0.8rem 0.75rem;
}

.search-main .list1 .item .item-text .tag {
  font-size: 10px;
  font-weight: 400;
  color: #D50018;
  display: inline-block;
  width: 0.8212rem;
  height: 0.456rem;
  border-radius: 0.075rem;
  background-color: #FFE2E6;
  text-align: center;
  line-height: 0.456rem;
  margin-bottom: 0.3rem;
}

.search-main .list1 .item .item-text .more {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: row;
  gap: 1.325rem;
}

.search-main .list1 .item .item-text .more span {
  position: relative;
  cursor: pointer;
  font-size: 0.3rem;
  font-weight: 500;
}

.search-main .list1 .item .item-text .more span:hover {
  color: #4ebbca;
}

.search-main .list1 .item .item-text .more span:hover ::after {
  filter: drop-shadow(0 0 0 #4ebbca);
}

.search-main .list1 .item .item-text .more .more-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(/img/arrow-left-b.svg) no-repeat center;
  width: 0.125rem;
  height: 100%;
  margin-left: 0.15rem;
}

.search-main .list1 .item .item-text .more .pay-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(/img/arrow-left-b.svg) no-repeat center;
  width: 0.125rem;
  height: 100%;
  margin-left: 0.15rem;
}

.search-main .items:nth-child(2) {
  margin-top: 2.475rem;
}

.search-main .pro-page {
  height: 1.05rem;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.search-main .pro-page div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.search-main .pro-page div button {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: #F7F7F7;
  position: relative;
}

.search-main .pro-page div .btn-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/img/arrow-l-1.png) no-repeat center;
  width: 1.05rem;
  height: 1.05rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.search-main .pro-page div .btn-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/img/arrow-r-2.png) no-repeat center;
  width: 1.05rem;
  height: 1.05rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.search-main .pro-page div .page-list {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.search-main .pro-page div .page-list li {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: #F7F7F7;
  text-align: center;
  line-height: 1.05rem;
  font-size: 0.4rem;
  font-weight: 500;
  cursor: pointer;
}

.search-main .pro-page div .page-list .active {
  background-color: #4ebbca;
  color: #fff;
}

.search-main .pro-page div .page-jump span {
  font-weight: 500;
}

.search-main .pro-page div .page-jump input {
  width: 1.9rem;
  height: 1.05rem;
  border: 1px solid #f4f4f4;
  border-radius: 0.1rem;
  padding: 0.075rem 0.05rem;
  font-size: 0.4rem;
}

.search-main .search2 {
  display: none;
  flex-direction: column;
}

.search-main .search3 {
  display: none;
  flex-direction: column;
}

.search-main .search3 .items .list1 {
  flex-wrap: nowrap;
}

.search-main .search3 .items .list1 .item {
  width: 12.225rem;
}

.search-main .search3 .items .list1 .item .pic {
  width: 12.225rem;
  height: 8.15rem;
}

.search-main .search3 .items .list1 .item .pic img {
  width: 100%;
  height: 100%;
}

.search-main .search3 .items .list1 .item .item-text {
  width: 100%;
  padding-right: 0.825rem;
}

.search-main .search4 {
  display: none;
  flex-direction: column;
}

.search-main .search4 .items .list1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.775rem;
  gap: 0.525rem 0.525rem;
}

.search-main .search4 .items .list1 .item {
  width: 8.9rem;
  border-radius: 0.25rem;
  background: #FFF;
  padding: 0.75rem 2.75rem 0.5rem 0.75rem;
}

.search-main .search4 .items .list1 .item .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
}

.search-main .search4 .items .list1 .item .title span {
  font-weight: 500;
}

.search-main .search4 .items .list1 .item .title .tag {
  display: inline-block;
  width: 1.3rem;
  height: 0.625rem;
  border-radius: 0.1rem;
  border: 1px solid #4ebbca;
  background: #FFF;
  text-align: center;
  color: #4ebbca;
}

.search-main .search4 .items .list1 .item .text1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  font-weight: 400;
}

.search-main .search4 .items .list1 .item .text1 .line {
  width: 0.025rem;
  height: 0.4rem;
  background: #B1B1B1;
}

.search-main .search4 .items .list1 .item .text2 {
  font-weight: 400;
  margin-top: 1rem;
}

.search-main .on {
  display: flex;
}

/***************************service-sup--服务支持************************************/
.banner3 {
  width: 100%;
  height: 18.5rem;
  background: url(/img/service-sup-bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner3 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner3 .text p {
  font-weight: 300;
}

.join4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  padding: 2.5rem 0;
}

.join4 .text {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  text-align: center;
}

.join4 .text p {
  font-weight: 300;
  color: #4d4d4d;
}

.join4 .list {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}

.join4 .list .item {
  width: 10.5rem;
  height: 7.575rem;
  padding: 1.7rem 1.225rem 1rem 1.225rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
}

.join4 .list .item .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.join4 .list .item img {
  width: 2.375rem;
  height: 1.875rem;
}

.join4 .list .item .text {
  gap: 0.2rem;
}

.join4 .list .item .text p {
  line-height: 0.6rem;
  font-weight: 500;
}

.join4 .list .item .num {
  font-weight: 500;
  color: #4ebbca;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.join4 .list .item .num::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #D6D6D6;
  width: 1.2rem;
  margin-right: 0.75rem;
}

.join4 .list .item .num::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #D6D6D6;
  width: 1.2rem;
  margin-left: 0.75rem;
}

.join4 .list2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.75rem;
}

.join4 .list2 .items {
  width: 18.375rem;
  background-color: #f9f9f9;
}

.join4 .list2 .left {
  padding: 1.95rem 0 1.6rem;
}

.join4 .list2 .left .top {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join4 .list2 .left .top span:nth-child(3) {
  color: #4ebbca;
}

.join4 .list2 .left .bottom {
  padding: 1.125rem 0 0 1.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem 2.75rem;
}

.join4 .list2 .left .bottom span {
  font-weight: 400;
}

.join4 .list2 .left .bottom p {
  font-weight: 500;
}

.join4 .list2 .right {
  padding: 1.95rem 0 1.525rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.join4 .list2 .right img {
  width: 5rem;
  height: 5rem;
}

.join4 .list2 .right div {
  text-align: center;
}

.join5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/service-sup-5.png) no-repeat center;
  background-size: 100% 100%;
  padding: 3.25rem 0;
}

.join5 p:nth-child(2) {
  margin-bottom: 1.675rem;
}

.join5 p:nth-child(3) {
  margin-bottom: 1.525rem;
}

.join5 button {
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.36);
  width: 4.625rem;
  height: 1.175rem;
  text-align: center;
  font-size: 0.45rem;
  font-weight: 500;
  color: #fff;
}


.pro_container {
  display: flex;
  align-items: flex-start;
  padding: 0 5.75rem 3.3rem 5.25rem;
}

.pro_container .pro-card {
  position: sticky;
  top: 5rem;
  left: 0;
  width: 13.5rem;
  height: auto;
  padding: 0;
  margin-top: -9.775rem;
  transition: all .4s ease;
}

.pro_container .pro-card>div {
  display: flex;
  flex-direction: column;
  padding-top: .925rem;
}

.pro_container .pro-detail {
  padding-top: 1.775rem;
  position: relative;
  flex: 1;
  top: 0;
  padding-right: 5.35rem;
}

.pro-card>div .tag {
  display: block;
  margin: 0;
  margin-bottom: 1.7rem;
  margin-left: .775rem;
  transition: all .4s ease;
}

.pro-card>div .primg_cont {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 2.925rem;
}

.pro-card>div .primg_cont .swiper2 {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 1.675rem * 2);
  top: calc(100% + .875rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease;
}

.pro-card>div .primg_cont .swiper2 .swiper-slide {
  width: 24.5%;
  margin-right: 13.25%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

.pro-card>div .primg_cont .swiper2 .swiper-slide:last-child {
  margin-right: 0;
}

.pro-card>div .primg_cont .swiper2 .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--vi);
}

.pro-card>div .primg_cont .swiper2 .swiper-slide img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin: 0;
}

.pro-card>div .primg {
  width: 8.95rem;
  height: auto;
  aspect-ratio: 358 / 355;
  /*object-fit: contain;*/
  overflow: hidden;
}

.pro-card>div .primg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.pro-card>div .primg {
  pointer-events: none;
}

.pro_container .pro-card.on .primg {
  pointer-events: all;
}

.pro_container .pro-card.on .swiper2 {
  opacity: 1;
  pointer-events: all;
}

.pro_container .pro-card.on {
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(0px);
}

.pro_container .pro-card.on .tag {
  opacity: 0;
  pointer-events: none;
}

.pro_container .pro-card.on .btn-box {
  opacity: 0;
  pointer-events: none;
}

.pro-card>div .btn-box {
  position: relative;
  transition: all .4s ease;
}

/*# sourceMappingURL=style.css.map */