@charset "UTF-8";
/*******/
/******/
.introduce {
  margin-bottom: 5em;
  padding-top: 5em;
  position: relative;
  background: #fff;
  z-index: 2;
}
.introduce .box {
  position: relative;
  padding: 0 0 1.5em 0;
}
.introduce .imgwrap {
  display: -webkit-flex;
  display: flex;
  height: 26em;
  position: relative;
}
.introduce .imgwrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.introduce-popup-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.introduce-popup {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
          justify-content: right;
}

.introduce-card {
  padding: 2.5em 3.5em;
  background: #00ACA6;
  border-radius: 10px;
  width: 75%;
}

.introduce-card-tit {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5625em;
}
.introduce-card-tit::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 1.25em;
  background: #fff;
}

.introduce-card-name {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #fff;
  font-weight: 400;
}

.introduce-card-positon {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #fff;
  font-weight: 400;
  margin-top: 0.625em;
}

.introduce-card-desc {
  margin-top: 2.7em;
}

.box-staticky {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.introduce-detail {
  padding-bottom: 6em;
}

.introduce-detail-l {
  width: 15em;
  padding-top: 0.65em;
  position: sticky;
  top: 100px;
}
.introduce-detail-l ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.introduce-detail-l li {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.introduce-detail-l a {
  display: -webkit-flex;
  display: flex;
  padding: 0.75em 2em;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.introduce-detail-l a::after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00ACA6;
  opacity: 0;
}
.introduce-detail-l a span {
  font-size: 0.9em;
  line-height: 1.4444444444em;
  color: #0A3433;
  font-weight: 400;
}
.introduce-detail-l a svg {
  height: 1.1em;
  visibility: hidden;
}
.introduce-detail-l li.active a {
  background: #EEF5F5;
}
.introduce-detail-l li.active a::after {
  opacity: 1;
}
.introduce-detail-l li.active a svg {
  visibility: visible;
}
.introduce-detail-l li.active a span {
  color: #00ACA6;
}

.introduce-detail-r {
  -webkit-flex: 1;
          flex: 1;
  padding-left: 10%;
}

.public-istit {
  font-size: 2.6em;
  line-height: 1.1538461538em;
  color: #000;
  font-weight: 400;
  margin-bottom: 1.1538461538em;
  text-align: center;
}

.introduce-detail-r-item ul {
  margin-bottom: 0.5em;
}
.introduce-detail-r-item h2 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin: 4.5em 0 0.5em 0;
}
.introduce-detail-r-item h2:first-child {
  margin-top: 0;
}
.introduce-detail-r-item h2 span {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #00ACA6;
  font-weight: 700;
  position: relative;
  z-index: 3;
  width: 5.3125em;
  background: #fff;
}
.introduce-detail-r-item h2::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  z-index: 1;
}
.introduce-detail-r-item h2::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10.5em;
  height: 3px;
  background: #00ACA6;
  z-index: 2;
}
.introduce-detail-r-item h3, .introduce-detail-r-item h4, .introduce-detail-r-item h5 {
  font-size: 1.3em;
  line-height: 1.1538461538em;
  color: #333;
  font-weight: 400;
  margin: 1.1538461538em 0 0.7692307692em 0;
}
.introduce-detail-r-item p {
  font-size: 0.9em;
  line-height: 1.7777777778em;
  color: #555;
  font-weight: 400;
  margin-bottom: 0.5555555556em;
}
.introduce-detail-r-item p span {
  width: 13.8888888889em;
  display: inline-block;
}
.introduce-detail-r-item li {
  font-size: 0.9em;
  line-height: 1.7777777778em;
  color: #555;
  font-weight: 400;
  padding-left: 1.4444444444em;
  position: relative;
}
.introduce-detail-r-item li::after {
  position: absolute;
  content: "";
  left: 0.5555555556em;
  top: 0.75em;
  width: 0.2777777778em;
  height: 0.2777777778em;
  background: #555;
  border-radius: 100%;
}
.introduce-detail-r-item > *:last-child {
  margin-bottom: 0 !important;
}

.business-introduce-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #000;
  font-weight: 400;
}

