@charset "utf-8";

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

li {
  list-style: none;
}

.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

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

.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}

.app {
  background: #141618;
}

.home-slide {
  overflow: hidden;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}

.header:hover,
.header.innerBg {
  background: #000;
}

.header.scroll {
  transform: translateY(-102px);
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9.375%;
}

.logo {
  display: block;
  width: 200px;
  /* height: 80px; */
}

.logo img {
  display: block;
  width: 200px;
  max-height: 100%;
}

.header-right {
  display: flex;
  align-items: center;
}

.navs {
  display: flex;
}

.navs>li {
  padding: 0 22px;
}

.navs>li:first-child {
  margin-left: 0;
}

.navs>li:hover>a:before {
  width: 100%;
  right: auto;
  left: 0;
}

.navs>li:hover .navs-menus {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transition-delay: 0.15s;
}

.navs>li>a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 35px 8px;
  color: #fff;
  font-size: 18px;
}

.navs>li>a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 3px;
  background: #6affbb;
  transition: 0.4s;
}

.header-bg {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 350px;
  z-index: 5;
  background: #000 url(../images/menubg.jpg) center 1px no-repeat;
  border-top: 1px solid #181818;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: 0.5s;
}

.header-bg.show {
  clip-path: inset(0 0 0 0);
  visibility: visible;
}

.home-swiper {
  position: relative;
}

.navs-menus {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 80px 0 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  pointer-events: none;
  text-align: right;
  border-top: 1px solid #181818;
}

.navs-product {
  display: flex;
}

.navs-product-item {
  margin-right: 105px;
}

.navs-product-item:last-child {
  margin-right: 0;
}

.navs-product-item p {
  margin-bottom: 20px;
}

.navs-product-item p a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}

.navs-product-item p a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #325fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.34s;
  z-index: -1;
}

.navs-product-item p a:hover,
.navs-product-item p a.active {
  color: #325fff;
}

.navs-product-item p a:hover:before,
.navs-product-item p a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.navs-product-item p a:hover {
  color: #fff;
}

.navs-product-item p a i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  width: 36px;
  font-style: normal;
}

.navs-product-item p .navs-prodict-leval {
  display: block;
  margin-left: 36px;
  margin-top: 5px;
}

.navs-product-item p .navs-prodict-leval a {
  color: #666666;
}

.navs-product-item p .navs-prodict-leval a:hover {
  color: #fff;
}

.navs-solute-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.navs-solute-list li {
  margin-bottom: 18px;
  width: 212px;
}

.navs-solute-list li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.navs-solute-list li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #325fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}

.navs-solute-list li a:hover,
.navs-solute-list li a.active {
  color: #325fff;
}

.navs-solute-list li a:hover:before,
.navs-solute-list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.navs-solute-list li a:hover {
  color: #fff;
}

.searchs {
  margin: 0 52px 0 68px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 102px;
}

.searchs:before {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
  content: "";
  width: 48px;
  height: 3px;
  background: #325fff;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.35s;
}

.searchs.showSearch:before {
  transform: scaleX(1);
  opacity: 1;
}

.searchs.showSearch a.show {
  opacity: 0;
  transform: translateY(-100%);
}

.searchs.showSearch a.hide {
  opacity: 1;
  top: 50%;
  margin-top: -12px;
  visibility: visible;
}

.searchs a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transition: 0.36s;
}

.searchs a.hide {
  position: absolute;
  left: 0;
  top: 70%;
  opacity: 0;
  visibility: hidden;
}

.navs-menu-right {
  display: inline-flex;
  text-align: left;
  position: relative;
  padding-right: 9.375vw;
  width: 755px;
}

.search-flexs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #000;
  padding: 120px 0 155px;
  border-top: 1px solid #181818;
  text-align: center;
  display: none;
}

.search-down {
  position: relative;
  margin: auto;
  width: 698px;
}

.search-down .text {
  box-sizing: border-box;
  width: 100%;
  height: 66px;
  line-height: 6px;
  background: none;
  color: #666666;
  font-size: 18px;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-down .text::-webkit-input-placeholder {
  color: #666;
}

.search-down .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 54px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  transition: 0.35s;
}

.search-down .sub:hover {
  color: #325fff;
}

.edition {
  display: flex;
  position: relative;
}

.edition:before {
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #262626;
}

.edition a {
  display: inline-block;
  margin-right: 26px;
  color: #666666;
  font-size: 18px;
}

.edition a:hover,
.edition a.active {
  color: #fff;
}

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

.navs-menu-about {
  display: flex;
  justify-content: space-between;
  width: 576px;
}

.about-company {
  width: 62.84%;
}

.about-company span {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
}

.about-company span i {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 32px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}

.about-company p {
  margin-bottom: 48px;
  color: #999999;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.navs-arrow p,
.navs-arrow a {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
}

.navs-arrow p:before,
.navs-arrow a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #325fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}

.navs-arrow p:hover,
.navs-arrow a:hover,
.navs-arrow p.active,
.navs-arrow a.active {
  color: #325fff;
}

.navs-arrow p:hover:before,
.navs-arrow a:hover:before,
.navs-arrow p.active:before,
.navs-arrow a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.navs-arrow p:hover i,
.navs-arrow a:hover i {
  left: 3px;
}

.navs-arrow p b,
.navs-arrow a b {
  display: inline-block;
  color: #325fff;
  line-height: 1.3;
  font-size: 14px;
}

.navs-arrow p i,
.navs-arrow a i {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 8px;
  font-style: normal;
  color: #325fff;
  font-size: 16px;
  transition: 0.25s;
}

.about-company-list {
  padding-top: 2px;
}

.about-company-list li {
  margin-bottom: 13px;
}

.about-company-list li a {
  display: inline-flex;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 16px;
}

.about-company-list li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #325fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}

.about-company-list li a:hover,
.about-company-list li a.active {
  color: #325fff;
}

.about-company-list li a:hover:before,
.about-company-list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.about-company-list li a:hover {
  color: #fff;
}

.about-company-list li a i {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 34px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  transition: 0.35s;
}

.navs-mobile {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  padding-top: 67px;
  padding-bottom: 40px;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #000;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s;
  pointer-events: none;
}

.navs-mobile.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: visible;
}

.mobile-en {
  padding: 50px 41px 39px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}

.mobile-en p {
  margin-right: 18px;
  color: #fff;
  font-size: 16px;
}

.mobile-en a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  color: #666666;
  font-size: 16px;
}

.mobile-en a:hover,
.mobile-en a.active {
  color: #fff;
}

.mobile-en a:before {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
}

.mobile-en a:last-child:before {
  display: none;
}

.navs-mobile-list {
  margin: 0 20px;
}

.navs-mobile-list>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navs-mobile-list>li>a {
  display: block;
  position: relative;
  line-height: 1;
  padding: 23px 21px;
  color: #fff;
  font-size: 18px;
}

.navs-mobile-list>li>a i {
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}

.navs-m-menu {
  padding: 21px 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
}

.navs-m-menu li {
  margin-bottom: 6px;
}

.navs-m-menu li:last-child {
  margin-bottom: 0;
}

.navs-m-menu li>a {
  display: inline-block;
  color: #999999;
  font-size: 15px;
}

.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
}

.banner-swiper {
  position: relative;
}

.banner-swiper .swiper-pagination1 {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 56px;
  line-height: 1;
  z-index: 10;
}

.banner-swiper .swiper-pagination1 .swiper-pagination-bullet {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  line-height: 1;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.35s;
  background: none;
}

.banner-swiper .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.banner-swiper .swiper-pagination1 .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  visibility: hidden;
}

.banner-slide {
  position: relative;
  overflow: hidden;
}

.banner-slide a {
  display: block;
  height: 100%;
}

.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.banner-slide figure img {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-slide .banner-mb {
  display: none;
}

.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.banner-video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btext {
  position: absolute;
  left: 9.375%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
}

.btext2 {
  top: 50%;
}

.btext .bname {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.56s 0.35s;
  font-weight: normal;
  font-size: 44px;
}

.btext p {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.56s 0.35s;
}

.btext .btitle_btn {
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.56s 0.35s;
  color: #000;
}

.binfo {
  margin-top: 28px;
}

.btitle {
  margin-top: 36px;
}

.btitle strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
  transform: translateY(110%);
  visibility: hidden;
  transition: 0.5s 0.35s;
  font-weight: bold;
}

.bhide {
  overflow: hidden;
}

.bmore {
  margin-top: 34px;
  display: inline-flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #fff;
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.56s 0.35s;
}

