.banner {
  width: 100vw;
  height: 100vh;
  min-height: 650px;
}
.banner .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .box .sw-video{
  position:relative;
  width: 100%;
  height: 100%;
}
.banner .box .sw-video .video-placeholder{
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner .box .sw-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .box .sw-video .banner-video{
  display: none;
}
.banner .box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 2s;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.banner .box .img1 {
  width: 100%;
  height: 100%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  top: 50%;
  bottom: auto;
  z-index: 999;
}

.banner .swiper-button-prev,
.banner .swiper-button-prev:hover {
  right: auto;
  left: 3%;
  color: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-next:hover {
  left: auto;
  right: 3%;
  color: #fff;
}
.banner .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 100px;
  right: auto;
  left: 50%;
  width: auto;
  display: flex;
  transform: translateX(-50%);
}

.banner .swiper-pagination span.default {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.banner .swiper-pagination span.default:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255,255,255,0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.banner .swiper-pagination span.default:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #a3ddff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.banner .swiper-pagination span.default:last-child {
  margin-right: 0;
}
.banner .swiper-pagination span svg{
  fill: none;
  stroke: #a3ddff;
  stroke-width: 2px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
}

.banner .swiper-pagination span.active:before {
  border: 2px solid rgba(255,255,255,.4);
}
.banner .swiper-pagination span.active svg{
  animation: ringSvg 5.5s linear forwards;
}
.banner .swiper-pagination span.active:after {
  background: #fff;
}
.banner .swiper-pagination span:first-child.active svg{
  animation-duration: 16s;
}
@keyframes ringSvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.banner .box.cur .img1 {
  background-size: 100% 100%;
}

.banner .box .img2 {
  display: none;
}

.banner .box .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.banner .box .text .bt {
  line-height: 1.4;
  font-weight: bold;
}

.banner .box .text .js {
  margin-top: 10px;
  line-height: 1.6;
}

.banner .box .text .banner_more {
  margin-top: 60px;
}

.banner_more,
a.banner_more {
  color: #fff;
  padding-left: 74px;
  display: inline-block;
  position: relative;
  line-height: 1;
  transition: all 0.4s;
}

.banner_more i,
a.banner_more i {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.banner_more i:before,
a.banner_more i:before {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.banner_more i:after,
a.banner_more i:after {
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  transition: all 0.35s;
}

.banner_more:hover i:after,
a.banner_more:hover i:after {
  width: 55px;
}
.banner_more:hover,
a.banner_more:hover {
  padding-left: 86px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 15px;
  height: 15px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 15px;
  width: 15px;
  margin: -2px 0 0 -2px !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background-color: #efefef;
  mask: url(/static/images/wbx3.svg) no-repeat center/cover;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  padding: 3px;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: #efefef;
  mask: url(/static/images/wbx4.svg) no-repeat center/cover;
  position: absolute;
  z-index: 1;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 15px;
  width: 15px;
  margin: -2px 0 0 -2px !important;
}

.index-about { 
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-about-content {
  display: flex;
  position: relative;
  align-items: center;
}

.index-about-content h4.company-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 2;
  color: #aeaeae;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}

.index-about-content .index-about-img {
  flex: 0 0 37%;
  max-width: 37%;
  margin: 0 30px;
}

.index-about-content .index-about-img .ratio {
  position: relative;
  width: 100%;
  height: 620px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.index-about-content .index-about-img .ratio-item {
  width: 100%;
  height: 100%;
  display: block;
}

.index-about-content .about-tit {
  position: relative;
  margin-bottom: 10px;
}

.index-about-content .about-tit h3 {
  margin-bottom: 0;
  font-size: 110px;
  line-height: 1;
  color: #eaeaea;
  font-weight: bold;
  text-transform: uppercase;
}

.index-about-content .about-tit h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72727;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 120px;
}

.index-about-main .text {
  padding-left: 120px;
}

.index-about-main .text h5 {
  margin-bottom: 72px;
  font-size: 36px;
  line-height: 1.05556;
  color: #333333;
  font-weight: 500;
}

.index-about-main .text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
  max-height: 8em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}

.index-about-main .text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 72px;
  width: 150px;
  padding: 8px 10px;
  border: 1px solid #333;
  font-size: 16px;
  border-radius: 5px;
  line-height: 2;
  text-align: center;
  color: #333;
  transition: background 0.35s ease 0s, color 0.35s ease 0s;
}

.index-section {
  float: left;
  width: 100%;
  height: 100%;
}

.dev-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dev-box{
  position:relative;
  width: 100%;
  height: 100%;
}
.dev-video .video-zw{
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.dev-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#dev{
  display: none;
}
.dev-mask{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.dev-head {
  position: relative;
}

.dev-head .dev-tit h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: #ffffff;
}

.dev-head .dev-tit-sm {
  display: flex;
  margin-top: 2px;
  margin-left: -5px;
}

.dev-head .dev-tit-sm span {
  color: #0154a5;
  font-size: 14px;
  margin-right: 10px;
  font-style: italic;
  position: relative;
}

.dev-head .dian {
  background: #dc5d26;
  --dianWidth: 4px;
  position: relative;
  margin-top: 0.7rem;
}

.dev-head .dian,
.dev-head .dian::before,
.dev-head .dian::after {
  width: var(--dianWidth);
  height: var(--dianWidth);
  border-radius: 100%;
}

.dev-head .dian::before {
  content: "";
  display: block;
  position: absolute;
  background: #347cb7;
  left: calc(var(--dianWidth) + 0.2rem);
}

.dev-head .dian::after {
  content: "";
  display: block;
  position: absolute;
  background: #92b9db;
  left: calc((var(--dianWidth) + 0.2rem) * 2);
}

.dev-content {
  margin-top: 4.55vh;
}

.dev-content .szgd {
  gap: 3rem;
  width: 60%;
}

.dev-content .szgd .counter {
  font-size: 75px;
  color: #ffffff;
}

.dev-content .szgd em {
  font-style: normal;
  font-size: 24px;
}

.dev-content .szgd .li p {
  font-size: 18px;
}

.index-profile {
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;  
  /* padding-top: 3rem;
  padding-bottom: 3rem; */
}
.map-con{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainGlobalCon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}
.map-box{
  position: relative;
  width: 83.33%;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.map-left{
  flex-basis: 26%;
  padding-top: 8rem;
}
.map-left .profile-tit {
  position: relative;
}
/* .map-left .profile-tit h3 {
  font-size: 90px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fafafa;
  font-weight: 500;
} */
.map-left .profile-tit h4 {
  font-size: 40px;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0;  
}

.map-left .profile-tit-sm {
  font-size: 18px;
  color: #686868;
  margin: 5px auto;
}

.map-right{
  flex-basis: 66%;
  display: flex;
  justify-content: center;
  align-items: center;
}





.profile-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 20px;
  /* gap: 5rem;  
  padding: 0 5rem; */
}

.profile-content .profile-item {
  flex-basis: 32%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.8s ease;
}

/* .profile-content .profile-item:hover {
  flex: 22%;
} */


.profile-content .profile-item .profile-item-img img {
  width: 100%;
  height: 32vw;
  object-fit: cover;
}

.profile-content .profile-item .profile-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 260px;
  padding: 30px 20px;
  color: #fff;
  background: linear-gradient(90deg, #114ba9, #4fc4ea);
  /* opacity: 0;
  visibility: hidden; 
  transition: all 0.5s ease;*/
}
/* .profile-content .profile-item:hover .profile-item-info {
  opacity: 1;
  visibility: visible;
} */
.profile-content .profile-item .profile-item-info h5 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.profile-content .profile-item .profile-item-info li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.25;
  margin-left: 20px;
  list-style: disc;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.index-brand {  
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
}
.brand-box{
  position: relative;
  margin: 3rem 0;
}
.brand-title {
  width: 20%;
  height: 100vh;
  position: relative;
  z-index: 10;
  display: flex;  
  flex-direction: column;
}
.brand-title .brand-tit-h {
  font-size: 45px;
  font-weight: 600;
  margin-top: 15vh;
}
.brand-title .brand-tit-sm {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}
.brand-list {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  max-height: 52.083vw;
  transform: translateY(-50%);
}
.list {
  position: absolute;
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
  animation: bounce 3s ease-in-out infinite, zoomIn 1s 1s forwards;
}
.list .list-content {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.list:nth-child(1) {  
  left: 26%;
  top: 15%;
}
.list:nth-child(1) .list-content {
  width: 12vw;
  height: 12vw;
  background: #dff2f2;
}
.list:nth-child(1)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
  height: 15vh;
  background: url("/static/images/indexShape1.png") no-repeat center/cover;
  animation: centerRotate 10s infinite;
  content: "";
  display: block;
}
.list:nth-child(2) {
  left: 40%;
  top: 50%;
  animation-delay: -0.7s;
}
.list:nth-child(2) .list-content {
  width: 12vw;
  height: 12vw;
  background: #f1eff9;
}
.list:nth-child(3) {
  left: 52%;
  top: 5%;
  animation-delay: -0.3s;
}
.list:nth-child(3) .list-content {
  width: 13vw;
  height: 13vw;
  background: #dee6f2;
}
.list:nth-child(4) {
  left: 65%;
  top: 50%;
  animation-delay: -0.5s;
  z-index: -1;
}
.list:nth-child(4) .list-content {
  width: 15vw;
  height: 15vw;
  background: #e2f3df;
}
.list:nth-child(4)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45vw;
  height: 45vh;
  background: url("/static/images/indexShape2.png") no-repeat center/cover;
  animation: centerRotate 16s infinite;
  content: "";
  display: block;
}

.list:nth-child(5) {
  left: 80%;
  top: 16%;
  animation-delay: -0.7s;
}
.list:nth-child(5) .list-content {
  width: 13vw;
  height: 13vw;
  background: #ddf5f9;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes centerRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.list .list-content .list-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.list .list-content .list-img img {
  width: 100%;
  height: 100%;
}
.list .list-content .list-text {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: 0.5s ease;
}
.list .list-content:hover .list-img {
  opacity: 0;
}
.list .list-content:hover .list-text {
  opacity: 1;
}
.list .list-content .list-text .list-title {
  font-size: 30px;
  color: #143049;
}
.list .list-content .list-text .list-info {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 20px;
}
.list-hidden,.list-pic {
  display: none !important;
}
.list-hidden,.list-num {
  display: none !important;
}
.window-div {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: -999;
  left: 0;
  top: 0;
  opacity: 0;
}
.window-div.show {
  z-index: 120;
  opacity: 1;
}
.window-div .window-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(120px);
  z-index: 10;
  width: 1400px;
  max-width: 95%;
  height: 80%;
  max-height: 628px;
  min-height: 628px;
  display: flex;
  border-radius: 16px;
  background: #ffffff;
  opacity: 0;
  transition: all .6s;
}
.window-div.show .window-box {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(30px);
}
.window-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.50);
  border-radius: 50%;
  cursor: pointer;
}
.window-div .member-info {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}
.window-div .member-info .member-con {
  width: 54%;
  padding: 96px 72px 30px 72px;
}
.member-tit{
  font-weight: 700;
  line-height: 1.2;
}
.member-text {
  margin-top: 30px;
  height: calc(100% - 100px);
}
.member-txt {
  height: calc(100% - 88px);
  overflow-y: auto;
}
.member-txt::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
.member-txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.member-txt::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #bdbdbd;
}
.member-text .member-txt p {
  color: #657188;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 25px;
}
.member-text .member-txt p:last-child {
  padding-bottom: 0;
}
.window-div .member-info .member-pic {
  position: relative;
  width: 46%;
  height: 100%;
}
.window-div .member-info .member-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  transition: all 1s linear 0s;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -o-transition: all 1s ease-in-out;
}
.window-div .window-box .member-num {
  display: none;
}