.business-introduce {
  padding: 5em 0 6em 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.p-business .public-istit {
  margin-bottom: 0.5769230769em;
}

.product-part2 {
  position: relative;
  padding: 6em 0 2em 0;
  background: #F4F6F8;
}
.product-part2 .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.public-nav {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.public-nav::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: -webkit-calc(100% + 16.6em);
  width: calc(100% + 16.6em);
  background: #D9D8D8;
}
.public-nav ul {
  display: -webkit-flex;
  display: flex;
  margin: 0 -2em;
}
.public-nav ul li {
  margin: 0 2em;
  display: -webkit-flex;
  display: flex;
}
.public-nav ul li a {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #666;
  font-weight: 400;
  padding-bottom: 0.6818181818em;
  position: relative;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.public-nav ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00ACA6;
  opacity: 0;
}
.public-nav ul li.active a {
  font-weight: 700;
  color: #00ACA6;
}
.public-nav ul li.active a::after {
  opacity: 1;
}

.public-nav-content-box-f {
  width: 100%;
  position: relative;
}

.public-nav-content-box {
  width: 100%;
  margin-top: 1.55em;
}

.public-nav-content {
  margin: -16px;
  padding: 16px;
  overflow: hidden;
}

.public-nav-content-box {
  position: relative;
}
.public-nav-content-box .itemlist {
  position: absolute;
  left: 103%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.public-nav-content-box .itemlist:nth-child(1) {
  left: 0;
}
.public-nav-content-box .itemlist.show {
  z-index: 3;
}
.public-nav-content-box .itemlist.show2 {
  z-index: 2;
}
.public-nav-content-box .itemlist:nth-child(3) .product-imgs {
  padding-top: 82.2784810127%;
}
.public-nav-content-box .itemlist:nth-child(3) .zhezhao-tit {
  width: 61.9718309859%;
}
.public-nav-content-box .itemlist:nth-child(4) .product-imgs {
  padding-top: 40.625%;
}

.list-content-swiper {
  overflow: hidden;
  padding: 0.8em;
  margin: 0 -0.8em;
}
.list-content-swiper .slide-box {
  margin: 0 -0.5em;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.product-ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-ul li {
  margin-bottom: 0.7em;
}
.product-ul li:nth-child(5n+1) {
  width: 20.2380952381%;
}
.product-ul li:nth-child(5n+2) {
  width: 22.1428571429%;
}
.product-ul li:nth-child(5n+3) {
  width: 22.2222222222%;
}
.product-ul li:nth-child(5n+4) {
  width: 22.2222222222%;
}
.product-ul li:nth-child(5n+5) {
  width: 13.1746031746%;
}
.product-ul li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.product-ul li span {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #034B9F;
  font-weight: 290;
}
.product-ul li svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-box-two-box {
  border-radius: 0px 8px 32px 0;
  padding: 4.35em 3.5em 4.35em 3.5em;
  background: url(/img/images/bg01.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}

.paddingmargin {
  margin: -0.8em;
  padding: 0.8em;
  padding-top: 1.6em;
}

.list-box-two-box-tit {
  font-size: 1.5em;
  line-height: 1em;
  color: #222;
  font-weight: 400;
  margin-bottom: 0.6666666667em;
  font-weight: bold;
}

.list-box-two-box-desc {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #222;
  font-weight: 290;
  margin-bottom: 3.125em;
}

.list-box {
  position: relative;
  padding-bottom: 2.35em;
}

.tab-pagination-wrap {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0.75em;
}
.tab-pagination-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #D4E1F1;
}
.tab-pagination-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #034B9F;
}
.tab-pagination-wrap > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.slide-box-item {
  -webkit-flex: 1;
          flex: 1;
  padding: 0em 0.5em;
}
.slide-box-item a {
  display: -webkit-flex;
  display: flex;
  position: relative;
  cursor: auto;
}

.product-text-bottom {
  position: absolute;
  left: 2em;
  right: 2em;
  bottom: 3em;
}

.product-imgs {
  position: relative;
  padding-top: 125%;
  width: 100%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.product-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.product-imgs::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49.2307692308%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.zhezhao-tit {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
  max-height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zhezhao-tit span {
  margin-right: 1.71875em;
  position: relative;
}
.zhezhao-tit span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: -webkit-calc(100% - 0.3125em);
  height: calc(100% - 0.3125em);
  background: #fff;
  right: -0.796875em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zhezhao-tit span:last-child::after {
  display: none;
}

.manufacture {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.manufacture .imgwrap {
  display: -webkit-flex;
  display: flex;
  height: 40em;
  position: relative;
  width: 100%;
}
.manufacture .imgwrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.manufacture-zhezhao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.manufacture-zhezhao .box {
  margin-top: 9em;
}

.manufacture-tit {
  font-size: 2.6em;
  line-height: 1.1538461538em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.9615384615em;
}

.manufacture-content {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #fff;
  font-weight: 400;
  width: 50%;
}
.manufacture-content p {
  margin-bottom: 0.9090909091em;
}
.manufacture-content p:last-child {
  margin-bottom: 0;
}

.datashow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  min-height: 3.2em;
}
.datashow span {
  font-size: 1.2em;
  line-height: 2em;
  color: #333;
  font-weight: 400;
}
.datashow .datanum {
  font-size: 3.2em;
  line-height: 0.75em;
  color: #333;
  font-weight: 400;
  margin-right: 0.09375em;
}

.list-data-item {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  opacity: 0;
}
.list-data-item:first-child {
  opacity: 1;
}

.data-foot-desc {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #333;
  font-weight: 400;
  margin: 0.125em 0 3.375em 0;
}

.manufacture-data-text {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #333;
  font-weight: 400;
  opacity: 0;
}

.manufacture-data-tit {
  font-size: 1.3em;
  line-height: 1.1538461538em;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.9230769231em;
}

.manufacture-data-box {
  padding: 2.5em 2.5em 2.5em 2.5em;
  width: 36.45833vw;
  max-width: 700px;
  position: relative;
}

.arrow-wrap {
  position: absolute;
  left: 2.5em;
  bottom: 2.5em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.arrow-wrap svg {
  width: 2.55em;
  height: 0.8em;
  object-fit: contain;
  object-position: center;
}

.manufacture-data .box {
  display: -webkit-flex;
  display: flex;
}

.manufacture-data-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.manufacture-data-item {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #EEF5F5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.manufacture-data-item:nth-child(even) {
  background: #fff;
}
.manufacture-data-item:nth-child(2) .manufacture-data-box {
  padding-bottom: 1.8em;
}
.manufacture-data-item:nth-child(2) .data-foot-desc {
  margin-bottom: 1.625em;
}
.manufacture-data-item:nth-child(2) .list-data-item:nth-last-child(-n+2) .data-foot-desc {
  margin-bottom: 0em;
}
.manufacture-data-item.active {
  -webkit-flex: 0 0 36.45833vw;
          flex: 0 0 36.45833vw;
  background: #00ACA6;
}
.manufacture-data-item.active .arrow-wrap {
  opacity: 0;
}
.manufacture-data-item.active .manufacture-data-tit {
  color: #fff;
}
.manufacture-data-item.active .datanum {
  color: #fff;
}
.manufacture-data-item.active .datashow span {
  color: #fff;
}
.manufacture-data-item.active .data-foot-desc {
  color: #fff;
}
.manufacture-data-item.active .manufacture-data-text {
  color: #fff;
}
.manufacture-data-item.active .list-data-item {
  opacity: 1;
}
.manufacture-data-item.active .manufacture-data-text {
  opacity: 1;
}

.manufacture-data {
  margin-top: -8.5em;
}

.under {
  background: url(/img/images/bussessbg.webp) no-repeat center top;
  padding: 9em 0 7em 0;
}

.under-tit {
  font-size: 2.6em;
  line-height: 1.1538461538em;
  color: #000;
  font-weight: 400;
  margin-bottom: 1.5384615385em;
}

.under-menu {
  position: relative;
}
.under-menu a {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #333;
  font-weight: 400;
}
.under-menu li {
  margin-bottom: 1em;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-left: 2em;
}
.under-menu li::after {
  position: absolute;
  content: "";
  left: 0;
  width: 1.5em;
  height: 0.1em;
  background: #00ACA6;
  top: 0.9em;
  opacity: 0;
}
.under-menu li:last-child {
  margin-bottom: 0;
}
.under-menu li.active::after {
  opacity: 1;
}
.under-menu li.active a {
  color: #00ACA6;
}

.under .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.under-r {
  width: 55.9375vw;
  max-width: 1074px;
  padding: 5.8333vw 0 6.9792vw 0;
}
.under-r .slide-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1.75em;
}
.under-r .more {
  display: -webkit-flex;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.under-r .more svg {
  width: 2.55em;
  height: 0.8em;
  object-position: center;
  object-fit: contain;
}

.under-name {
  font-size: 1.3em;
  line-height: 1.1538461538em;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.1538461538em;
}

.under-desc {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #666;
  font-weight: 400;
  margin-bottom: 4.75em;
  height: 4.875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.under-r {
  position: relative;
}
.under-r .cirle {
  position: absolute;
  width: 32vw;
  max-width: 580px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.under-r .cirle img {
  max-width: 100%;
  object-fit: contain;
}

.under-l {
  margin-top: 5.7em;
  -webkit-flex: 1;
          flex: 1;
}

@media (min-width: 992px) {
  .under-menu li a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .under-menu li:hover a {
    color: #00ACA6;
  }
  .under-swiper .slide-box:hover {
    cursor: pointer;
    background: #00ACA6;
  }
  .under-swiper .slide-box:hover .more path {
    fill: #fff;
  }
  .under-swiper .slide-box:hover .under-name {
    color: #fff;
  }
  .under-swiper .slide-box:hover .under-desc {
    color: #fff;
  }
  .manufacture-data-item:hover .arrow-wrap {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .introduce-detail-l a:hover span {
    color: #00ACA6;
  }
  .product-part2 .public-nav li a:hover {
    color: #00ACA6;
  }
  .slide-box-item a:hover .product-imgs img {
    scale: 1.03;
  }
}
.public-isdesc {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.25em;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.0714285714em;
}

.w1600 .global-inner {
  width: 85vw;
  max-width: 1600px;
}

.hot-news {
  padding: 3.65em 0 0 0;
}
.hot-news .public-tit {
  font-size: 2.6em;
  line-height: 1.3076923077em;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.4038461538em;
  text-align: center;
}
.hot-news .newSwiper {
  width: 100%;
}
.hot-news .swiper-slide {
  display: -webkit-flex;
  display: flex;
}
.hot-news .inner {
  display: -webkit-flex;
  display: flex;
}
.hot-news .left {
  width: 57.8125%;
}
.hot-news .left .imgwrap {
  position: relative;
  width: 100%;
  padding-top: 62.7027027027%;
  border-radius: 0.5em;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.hot-news .left .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hot-news .right {
  -webkit-flex: 1;
          flex: 1;
  margin-left: 1em;
  background: #F2F2F2;
  border-radius: 0.5em;
  overflow: hidden;
}
.hot-news .right .box {
  padding: 4.3em 4.75em 0 4em;
}
.hot-news .date {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #00ACA6;
  font-weight: 400;
}
.hot-news .title {
  font-size: 1.5em;
  line-height: 1.3333333333em;
  color: #333;
  font-weight: 700;
  max-height: 4em;
  margin-top: 0.8666666667em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
}
.hot-news .content {
  font-size: 0.9em;
  line-height: 2em;
  color: #666;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
}

.new-list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5rem 1.5rem;
}
.new-list-box .date {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #666;
  font-weight: 400;
}
.new-list-box .title {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333;
  font-weight: 700;
  height: 3em;
  margin-bottom: 0.8333333333em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-list-box .foot-text {
  padding: 1.5em 2.65em 0 0.35em;
}
.new-list-box li {
  display: -webkit-flex;
  display: flex;
}
.new-list-box a {
  display: block;
  width: 100%;
}
.new-list-box .imgwrap {
  width: 100%;
  padding-top: 62.6923076923%;
  height: 0;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
}
.new-list-box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new-list-box-wrap .title-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.new-list-box-wrap .title-box > span {
  font-size: 1.5em;
  line-height: 1em;
  color: #00ACA6;
  font-weight: 700;
  padding-right: 0.7666666667em;
  position: relative;
}

.filter-tit {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.filter-tit span {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #666;
  font-weight: 400;
}
.filter-tit svg {
  width: 0.7em;
  height: 0.45em;
  margin-left: 0.4em;
}

.filter-chonsen {
  position: relative;
  padding-left: 0.8rem;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.33em;
  color: #666;
  display: none;
}
.filter-chonsen::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.8rem;
  background: #333;
}
.filter-chonsen .filter-more {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding-top: 0.5em;
  z-index: 9;
  display: none;
}
.filter-chonsen li {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 0.7em;
  line-height: 2em;
  color: #666;
  font-weight: 400;
}
.filter-chonsen li:last-child {
  margin-bottom: 0;
}
.filter-chonsen li.active {
  color: #00ACA6;
}
.filter-chonsen ul {
  padding: 0.5rem 0.8rem;
  border-radius: 0.5em;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.filter-chonsen a {
  width: 100%;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.newnum-filter {
  padding: 4.5em 0 1.6em;
}

.p-new .main-box {
  padding: 0 0 6.8em 0;
}

@media (min-width: 992px) {
  .new-list-box li:hover .title {
    color: #00ACA6;
  }
  .new-list-box li:hover .imgwrap img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .hot-news .inner:hover .title {
    color: #00ACA6;
  }
  .hot-news .inner:hover .imgwrap img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (max-width: 991.98px) {
  .p-new .main-box {
    padding: 0 0 1.6rem 0;
  }
  .new-list-box {
    display: block;
    margin: 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .new-list-box .date {
    font-size: 0.28rem;
    line-height: 0.24rem;
    color: #666;
    font-weight: 400;
  }
  .new-list-box .title {
    font-size: 0.36rem;
    line-height: 0.58rem;
    color: #333;
    font-weight: 400;
    height: 1.16rem;
    margin-bottom: 0.2rem;
  }
  .new-list-box .foot-text {
    padding: 0.4rem 0 0 0;
  }
  .new-list-box .imgwrap {
    border-radius: 0.1rem;
  }
  .new-list-box > *:nth-last-child(-n+3) {
    margin-bottom: 0.9rem;
  }
  .new-list-box > *:nth-last-child(-n+1) {
    margin-bottom: 0rem;
  }
  .new-list-box > * {
    padding: 0;
    margin-bottom: 0.9rem;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .w1600 .global-inner {
    max-width: 100%;
  }
  .filter-chonsen {
    font-size: 0.3rem;
    line-height: 1.2em;
    padding-left: 0.2rem;
  }
  .filter-chonsen::after {
    height: 0.27rem;
    width: 0.01rem;
  }
  .filter-chonsen .filter-more {
    padding: 0.2rem 0 0;
  }
  .filter-chonsen ul {
    padding: 0.3rem 0.2rem;
    border-radius: 0.1rem;
  }
  .filter-chonsen li {
    font-size: 0.3rem;
    line-height: 0.56rem;
    margin: 0;
  }
  .filter-tit span {
    font-size: 0.3rem;
    line-height: 0.24rem;
    color: #666;
    font-weight: 400;
  }
  .filter-tit svg {
    width: 0.25rem;
    height: 0.75em;
    margin-left: 0.14rem;
  }
  .new-list-box-wrap .title-box > span {
    font-size: 0.36rem;
    line-height: 0.3rem;
    color: #00ACA6;
    font-weight: 400;
    padding-right: 0.2rem;
  }
  .newnum-filter {
    padding: 1.3rem 0 0.4rem;
  }
  .hot-news {
    padding: 1.2rem 0 0 0;
  }
  .hot-news .date {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #00ACA6;
    font-weight: 400;
  }
  .hot-news .content {
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #666;
    font-weight: 400;
  }
  .hot-news .content a {
    max-height: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
  }
  .hot-news .title {
    font-size: 0.4rem;
    line-height: 0.54rem;
    color: #333;
    font-weight: 400;
    height: 1.08rem;
    max-height: 1.08rem;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
  }
  .hot-news .right {
    margin-left: 0;
    border-radius: 0 0 0.1rem 0.1rem;
    background: #f2f2f2;
  }
  .hot-news .right .box {
    padding: 0.6rem 0.45rem 0.7rem 0.5rem;
  }
  .hot-news .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .hot-news .left {
    width: 100%;
  }
  .hot-news .left .imgwrap {
    border-radius: 0.08rem 0.08rem 0 0;
  }
  .hot-news .public-tit {
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.8rem;
  }
}
.detail-top {
  background: #F4F4F4;
  padding: 6.5em 0 2.5em;
}

.p-newsdetail .global-inner {
  max-width: 876px;
}
.p-newsdetail .menulv2-l ul {
  margin-left: -0.35em;
}
.p-newsdetail .menulv2-l ul li {
  display: -webkit-flex;
  display: flex;
  padding: 0 0.35em;
}
.p-newsdetail .menulv2-l ul li::after {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  color: #999;
  font-weight: 400;
}
.p-newsdetail .menulv2-l a {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  color: #999;
  font-weight: 400;
}
.p-newsdetail .neiye-public-menulv2-staticky {
  background: none;
}
.p-newsdetail .neiye-public-menulv2 .box {
  height: auto;
  min-height: auto;
}
.p-newsdetail .neiye-public-menulv2::after {
  display: none;
}

.newsdel-content {
  padding: 1.5em 0 6em;
}

.new-tit {
  font-size: 1.8em;
  line-height: 1.3888888889em;
  color: #333;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin: 0.5555555556em 0;
}

.other-message {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.other-message .date {
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: #999;
  font-weight: 400;
  margin-left: 0em;
}
.other-message .tag {
  padding: 0.25em 0.35em;
  border: 1px solid rgba(0, 172, 166, 0.5);
  background: #DEFEF0;
  border-radius: 0.15em;
  letter-spacing: 0.7px;
  display: -webkit-flex;
  display: flex;
  margin-right: 1em;
}
.other-message .tag span {
  font-size: 0.7em;
  line-height: 1em;
  color: #00ACA6;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .newsdel-content {
    padding: 1rem 0 1.6rem;
  }
  .p-newsdetail .global-inner {
    max-width: 100%;
  }
  .detail-top {
    padding: 2.2rem 0 1rem;
  }
  .detail-top .date {
    font-size: 0.28rem;
    line-height: 0.24rem;
    color: #999;
    font-weight: 400;
    margin-bottom: 0.18rem;
  }
  .new-tit {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin: 0 0 0.42rem 0;
  }
  .other-message .tag {
    padding: 0.16rem 0.13rem;
    border: 1px solid rgba(0, 172, 166, 0.5);
    background: #DEFEF0;
    border-radius: 0.04rem;
    letter-spacing: 0.7px;
  }
  .other-message .tag span {
    font-size: 0.28rem;
    line-height: 0.14rem;
    color: #00ACA6;
    font-weight: 400;
    letter-spacing: 0.7px;
  }
}
.postion-box {
  background: #F4F4F4;
  padding: 6.5em 0 2.5em;
  position: relative;
  z-index: 9;
}
.postion-box .inner-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.postion-box .name {
  font-size: 1.8em;
  line-height: 1.3888888889em;
  color: #333;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 0.3888888889em;
}
.postion-box .part {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.5555555556em;
}
.postion-box .comny {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.6666666667em;
}

.other-op {
  display: -webkit-flex;
  display: flex;
}
.other-op .title {
  font-size: 0.75em;
  line-height: 1.7333333333em;
  color: #00ACA6;
  font-weight: 400;
  padding: 0.3333333333em 5.2666666667em;
  border-radius: 0.2em;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.other-op .share-postion {
  margin: 0 0.75em;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.other-op .share-postion .title {
  border: 1px solid #DCDCDC;
  background: #fff;
}
.other-op .sq-postion {
  margin: 0 0.75em;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
}
.other-op .sq-postion .title {
  border: 1px solid #00ACA6;
  background: #00ACA6;
  color: #fff;
}

.postion-list-detail-box .global-inner {
  max-width: 1000px;
}

.postion-item {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 2.5em 0 2.5em;
}
.postion-item h3 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  font-weight: bold;
}
.postion-item a {
  color: #00ACA6;
}
.postion-item h4, .postion-item .shuoming-item, .postion-item p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  font-weight: 400;
}
.postion-item .left {
  width: 24.8%;
}
.postion-item .left .more-desc {
  margin-top: 1.5em;
}
.postion-item .left .desc {
  font-size: 1.2em;
  line-height: 1.25em;
  color: #111;
  font-weight: 700;
}
.postion-item .left .item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.7em;
  line-height: 1.7142857143em;
  color: #111;
  font-weight: 400;
}
.postion-item .left .en {
  font-weight: 700;
}
.postion-item .right {
  -webkit-flex: 1;
          flex: 1;
}
.postion-item .inner-content {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  font-weight: 400;
}
.postion-item .inner-content ul {
  line-height: 1.8rem;
}
.postion-item .inner-content li {
  position: relative;
  padding-left: 0.9rem;
}
.postion-item .inner-content li::after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  left: 0.1rem;
  background: #00ACA6;
  border-radius: 100%;
  top: 0.775rem;
}

.other-op-wrap {
  padding: 2.5em 0 6em;
}
.other-op-wrap .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .p-hireDetail .main-box {
    position: relative;
    z-index: 25;
  }
  .share-postion:hover .title {
    background: rgb(0, 172, 166);
    border: 1px solid rgb(0, 172, 166);
    color: #fff;
  }
  .share-postion:hover .dropdown {
    display: block;
  }
  .share-postion:hover .dropdown::before {
    z-index: 9;
  }
  .share-postion:hover .box {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  }
  .sq-postion:hover .title {
    background: #fff;
    border: 1px solid rgb(0, 172, 166);
    color: rgb(0, 172, 166);
  }
}
@media (max-width: 991.98px) {
  .hr-bd .txt {
    font-size: 14px !important;
    clear: both;
  }
  .nojust .postion-item h4, .postion-item h3, .postion-item .shuoming-item, .postion-item p {
    text-align: left !important;
  }
  #modalpop {
    background: rgba(0, 0, 0, 0.7);
  }
  #modalpop .modal-dialog {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0 0.5rem;
  }
  #modalpop .modal-content {
    width: auto;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    padding-bottom: 1.2rem;
  }
  #modalpop .closepop12 {
    width: 0.8rem;
    height: 0.8rem;
    border: solid 1px #fff;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  #modalpop .closepop12 img {
    width: 40%;
    height: 40%;
    display: block;
    -webkit-flex: none;
            flex: none;
    object-fit: contain;
    object-position: center center;
    position: relative;
  }
  .copylist .box {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
  }
  .copylist .imgs {
    width: 4rem;
    height: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .copylist .imgs img {
    max-width: 100%;
    max-height: 100%;
  }
  .copylist .text {
    text-align: center;
    margin-top: 1em;
    font-size: 0.25rem;
  }
  .postion-list-detail {
    padding: 0.46rem 0 0;
  }
  .postion-box {
    padding: 2.4rem 0 1rem;
  }
  .postion-box .name {
    font-size: 0.6rem;
    line-height: 0.6rem;
    letter-spacing: 0.03rem;
    font-weight: 400;
  }
  .postion-box .part {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.15rem;
  }
  .postion-box .comny {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.47rem;
  }
  .other-op {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
  }
  .other-op .title {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #00ACA6;
    font-weight: 400;
    padding: 0;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.03rem;
    width: 100%;
  }
  .other-op .share-postion, .other-op .sq-postion {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .other-op .share-postion {
    margin-bottom: 0.3rem;
    position: relative;
  }
  .other-op .share-postion .dropdown {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
  }
  .other-op .share-postion .dropdown::before {
    z-index: 9;
  }
  .postion-item {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0rem 0 0rem;
    height: 1.12rem;
    overflow: hidden;
    padding: 0rem 0 0rem;
    border-bottom: 0.01rem solid #E6E6E6;
    position: relative;
  }
  .postion-item h4, .postion-item h3, .postion-item .shuoming-item, .postion-item p {
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #666;
    font-weight: 400;
    margin-top: 0.24rem;
    text-align: justify;
  }
  .postion-item .right {
    padding-bottom: 1.2rem;
  }
  .postion-item .left {
    width: 100%;
    padding: 0.36rem 0 0.36rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .postion-item .left .item {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: 400;
  }
  .postion-item .left .desc {
    font-size: 0.4rem;
    line-height: 0.32rem;
    color: #111;
    font-weight: 700;
  }
  .postion-item .left .more-desc {
    margin-top: 0.6rem;
  }
  .postion-item::after {
    content: "";
    background: url(/img/images/add.webp) no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    background-size: contain;
    width: 0.28rem;
    height: 0.28rem;
    right: 0.24rem;
    top: 0.42rem;
  }
  .postion-item.active::after {
    background: url(/img/images/heng.webp) no-repeat;
    background-size: contain;
  }
  .postion-item .inner-content {
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #666;
    font-weight: 400;
    margin-top: 0.24rem;
    text-align: justify;
  }
  .postion-item .inner-content ul {
    line-height: 0.6rem;
  }
  .postion-item .inner-content li {
    padding-left: 0.4rem;
  }
  .postion-item .inner-content li::after {
    width: 0.05rem;
    height: 0.05rem;
    top: 0.28rem;
    left: 0.04rem;
  }
  .other-op-wrap {
    padding: 1.4rem 0 1.6rem;
  }
}
.public-title {
  font-size: 2.6em;
  line-height: 1.1538461538em;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.public-desc {
  font-size: 1em;
  line-height: 1.8em;
  color: #333;
  font-weight: 400;
}

.rczl-box .inner-box {
  display: -webkit-flex;
  display: flex;
  padding: 6em 0 6.5em;
  border-bottom: 1px solid #D9D9D9;
}
.rczl-box .right {
  width: 66.25%;
}
.rczl-box .imgwrap {
  position: relative;
  width: 100%;
  padding-top: 53.7735849057%;
  border-radius: 0.5em;
  overflow: hidden;
}
.rczl-box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rczl-box .left {
  -webkit-flex: 1;
          flex: 1;
}
.rczl-box .left .box {
  width: 71.2962962963%;
}
.rczl-box .left .public-desc {
  margin-top: 2em;
}

.develop-box {
  padding: 6.5em 0 0 0;
}
.develop-box .public-title {
  text-align: center;
}
.develop-box .public-desc {
  padding: 0em 7.25em;
  text-align: center;
  margin-top: 2em;
}

.reserve-box {
  padding-top: 5.5em;
}
.reserve-box .title {
  font-size: 2em;
  line-height: 2em;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}
.reserve-box .imgwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.reserve-box .imgwrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.reserve-object {
  padding-top: 5.5em;
}
.reserve-object .title {
  font-size: 2em;
  line-height: 2em;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .reserve-box .imgwrap img {
    max-height: -webkit-calc(100vh - 8rem);
    max-height: calc(100vh - 8rem);
    object-fit: scale-down;
    object-position: center center;
  }
  .reserve-object-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
.object-list-item .inner {
  border-radius: 0.5em;
  background: #EDF4F4;
  height: 12.5vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 2em 0 0.75em;
}
.object-list-item .imgwrap {
  width: 5.5em;
  height: 5.5em;
}
.object-list-item .imgwrap img {
  width: 100%;
  height: 100%;
}
.object-list-item .content-text {
  font-size: 1em;
  line-height: 1.8em;
  color: #222;
  font-weight: 700;
  -webkit-flex: 1;
          flex: 1;
  padding-left: 0.75em;
}
.object-list-item .content-text span {
  font-weight: 400;
}

.subsidy {
  padding-top: 7.5em;
}
.subsidy .title {
  font-size: 2em;
  line-height: 2em;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.subsidy .foot-text {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #999;
  font-weight: 400;
  margin-top: 1.5625em;
}

.p-strategy .main-box {
  padding: 0 0 5.75em 0;
}

@media (min-width: 992px) {
  .subsidy-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    -webkit-align-items: normal;
            align-items: normal;
  }
}
.subsidy-item .inner {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.subsidy-item .imgwrap {
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.subsidy-item .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: top;
}
.subsidy-item .up-text {
  position: relative;
  min-height: 20.3vw;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.inner-up-text {
  padding: 3.5em 7em 2em 3em;
}
.inner-up-text .text-tit {
  font-size: 1.5em;
  line-height: 1em;
  color: #333;
  font-weight: 700;
  margin-bottom: 1em;
}
.inner-up-text ul li {
  font-size: 0.9em;
  line-height: 2em;
  color: #333;
  font-weight: 400;
  padding-left: 0.9em;
  position: relative;
  margin-bottom: 0.4em;
}
.inner-up-text ul li:last-child {
  margin-bottom: 0;
}
.inner-up-text ul li::after {
  position: absolute;
  left: 0.2em;
  top: 0;
  content: "";
  width: 0.3em;
  height: 0.3em;
  background: #333;
  border-radius: 100%;
  top: 0.75em;
}

@media (max-width: 991.98px) {
  .public-desc {
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #333;
    font-weight: 400;
    text-align: justify;
  }
  .public-title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #333;
    font-weight: 600;
    text-align: center;
  }
  .p-strategy .main-box {
    padding: 0 0 1.6rem 0;
  }
  .inner-up-text {
    min-height: 4.64rem;
    padding: 0.8rem 0.57rem 1.1rem 0.57rem;
  }
  .inner-up-text .text-tit {
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.4rem;
  }
  .inner-up-text ul li {
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #333;
    font-weight: 400;
    text-align: justify;
    padding-left: 0;
    margin-bottom: 0.2rem;
  }
  .inner-up-text ul li:last-child {
    margin-bottom: 0;
  }
  .inner-up-text ul li::after {
    display: none;
    width: 0.11rem;
    height: 0.11rem;
    left: 0.2rem;
    top: 0.25rem;
  }
  .subsidy {
    padding-top: 2rem;
  }
  .subsidy .foot-text {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #999;
    font-weight: 400;
    margin-top: 0.4rem;
  }
  .subsidy .title {
    font-size: 0.5rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.6rem;
  }
  .subsidy-item {
    margin-bottom: 0.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .subsidy-item:last-child {
    margin-bottom: 0;
  }
  .object-list-item {
    margin-bottom: 0.4rem;
  }
  .object-list-item:nth-child(1) .inner {
    background: #EDF4F4;
  }
  .object-list-item:nth-child(2) .inner {
    background: #F4F7F7;
  }
  .object-list-item:nth-child(3) .inner {
    background: #F4F7F7;
  }
  .object-list-item:last-child {
    margin-bottom: 0;
  }
  .object-list-item .content-text {
    font-size: 0.34rem;
    line-height: 0.6rem;
    color: #333;
    font-weight: 700;
    padding-left: 0.06rem;
  }
  .object-list-item .content-text span {
    font-weight: 400;
  }
  .object-list-item .inner {
    padding: 0 0.4rem 0 0.21rem;
    height: auto;
    min-height: 3rem;
  }
  .object-list-item .imgwrap {
    width: 1.38rem;
    height: 1.38rem;
  }
  .reserve-object {
    padding-top: 2rem;
  }
  .reserve-object .title {
    font-size: 0.5rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .reserve-box {
    padding-top: 1rem;
  }
  .reserve-box .title {
    font-size: 0.5rem;
    line-height: 0.8rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 1.1rem;
  }
  .reserve-box .imgwrap img {
    max-width: 100%;
  }
  .develop-box {
    padding: 1.3rem 0 0 0;
  }
  .develop-box .public-desc {
    margin-top: 0.48rem;
    padding: 0 0;
  }
  .rczl-box .imgwrap {
    border-radius: 0.1rem;
  }
  .rczl-box .right {
    width: 100%;
  }
  .rczl-box .left {
    margin-bottom: 0.5rem;
  }
  .rczl-box .left .box {
    width: 100%;
  }
  .rczl-box .left .public-desc {
    margin-top: 0.48rem;
  }
  .rczl-box .inner-box {
    padding: 1.2rem 0 1.3rem 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .p-result .sm-inner {
    max-width: 1280px;
  }
}
.result-filtbox {
  margin: 2.5em -0.4em 0;
}

.result-filtbox .swiper-slide {
  width: -webkit-max-content;
  width: max-content;
  padding: 0 0.4em;
}

.result-filtbox .swiper-slide a {
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  color: #666;
  padding: 0.875em 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.result-filtbox .swiper-slide.current a {
  color: #fff;
  border: 1px solid #00ACA6;
  background: #00ACA6;
}

.result-listbox {
  margin: 3em 0 0;
}

.result-listbox.result-pt {
  margin: 2.75em 0 0;
}

.result-listbox.result-pt .result-list {
  margin: -0.75em -0.675em;
}

.result-list {
  margin: 0 -0.675em;
}

.result-list .item.product {
  padding: 0.75em 0.675em;
  margin-bottom: 0em;
  border-bottom: 0;
  margin: 0;
}

.result-list .item.product .box {
  padding: 2.75em 0 0;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 460px;
  border-radius: 16px;
  background: #F7F7F7;
}

.result-list .item.product .imgs {
  position: relative;
  width: 9.6em;
  margin: 0 auto;
  padding: 64.055% 0 0;
  overflow: hidden;
}

.result-list .item.product .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.result-list .item.product .bd {
  text-align: center;
  padding: 1em 3em 1.85em;
}

.result-list .item.product .tit {
  font-size: 1em;
  line-height: 1.5;
  height: 1.5em;
  color: #111;
  margin-bottom: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.result-list .item.product .item-btn {
  margin-bottom: 0.5rem;
}

.result-list .item.product .purchase-box {
  position: relative;
}

.result-list .item.product .purchase-box > *:last-child {
  margin-bottom: 0 !important;
}

.result-list .item.product .purchase {
  position: relative;
  width: 100%;
}

.result-list .item.product .purchase .box1 {
  width: 100%;
  height: 100%;
  padding: 0.875em 0;
  font-size: 0.8em;
  color: #25572A;
  background: #fff;
  text-align: center;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  font-family: "HarmonyOS_Sans_SC_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.result-list .item.product .purchase .box1 span {
  position: relative;
  z-index: 3;
}

.result-list .item.product .download .box2 {
  font-size: 0.8em;
  line-height: 2;
  color: #666;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .result-listbox {
    margin: 1.16rem 0 0;
  }
  .result-listbox.result-pt {
    margin-top: 1.2rem;
  }
  .result-listbox.result-pt .result-list {
    margin: 0;
  }
  .result-list {
    margin: 0em;
  }
  .result-list .item.product {
    padding: 0em;
    margin-bottom: 0.48rem;
  }
  .result-list .item.product:nth-last-child(1) {
    margin-bottom: 0;
  }
  .result-list .item.product:nth-last-child(2), .result-list .item.product:nth-last-child(3), .result-list .item.product:nth-last-child(4) {
    margin-bottom: 0.48rem;
  }
  .result-list .item.product .box {
    padding: 0.6rem 0;
    width: 100%;
    height: 100%;
    display: block;
    max-height: none;
    border-radius: 10px;
    background: #F7F7F7;
  }
  .result-list .item.product .imgs {
    position: relative;
    width: 76.45%;
    margin: 0 auto;
    padding: 76.45% 0 0;
    overflow: hidden;
  }
  .result-list .item.product .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .result-list .item.product .bd {
    text-align: center;
    padding: 0.6rem 0.77rem 0rem;
  }
  .result-list .item.product .tit {
    height: auto;
    display: block;
    font-size: 0.48rem;
    line-height: 0.68rem;
    color: #111;
    margin-bottom: 0.22rem;
    margin-bottom: 0.3rem;
  }
  .result-list .item.product .doc {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #111;
    margin-bottom: 0.46rem;
  }
  .result-list .item.product .purchase .box1 {
    width: 100%;
    height: 0.96rem;
    padding: 0.32rem 0;
    font-size: 0.32rem;
    border-radius: 0.48rem;
    background: #25572A;
    color: #fff;
  }
  .result-list .item.product .more,
  .result-list .item.product .download {
    width: 100%;
    height: 0.96rem;
    font-family: "HarmonyOS_Sans_SC_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    color: #25572A;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .result-list .item.product .more .box2,
  .result-list .item.product .download .box2 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #666;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .result-list .item.product .more {
    color: #25572A;
  }
  .result-list .item.product .item-btn {
    margin-bottom: 0.2rem;
  }
  .result-list .item.product .item-btn:last-child {
    margin-bottom: 0;
  }
  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }
  .result-search-wrapper-box .result-search-btn {
    width: 100%;
  }
  .result-search-wrapper-box .result-serach-input {
    margin-bottom: 0.4rem;
  }
}
.result-topbox {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 6.5em 0 3.85em;
}

.result-topbox .t-heading {
  font-size: 2.3em;
  line-height: 1em;
  color: #0A3433;
  text-align: left;
  margin-bottom: 0.6521em;
}

.result-search-wrapper {
  width: 100%;
  position: relative;
}

.result-search-wrapper-box {
  width: 78%;
  max-width: 996px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.result-search-wrapper-left {
  position: relative;
  -webkit-flex: 1;
  flex: 1;
  border-radius: 25px;
  background-color: #fff;
}

.result-search-btn {
  width: 8.75em;
  height: 3em;
  font-size: 0.8em;
  color: #fff !important;
  padding: 0.875em 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 25px;
  background: #00ACA6;
  margin-left: 1em;
}

.result-serach-input {
  width: 100%;
  height: 2.4rem;
  display: block;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0 3.25rem 0 1rem;
  font-size: 0.8rem;
  line-height: 3.1rem;
  color: #111;
}

.result-serach-input::-webkit-input-placeholder {
  color: #111;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.result-serach-input::placeholder {
  color: #111;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.result-search-ico {
  width: 3.25rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
}
.result-search-ico img {
  pointer-events: none;
}

.result-search-ico .bi {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.result-filtbox {
  width: 100%;
  position: relative;
}

.result-filtbox.web {
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #4c4c4c;
  margin-bottom: 1.7rem;
}

.result-filtbox.web a {
  display: block;
}

.result-filtbox.web .swiper-slide {
  width: auto;
  margin: 0 1rem 0 0;
}

.result-filtbox.web .swiper-slide.current {
  font-family: "HarmonyOS_Sans_SC_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.result-filtbox.app {
  margin-bottom: 0.24rem;
}

.result-list {
  margin-top: 1em;
  z-index: 10;
}

.result-list li {
  width: 100%;
  margin: 0 0.675em;
  border-bottom: solid 1px #dfe1e6;
}

.result-list li:first-child .box {
  padding-top: 0;
}

.result-list .box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.6rem 0rem 1.9rem 0rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-time {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1em;
  color: #0A3433;
  font-family: "HarmonyOS_Sans_SC_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  margin-top: 0.28em;
}

.result-list .item-tit {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-list .item-arrow {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border: solid 1px #b8b8b8;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-arrow .bi {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .result-list li:hover .box .item-tit {
    color: #00ACA6;
  }
  .result-list li:hover .item-arrow {
    background-color: #999;
    color: #fff;
    border-color: #999;
  }
  .result-search-btn:hover {
    background: #0A3433;
    border-color: #0A3433;
  }
}
@media screen and (max-width: 991.98px) {
  .result-search-wrapper-box .result-search-btn {
    margin: 0;
  }
  .result-list {
    margin-top: 0.6rem;
  }
  .result-topbox {
    padding: 0.78rem 0 0.76rem;
  }
  .result-topbox .t-heading {
    font-size: 0.56rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
  .result-serach-input {
    height: 0.8rem;
    padding: 0 0.94rem 0 0.3rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .result-search-ico {
    width: 0.94rem;
  }
  .result-search-ico .bi {
    width: 0.32rem;
    height: 0.32rem;
  }
  .result-list li:first-child {
    border-top: none;
  }
  .result-list .box {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0.56rem 0 0.46rem;
  }
  .result-list .item-time {
    font-size: 0.28rem;
    margin-bottom: 0.18rem;
  }
  .result-list .item-tit {
    font-size: 0.36rem;
    line-height: 0.44rem;
    height: auto;
    white-space: normal;
    -webkit-line-clamp: initial;
  }
  .result-list .item-arrow {
    display: none;
  }
}
.p-result .menulv2-l ul {
  margin-left: -0.35em;
}
.p-result .menulv2-l ul li {
  display: -webkit-flex;
  display: flex;
  padding: 0 0.35em;
}
.p-result .menulv2-l ul li::after {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  color: #999;
  font-weight: 400;
}
.p-result .menulv2-l a {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  color: #999;
  font-weight: 400;
}
.p-result .neiye-public-menulv2-staticky {
  background: none;
  margin-bottom: 1em;
}
.p-result .neiye-public-menulv2 .box {
  height: auto;
  min-height: auto;
}
.p-result .neiye-public-menulv2::after {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .result-box {
    padding: 1rem 0 0 0;
  }
  .result-search-wrapper-box {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .p-result .main-box {
    padding: 0.1rem 0 1rem;
  }
}
/*** 人才招聘-列表 ***/
.hr-sect-topbox {
  width: 100%;
  height: 250vh;
  background: #fff;
  position: relative;
}
.hr-sect-topbox.actived .hr-topbox-visual .off {
  opacity: 0;
}
.hr-sect-topbox.actived .hr-topbox-visual .on {
  opacity: 1;
}

.hr-anchor {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hr-topbox-sticky {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.hr-topbox-text {
  padding: 5rem 0 3rem;
  position: relative;
  width: 670px;
  margin: 0 auto;
  color: #fff;
}

.hr-topbox-title {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.hr-topbox-title.app {
  font-size: 0.6rem;
  line-height: 0.8rem;
}

.hr-topbox-desc {
  font-size: 1rem;
  line-height: 1.8em;
  text-align: justify;
  margin: 1.5em 0 0;
}

.hr-topbox-other {
  margin-top: 4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding: 3.75rem 0 0;
}

.hr-topbox-other_item {
  width: 100%;
  position: relative;
}
.hr-topbox-other_item:not(:last-child) {
  margin-bottom: 2.8rem;
}
.hr-topbox-other_item .item-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.hr-topbox-other_item .item-icon {
  -webkit-flex: none;
          flex: none;
  margin: 0 0.9rem 0 0;
}
.hr-topbox-other_item .item-icon img {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.hr-topbox-other_item .item-body {
  -webkit-flex: 1;
          flex: 1;
}
.hr-topbox-other_item .item-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.hr-topbox-other_item .item-desc {
  font-size: 0.8rem;
  line-height: 1.875em;
  margin: 0.875em 0 0;
}

.hr-topbox-clip {
  width: 150vw;
  height: 150vw;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -75vw;
  margin-top: -75vw;
  z-index: 5;
}

.hr-topbox-view {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  z-index: 10;
}

.hr-topbox-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  z-index: 0;
}
.hr-topbox-visual .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hr-topbox-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hr-topbox-visual .off {
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}
.hr-topbox-visual .on {
  opacity: 0;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

.hr-topbox-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  z-index: 0;
}
.hr-topbox-cover .hr-topbox-text {
  color: #333;
}
.hr-topbox-cover .hr-topbox-title {
  color: #111;
}

.hr-sect-job {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 6rem 0;
}
.hr-sect-job .inside-heading_h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}

.hrjob-header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  margin-bottom: 2rem;
}

.hrjob-header-l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.hrjob-header-l_text {
  font-size: 1.5rem;
  line-height: 1em;
  color: #00ACA6;
  font-weight: 700;
  margin: 0 0.8rem 0 0;
}

.hrjob-header-r {
  width: 50%;
  max-width: 32.75rem;
}

.hrjob-schbox {
  width: 100%;
  position: relative;
}
.hrjob-schbox .inpt {
  width: 100%;
  height: 2.7rem;
  display: block;
  border-radius: 1.4rem;
  padding: 0 4rem 0 1.5rem;
  background: #fcfcfc;
  border: solid 1px #E9E9E9;
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #333;
}
.hrjob-schbox .btn-sch {
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.hrjob-schbox .btn-sch .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  background: url("/img/common/sch.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
}

.hrjob-list-box {
  min-height: 25.5rem;
}

.hrjob-list {
  width: 100%;
  position: relative;
}
.hrjob-list .item {
  margin-bottom: 0.8rem;
}
.hrjob-list .item:nth-child(1) .item-box {
  background: #D0E5E5;
}
.hrjob-list .item:nth-child(2) .item-box {
  background: #E3EEEE;
}
.hrjob-list .item:nth-child(3) .item-box {
  background: #EDF4F4;
}
.hrjob-list .item:last-child {
  margin-bottom: 0;
}
.hrjob-list .item-box {
  width: 100%;
  min-height: 8.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 2rem 5.3rem 2rem 1.9rem;
  border-radius: 10px;
  background: #F4F7F7;
  position: relative;
}
.hrjob-list .item-title {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.hrjob-list .item-info {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 1rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hrjob-list .item-info > * {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
.hrjob-list .item-info > *:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  background: #333;
  margin: 0 0.7rem;
}
.hrjob-list .item-arrow {
  -webkit-flex: none;
          flex: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}
.hrjob-list .item-arrow .bi {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  background: url("/img/common/right.svg") no-repeat center center;
  background-size: contain;
}

.hrjob-footer {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 2.5rem 0 0;
}
.hrjob-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}

.hrjob-more {
  width: 7rem;
  height: 2.8rem;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 1.4rem;
  border: solid 1px #999;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1em;
  color: #111;
  transition: background 0.3s ease, border 0.3s ease;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  z-index: 5;
}
.hrjob-more > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  transition: none;
  -webkit-transition: none;
}

@keyframes arrowFlv {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes arrowFlv {
  0% {
    -webkit-transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-30px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .hr-topbox-other_item .item-desc {
    max-width: 23.25rem;
  }
  .hr-sect-job .global-inner {
    max-width: 1330px;
  }
  .hrjob-list .item:hover .item-box {
    background: rgba(244, 247, 247, 0.5);
  }
  .hrjob-list .item:hover .item-arrow {
    animation: arrowFlv 0.4s ease;
    -webkit-animation: arrowFlv 0.4s ease;
  }
  .hrjob-list .item:hover:nth-child(1) .item-box {
    background: rgba(208, 229, 229, 0.5);
  }
  .hrjob-list .item:hover:nth-child(2) .item-box {
    background: rgba(227, 238, 238, 0.5);
  }
  .hrjob-list .item:hover:nth-child(3) .item-box {
    background: rgba(237, 244, 244, 0.5);
  }
  .hrjob-more:hover {
    background: #00ACA6;
    border-color: #00ACA6;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .hr-anchor {
    top: -150vw;
  }
  .hr-topbox-text {
    width: 76vw;
    padding: 100dvh 0 1.64rem;
  }
  .hr-topbox-desc {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin: 0.48rem 0 0;
  }
  .hr-topbox-other {
    margin: 1.36rem 0 0;
    padding: 1.24rem 0 0;
  }
  .hr-topbox-other_item:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  .hr-topbox-other_item .item-icon {
    margin: 0 0.14rem 0 0;
  }
  .hr-topbox-other_item .item-icon img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .hr-topbox-other_item .item-title {
    font-size: 0.4rem;
    line-height: 1em;
  }
  .hr-topbox-other_item .item-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 1em 0 0;
  }
  .hr-topbox-clip {
    -webkit-clip-path: circle(22.4vw at center center);
            clip-path: circle(22.4vw at center center);
  }
  .hr-sect-job {
    padding: 1.6rem 0;
  }
  .hr-sect-job .inside-heading_h2 {
    margin-bottom: 0.7rem;
  }
  .hrjob-header {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0.42rem;
  }
  .hrjob-header-l, .hrjob-header-r {
    width: 100%;
    max-width: none;
  }
  .hrjob-header-l_text {
    font-size: 0.36rem;
    margin: 0 0.2rem 0 0;
  }
  .hrjob-header-r {
    margin-bottom: 0.6rem;
  }
  .hrjob-schbox .inpt {
    height: 0.8rem;
    padding: 0 1.12rem 0 0.4rem;
    font-size: 0.26rem;
  }
  .hrjob-schbox .btn-sch {
    width: 1.12rem;
  }
  .hrjob-schbox .btn-sch .bi {
    width: 0.32rem;
    height: 0.32rem;
  }
  .hrjob-list-box {
    min-height: 2.6rem;
  }
  .hrjob-list .item {
    margin-bottom: 0.3rem;
  }
  .hrjob-list .item-box {
    min-height: 2.6rem;
    border-radius: 0.1rem;
    padding: 0.58rem;
  }
  .hrjob-list .item-title {
    font-size: 0.4rem;
    line-height: 1.5em;
  }
  .hrjob-list .item-info {
    font-size: 0.28rem;
    line-height: 1.5em;
    margin: 0.1rem 0 0;
  }
  .hrjob-list .item-info > *:not(:last-child)::after {
    height: 0.24rem;
    margin: 0 0.16rem;
  }
  .hrjob-list .item-arrow {
    display: none;
  }
  .hrjob-footer {
    margin: 0.6rem 0 0;
  }
  .hrjob-footer::after {
    display: none;
  }
  .hrjob-more {
    width: 2.56rem;
    height: 0.85rem;
    border-radius: 0.45rem;
    font-size: 0.28rem;
  }
}
/* 关于我们 */
.pabout-inside-body {
  width: 100%;
  position: relative;
  padding: 6rem 0 0;
}
.pabout-inside-body::before, .pabout-inside-body::after {
  content: "";
  clear: both;
  display: table;
}

.about-sect {
  width: 100%;
  position: relative;
  margin-bottom: 9rem;
}

.ab-sect-header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
.ab-sect-header .inside-text {
  margin: 2rem 0 0;
}

.ab-profile-datas-wrapper {
  width: 100%;
  position: relative;
  margin: 3rem auto 0;
}

.ab-profile-datas {
  width: 86.25%;
  max-width: 1380px;
  position: relative;
  margin: 0 auto;
}

.ab-profile-dataitem {
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.ab-profile-dataitem .item-box {
  width: 100%;
  display: block;
  position: relative;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 3rem 2.8rem;
}
.ab-profile-dataitem .item-data {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: relative;
  font-size: 3.7rem;
  line-height: 3.5rem;
  height: 3.5rem;
  color: #00ACA6;
  font-family: "HarmonyOSBold";
  font-weight: 700;
}
.ab-profile-dataitem .item-data sup {
  font-size: 43.24%;
  line-height: 1em;
  top: -1.4em;
  margin: 0;
}
.ab-profile-dataitem .item-data .unit {
  font-size: 48.65%;
  line-height: 1.4em;
  margin-left: 8px;
}
.ab-profile-dataitem .item-title {
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 700;
  margin: 0.85rem 0 0;
}

.ab-datas-ctrl {
  width: 0.65rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 20;
}
.ab-datas-ctrl .bi {
  width: 0.35rem;
  height: 100%;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}
.ab-datas-ctrl.prev {
  left: 0;
}
.ab-datas-ctrl.prev .bi {
  background-image: url("/img/common/swip-left.svg");
}
.ab-datas-ctrl.next {
  right: 0;
}
.ab-datas-ctrl.next .bi {
  background-image: url("/img/common/swip-right.svg");
}

.about-sect-culture .ab-sect-header {
  margin-bottom: 3.5rem;
}

.ab-cult-swip {
  width: 100%;
  position: relative;
}
.ab-cult-swip .swiper-wrapper {
  z-index: 10;
  transition: none;
  -webkit-transition: none;
}
.ab-cult-swip .slide-box {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ab-cult-swip .slide-imgs {
  width: 100%;
  padding: 129.87% 0 0;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  z-index: 0;
}
.ab-cult-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ab-cult-swip .slide-body {
  width: 100%;
  padding: 1.5rem 4rem 1.75rem 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.ab-cult-swip .slide-title {
  font-size: 1.2rem;
  line-height: 2em;
  font-weight: 700;
}
.ab-cult-swip .slide-desc {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin: 5px 0 0;
  min-height: 2.6rem;
}

.about-sect-future {
  width: 100%;
  position: relative;
  margin: 0;
}

.ab-future-bgbox {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.ab-future-svg {
  width: 56.5625%;
  max-width: 1086px;
  position: absolute;
  right: 4rem;
  top: 2.3rem;
  transform: translate(5.34%, 0);
  -webkit-transform: translate(5.34%, 0);
  z-index: 0;
  pointer-events: none;
}
.ab-future-svg img {
  width: 100%;
  display: block;
}

.ab-future-bg {
  width: 66vw;
  height: 66vh;
  background: url("/img/common/about-bg.webp") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.ab-future-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 20;
}
.ab-future-sticky .lg-inner {
  z-index: 10;
}

.ab-future-header {
  width: 100%;
  position: relative;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding: 10.8rem 0 0;
}

.ab-future-word {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 0.9rem;
  display: -webkit-flex;
  display: flex;
  position: relative;
  will-change: left;
}
.ab-future-word > * {
  position: relative;
  left: 0px;
}

.ab-future-media-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
}

.ab-future-media-box .ab-future-media {
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.ab-future-media-box .ab-future-media.web {
  padding: 56.25% 0 0;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 4.8rem 0 6.9rem;
}
.ab-future-media-box .ab-future-media.web .video-js {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ab-future-media-box .ab-future-media.web video {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ab-future-media-box .ab-future-media.web .m-box {
  border-radius: inherit;
  overflow: hidden;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ab-future-media-box .ab-future-media.web .m-imgs {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ab-future-media-box .ab-future-media.web .m-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ab-future-media-box .ab-future-media.web .m-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 20;
}
.ab-future-media-box .ab-future-media.web .m-title {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ab-future-media-box .ab-future-media.web .btn-play_web {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 7rem;
  height: 2.8rem;
  font-size: 0.8rem;
  line-height: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  border-radius: 1.4rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ab-future-media-box .ab-future-media.web .btn-play_web .bi {
  -webkit-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 0.5rem 0 0;
}
.ab-future-media-box .ab-future-media.web .btn-play_web:hover {
  background: #00ACA6;
  border-color: #00ACA6;
}
.ab-future-media-box .ab-future-media.web .vjs-big-play-button {
  display: none !important;
}
.ab-future-media-box .ab-future-media.web.is-playing .m-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ab-future-media-box .ab-future-media.app {
  padding: 56.92% 0 0;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.1);
  margin: 0.84rem 0 2.12rem;
}
.ab-future-media-box .ab-future-media.app .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ab-future-media-box .ab-future-media.app .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ab-future-media-box .ab-future-media.app .btn-play_app {
  width: 1.04rem;
  height: 1.04rem;
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 20;
}
.ab-future-media-box .ab-future-media.app .btn-play_app .bi {
  -webkit-flex: none;
          flex: none;
  width: 0.38rem;
  height: 0.38rem;
  display: block;
}

@media (min-width: 992px) {
  .about-sect-future.is-actived .ab-future-header {
    padding: 10.8rem 0 0 !important;
  }
  .addblack-text {
    position: relative;
    height: 100vh;
    width: 100vw;
  }
  .abouts {
    position: absolute;
    bottom: 0;
    left: -3px;
    height: 0vh;
    width: 100vw;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .h-box {
    height: 100vh;
    position: absolute;
    left: 0;
    /* top: 0; */
    width: 100vw;
    bottom: 0;
  }
  .is-actived .abouts {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 100vh;
  }
  .about-sect-future.is-actived .ab-future-header {
    color: #222;
  }
  .p-about .about-sect-future.is-actived .ab-future-header {
    color: #222;
  }
  .p-about .about-sect-future .addblack-text .ab-future-header {
    color: #fff !important;
  }
  .p-about .ab-future-media-box {
    z-index: 99;
  }
  .p-about .ab-future-bgbox {
    z-index: 21;
  }
  .ab-future-media-box {
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.6s opacity 0.2s;
    transition: -webkit-transform 0.6s opacity 0.2s;
    transition: transform 0.6s opacity 0.2s;
    transition: transform 0.6s opacity 0.2s, -webkit-transform 0.6s opacity 0.2s;
  }
  .is-actived .ab-future-media-box {
    transform: translateY(14vh);
    -webkit-transform: translateY(14vh);
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    opacity: 1;
  }
  .about-sect-profile .inside-text {
    max-width: 48.6rem;
  }
  .ab-profile-datas .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
  }
  .about-sect-culture .inside-text {
    max-width: 51.5rem;
  }
  .ab-cult-swip .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
  .about-sect-culture {
    margin-bottom: 0;
  }
  .about-sect-future .lg-inner {
    max-width: 1380px;
  }
  .about-sect-future .inside-heading_h2 {
    margin-bottom: 2.15rem;
  }
  .about-sect-future .inside-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .about-sect-future .inside-text > * {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
  }
  .about-sect-future.is-actived .ab-future-header {
    color: #fff;
    padding: 7.1rem 0 0;
  }
  .about-sect-future.is-actived .ab-future-word > * {
    left: 0px;
    transform: none;
    -webkit-transform: none;
  }
  .about-sect-future.is-actived .ab-future-bg {
    top: 50%;
    position: fixed;
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media (max-width: 991.98px) {
  .ab-future-svg {
    right: 0.8rem;
  }
  .pabout-inside-body {
    padding: 1.2rem 0 0;
  }
  .about-sect {
    margin-bottom: 1.9rem;
  }
  .ab-sect-header .inside-text {
    text-align: justify;
    margin: 0.48rem 0 0;
  }
  .about-sect-profile {
    overflow: hidden;
  }
  .ab-profile-datas-wrapper {
    margin: 0.9rem 0 0;
    padding: 0 0.65rem;
  }
  .ab-profile-datas {
    width: 100%;
    max-width: none;
    overflow: hidden;
    position: relative;
    padding: 0.1rem 0;
  }
  .ab-profile-dataitem {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .ab-profile-dataitem .item-box {
    width: auto;
    border-radius: 0px;
    background: transparent;
    padding: 0;
  }
  .ab-profile-dataitem .item-data {
    font-size: 0.88rem;
    line-height: 0.7rem;
    height: 0.7rem;
  }
  .ab-profile-dataitem .item-data sup {
    font-size: 56.8%;
    top: -0.8em;
  }
  .ab-profile-dataitem .item-data .unit {
    font-size: 56.8%;
    margin-left: 2px;
    line-height: 1em;
  }
  .ab-profile-dataitem .item-title {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin: 0.2rem 0 0;
  }
  .about-sect-culture {
    margin-bottom: 0;
  }
  .about-sect-culture .ab-sect-header {
    margin-bottom: 0.8rem;
  }
  .about-sect-culture .ab-anchor {
    width: 100%;
    height: 105dvh;
    position: absolute;
    left: 0;
    bottom: -5vh;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .ab-cult-sticky {
    width: 100%;
    position: sticky;
    overflow: hidden;
  }
  .ab-cult-swip {
    width: 100%;
    height: 110.67vw;
    position: relative;
  }
  .ab-cult-swip::after {
    display: none;
  }
  .ab-cult-swip .swiper-slide {
    width: 100%;
    height: 100%;
    transition: none;
    -webkit-transition: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ab-cult-swip .swiper-slide.actived .slide-box {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
  .ab-cult-swip .slide-box {
    height: 110.67vw;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(105%);
    -webkit-transform: translateY(105%);
    transition: none;
    -webkit-transition: none;
    will-change: opacity, transform;
  }
  .ab-cult-swip .slide-imgs {
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ab-cult-swip .slide-body {
    padding: 0.6rem 1.25rem 0.6rem 0.6rem;
  }
  .ab-cult-swip .slide-title {
    font-size: 0.4rem;
    line-height: 1em;
  }
  .ab-cult-swip .slide-desc {
    min-height: 0;
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin: 0.22rem 0 0;
  }
  .about-sect-future {
    margin: 0;
  }
  .about-sect-future.is-actived .ab-future-header {
    color: #fff;
  }
  .about-sect-future.is-actived .ab-future-bg {
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .ab-future-sticky {
    overflow: hidden;
  }
  .ab-future-bgbox {
    overflow: hidden;
  }
  .ab-future-bg {
    background-image: url("/img/common/about-bg_m.webp");
  }
  .ab-future-svg {
    width: 93.73%;
    top: 6.15rem;
    transform: translate(6.82%, 0);
    -webkit-transform: translate(6.82%, 0);
  }
  .ab-future-header {
    overflow: hidden;
    padding: 1.9rem 0 0;
    top: 0;
  }
  .ab-future-header .inside-heading_h2 {
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .ab-future-word {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    text-align: center;
    display: block;
  }
  .ab-future-word .word {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -0.07rem;
  }
  .ab-future-word .word > * {
    margin: 0 0.07rem;
  }
}
/* 联系我们 */
.p-contact .header {
  position: absolute;
}

.ctt-sect-wrapper {
  width: 100%;
  position: relative;
}

.ctt-sect-sticky {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.ctt-bgimg {
  width: 66vw;
  height: 66vh;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 60.7%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ctt-bgimg .imgs {
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
}
.ctt-bgimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctt-bgimg .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.ctt-layout-box {
  width: 100%;
  position: relative;
  z-index: 10;
}

.ctt-layout-header {
  width: 40%;
  max-width: 25.8em;
  position: sticky;
  text-align: left;
  position: relative;
  padding: 0 0 7rem;
  opacity: 0;
  top: 7rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.ctt-layout-body {
  width: 40%;
  max-width: 26.5em;
  position: relative;
  color: #fff;
}

.ctt-company-list {
  position: relative;
  padding: 50vh 0 7rem;
}

.ctt-company-item {
  width: 100%;
  position: relative;
  margin-bottom: 4.75rem;
  font-weight: 700;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.ctt-company-item:last-child {
  margin-bottom: 0;
}
.ctt-company-item .item-title {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.25em;
  margin-bottom: 1.85rem;
}
.ctt-company-item .item-title .text1 {
  position: relative;
  z-index: 2;
}
.ctt-company-item .item-title .text2 {
  color: #01FBF3;
  filter: blur(30px);
  -webkit-filter: blur(30px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctt-company-item .item-tel {
  font-size: 1.8rem;
  line-height: 1em;
  margin: 2.65rem 0 0.6rem;
}
.ctt-company-item .item-addr {
  font-size: 1.2rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .p-hr .neiye-public-swiper .imgwrap.web {
    height: 37vw;
  }
  .ctt-bgimg {
    width: 80vw;
    max-width: 1330px;
  }
  .ctt-company-list {
    opacity: 0;
  }
  .is-actived .ctt-company-list {
    opacity: 1;
  }
  .hr-topbox-visual .off {
    opacity: 0 !important;
  }
  .hr-topbox-visual .on {
    opacity: 1 !important;
  }
  .filter-chonsen ul {
    width: 15vw;
  }
  .about-sect-future .inside-text {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .p-contact .header {
    border-bottom: solid 1px rgb(245, 245, 245);
  }
  .p-contact .head-place {
    height: 5.5rem;
  }
  .p-contact .neiye-public-menulv2-staticky {
    width: 100%;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 10;
  }
  .p-contact .neiye-public-menulv2::after {
    display: none;
  }
  .p-contact .ctt-company-list {
    opacity: 1;
    padding-top: 7rem;
  }
  .p-contact .ctt-company-list .ctt-company-item:nth-child(1) {
    color: #222;
  }
  .p-contact .ctt-company-list .ctt-company-item:nth-child(1) .ctt-layout-body {
    color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-contact .ctt-company-list .ctt-company-item:nth-child(1) .item-tel, .p-contact .ctt-company-list .ctt-company-item:nth-child(1) .item-addr {
    color: #222;
  }
  .p-contact .ctt-company-item .item-title .text2 {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-contact .is-actived .ctt-company-item .item-title .text2 {
    -webkit-filter: blur(30px);
            filter: blur(30px);
    color: #01FBF3;
  }
  .p-contact .is-actived .ctt-company-item:nth-child(1) {
    color: #fff;
  }
  .p-contact .is-actived .ctt-company-item:nth-child(1) .ctt-layout-body {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-contact .is-actived .ctt-company-item:nth-child(1) .item-tel, .p-contact .is-actived .ctt-company-item:nth-child(1) .item-addr {
    color: #fff;
  }
  .p-contact .is-actived .ctt-layout-body {
    color: #fff;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .p-contact .is-actived .ctt-bgimg {
    max-width: 100%;
  }
  .ctt-layout-box .global-inner {
    max-width: 1330px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .ctt-layout-header .inside-heading_h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .ctt-layout-header .inside-text {
    width: 32.5rem;
    margin: 2rem 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .ctt-sect-wrapper.is-actived .ctt-bgimg {
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
    top: 0%;
  }
  .ctt-sect-wrapper.is-actived .ctt-layout-header {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .hr-topbox-visual .on {
    opacity: 1 !important;
  }
  .hr-topbox-clip {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .p-hr .item-time {
    display: none;
  }
  .p-contact .head-place {
    height: 1.2rem;
  }
  .ctt-sect-wrapper.is-actived .ctt-bgimg {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    top: 0%;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .ctt-sect-wrapper.is-actived .ctt-bgimg .imgs {
    transition: all 0.1s 0.4s linear;
    -webkit-transition: all 0.1s 0.4s linear;
    filter: blur(4px);
    -webkit-filter: blur(4px);
  }
  .ctt-sect-wrapper.is-actived .ctt-bgimg .overlay {
    opacity: 1;
  }
  .ctt-sect-wrapper.is-actived .ctt-layout-header {
    color: #fff;
  }
  .ctt-sect-wrapper.is-actived .ctt-layout-header_inner {
    padding: 1.6rem 0 0.9rem;
  }
  .ctt-sect-sticky {
    height: auto;
    position: relative;
    overflow: visible;
  }
  .ctt-bgimg {
    width: 100%;
    height: 100%;
    top: 0%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-clip-path: inset(63vh 17vw 0 17vw);
            clip-path: inset(63vh 17vw 0 17vw);
  }
  .ctt-bgimg .imgs {
    width: -webkit-calc(100vw + 8px);
    width: calc(100vw + 8px);
    height: -webkit-calc(100vh + 8px);
    height: calc(100vh + 8px);
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .ctt-bgimg .overlay {
    background: rgba(0, 0, 0, 0.3);
  }
  .ctt-layout-header {
    width: 100%;
    max-width: none;
    padding: 0;
    position: relative;
    height: 120vh;
    top: unset;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
  }
  .ctt-layout-header .inside-heading_h2 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.48rem;
  }
  .ctt-layout-header_inner {
    padding: 2.83rem 0 3.1rem;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .ctt-layout-body {
    width: 100%;
    max-width: none;
    padding: 0.9rem 0 0;
    opacity: 0;
  }
  .ctt-company-list {
    padding: 0 0 1.6rem;
    position: relative;
  }
  .ctt-company-item {
    margin-bottom: 1.4rem;
    opacity: 1;
  }
  .ctt-company-item .item-title {
    font-size: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .ctt-company-item .item-title .text2 {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webit-filter: blur(5px);
  }
  .ctt-company-item .item-tel {
    font-size: 0.36rem;
    margin: 0.48rem 0 0.24rem;
  }
  .ctt-company-item .item-addr {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  .ctt-company-item .item-addr:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
.p-hr .item-time {
  position: absolute;
  right: 7.5em;
  bottom: 2.4rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.hr-sect-topbox {
  display: none;
}

.recruit-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #1a1a1a;
  float: left;
}

.hr-bd {
  width: 100%;
  overflow: hidden;
  margin-bottom: 38px;
  border-bottom: 2px solid #020202;
  line-height: 104px;
  padding: 0 18px 0 10px;
}

.hr-list-box:nth-child(1) {
  margin-top: 29px;
}

.hr-bd .txt {
  font-size: 18px;
  color: #666;
  float: right;
}

.hr-bd .txt span {
  color: #11ab8f;
}

.hr-list-box .hr-list {
  overflow: hidden;
}

.hr-list-box li {
  width: 33.33%;
  float: left;
  font-size: 18px;
  line-height: 37px;
  color: #1a1a1a;
  margin-bottom: 24px;
  padding-left: 25px;
}

.hr-list-box .point {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(/img/images/dian01.png) no-repeat center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: -3px 10px 0 0;
}

.hr-list-box a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding-bottom: 2px;
  position: relative;
  height: 36px;
  overflow: hidden;
}

.hr-list-box .line {
  width: 0;
  height: 3px;
  display: block;
  background: #11ab8f;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hr-list-box a:hover .line {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .hr-list-box a {
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .hr-list-box li {
    width: 100%;
    float: none;
    font-size: 0.36rem;
    line-height: 0.6rem;
    margin-bottom: 0.24rem;
    padding-left: 0;
  }
  .hr-list-box a {
    height: 0.64rem;
    width: auto;
    font-size: 0.3rem;
  }
  .recruit-title {
    font-size: 0.3rem;
    padding: 0;
    line-height: 0.92rem;
  }
  .hr-bd {
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    padding: 0 0 0.1rem;
  }
  .hr-list-box li {
    width: 100%;
    float: none;
    font-size: 0.18rem;
    line-height: 0.6rem;
    margin-bottom: 0.09rem;
    padding-left: 0;
  }
  .hr-list-box a {
    width: auto;
    height: 0.64rem;
  }
}
@media (min-width: 992px) {
  .p-about .about-sect-future {
    overflow: hidden;
  }
  .about-sect-future .ab-future-header {
    -webkit-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
  }
  .about-sect-future.is-actived .ab-future-header {
    -webkit-transition: color 0s ease-in 0.4s;
    transition: color 0s ease-in 0.4s;
  }
  .p-contact .ctt-company-list .ctt-company-item {
    visibility: hidden;
  }
  .p-contact .ctt-company-list .ctt-company-item.show {
    visibility: visible;
  }
  .p-contact .ctt-company-list .ctt-company-item:nth-child(1) {
    visibility: visible;
  }
  .p-contact .is-actived .ctt-bgimg .imgs {
    -webkit-filter: blur(10px) !important;
            filter: blur(10px) !important;
    scale: 1.1;
  }
  .p-contact .is-actived .ctt-bgimg .overlay {
    opacity: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .p-contact .ctt-layout-header {
    height: 50vh;
  }
  .p-contact .ctt-layout-body {
    opacity: 1;
  }
}