.bmore:before {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 110%;
  background: #fff;
  border-radius: 21px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.bmore:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.bmore:hover i,
.bmore:hover span {
  color: #325fff;
}

.bmore:hover i {
  left: -3px;
}

.bmore i {
  display: inline-block;
  position: relative;
  left: 0;
  top: -1px;
  margin-right: 12px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  transition: 0.35s;
}

.bmore span {
  display: inline-block;
  color: #fbfbfb;
  font-size: 14px;
  transition: 0.35s;
}

.swiper-slide-active .btext .bname,
.swiper-slide-active .btext p,
.swiper-slide-active .btext .bmore,
.swiper-slide-active .btext .btitle_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.swiper-slide-active .btext p {
  transition-delay: 0.65s !important;
}

.swiper-slide-active .btext .btitle_btn {
  transition-delay: 0.65s !important;
}

.swiper-slide-active .btext .bmore {
  transition-delay: 0.8s !important;
}

.swiper-slide-active .btext .btitle strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.btext.articleShow .bname,
.btext.articleShow p,
.btext.articleShow .bmore,
.btext.articleShow .btitle_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.btext.articleShow p {
  transition-delay: 0.65s !important;
}

.btext.articleShow .bmore {
  transition-delay: 0.8s !important;
}

.btext.articleShow .btitle strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.btext.articleShow .btitle_btn {
  transition-delay: 0.8s !important;
}

/* .btitle_btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s ease;
} */

.fwa {
  position: relative;
  z-index: 3;
}

.fwa-list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fwa-list .fwa-block {
  flex: 1;
}

.fwa-wrap {
  position: sticky;
  left: 0;
  top: 0;
  padding: 60px 9.375% 0;
  background: #000;
}

.fwa-wrap1 {
  padding: 120px 0 0;
}

.fwa-wrap1 .fwa-btn {
  margin: 0 9.375%;
}

.fwa-wrap1 .fwa-slide .fwa-hide {
  display: block;
  position: relative;
  margin: 0 9.375%;
}

.fwa-hide img {
  width: 100%;
}

.fwa-btn {
  display: flex;
  justify-content: space-between;
}

.fwa-btn-item {
  position: relative;
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
  width: 22.17%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fwa-btn-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fwa-btn-item:hover {
  background: -webkit-linear-gradient(to right, #6de3db, #51faac);
  background: linear-gradient(to right, #6de3db, #51faac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fwa-btn-item:hover:before,
.fwa-btn-item.active:before {
  right: auto;
  left: 0;
  width: 100%;
}

.fwa-btn-item:before {
  position: absolute;
  right: 0;
  top: -2px;
  content: "";
  width: 0;
  height: 2px;
  /* background: #fff; */
  background: linear-gradient(90deg, #6de3db 0%, #51faac 100%);
  transition: 0.5s;
}

.fwa-btn-item i {
  display: inline-block;
  margin-right: 18px;
  color: #fff;
  font-size: 44px;
  font-style: normal;
}

.fwa-btn-item span {
  display: inline-block;
  color: #fff;
  font-size: 16px;

}

.fwa-btn-item.active span {
  background: -webkit-linear-gradient(to right, #6de3db, #51faac);
  background: linear-gradient(to right, #6de3db, #51faac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.jbs {
  background: -webkit-linear-gradient(to right, #51faac, #6ce4da);
  background: linear-gradient(to right, #51faac, #6ce4da);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.btext .btitle_p1 {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}

.fwa-swiper {
  margin-top: 40px;
  padding-bottom: 9.89%;
}

.fwa-slide {
  overflow: hidden;
}

.fwa-slide .fwa-hide {
  display: block;
  line-height: 1;
}

.fwa-slide .fwa-hide figure {
  display: block;
  overflow: hidden;
  background: #000;
}

.fwa-slide .fwa-hide figure img {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

.fwa-slide .fwa-hide .fwa-mobile {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  object-fit: cover;
}

.btext1 {
  left: 6.79%;
  width: 585px;
}

.btext1 .btitle strong {
  font-size: 36px;
}

.btext1 .binfo {
  line-height: 1.8;
}



.programme {
  position: relative;
  z-index: 3;
  height: 350vh;
}

.programme-wrap {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.programme-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.programme-bg.show img {
  opacity: 1;
  visibility: visible;
}

.programme-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: 4s;
}

.programe-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: 100% auto;
  display: none;
}

.programme-text {
  width: 724px;
  z-index: 10;
}

.programme-text .btitle {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.8 !important;
}

.bname_jb {
  background: -webkit-linear-gradient(to right, #0bbaa8, #6abd76);
  background: linear-gradient(to right, #0bbaa8, #6abd76);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.btitle_p {
  font-size: 18px;
  width: 80%;
}

.btitle_btn .btn_more {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 30px;
  background: linear-gradient(90deg, #6de3db 0%, #51faac 100%);
  margin-top: 40px;
  font-size: 18px;
  line-height: 1;
}

.btitle_btn .btn_more2 {
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  color: #fff;
}

.btitle_btn .btn_more2:hover {
  border: transparent;
  color: #000;

}

.btn_more img {
  width: 10px;
  margin-left: 20px;
}

.btn_more .cust_img1 {
  width: 10px;
}

.btitle_btn i {
  margin-left: 20px;
}

.btitle_btn .btn_more:hover {
  background: #6affbb;
}

.layui-layer-tips .layui-layer-content {
  background-color: #325fff;
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  border-right-color: #325fff;
}

.mouse-down {
  display: flex;
  align-items: center;
  margin-top: 48px;
  position: absolute;
  left: 8%;
  top: 80%;
  z-index: 10;
}

.mouse-down.article-block p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.mouse-down b {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background: #fff; */
  text-align: center;
}

.mouse-down b i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 37px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.mouse-down b i:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 6px;
  content: "";
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  animation: moveDownSpot 1000ms infinite;
}

.mouse-down p {
  margin-left: 12px;
  font-size: 14px;
}

@keyframes moveDownSpot {
  from {
    opacity: 1;
    transform: translateY(0px);
  }

  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

.programme-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}

.programme-mask-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1500%;
  height: auto;
  background-size: 100% auto;
}

.us-scheme {
  padding: 70px 9.375% 4.85vw;
}

.scheme-top {
  margin-bottom: 66px;
  display: flex;
  justify-content: space-between;
}

.common-title {
  display: block;
  /* line-height: 1; */
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  overflow: hidden;
}

.scheme-btn {
  display: flex;
}

.scheme-btn span {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  width: 76px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: 0.35s;
}

.scheme-btn span.swiper-button-disabled,
.scheme-btn span.slick-disabled {
  opacity: 0.9;
  cursor: no-drop;
}

.scheme-btn span:hover {
  color: #000;
  background: #fff;
  background: #6affbb;
}

.scheme-btn span:hover.prev {
  text-indent: -3px;
}

.scheme-btn span:hover.next {
  text-indent: 3px;
}

.scheme-swiper .swiper-pagination {
  position: relative;
  left: auto;
  bottom: 0;
  margin: auto;
  margin-top: 120px;
  height: 4px;
  border-radius: 0;
  display: flex;
  justify-content: center;
}

.scheme-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  margin-right: 5px;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border-radius: 0px;
  transform-origin: left top;
  background: #333333;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.scheme-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.scheme-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.scheme-slide {
  width: 50%;
}

.scheme-slide a:hover figure img {
  transform: scale(1.06);
}

.scheme-slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.6666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.scheme-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scheme-slide figure img {
  transition: 0.78s;
}

.scheme-info {
  margin-top: 52px;
  padding-left: 18px;
}

.scheme-info strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

.scheme-info strong:before {
  position: absolute;
  left: -18px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 35px;
  height: 14px;
  background: #325fff;
}

.scheme-info p {
  color: #fff;
  font-size: 18px;
}

.home-sbout {
  position: relative;
  overflow: hidden;
}

.home-sbout figure {
  display: block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-bottom: 56.25%;
}

.home-sbout figure img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
}

.customers {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 11;
  background: #000;
}

.customers-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  text-align: left;
}

.customers-bg {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}

.customers-bg .cust_bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transform-origin: right center;
}

.customers-down {
  position: relative;
  height: 150vh;
  z-index: -1;
}

.customers-scoll {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
}

.customers-data {
  position: absolute;
  right: 9.375%;
  top: 50%;
  display: flex;
  flex-flow: wrap;
  transform: translateY(-50%);
  width: 600px;
  z-index: 4;
}

.customers-data-item {
  margin: 30px 0;
  width: 60%;
}

.customers-data-item:nth-child(2n+2) {
  width: 40%;
}

.customers-data-item p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.125vw;
  line-height: 1;
  font-family: "Poppins";
}

.customers-data-item p b {
  display: inline-block;
  margin-right: 6px;
  font-weight: normal;
}

.customers-data-item span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

.customers-dit {
  position: absolute;
  left: 0;
  top: 5%;
  width: 54.4%;
  height: 90%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.88s;
}

.customers-dit.show {
  /* opacity: 1;
  visibility: visible; */
}

.customers-dit-item {
  position: absolute;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
}

.customers-dit-item.dit-item1 {
  left: 30.5%;
  top: 25.1%;
}

.customers-dit-item.dit-item2 {
  left: 52.6%;
  top: 23.16%;
}

.customers-dit-item.dit-item3 {
  left: 18.18%;
  top: 51.42%;
}

.customers-dit-item.dit-item4 {
  left: 33.49%;
  top: 41.42%;
}

.customers-dit-item.dit-item5 {
  left: 39.6%;
  top: 34.69%;
}

.customers-dit-item.dit-item6 {
  left: 42.67%;
  top: 36.22%;
}

.customers-dit-item.dit-item7 {
  left: 42%;
  top: 46%;
}

.customers-dit-item.dit-item8 {
  left: 42.27%;
  top: 63.38%;
}

.customers-dit-item.dit-item9 {
  left: 56.07%;
  top: 44.89%;
}

.customers-dit-item.dit-item10 {
  left: 61.24%;
  top: 33.16%;
}

.customers-dit-item.dit-item11 {
  left: 69.85%;
  top: 43.16%;
}

.customers-dit-item.dit-item12 {
  left: 82.87%;
  top: 51.53%;
}

.customers-dit-item:nth-child(2n+2):before {
  animation-delay: 0.25s;
}

.customers-dit-item:nth-child(3n+3):before {
  animation-delay: 0.5s;
}

.customers-dit-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #00c6ff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: pulse 3s infinite;
}

.customers-dit-item:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #00c6ff;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  40% {
    opacity: 1;
    transform: scale(0);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.brand {
  box-sizing: border-box;
  padding: 0 9.375% 255px;
  z-index: 10;
  width: 100%;
}

.brand-wrap {
  position: relative;
}

.brand-slide:hover figure img {
  transform: scale(1.08);
}

.brand-slide figure {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background: #000;
  overflow: hidden;
}

.brand-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}

.brand-btn span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  font-size: 16px;
}

.brand-btn span:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.brand-btn span.prev {
  left: -50px;
  text-indent: -4px;
}

.brand-btn span.next {
  right: -50px;
  text-indent: 4px;
}

.home-news {
  padding: 0 9.375% 9.11%;
}

.home-news-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.home-news-title h2 {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}

.home-news-swiper {
  margin-top: 66px;
}

.home-news-slide {
  width: 33.333%;
}

.home-news-slide a:hover figure img {
  transform: scale(1.05);
}

.home-news-slide figure {
  position: relative;
  display: block;
  padding-bottom: 66.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.home-news-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-news-slide figure img {
  transition: 0.78s;
}

.home-news-info {
  margin-top: 36px;
  padding: 0 26px;
}

.home-news-info p {
  margin-bottom: 18px;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}

.home-news-info strong {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 67px;
  opacity: 0.8;
}

.home-news-info time {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}

.news-dits {
  display: flex;
  margin-top: 30px;
}

.news-dits span {
  display: inline-block;
  margin-right: 12px;
  padding: 0 26px;
  height: 32px;
  line-height: 32px;
  color: #999999;
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 17px;
  transition: 0.3s;
}

.subscribe {
  padding: 70px 9.375% 160px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  background: #3348f3;
  overflow: hidden;
}

.subscribe-bg {
  position: absolute;
  left: -10vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 56.25%;
}

.subscribe-bg img {
  display: block;
  position: relative;
  left: -10vw;
  width: 100%;
  height: auto;
}

.subscribe-tt {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.subscribe-tt i {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
  font-size: 24px;
  color: #fff;
  font-style: normal;
}

.subscribe-email {
  margin-top: 89px;
  position: relative;
  width: 780px;
}

.subscribe-email .text {
  box-sizing: border-box;
  padding-bottom: 25px;
  width: 100%;
  color: #fff;
  border: none;
  border-bottom: 3px solid #fff;
  outline: none;
  font-size: 24px;
  line-height: 1.2;
  background: none;
  -webkit-appearance: none;
}

.subscribe-email .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.subscribe-email .text::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-email .sub {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  line-height: 1.2;
  transition: 0.3s;
}

.subscribe-email .sub:hover {
  right: -3px;
}

.footer {
  position: relative;
  z-index: 5;
  padding: 80px 9.375% 0;
  background-image: url(../picture/footbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.footer-logos {
  width: 40%;
}

.footer-navs {
  /* width: 50%; */
}

.footer-logo-imgs {
  display: block;
  width: auto;
}

.footer-logo-imgs img {
  display: block;
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: 50px;
}

.share {
  margin-top: 46px;
  display: flex;
}

.share a {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background: #1f1f1f;
}

.share a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.share a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3348f3;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.38s;
}

.footer-navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 10px;
  /* width: 50%; */
}

.footer-navs-item {
  display: inline-block;
  /* margin-bottom: 52px; */
  /* width: 20%; */
  margin-left: 50px;
}

/* .footer-navs-item:nth-child(3n+3) {
  width: auto;
} */

.footer-navs-item dt {
  display: block;
}

.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #fbfbfb;
  font-size: 18px;
  font-weight: normal;
}

.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}

.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #fff;
}

.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.footer-navs-item dt a:hover {
  color: #fff;
}

.footer-navs-item dd {
  display: block;
}

.footer-navs-item dd p {
  margin-bottom: 8px;
}

.footer-navs-item dd p a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}

.footer-navs-item dd p a:hover {
  color: #fff;
}

.footer-navs-item dd p a span {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #3348f3;
  border-radius: 8px;
}

.footer-navs-item dd p a span:hover:before {
  color: #3348f3;
}

.footer-navs-item dd p a span:before {
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  content: "...";
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}

.copyright {
  padding: 32px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #535353;
}

.copyleft p {
  color: #666666;
  font-size: 14px;
}

.copy-map {
  display: flex;
  justify-content: flex-end;
}

.network-map a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  margin-left: 10px;
}

.network-map a:hover {
  color: #fff;
}

.network-map a:hover i {
  color: #fff;
}


.copyleft .copyleft_p1 {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.copyleft .copyleft_p2 {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.network-map a i {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-style: normal;
  line-height: 1;
  font-size: 36px;
  transition: 0.3s;
  color: #fff;
  opacity: 0.5;
}


.network {
  margin-left: 46px;
}

.network a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
}

.network a:hover {
  color: #fff;
}

.consulting {
  position: fixed;
  right: 26px;
  bottom: -35px;
  z-index: 19;
  transition: 0.4s;
}

.consulting.show {
  bottom: 35px;
}

.consulting.show a:last-child {
  opacity: 1;
  clip-path: circle(50% at center);
}

.consulting a {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #000000;
  font-size: 30px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.consulting a:hover {
  color: #fff;
  background: #325fff;
  transition: color 0.3s 0s, background 0.3s 0.15s;
}

.consulting a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.consulting a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #325fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.38s;
}

.consulting a:last-child {
  margin-bottom: 0;
  opacity: 0;
  clip-path: circle(0% at center);
  transition: 0.4s;
}

.article-block.slideinset li,
.article-block.slideinset>div {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}

.article-block.slideinset li:nth-child(2),
.article-block.slideinset>div:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.article-block.slideinset li:nth-child(3),
.article-block.slideinset>div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.article-block.slideinset li:nth-child(4),
.article-block.slideinset>div:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.articleShow.slideinset li,
.articleShow.slideinset>div {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.article-block.slidetopList li,
.article-block.slidetopList>div {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList>div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList>div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList>div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList>div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList>div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.article-block.slidetopList li:nth-child(7),
.article-block.slidetopList>div:nth-child(7) {
  transition-delay: 1.2s;
}

.article-block.slidetopList li:nth-child(8),
.article-block.slidetopList>div:nth-child(8) {
  transition-delay: 1.4s;
}

.articleShow.slidetopList li,
.articleShow.slidetopList>div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -moz-transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.article-block.slideTop.detay1 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.article-block.slideTop.detay2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.clipPath.article-block {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: 2s;
}

.clipPath.articleShow {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.scheme-mobile {
  display: none;
}

.pbanner {
  position: relative;
}

.about-imgs {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.about-imgs figure {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000000;
  opacity: 0;
}

.pbanner-text {
  position: absolute;
  left: 9.375%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 3;
}

.pbanner-text h2 {
  margin-bottom: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}

.pline h3 {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4;
}

.about-introduct {
  position: relative;
  padding: 13.95% 9.375% 140px;
  overflow: hidden;
}

.about-intro-wr {
  float: right;
  width: 35.84vw;
}

.introduct {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.introduct p {
  margin-bottom: 10px;
}

.introduct p:last-child {
  margin-bottom: 0;
}

.about-data {
  margin-top: 6.77vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-data-item {
  padding: 46px 0 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 44.18%;
  border-bottom: 1px solid #fff;
  line-height: 1;
}

.about-data-item p {
  display: flex;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1;
  font-family: "Poppins";
}

.about-data-item p b {
  font-weight: normal;
}

.about-data-item span {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
}

.introduct-idea {
  margin-top: 112px;
}

.introduct-idea li {
  padding: 50px 0 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.introduct-idea li b {
  display: block;
  margin-right: 26px;
  width: 84px;
  line-height: 1;
  color: #325fff;
  font-size: 60px;
  font-weight: normal;
}

.introduct-idea-info {
  flex: 1;
}

.introduct-idea-info strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.introduct-idea-info p {
  color: #fff;
  font-size: 18px;
}

.company-culture {
  padding: 9.375% 9.375%;
}

.culture-wrap {
  position: relative;
}

.culture-title {
  display: block;
  position: absolute;
  left: 4.74%;
  top: 14.05%;
  z-index: 4;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.culture-slide {
  position: relative;
  overflow: hidden;
}

.culture-slide figure {
  position: relative;
  display: block;
  padding-bottom: 47.43%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.culture-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-slide.swiper-slide-active .culture-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.65s;
}

.culture-info {
  position: absolute;
  left: 4.74%;
  top: 28.37%;
  z-index: 3;
  width: 578px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.65s 0.8s;
}

.culture-info strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.culture-info p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.culture-btn {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 44px;
  z-index: 10;
}

.culture-btn li {
  margin-right: 36px;
  cursor: pointer;
}

.culture-btn li:last-child {
  margin-right: 0;
}

.culture-btn li:hover b,
.culture-btn li.active b {
  border-color: #325fff;
  background: #325fff;
}

.culture-btn li b {
  display: block;
  position: relative;
  margin: auto;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  transition: 0.38s;
}

.culture-btn li p {
  margin-top: 18px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.effect {
  padding: 0 9.375%;
}

.effect-top {
  display: block;
  margin-bottom: 76px;
}

.effect-title {
  display: block;
  position: relative;
  line-height: 1;
  padding-bottom: 48px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.effect-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 4px;
  background: #fff;
}

.effect-text {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.effect-data {
  padding-top: 10px;
  display: flex;
}

.effect-data-item {
  margin-right: 4.58vw;
}

.effect-data-item p {
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-family: "Poppins";
  font-weight: normal;
}

.effect-data-item:last-child {
  margin-right: 0;
}

.effect-data-item span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.effect-info {
  width: 44.1%;
  color: #fff;
  font-size: 18px;
}

.effect-map {
  position: relative;
}

.effect-map figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}

.effect-map figure img {
  display: block;
  width: 100%;
  height: auto;
}

.effect-dit {
  position: absolute;
  right: 21.66%;
  top: 40%;
  margin-right: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 3;
}

.effect-dit i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #325fff;
  animation: pulse 3s infinite;
}

.effect-dit:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -46px;
  margin-top: -46px;
  content: "";
  width: 92px;
  height: 92px;
  z-index: -1;
  background: rgba(51, 72, 243, 0.5);
  border-radius: 50%;
  animation: pulse 3s 0.25s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  40% {
    opacity: 1;
    transform: scale(0);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.partner-tab .swiper-wrapper {
  height: auto !important;
}

.history {
  padding-top: 10.41%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.history .slick-list {
  overflow: visible;
}

.history .slick-list .slick-track {
  display: flex;
}

.history-tab {
  position: relative;
  z-index: 3;
  padding: 0 9.375%;
  overflow: hidden;
}

.history-bg {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 27.6vw;
  z-index: 3;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: 100% auto;
}

.history-btn {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}

.histroy-title {
  display: block;
  margin-right: 54px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.history-hide {
  box-sizing: border-box;
  height: 100%;
  padding-left: 38px;
  padding-right: 38px;
  border-left: 2px solid #fff;
  padding-bottom: 27.6vw;
  opacity: 0.1;
  transition: 0.4s;
}

.history-slide {
  box-sizing: border-box;
  float: left;
  width: 50%;
}

.history-slide.slick-active .history-hide {
  opacity: 1;
}

.history-slide time {
  display: block;
  line-height: 0.9;
  color: #fff;
  font-size: 60px;
  font-family: "Poppins";
  font-style: italic;
}

.history-info {
  margin-top: 40px;
}

.history-info p {
  color: #fff;
  font-size: 18px;
}

.investment {
  padding: 7.81% 9.375% 9.375%;
  padding-bottom: 0 !important;
}

.investment-wrap {
  padding: 9.375vw 15.06% 6.4vw 7.69%;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.investment-tab {
  width: 35.04%;
  margin: 0;
}

.investment-tab .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 42px;
  line-height: 1;
}

.investment-tab .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #636366;
  transition: 0.35s;
  border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
}

.investment-tab .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.investment-slide figure {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
  transition: 0.4s;
}

.investment-slide figure:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.investment-slide figure img {
  width: 100%;
  height: auto;
  transition: 0.38s;
}

.investment-text {
  width: 45.2%;
}

.investment-text p {
  color: #fff;
  font-size: 18px;
}

.investment-tt {
  display: block;
  margin-bottom: 35px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.honor-box {
  padding: 0 9.375%;
  display: none;
}

.honor-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.honor-swiper {
  margin-top: 58px;
  height: auto;
}

.honor-slide {
  padding-bottom: 30px;
  text-align: center;
}

.honor-slide:hover figure img {
  transform: scale(1.05);
}

.honor-slide figure {
  display: block;
  background: #fff;
}

.honor-slide figure img {
  width: 100%;
  height: auto;
  transition: 0.58s;
}

.honor-slide p {
  margin-top: 13px;
  color: #fff;
  font-size: 16px;
}

.honor-info {
  margin-bottom: 44px;
}

.partner {
  padding: 9.89% 9.375% 12.39%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-contact {
  margin-top: 14.1%;
  text-align: center;
}

.partner-contact .partnertt {
  display: block;
  margin-bottom: 44px;
  line-height: 1;
  color: #fff;
  font-size: 60px;
  font-weight: normal;
}

.partner-contact a {
  display: block;
  margin: auto;
  width: 236px;
  height: 52px;
  line-height: 52px;
  border: 2px solid #fff;
  border-radius: 28px;
  color: #fff;
  font-size: 18px;
}

.partner-contact a:hover {
  background: #fff;
  color: #325fff;
}

.pbanners {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.pbanners:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
}

.pbanners figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  z-index: -1;
}

.pbanners figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pbanners figure img.lazy {
  background: #000;
}

.pbanners figure img.mobile {
  display: none;
}

.lazy {
  background: url(../images/loading.gif) center no-repeat;
  background-size: 25px auto;
}

.ptexts {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.ptexts h3 {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
}

.promote {
  padding: 50px 9.375%;
}

.joius-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

.joius-title.joius-title1 .joins-tt {
  color: #fff;
}

.joius-title .joins-tt {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.joius-title-text {
  width: 48.39%;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.promote-imgs {
  margin: auto;
  max-width: 100%;
  width: 950px;
  text-align: center;
  background: #000;
}

.promote-imgs img {
  max-width: 100%;
  width: auto;
  margin: auto;
  margin-top: -28px;
}

.educate {
  padding: 0 9.375% 8.85%;
}

.educate-list {
  margin-top: 82px;
  display: flex;
  flex-wrap: wrap;
}

.educate-item {
  margin-right: 4%;
  width: 48%;
}

.educate-item:nth-child(2n+2) {
  margin-right: 0;
}

.educate-item:hover figure img {
  transform: scale(1.06);
}

.educate-item figure {
  position: relative;
  display: block;
  padding-bottom: 62.66%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.educate-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.educate-item figure img {
  transition: 0.5s;
}

.idea {
  padding: 100px 9.375% 0;
}

.idea-list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.idea-list li {
  display: flex;
  align-items: center;
}

.idea-list li:hover b {
  transform: translateY(-4px);
}

.idea-list li b {
  display: block;
  width: 72px;
  transition: 0.35s;
}

.idea-list li b img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.idea-text {
  margin-left: 14px;
  padding-right: 20px;
}

.idea-text strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.idea-text p {
  color: #fff;
  font-size: 16px;
}

.recruit {
  padding: 9.06% 9.375% 9.89%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.recruit-btn {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.recruit-btn h3 {
  display: inline-block;
  margin-right: 46px;
  line-height: 1.2;
  color: #4f4f4f;
  font-size: 36px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: normal;
}

.recruit-btn h3:last-child {
  margin-right: 0;
}

.recruit-btn h3:hover,
.recruit-btn h3.active {
  color: #fff;
}

.recruit-list {
  display: flex;
  flex-wrap: wrap;
}

.recruit-list li {
  position: relative;
  margin-right: 10.4%;
  padding: 30px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 44.8%;
  cursor: pointer;
  transition: 0.35s;
  padding-left: 0;
  box-sizing: border-box;
}

.recruit-list li:nth-child(1),
.recruit-list li:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.recruit-list li:hover {
  border-color: #325fff;
  background: #325fff;
  padding-left: 40px;
}

.recruit-list li:hover p span {
  color: #fff;
}

.recruit-list li:hover i {
  color: #fff;
}

.recruit-list li:nth-child(2n+2) {
  margin-right: 0;
}

.recruit-list li strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.recruit-list li i {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -14px;
  line-height: 1;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.2);
  font-style: normal;
  transition: 0.3s;
}

.recruit-list li p {
  display: flex;
}

.recruit-list li p span {
  display: inline-block;
  margin-right: 26px;
  line-height: 1;
  color: #666666;
  font-size: 16px;
  transition: 0.3s;
}

.recruit-list li p span:last-child {
  margin-right: 0;
}

.recruit-item {
  display: none;
}

.recruit-item:first-child {
  display: block;
}

body.popShow {
  overflow: hidden;
}

body.popShow .recruit-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

body.popShow .recruit-pop .recruit-fix {
  right: 0;
}

.recruit-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.8s;
}

.recruit-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.recruit-fix {
  position: absolute;
  right: -50%;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  transition: 0.8s;
}

.recruit-hide {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.recruit-close {
  display: block;
  position: absolute;
  left: -87px;
  top: 35px;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
}

.recruit-close:hover {
  background: #fff;
  color: #325fff;
  text-indent: -3px;
}

.recruit-titles {
  padding-left: 12.08%;
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 36px;
  background: #3348f3;
  font-weight: normal;
}

.recruit-info {
  padding: 42px 12.08% 80px;
}

.recruit-fx {
  color: #000000;
  font-size: 16px;
  line-height: 2.2;
}

.recruit-fx strong {
  color: #325fff;
}

.recruite-eq {
  display: flex;
  margin-top: 110px;
}

.recruite-eq-item {
  margin-right: 82px;
  text-align: center;
}

.recruite-eq-item:last-child {
  margin-right: 0;
}

.recruite-eq-item figure {
  padding: 10px;
  border: 1px solid #cccccc;
  width: 118px;
}

.recruite-eq-item figure img {
  display: block;
  width: 100%;
  height: auto;
}

.recruite-eq-item p {
  margin-top: 22px;
  color: #333333;
  font-size: 16px;
  line-height: 1;
}

.environment {
  padding-top: 0 !important;
  padding-bottom: 9.375%;
}

.environment-top {
  padding: 0 9.375%;
  margin-bottom: 100px;
}

.environment-btn {
  display: flex;
  margin-top: 35px;
}

.environment-btn span {
  display: inline-block;
  margin-right: 14px;
  width: auto;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 19px;
  text-align: center;
  cursor: pointer;
  transition: 0.38s;
}

.environment-btn span:hover,
.environment-btn span.active {
  background: #fff;
  color: #000000;
}

.bm_bottomLeftOverlay {
  display: none !important;
}

.environment-tab {
  position: relative;
}

.environment-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

.environment-item.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transition: 0.45s;
}

.environment-hide {
  overflow: hidden;
}

.environment-swiper {
  position: relative;
  left: -10%;
  width: 120%;
}

.environment-slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.environment-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment-info {
  position: relative;
  margin-top: 88px;
  padding-left: 9.375%;
  padding-right: 9.375%;
  display: flex;
  align-items: center;
}

.environment-info p {
  box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
  color: #fff;
  font-size: 16px;
}

.environment-prev {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: url(../images/mouse.png) center no-repeat;
  background-size: cover;
}

.welfare {
  padding: 6.89% 9.375% 8%;
}

.welfare-img {
  margin-top: 64px;
}

.welfare-img img {
  display: block;
  width: 100%;
  height: auto;
}

.welfare-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  box-sizing: border-box;
}

.welfare-list li {
  box-sizing: border-box;
  width: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
}

.welfare-list li:nth-child(3n+3) {
  margin-right: 0;
}

.welfare-hide {
  padding: 35px 34px 24px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  transition: 0.35s;
}

.welfare-hide:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.welfare-hide b {
  display: block;
  width: 58px;
  color: #325fff;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}

.welfare-info {
  flex: 1;
}

.welfare-info strong {
  display: block;
  margin-bottom: 10px;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.welfare-info p {
  color: #999999;
  font-size: 16px;
}

.more-recuite {
  margin-left: 50%;
}

.recuite-tops {
  color: #fff;
  font-size: 18px;
}

.recuite-tops i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.recruite-eq1 {
  margin-top: 50px;
}

.recruite-eq1 .recruite-eq-item figure {
  background: #fff;
}

.recruite-eq1 .recruite-eq-item p {
  color: #fff;
}

.message-more {
  padding: 120px 9.375% 80px;
}

.pbanners1 figure {
  padding-bottom: 46.875%;
}

.contacts-banner {
  width: auto;
  left: 9.375%;
  width: 50vw;
}

.contacts-us {
  padding: 0 9.375% 14.27%;
  background-position: center bottom !important;
  background-attachment: local;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.contact-top {
  display: flex;
  position: relative;
  margin-top: -60px;
  z-index: 3;
}

.maps {
  width: 50%;
  height: 510px;
}

.smawave {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #325fff;
}

.smawave-wrpa {
  width: 76.54%;
}

.smawave-top {
  margin-bottom: 50px;
}

.smawave-top h3 {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.smawave-top p {
  color: #fff;
  font-size: 18px;
}

.address p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.address p i {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 44px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  line-height: 1;
}

.BMap_bubble_title {
  margin-bottom: 5px !important;
  color: #325fff !important;
  font-size: 18px !important;
}

.anchorBL {
  display: none !important;
}

.BMap_Marker img {
  animation: fadeScale 2s infinite alternate-reverse !important;
}

@keyframes fadeScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.3;
    transform: scale(0.3);
  }
}

.contacts-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.contact-address {
  box-sizing: border-box;
  padding: 44px 44px 0;
  height: 200px;
  width: 32%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-address strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.contact-address p {
  color: #fff;
  font-size: 16px;
}

.line-message {
  margin-top: 10.4vw;
}

.message-top {
  margin-bottom: 42px;
}

.message-top h3 {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.message-top p {
  color: #666666;
  font-size: 16px;
}

.message-radio {
  margin-bottom: 45px;
  display: flex;
}

.radio-label {
  margin-right: 75px;
}

.radio-label.active label span {
  background: #325fff;
}

.radio-label.active label span:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.radio-label label {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.radio-label label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  opacity: 0;
}

.radio-label label span {
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: 0.3s;
}

.radio-label label span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.2s;
}

.message-row {
  display: flex;
  justify-content: space-between;
}

.input-item {
  margin-bottom: 38px;
  width: 23.07%;
  position: relative;
  display: flex;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.38s;
}

.input-item.active {
  border-color: #fff;
}

.input-item span {
  display: inline-block;
  padding-left: 20px;
  line-height: 66px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.input-item span i {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.input-item .text {
  box-sizing: border-box;
  flex: 1;
  padding-left: 25px;
  color: #fff;
  font-size: 16px;
  border: none;
  line-height: 66px;
  outline: none;
  background: none;
}

.input-item .text::-webkit-input-placeholder {
  color: #fff;
}

.input-item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.input-item .text:focus {
  outline: none;
  background-color: transparent;
}

.input-item1 {
  width: 48.71%;
}

.message-area {
  margin-bottom: 38px;
  width: 100%;
}

.message-area textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  color: #fff;
  resize: none;
  font-size: 16px;
  line-height: 2;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "PingFangSCMedium";
}

.message-area textarea::-webkit-input-placeholder {
  color: #fff;
}

.message-area textarea:focus {
  outline: none;
  background-color: transparent;
}

.message-area textarea:focus {
  border-color: #fff;
}

.message-area textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.verificate {
  display: flex;
}

.yz img {
  display: block;
  height: 70px;
}

.message-code {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.message-sub {
  padding-top: 20px;
  width: 100%;
}

.message-sub input {
  width: 360px;
  height: 68px;
  line-height: 68px;
  background: #325fff;
  color: #fff;
  font-size: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
}

.message-sub input:hover {
  background: rgba(49, 69, 234, 0.5);
}

.news-box {
  padding: 0 9.357%;
}

.news-swipers {
  position: relative;
  margin-top: -58px;
  padding-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-swipers .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 54px;
  line-height: 0;
  height: 4px;
  text-align: left;
}

.news-swipers .swiper-pagination:before {
  position: absolute;
  left: 197px;
  bottom: 1px;
  content: "";
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.news-swipers .swiper-pagination .swiper-pagination-bullet {
  margin-right: 5px;
  width: 40px;
  height: 4px;
  background: #4d4d4d;
  opacity: 1;
  border-radius: 0px;
  transition: 0.36;
}

.news-swipers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.news-slide a {
  display: flex;
  justify-content: space-between;
}

.news-slide a:hover figure img {
  transform: scale(1.06);
}

.news-slide a figure {
  width: 30.76%;
  overflow: hidden;
}

.news-slide a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}

.news-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 64.1%;
}

.news-tops-time {
  padding-top: 14px;
}

.news-tops-time time {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

.news-tops-time strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.3;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.news-tops-time p {
  color: #fff;
  font-size: 16px;
}

.news-libox {
  margin-top: 116px;
}

.news-btn-list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.news-btn-list a {
  display: inline-block;
  margin-right: 22px;
  width: 176px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  border: 2px solid #fff;
  text-align: center;
}

.news-btn-list a:hover,
.news-btn-list a.active {
  background: #fff;
  color: #000000;
}

.news-btn-list a:last-child {
  margin-right: 0;
}

.news-fixs {
  display: flex;
  flex-wrap: wrap;
}

.news-fixs .home-news-slide {
  margin-right: 3.5%;
  margin-bottom: 130px;
  width: 31%;
}

.news-fixs .home-news-slide:nth-child(3n+3) {
  margin-right: 0;
}

.pages {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pages a {
  display: inline-block;
  margin-right: 14px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 2px solid;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
}

.pages a:hover,
.pages a.active {
  background: #fff;
  color: #000;
}

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

.pages a.iconfont {
  width: 76px;
  font-size: 22px;
}

.view-banner {
  position: relative;
  padding: 102px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.view-banner-wrap {
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.view-banner-wr {
  position: relative;
  margin: auto;
  width: 960px;
  padding-bottom: 46px;
}

.view-banner-wr:before {
  position: absolute;
  left: 0;
  bottom: -26px;
  content: "";
  border-right: 28px solid transparent;
  border-top: 26px solid #000;
}

.view-posite {
  display: flex;
}

.view-posite a,
.view-posite b,
.view-posite span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}

.view-posite span {
  margin-right: 2px;
}

.view-posite b {
  margin: 0 5px;
}

.view-posite a:hover {
  color: #fff;
}

.view-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 54px;
}

.view-title h2 {
  display: block;
  flex: 1;
  margin-top: -5px;
  line-height: 1.5;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.view-title img {
  display: block;
  margin-left: 110px;
  width: 224px;
  height: 149px;
  object-fit: cover;
}

.view-time time {
  display: block;
  line-height: 1.1;
  color: #999999;
  font-size: 16px;
}

.view-box {
  background-color: #fff;
}

.view-wrap {
  margin: auto;
  padding: 78px 0 112px;
  width: 960px;
}

.view {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}

.view img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.view-prev {
  margin-top: 115px;
}

.view-prev-item {
  border-top: 1px solid #d7d7d7;
}

.view-prev-item a {
  display: inline-block;
  padding: 18px 6px;
}

.view-prev-item a:hover span {
  color: #325fff;
}

.view-prev-item a span {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 2;
  transition: 0.3s;
}

.view-news {
  padding: 140px 0 140px;
  margin: 0 9.375%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.technology {
  padding: 13.43% 9.375% 9.89%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

.technology-banner {
  width: 670px;
}

.technology-banner h2 {
  display: block;
  margin-bottom: 32px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 36px;
}

.technology-banner p {
  color: #fff;
  font-size: 18px;
}

.technology-arlcale {
  margin: auto;
  margin-top: 80px;
  width: 46.73%;
  position: relative;
}

.technology-bg {
  position: relative;
  z-index: 3;
  text-align: center;
}

.technology-bg figure {
  display: block;
  line-height: 1;
}

.technology-bg figure img {
  display: block;
  width: 100%;
  height: auto;
  animation: move2 10s infinite linear;
}

.technology-bg .platform-gif {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: -1;
}

.technology-bg-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.technology-bg-text small {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
}

.technology-bg-text strong {
  display: block;
  margin: auto;
  width: 140px;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.technology-btn li {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  text-align: center;
  z-index: 10;
}

.technology-btn li:nth-child(2) {
  left: auto;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.technology-btn li:nth-child(3) {
  top: auto;
  bottom: 10px;
}

.technology-btn li:nth-child(4) {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.technology-btn li:hover figure img {
  animation: move0 0.7s infinite alternate;
}

.technology-btn li figure {
  display: block;
  line-height: 1;
  height: 120px;
}

.technology-btn li figure img {
  display: inline-block;
  width: auto;
  height: 100%;
}

.technology-btn li p {
  margin-top: 15px;
  width: 122px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  width: 115px;
}

@keyframes move0 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

.technology-fix {
  position: relative;
  padding-left: 9.375%;
}

.technology-list li {
  margin-bottom: 170px;
}

.technology-imgs {
  position: relative;
}

.technology-imgs img {
  display: block;
  width: 100%;
  height: auto;
}

.technology-imgs img.mb {
  display: none;
}

.technology-infos {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  align-items: flex-start;
}

.technology-tt {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.technology-swiper {
  margin-top: -44px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 69.23%;
}

.technology-slide {
  display: flex;
  margin-top: -1px;
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.technology-slide b {
  display: block;
  width: 78px;
}

.technology-slide b img {
  display: block;
  width: auto;
  height: 70px;
}

.thechnogy-in {
  margin-left: 22px;
  width: 83.33%;
}

.thechnogy-in strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}

.thechnogy-in p {
  width: 100%;
  color: #999999;
  font-size: 16px;
  word-break: break-word;
}

.technology-slide-li {
  margin-top: 0 !important;
}

.technology-tab {
  margin: 0;
  margin-bottom: 0 !important;
}

.technology-tab .scheme-btn {
  margin-top: 30px;
}

.technology-in {
  display: block;
}

.property {
  padding: 0 9.387%;
}

.property-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 180px;
}

.property-list li {
  margin-bottom: 60px;
}

.property-list li:last-child {
  margin-bottom: 0;
}

.property-top {
  padding: 160px 0 90px;
}

.patent {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: 60px;
}

.patent p {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-family: "Poppins";
}

.patent p b {
  margin-right: 4px;
  font-weight: normal;
}

.patent span {
  display: block;
  margin: auto;
  margin-bottom: 0;
  margin-top: 12px;
  width: 150px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

.patent1 {
  margin-top: -53px;
}

.promore {
  margin-top: 50px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.promore a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.technology-list {
  display: inline-block;
  width: 89.65%;
  vertical-align: top;
}

.technology-menu {
  display: inline-block;
  vertical-align: top;
  position: sticky;
  margin-left: 4.58vw;
  right: 36px;
  top: 40vh;
  z-index: 5;
}

.technology-menu li {
  margin-bottom: 22px;
  filter: grayscale(1);
  transition: 0.4s;
}

.technology-menu li:hover,
.technology-menu li.active {
  filter: grayscale(0);
}

.technology-menu li img {
  display: block;
  width: auto;
  height: 52px;
}

.technology-menu li:last-child {
  margin-bottom: 0;
}

.solute-banner {
  position: absolute;
  right: 29.166%;
  top: 36.66%;
  left: auto;
  margin-top: 0;
  width: 14.27vw;
  height: 14.27vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.solute-boxs {
  padding: 60px 9.375% 0;
}

.solute-lists {
  display: flex;
  flex-wrap: wrap;
}

.solute-lists li {
  margin-right: 4%;
  margin-bottom: 114px;
  width: 48%;
}

.solute-lists li .scheme-slide {
  width: 100%;
}

.solute-lists li:nth-child(2n+2) {
  margin-right: 0;
}

.smartconstructionsite {
  padding: 17.7% 9.375% 0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.smartconstructionsite .property-top {
  padding: 0 0 98px;
}

.smart-left .joins-name {
  display: block;
  margin-bottom: 36px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.smart-text {
  padding-top: 56px;
}

.smart-imgs {
  position: relative;
}

.smart-imgs figure {
  display: block;
  line-height: 1;
  overflow-y: hidden;
}

.smart-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}

.smart-list li {
  position: absolute;
  margin-left: -18px;
  margin-top: -18px;
}

.smart-list li.active {
  z-index: 5;
}

.smart-list li.smart-icon1 {
  left: 36.28%;
  top: 31.02%;
}

.smart-list li.smart-icon2 {
  left: 40.7%;
  bottom: 19.18%;
}

.smart-list li.smart-icon2 .smart-downs {
  left: 100%;
  margin-left: 0;
  top: 50%;
  margin-top: -85px;
  padding-top: 0;
  padding-left: 6px;
}

.smart-list li.smart-icon3 {
  left: 53.7%;
  top: 49.72%;
}

.smart-list li.smart-icon4 {
  left: 63.46%;
  top: 29.72%;
}

.smart-list li.smart-icon5 {
  left: 77.05%;
  top: 46.66%;
}

.smart-list li.smart-icon6 {
  left: 22%;
  top: 31.66%;
}

.smart-ico {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.smart-ico:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #325fff;
  animation: pulse1 3s infinite;
}

.smart-ico:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  content: "+";
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #325fff;
  color: #fff;
  font-size: 12px;
}

@keyframes pulse1 {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }

  40% {
    opacity: 1;
    transform: scale(0.5);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.smart-downs {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 100%;
  width: 260px;
  padding-top: 6px;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: 0.4s;
}

.smart-downs.show {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  visibility: visible;
}

.smart-down-wr {
  padding: 24px 32px 18px;
  border-radius: 5px;
  background: rgba(51, 72, 242, 0.9);
  position: relative;
}

.smart-down-wr p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.smart-close {
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  transition: 0.35s;
  cursor: pointer;
}

.smart-close:hover {
  transform: rotate(180deg);
}

.overview {
  margin-top: 145px;
}

.overview-imgs {
  margin-top: 70px;
}

.overview-imgs figure {
  display: block;
  padding: 0 !important;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.overview-imgs figure img {
  display: block;
  max-width: 100%;
  margin: auto;
  background: #000;
}

.business-value {
  margin-top: 160px;
}

.business-value-list {
  margin-top: 68px;
}

.business-value-list li {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.business-value-list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}

.business-value-list li:hover figure img {
  transform: scale(1.05);
}

.business-value-list li figure {
  width: 48.07%;
  overflow: hidden;
}

.business-value-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}

.business-value-text {
  width: 47.1%;
}

.business-value-text strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

.business-value-text p {
  color: #fff;
  font-size: 18px;
}

.evaluate {
  padding-top: 130px;
  padding-bottom: 100px;
}

.evaluate-slide {
  height: 100% !important;
}

.evaluate-wr {
  padding: 92px 17% 72px;
  position: relative;
  box-sizing: border-box;
  height: auto;
  background: #111317;
  color: #ffffff;
  font-size: 18px;
  height: 100%;
}

.evaluate-wr:before {
  position: absolute;
  left: 5.06%;
  top: 15%;
  content: "";
  width: 41px;
  height: 34px;
  background: url(../images/arrow1.png) center no-repeat;
  background-size: 100% auto;
}

.evaluate-wr:after {
  position: absolute;
  right: 5.06%;
  bottom: 15%;
  content: "";
  width: 41px;
  height: 34px;
  background: url(../images/arrow2.png) center no-repeat;
  background-size: 100% auto;
}

.use-imgs img {
  animation: rolates 4.5s infinite linear;
}

.use-imgs .use1 {
  display: block;
  position: absolute;
  left: 44.94%;
  top: 3.11%;
  width: 4.94vw;
  height: auto;
}

.use-imgs .use2 {
  display: block;
  position: absolute;
  left: 58.33%;
  top: 36.88%;
  width: 13.43vw;
  height: auto;
  animation: rolates 8s infinite linear;
}

@keyframes rolates {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.case-box {
  padding: 0 9.375%;
}

.case-list {
  position: relative;
  margin-top: -120px;
}

.case-list li {
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
}

.case-imgs {
  width: 48.07%;
}

.case-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.66%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.case-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-imgs figure img {
  transition: 0.68s;
}

.case-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 47.75%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.case-top {
  padding-top: 15px;
}

.case-top strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.case-text {
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.case-over {
  display: none;
}

.case-btns {
  padding-bottom: 38px;
  margin-top: 56px;
  text-align: right;
}

.case-btns span {
  display: inline-block;
  margin-right: 12px;
  width: 108px;
  height: 31px;
  line-height: 31px;
  border-radius: 17px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.case-btns span.show {
  background: #fff;
  color: #325fff;
}

.case-btns span.show i {
  border-top: 6px solid #325fff;
  transform: rotate(180deg);
}

.case-btns span i {
  display: inline-block;
  margin-left: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}

.product-swiper {
  position: relative;
  overflow: hidden;
}

.product-swiper .swiper-pagination {
  width: auto;
  left: 9.375%;
  bottom: 56px;
  line-height: 1;
  z-index: 10;
}

.product-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  position: relative;
  margin-right: 10px;
  line-height: 1;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 0;
  background: #4d4d4d;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.product-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.product-slide {
  position: relative;
  overflow: hidden;
}

.product-slide figure {
  display: block;
  line-height: 1;
}

.product-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.product-slide figure img.pc {
  height: auto;
}

.product-slide figure img.mb {
  display: none;
}

.product-slide .promore {
  position: absolute;
  right: 9.375%;
  bottom: 66px;
  z-index: 5;
}

.product-banner {
  position: absolute;
  left: 9.375%;
  bottom: 96px;
}

.product-banner h2 {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4;
}

.fwacpe {
  padding: 9.16% 9.375% 0;
  background: #fff;
}

.fwacpe-top {
  margin-bottom: 88px;
  text-align: center;
}

.fwacpe-top h3 {
  margin-bottom: 50px;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
}

.fwacpe-top p {
  margin: auto;
  max-width: 100%;
  width: 760px;
  color: #000000;
  font-size: 18px;
}

.fwacpe-btns {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

.fwacpe-btns a {
  display: inline-block;
  padding: 0 10px;
  margin-right: 14px;
  min-width: 70px;
  height: 31px;
  line-height: 31px;
  color: #0c0b0b;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 17px;
}

.fwacpe-btns a:hover,
.fwacpe-btns a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.fwacpe-btns a:last-child {
  margin-right: 0;
}

.fwacpe-list li {
  position: relative;
  margin-bottom: 100px;
}

.fwacpe-list li figure {
  display: block;
  line-height: 1;
}

.fwacpe-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}

.fwacpe-list li figure img.mb {
  display: none;
}

.fwacpe-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}

.fwacpe-right {
  right: 11.41%;
}

.fwacpe-left {
  left: 11.41%;
}

.fwacpe-in h2 {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #000000;
  font-size: 40px;
  white-space: nowrap;
}

.fwacpe-in p {
  color: #000000;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.fwacpe-name {
  margin-top: 16px;
}

.fwacpe-name span {
  display: block;
  color: #000000;
  font-size: 14px;
  opacity: 0.5;
}

.fwacpe-name span:last-child {
  margin-right: 0;
}

.fwacpe-more {
  border-color: #666666;
  color: #000000;
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
  transform: translateY(0px);
}

.fwacpe-more:before {
  background: #000;
}

.fwacpe-more:hover {
  border-color: #000;
}

.fwacpe-more:hover i,
.fwacpe-more:hover span {
  color: #fff;
}

.fwacpe-more i,
.fwacpe-more span {
  color: #000;
}

.pages1 {
  border-bottom: none;
}

.pages1 a {
  background: #efefef;
  color: #000000;
  border-color: #efefef;
}

.pages1 a:hover,
.pages1 a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.fwacpe-list li.article-block:nth-child(2n+2) figure:before {
  transform-origin: right center;
}

.fwacpe-list li.article-block figure {
  position: relative;
}

.fwacpe-list li.article-block figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  transform-origin: left center;
  transition: transform 1000ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.fwacpe-list li.articleShow figure:before {
  opacity: 1;
  transform: scaleX(0);
}

.mtop {
  height: 102px;
}

.fwacpe-posite-box {
  position: relative;
  height: 60px;
  background: #fff;
}

.fwacpe-posite {
  position: sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 9.375%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}

.inner-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}

.inner-header.fwa-top {
  transform: translateY(-102px);
}

.inner-header.fwa-top .header.scroll {
  transform: translateY(0);
}

.inner-header .header {
  position: relative;
}

.mtop1 {
  height: 162px;
}

.industrial-posite {
  margin-top: -1px;
}

.fwacpe-posite-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.fwacpe-posite-wr h3 {
  display: block;
  line-height: 1;
  color: #1b1c20;
  font-size: 14px;
  font-weight: normal;
}

.fwacpe-leval {
  display: flex;
}

.fwacpe-leval a {
  display: inline-block;
  margin-right: 40px;
  color: #666666;
  font-size: 14px;
}

.fwacpe-leval a:hover,
.fwacpe-leval a.active {
  color: #000000;
}

.fwacpe-leval a:last-child {
  margin-right: 0;
}

.fwacpe-inner-banner {
  position: relative;
}

.fwacpe-inner-banner figure {
  position: relative;
  display: block;
  padding-bottom: 39.06%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.fwacpe-inner-banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fwacpe-inner-banner figure img.mb {
  display: none;
}

.fwacpe-tit {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 14.13%;
  text-align: center;
}

.fwacpe-tit h2 {
  color: #000000;
  font-size: 48px;
  line-height: 1.4;
  font-weight: normal;
  margin: auto;
  width: 1000px;
  max-width: 100%;
}

.cpe {
  padding: 0 9.375%;
  background: #fff;
}

.cpe-tops {
  padding: 140px 0 123px;
}

.cpe-tops .joins-tt {
  color: #000000;
}

.cpe-tops .joius-title-text {
  padding-top: 0;
}

.cpe-tops .joius-title-text p {
  color: #000000;
}

.cpe-tops .bmore {
  border-color: #666666;
}

.cpe-tops .bmore:hover span,
.cpe-tops .bmore:hover i {
  color: #fff;
}

.cpe-tops .bmore:before {
  background: #000;
}

.cpe-tops .bmore span,
.cpe-tops .bmore i {
  color: #000000;
}

.features {
  padding: 138px 0;
}

.features-tt {
  display: block;
  text-align: center;
  line-height: 1;
  color: #000000;
  font-size: 36px;
  font-weight: normal;
}

.features-swiper {
  margin-top: 120px;
}

.features-swiper.flex-wrap .swiper-wrapper {
  flex-wrap: wrap;
}

.features-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 8px;
  height: 8px;
  background: #b2b2b2;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}

.features-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.features-slide {
  margin-bottom: 100px;
  width: 25%;
  text-align: center;
}

.features-slide:hover b {
  background: #325fff;
}

.features-slide b {
  display: block;
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  transition: 0.4s;
}

.features-slide b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.features-slide p {
  margin: auto;
  max-width: 90%;
  margin-top: 24px;
  width: 246px;
  color: #000000;
  font-size: 18px;
}

.highlights {
  padding: 128px 9.375% 92px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.joius-title .highlights-tt {
  color: #000000;
}

.highlights-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.highlights-list li {
  margin-right: 4%;
  margin-bottom: 60px;
  width: 48%;
  display: flex;
  align-items: center;
  background: #fff;
}

.highlights-list li:nth-child(2n+2) {
  margin-right: 0;
}

.highlights-list li:hover figure img {
  transform: scale(1.06);
}

.highlights-list li figure {
  display: block;
  line-height: 1;
  width: 200px;
  overflow: hidden;
}

.highlights-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.highlights-info {
  flex: 1;
  padding: 0 44px;
  color: #000000;
  font-size: 18px;
}

.scene {
  padding: 176px 9.375% 10.41%;
  background: #fff;
}

.scene-btn {
  justify-content: space-between;
}

.scene-btn .histroy-title {
  color: #000000;
}

.scene-btn .scheme-btn span {
  border-color: #000000;
  color: #000;
}

.scene-btn .scheme-btn span:hover {
  background: #000;
  color: #fff;
}

.scene-swiper {
  margin-top: 56px;
}

.scene-slide:hover figure img {
  transform: scale(1.05);
}

.scene-slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.66%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.scene-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-slide figure img {
  transition: 0.7s;
}

.scene-slide p {
  margin-top: 28px;
  color: #000000;
  font-size: 18px;
  text-align: center;
}

.scene-swiper1 .scene-slide p {
  color: #fff;
}

.parameter-box {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 130px;
  overflow: hidden;
}

.parameter-banner figure {
  position: relative;
  height: 590px;
  text-align: center;
}

.parameter-banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.parameter-wrap {
  margin: auto;
  width: 1200px;
  max-width: 90%;
}

.parameter-tt {
  display: block;
  margin-bottom: 60px;
  line-height: 1;
  color: #000000;
  font-size: 36px;
  font-weight: normal;
}

.parameter-item {
  margin-bottom: 120px;
}

.parameter-item table {
  width: 100%;
  text-align: left;
  border-spacing: 0px;
}

.parameter-item table thead tr {
  background: #000;
  height: 60px;
}

.parameter-item table thead tr th {
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.parameter-item table thead tr th:nth-child(1) {
  padding-left: 32px;
  width: 37%;
}

.parameter-item table thead tr th:nth-child(2) {
  width: 63%;
}

.parameter-item table tbody tr td {
  color: #121317;
  font-size: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #cccccc;
  line-height: 2;
  word-break: break-word;
}

.parameter-item table tbody tr td p {
  word-break: break-word;
}

.parameter-item table tbody tr td:nth-child(1) {
  padding-left: 32px;
  width: 37%;
}

.parameter-item table tbody tr td:nth-child(2) {
  width: 63%;
}

.parameter-contact {
  width: 1200px;
  box-sizing: border-box;
  max-width: 90%;
  margin: auto;
  padding: 80px 6.91%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parameter-c-wr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.parameter-c-wr p {
  margin-right: 44px;
  color: #fff;
  font-size: 18px;
}

.parameter-c-wr .bmore {
  margin-top: 0;
}

.load-box {
  padding: 14.375% 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.load-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.load-list li {
  margin-right: 30px;
  width: 240px;
}

.load-list li:last-child {
  margin-right: 0;
}

.load-list li a {
  display: block;
  padding: 42px 0 38px;
  background: #000;
  transition: 0.5s;
}

.load-list li a:hover {
  background: #325fff;
}

.load-list li a b {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 34px;
}

.load-list li a p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.share-pop {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: 100%;
  padding-bottom: 12px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  pointer-events: none;
  transition: 0.35s;
}

.share-pop figure {
  display: block;
  position: relative;
  background: #fff;
}

.share-pop figure:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -6px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}

.share-pop figure img {
  display: block;
  width: 100%;
  height: auto;
}

.share a:hover .share-pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}

.industrial-list li .fwacpe-text .fwacpe-in h2 {
  color: #fff;
}

.industrial-list li .fwacpe-text .fwacpe-in p {
  color: #ffffff;
}

.industrial-list li .fwacpe-text .fwacpe-name span {
  color: #fff;
}

.industrial-list li .bmore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.industrial-posite {
  background: #000;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.industrial-posite h3 {
  color: #fff;
}

.industrial-posite .fwacpe-leval a {
  color: #666666;
}

.industrial-posite .fwacpe-leval a.active,
.industrial-posite .fwacpe-leval a:hover {
  color: #fff;
}

.industrial-tit h2 {
  color: #fff;
}

.indulist li {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.indulist li figure {
  margin-top: -1px;
  margin-bottom: -1px;
}

.indulist li .highlights-info {
  color: #fff;
}

.recommend {
  padding: 0 9.375% 236px;
  background: #fff;
}

.recommend-list {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
}

.recommend-list li {
  width: 51.92%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.recommend-list li:nth-child(1),
.recommend-list li:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.recommend-list li:nth-child(2n+2) {
  width: 48.08%;
}

.recommend-list li a {
  display: flex;
  align-items: center;
  padding: 35px 0;
}

.recommend-list li a:hover figure img {
  transform: scale(1.06);
}

.recommend-list li a:hover .recommend-info span {
  background: #000;
  color: #fff;
}

.recommend-list li a figure {
  display: block;
  width: 150px;
  line-height: 1;
  overflow: hidden;
}

.recommend-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}

.scene-btn {
  margin-bottom: 0;
}

.recommend-info {
  flex: 1;
  padding-left: 35px;
  padding-top: 0 !important;
}

.recommend-info strong {
  display: block;
  line-height: 1.6;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

.recommend-info span {
  display: inline-block;
  margin-top: 32px;
  width: 108px;
  height: 31px;
  line-height: 31px;
  color: #0c0b0b;
  font-size: 14px;
  border: 1px solid #666666;
  border-radius: 27px;
  text-align: center;
  transition: 0.36s;
}

.product-introduct {
  position: relative;
  margin-top: -60px;
  padding: 0 9.375% 10.41%;
  display: flex;
}

.product-introduct-img {
  width: 50%;
}

.product-introduct-img img {
  display: block;
  width: 100%;
  height: auto;
}

.product-introduct-info {
  display: flex;
  align-items: center;
  background: #3348f3;
  width: 50%;
}

.product-intro {
  padding: 0 9.5% 0;
}

.product-intro strong {
  display: block;
  margin-bottom: 34px;
  line-height: 1;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
}

.product-intro p {
  color: #fff;
  font-size: 18px;
}

.advantages {
  padding: 0 9.375% 10.41%;
}

.advantages-swiper {
  margin-top: 68px;
}

.advantage-slide {
  padding: 60px 0 46px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: auto;
}

.advantage-slide:hover b {
  transform: translateY(-5px);
}

.advantage-slide b {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  transition: 0.36s;
}

.advantage-slide b img {
  display: block;
  width: 100%;
  height: auto;
}

.advantage-slide strong {
  display: block;
  margin-top: 18px;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.advantage-slide p {
  padding: 0 12px;
  color: #999999;
  font-size: 16px;
}

.service-hide {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.service-swiper {
  position: relative;
  left: 50%;
  margin-left: -90%;
  width: 180%;
  z-index: 2;
}

.swiper-service.swiper-slide-active .service-fix {
  opacity: 1;
  visibility: visible;
}

.swiper-service figure {
  position: relative;
  display: block;
  padding-bottom: 54.54%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}

.swiper-service figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-fix {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.service-left {
  flex: 1;
}

.service-left h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
}

.service-left b {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 18px;
}

.service-info {
  width: 59.09%;
  color: #fff;
  font-size: 18px;
}

.service-btn {
  position: absolute;
  z-index: 10;
  top: 13.4vw;
  width: 58px;
  height: 58px;
  border: 2px solid #212121;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.35s;
}

.service-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.service-btn.prev {
  margin-left: -30px;
  left: 19%;
}

.service-btn.next {
  margin-right: -30px;
  right: 19%;
}

.relevant {
  padding: 15% 9.375% 5.72%;
}

.swiper-relevant {
  text-align: center;
}

.swiper-relevant figure {
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper-relevant figure img {
  display: block;
  width: 100%;
  height: auto;
}

.relevant-btn {
  justify-content: space-between;
}

.relevant-info {
  margin-top: 36px;
}

.relevant-info strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.relevant-info p {
  color: #666666;
  font-size: 16px;
}

.edge-contact {
  width: auto;
  margin: 0 9.375%;
}

.edge-contact .parameter-c-wr {
  margin-left: 25%;
  justify-content: center;
}

.scene1 {
  background: #000;
}

.scene-edge {
  padding: 10.4vw 9.375% 0;
}

.scene-wr {
  padding-bottom: 11.71vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.features-tt1 {
  color: #fff;
}

.error-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.error {
  position: absolute;
  left: 50%;
  margin-left: -25%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  text-align: center;
}

.eror-img img {
  display: block;
  width: 100%;
  height: auto;
}

.error-info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.error-info h2 {
  display: block;
  margin-bottom: 32px;
  color: #fff;
  line-height: 1;
  font-size: 9.375vw;
}

.error-info strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}

.error-info a {
  display: block;
  margin: auto;
  margin-top: 74px;
  width: 195px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 24px;
}

.error-info a:hover {
  background: #fff;
  color: #325fff;
}

.error-info a:hover i {
  left: -3px;
  color: #325fff;
}

.error-info a i {
  display: inline-block;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  transition: 0.3s;
}

@keyframes move2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.site-map {
  padding: 8.64% 0 7.3%;
  background: #fff;
  overflow: hidden;
}

.site-wrap {
  margin: auto;
  width: 1200px;
  max-width: 90%;
}

.map-title {
  display: block;
  margin-bottom: 52px;
  line-height: 1;
  color: #000000;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
}

.site-item {
  display: flex;
  justify-content: space-between;
  padding: 46px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.site-item dt a {
  display: inline-block;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
}

.site-item dt a:hover {
  color: #325fff;
}

.site-item dd {
  display: block;
  margin-bottom: -15px;
  margin-right: -94px;
  width: 70%;
}

.site-info {
  display: flex;
  flex-wrap: wrap;
}

.site-info>li {
  margin-bottom: 15px;
  width: 33.333%;
}

.site-info>li>a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
}

.site-info>li>a:hover {
  color: #325fff;
}

.menulist p a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}

.menulist p a:hover {
  color: #325fff;
}

.searchbg {
  position: relative;
  padding-bottom: 460px;
}

.searchbg:before {
  display: none;
}

.search-input {
  position: absolute;
  left: 50%;
  margin-left: -375px;
  top: 50%;
  transform: translateY(-50%);
  width: 750px;
  display: flex;
  display: -webkit-flex;
}

.search-input .text {
  box-sizing: border-box;
  flex: 1;
  -webkit-flex: 1;
  padding: 0;
  padding-left: 24px;
  height: 68px;
  line-height: 68px;
  color: #333333;
  font-size: 16px;
  background: #fff;
  border: none;
}

.search-input .text::-webkit-input-placeholder {
  color: #333333;
}

.search-input .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.search-s {
  position: relative;
  width: 150px;
  height: 68px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background: #2c3441;
  transition: 0.45s;
}

.search-s:hover {
  background: #325fff;
}

.search-s i {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  margin-right: 5px;
}

.search-s span {
  display: block;
  color: #fff;
  font-size: 16px;
}

.search-s input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
}

.search-result {
  padding: 66px 0 30px 4.687%;
  background: #fff;
}

.search-r-btn {
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 120px;
  width: 14.06vw;
}

.search-r-btn p {
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  color: #2c3441;
  font-size: 16px;
  line-height: 1;
}

.search-btnli {
  margin-top: 19px;
}

.search-btnli li {
  margin-bottom: 10px;
}

.search-btnli li.active a i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.search-btnli li a {
  position: relative;
  display: inline-block;
  min-width: 102px;
  box-sizing: border-box;
  padding-right: 30px;
  color: #2c3441;
  font-size: 18px;
  line-height: 24px;
}

.search-btnli li a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.search-btnli li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background: #325fff;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateX(14px);
}

.serch-result-list {
  margin-left: 12.5vw;
  display: inline-block;
  width: 53.125vw;
}

.result-li {
  margin-bottom: 50px;
}

.result-li li {
  padding: 38px 0 44px;
  border-bottom: 1px solid #e1e1e1;
}

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

.result-li li a:hover figure img {
  transform: scale(1.05);
}

.result-li li a strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}

.result-li li a strong b {
  color: #325fff;
}

.result-text {
  display: flex;
  display: -webkit-flex;
}

.result-text figure {
  display: block;
  margin-right: 26px;
  width: 200px;
  line-height: 1;
  overflow: hidden;
}

.result-text figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.result-text p {
  flex: 1;
  -webkit-flex: 1;
  color: #666666;
  font-size: 16px;
}

.page-list-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.home-item-last {
  height: auto !important;
}

.home-mobiles {
  display: none;
}

.recuit-posite {
  padding: 26px 0;
  margin: 24px 0 26px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.recuit-btn a {
  display: block;
  width: 196px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  border: 2px solid #000000;
  border-radius: 24px;
}

.recuit-btn a:hover {
  background: #000;
  color: #fff;
}

.recuit-btn a:hover i {
  color: #fff;
}

.recuit-btn a i {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
  color: #000000;
  font-style: normal;
  line-height: 1;
  font-size: 22px;
  transition: 0.3s;
}

.recuit-email {
  margin-left: 22px;
}

.recuit-email p {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

.recuit-email p a {
  color: #3348f3;
}

.highlight-li {
  padding: 140px 9.375% 0;
}

.highbox {
  margin-top: 66px;
}

.highbox li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.highbox li:last-child {
  margin-bottom: 0;
}

.highbox li:nth-child(2n+2) {
  flex-direction: row-reverse;
}

.highbox li:hover figure img {
  transform: scale(1.05);
}

.highbox li figure {
  display: block;
  width: 48%;
  line-height: 1;
  overflow: hidden;
}

.highbox li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}

.highbox-info {
  width: 47.95%;
}

.highbox-info strong {
  display: block;
  padding-left: 0 !important;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
}

.highbox-info p {
  margin-top: 30px;
  color: #000;
  font-size: 18px;
}

.brand-btn .swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.message-btn {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}

.message-select {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex: 1;
  margin-left: 23px;
  padding-right: 54px;
  position: relative;
}

.message-select p {
  color: #fff;
  font-size: 16px;
}

.message-select em {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  display: block;
  color: #fff;
}

.message-down {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 3;
  margin-top: -1px;
  border: 1px solid #fff;
  background: #000000;
}

.message-down-li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
  padding-left: 24px;
  cursor: pointer;
  transition: 0.4s;
}

.message-down-li li:hover {
  background: #325fff;
}

.message-down-li li:last-child {
  border-bottom: none;
}


.pro_banner {
  position: relative;
}

.pro_banner img {
  width: 100%;
}

.text_c {
  text-align: center;
}

.pro_p1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}

.pro_p2 {
  font-size: 20px;
  color: #fff;
  width: 50%;
  margin-top: 60px;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.pd100 {
  padding: 100px 0;
}

.pro_bantitle {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro_li {
  margin-top: 60px;
}

.pro_li:first-child {
  margin-top: 0;
}

.pro_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.pro_ul1 {
  width: 20%;
}

.pro_sty {
  position: sticky;
  top: 100px;

}

.pro_p3 {
  font-size: 22px;
  color: #fff;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.pro_ul2 {
  width: 74%;
}

.pro_p4 {
  font-size: 22px;
  color: #fff;
  padding-left: 20px;
  position: relative;
}

.pro_p4::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 16px;
  z-index: 1;
}

.pro_p4::after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  left: -3px;
  top: 13px;
  border-radius: 50%;
}

.pro_p4:hover::before {
  background: #5ef0c1;
}

.pro_p4:hover::after {
  border: 1px solid #5ef0c1;
}

.pro_p4:hover {
  background: -webkit-linear-gradient(to right, #51faac, #6ce4da);
  background: linear-gradient(to right, #51faac, #6ce4da);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pro_p5 {
  font-size: 28px;
  color: #fff;
}

.pro_main {
  display: flex;
  flex-wrap: wrap;
}

.pro_item {
  width: 31%;
  margin-right: 30px;
  margin-top: 30px;
}

.pro_img1 {
  background: rgba(255, 255, 255, 0.1);

}

.pro_item:nth-child(3n) {
  margin-right: 0;
}

.pro_item:hover .pro_img1 {
  background: linear-gradient(45deg, #51faac, #6ce4da);
}

.pro_img1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25% 10% 20% 10%;
}

.pro_m2 {
  margin-top: 20px;
}

.pro_m1 .btn_more {
  margin-top: 20px;
}

.pro_img1 img {
  max-width: 100%;
  max-height: 130px;
}

.pro_p6 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  margin-top: 80px;
}

.productban2 {
  /* background-image: url(../images/productban2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.pro_p7 {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  margin-top: 40px;
}

.pro_p7 i {
  font-size: 35px;
}

.pro_detail {
  display: flex;
  flex-wrap: wrap;
}


.prode_item {
  width: 32%;
  margin-right: 15px;
  background: #202326;
  padding: 30px 0px 50px 0;
  margin-top: 50px;
}

.prode_item:nth-child(3n) {
  margin-right: 0;
}

.prode_title {
  width: 85%;
  margin: 0 auto;
}

.prode_p1 {
  position: relative;
}

.prode_p1 .prode_s1 {
  position: relative;
  font-size: 28px;
  padding-left: 20px;
  font-weight: bold;
}

.prode_p1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background-image: url(../images/prodetit.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.prode_p2 {
  max-height: 210px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  overflow-y: auto;
}

.prode_li1 {
  margin: 30px 0;
  overflow: hidden;
}

.prode_li1 img {
  width: 100%;
  transition: all 0.3s ease;
}

.prode_item:hover .prode_li1 img {
  transform: scale(1.1);
}

.prode_p3 {
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
}

.prode_p4 {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}


.pc {
  display: block;
}

.phone {
  display: none;
}

@media screen and (max-width: 1440px) {
  .w1400 {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .w1400 {
    width: 90%;
    margin: 0 auto;
  }

  .pc {
    display: none !important;
  }

  .phone {
    display: block !important;
  }

  .btitle_btn .btn_more {
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 20px;
  }

  .programme-text .btitle {
    font-size: 14px;
    width: 100%;
  }


  .btext .bname {
    font-size: 24px !important;
  }

  .fwa-btn {
    width: 90%;
    margin: 0 auto !important;
  }

  .fwa-btn-item {
    margin-right: 0 !important;
    width: 33% !important;
  }

  .fwa-hide div {
    width: 90%;
    margin: 0 auto;
  }

  .copyleft .copyleft_p1 {
    line-height: 1.4;
    font-size: 12px;
    margin: 10px 0;
  }

  .copyleft .copyleft_p2 {
    margin: 10px 0;
  }

  .footer-logo-imgs img {
    height: 30px;
  }

  .footer-navs-item {
    margin-left: 30px;
  }

  .footer-logo-imgs {
    width: auto;
  }

  .footer-navs {
    width: auto;
  }

  .footer-top {
    justify-content: flex-start !important;
    padding-bottom: 20px !important;
  }

  .network-map a {
    padding-bottom: 10px;
  }

  .network-map a i {
    font-size: 26px;
  }

  .network-map a {
    margin-left: 0;
  }

  .copy-map {
    justify-content: flex-start;
  }

  .copyleft {
    margin-bottom: 0 !important;
  }

  .pro_p1 {
    font-size: 24px;
  }

  .pd100 {
    padding: 40px 0;
  }

  .pro_p2 {
    width: 100%;
  }

  .pro_ul1 {
    width: 100%;
  }

  .pro_ul2 {
    width: 100%;
    margin-top: 20px;
  }

  .pro_p5 {
    font-size: 16px;
  }

  .pro_item {
    width: 48%;
    margin-right: 10px;
    margin-top: 20px;
  }

  .pro_item:nth-child(2n) {
    margin-right: 0;
  }

  .pro_item:nth-child(3n) {
    margin-right: 10px;
  }

  .pro_img1 img {
    max-height: 60px;
  }

  .btn_more .cust_img1 {
    width: 8px;
  }

  .btn_more img {
    margin-left: 10px;
  }

  .pro_li {
    margin-top: 20px;
  }

  .pro_p3 {
    font-size: 18px;
  }

  .pro_p4 {
    font-size: 18px;
    padding-left: 15px;
  }

  .pro_p4::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 13px;
    z-index: 1;
  }

  .pro_p4::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    left: -3px;
    top: 10px;
    border-radius: 50%;
  }

  .pro_p6 {
    font-size: 32px;
    margin-top: 40px;
  }

  .pro_p7 i {
    font-size: 20px;
  }

  .pro_p7 {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .prode_item {
    width: 100%;
    margin-right: 0;
    padding: 20px 0 30px 0;
    margin-top: 30px;
  }

  .prode_p1 .prode_s1 {
    font-size: 18px;
    padding-left: 10px;
  }

  .prode_p2 {
    font-size: 14px;
  }

  .prode_p3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .prode_p4 {
    margin-top: 10px;
  }

  /**/
  .sthand_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #f8fafb;
    margin-top: 80px;
    padding: 0 20px;
  }

  .mlogo1 {
    height: 20px;
  }

  .xxmenu {
    width: 100%;
    height: 64px;
    /* background: linear-gradient(to right, #00b7ab, #0063b1); */
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1190;
    transition: all 0.5s ease;
    /* padding: 0 20px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .menu_logo {
    width: 35%;
    margin-left: 10px;
  }

  .menu_ul3 {
    position: relative;
  }

  .menu_li3 img {
    width: 25px;
  }

  .menu_ul3:hover .sgp-in-lauge-list {
    opacity: 1;
    visibility: visible;
  }

  .sgp-in-lauge-list {
    left: 50%;
    width: 70px;
    margin-left: -38px;
    /*padding-top: 10px;*/
    top: 43px;
    padding: 10px 0;
  }

  .menu_right1 {
    display: flex;
    align-items: center;
    position: relative;
  }

  .menu_a1 {
    position: absolute;
    top: 23px;
    right: 68px;
    /* border: 1px solid red; */
    margin-right: 20px;
    line-height: 1.3;
  }

  .menu_msp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
    /* background: #3e884b; */
  }

  .menu_msp.on {
    padding: 25px 20px;
  }

  .menu_mspbg {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    /* background: #3e884b; */

  }

  .li1 {
    width: 20%;
    display: flex;
    align-items: center;
  }

  .li3 span {
    width: 24px;
    height: 2px;
    background: #333;
    /* background: #fff; */
    display: block;
    margin: 5px;
    opacity: 0.8;
    transition: all 0.5s ease;
  }

  .mmeauom .msp1 {
    transform: rotate(45deg);
    margin: -2px;
  }

  .mmeauom .msp2 {
    opacity: 0;
    margin: 0;
  }

  .mmeauom .msp3 {
    margin: -2px;
    transform: rotate(-45deg);
  }

  .xxlist {
    width: 100vw;
    height: 100%;
    /* background: #002e6f; */
    background: linear-gradient(90deg, #6de3db 0%, #51faac 100%);
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1180;
    transition: all 0.5s ease;
  }

  .xxlistss {
    position: fixed;
    right: 0vw;
    top: 0;
    width: 100vw;
    height: 100%;
  }

  .xxlist_ul {
    padding: 20px 0px;
    margin-top: 64px;
    position: relative;
  }

  .xxinput {
    margin: 10px 0;
  }

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

  .xxinput input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    padding-left: 55px;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .xxinput .ic_img1 {
    position: absolute;
    top: 27px;
    left: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }

  .menu_ul2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .ic_img1 {
    width: 20px;
    height: 20px;
  }

  .menu_ul2 a {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
  }

  .xxlist_ul2 {
    padding: 0;
  }

  .bBor2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #bbbbbb; */
  }

  .bBor,
  .twoa,
  .twob {
    position: relative;
    list-style: unset;
    padding: 0 20px;
  }

  .bBor .menu_span1,
  .twoa .menu_span1 {
    width: 25px;
    height: 49px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../img/jia_black1.svg) no-repeat center;
    background-size: 12px;
  }

  .bBor .menu_span3,
  .twoa .menu_span3 {
    width: 25px;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/pbtyuyan4.png) no-repeat center;
    background-size: 16px;
    transition: all 0.3s ease;
  }

  .bBor .menu_span3.on,
  .twoa .menu_span3.on {
    transform: rotatex(180deg);
  }

  .bBor .menu_span2,
  .twoa .menu_span2,
  .twob .menu_span6 {
    width: 25px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/jia_black1.svg) no-repeat center;
    background-size: 12px;
  }

  .bBor a,
  .twoa a,
  .twob a {
    height: 48px;
    line-height: 48px;
    color: #555;
    font-size: 14px;
    display: block;
    width: 100%;
  }

  .bBor .proList,
  .twoa .proList {
    display: none;
    /* padding-left: 20px; */
  }

  .twob .proList4 {
    display: none;
  }

  .bBor .proList li a,
  .twoa .proList li a,
  .twob .proList li a {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
  }

  .bBor.on .menu_span1 {
    background-image: url(../img/jian_black.svg);
    background-size: 15px;
  }

  .twoa.on .menu_span2 {
    background-image: url(../img/jian_black.svg);
    background-size: 15px;
  }


  .twob.on .menu_span6 {
    background-image: url(../img/jian_black.svg);
    background-size: 15px;
  }

  .menu_phone2 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  body {
    position: relative;
  }

  body,
  .mhead {
    left: 0;
    transition: all 0.4s ease;
  }

  body.hc-nav-open {
    left: 100px;
  }


  body.hc-nav-open {
    position: fixed;
    width: 100%;
    min-height: 100%
  }

  .tica-bg {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 40;
    width: 100%;
    height: 100%;
    height: 100vh;
  }

  .tica-bg.on {
    display: block;
  }

  .bBor {
    border-bottom: 1px solid #555;
  }

  .twoa {

    border-bottom: 1px solid #555;
  }

  .twoa:last-child {
    border-bottom: none;
  }

  .twoa2 {
    display: flex;
    align-items: center;
  }

  .subtwo li {
    display: flex;
    border-bottom: 1px solid #555;
  }

  .subtwo li:last-child {
    border-bottom: none;
  }

  .xxlist_cont {
    padding: 20px;
  }

  .cont_p1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
  }

  .xxlist_cont input {
    border: 1px #999 solid;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 16px 0;
    text-indent: 1em;
    outline: none;
  }

  .menu_ul2 {
    margin: 0 20px;
  }

  .menu_ul2 img {
    width: 26px;
    margin: 0 auto;
  }

  .bBor span {
    color: #555;
  }

  .menu_phone3 {
    margin-top: 40px;
    /* text-align: center; */
  }

  .menu_p1 {
    display: inline-block;
    margin: 10px 40px;
    /* padding: 5px 80px; */
    /* text-align: center; */
    border-radius: 10px;
    background: #fff;
    line-height: 35px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    width: 80%;
    padding: 4px 0;
    padding-left: 80px;
  }

  .menu_p1 img {
    width: 32px;
  }

  .menu_footer {
    width: 100%;
    background: #002e6f;
    /* background: #f1f2f3; */
    /* padding-bottom: 50px; */
  }

  .lcright {
    bottom: 7%;
  }

  .resume_p3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* background: linear-gradient(to right, #2db5aa, #025eac);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; */
  }

  .resume_p5 {
    margin-top: 20px;
  }

  .resume_p4 {
    /* margin-top: 10px; */
    font-size: 14px;
    color: #fff;
  }



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

  .resume_ul4 li {
    width: 100%;
    position: relative;
  }

  .resume_ul4 .resume_li1 {
    width: 100%;
  }

  .resume_ul4 input {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    outline: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px 6px;
    color: #fff;
  }

  .resume_ul4 textarea {
    width: 100%;
    margin-top: 10px;
    height: 100px;
    padding: 20px;
    border: none;
    outline: none;
    background: none;
    /* border: 1px solid #fff; */
    border-radius: 30px 6px;
    color: #fff;
    background: rgb(255, 255, 255, 0.2);
  }



  .resume_ul4 input {
    border-radius: 12px;
    margin-top: 20px;
    height: 50px;
    background: rgb(255, 255, 255, 0.2);
    border: none;
  }

  .inproclabel {
    padding: 0 5px;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 31px;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.7);
  }

  /* .inproclabel input::-webkit-input-placeholder {
	  color: rgb(255, 255, 255, 0.7);
	} */


  .js_ttx.on .inproclabel {
    top: 8px;
    background: #00AEC7;
  }

  .inproclabel i {
    color: #fff;
    padding-left: 5px;
  }

  .pbmore {
    color: #fff;
    display: inline-block;
    padding: 8px 60px;
    border-radius: 20px;
    /* background: linear-gradient(to right, #2db5aa, #025eac); */
    background: #00AEC7;
    font-size: 14px;
  }

  .resume_from2_p1 {
    font-size: 12px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }

  .resume_from2_p1 a {
    color: rgba(255, 255, 255, 0.7)
  }

  .bangban {
    margin-top: 64px;
  }

  .banp1 {
    font-size: 24px;
  }

  .about_p p:first-of-type {
    margin-top: 20px;
  }

  .footer_ul9 {
    width: 100%;
    margin-top: 20px;
  }

  .footer_ul9 a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
  }

  .footer_ul9 a:hover .footer_ul4_wx {
    opacity: 1;
    visibility: visible;
  }


  /*  */
  .customers-bg .cust_bg {
    position: relative;
    top: 0;
  }

  .pro_banner {
    margin-top: 64px;
  }

  .pro_ul3{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .pro_sty.on{
    position: fixed;
    top: 64px;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.13);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(50px);
    padding: 0 20px;
    box-sizing: border-box;
  }
}