.banner-container {
  background: url(../img/aboutUs/banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 552px;
  width: 100%;
  position: relative;
  min-width: 1420px;
}
.banner-desc {
  position: absolute;
  bottom: 57px;
  left: 244px;
  color: #fff;
}
.banner-title {
  font-size: 72px;
}
.banner-title-zn {
  font-size: 40px;
  font-weight: 200;
}
.nav-header {
  background-color: #eeeeee;
  position: sticky;
  left: 0;
  top: 102px;
  z-index: 97;
  min-width: 1420px;
}
.nav-header-ul {
  display: flex;
  align-items: center;
}
.nav-header-ul li {
  cursor: pointer;
  margin: 19px 55px 0px 0;
  padding-bottom: 23px;
}
.nav-active {
  border-bottom: 4px solid #006fbc;
}
.group-profile {
  height: 726px;
  width: 100%;
  min-width: 1420px;
  background-color: pink;
  margin: auto;
  background: url(../img/aboutUs/block2-bg.webp) no-repeat;
  background-size: cover;
  background-size: 96% 90%;
  background-position: 50% 50%;
}
.group-profile-info {
  display: flex;
  padding: 118px 0px 139px 0px;
}
.group-profile-left {
  width: 536px;
}
.group-profile-right {
  padding-left: 67px;
  flex: 1;
  line-height: 45px;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 2px;
}
.group-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.info-num {
  font-size: 50px;
  color: #0081de;
}
.info-label {
  font-size: 25px;
  color: #666666;
}
.corporate-culture {
  background: url(../img/aboutUs/block3-bg.webp) no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.corporate-culture-title {
  font-size: 36px;
  color: #fff;
  /* padding: 147px 0 75px 0; */
}
.corporate-culture-desc {
  width: 880px;
  color: #fff;
  line-height: 49px;
  font-size: 26px;
  text-align: center;
  margin: auto;
}
/* 文字 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:120px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.about-culture .min-title {
  font-size: 45px;
  padding-bottom: 1.4em;
  color: #000;
  font-weight:600；
}
.about-culture .main-cl {
    color: #0081de;
  }
.about-culture .about-culture-title {
  font-size: 30px;
  width: 1100px;
  color: #000;
  font-weight: 600;
  line-height: 49px;
  margin: auto;
  letter-spacing: 1.4px;
}
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
/* ------旋转图---- */
.about-culture {
  height: 820px;
  width:100%;
  min-width:1420px;
  overflow: hidden;
  /* padding-top: 120px; */
  /* padding-bottom: 20em; */
  background: url(../img/aboutUs/block3-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.about-culture .set {
  position: absolute;
  height: 13em;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 25;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.about-culture .set .corona {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  bottom: -31vw;
  width: 46vw;
  height: 46vw;
  transition: transform 0.8s ease-out;
  z-index: 98;
  /* background-color: aqua; */
}
.set .scale-circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30.5vw;
  width: 43vw;
  height: 43vw;
  transform: scale(0.9) rotate(0deg);
  animation: scaleCircleAni 100s linear infinite;
  z-index: 0;
}
.set .cor-circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30vw;
  width: 100vw;
  height: 100vw;
  /* transform: scale(0.9) rotate(0deg); */
  /* animation: scaleCircleAni 100s linear infinite; */
}
.set .icon-click { 
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  transform: translate(-50%, -50%);
}
.about-culture .set .corona > li {
  cursor: pointer;
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.about-culture .set .corona > li span {
  width: 200px;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
  white-space: nowrap;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  /* transform: translateY(10px); */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
/* .set .corona > li em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  transform: translateY(0);
  display: block;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #878787;
} */
.set .corona > li .dot {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 10px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.set .corona:after {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
@keyframes scaleCircleAni {
  0% {
    transform: scale(0.9) rotate(0deg);
  }
  100% {
    transform: scale(0.9) rotate(360deg);
  }
}

.f18 {
  font-size: 18px;
}
.set .corona > li.on span {
  transform: translateY(0);
  opacity: 1;
  color: #006fbc;
  font-weight:600;
}
.set .corona > li.on em {
  transform: translateY(-20px);
  opacity: 1;
  color: #006fbc;
  font-weight:600;
}
.set .corona > li em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 25px;
  font-style: normal;
  text-align: center;
  line-height: 10px;
  transform: translateY(0);
  display: block;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFFFFF;
  font-weight:600;
}
/* 员工风采 */
.staff-container {
  	width: 100%;
  	min-width: 1420px;
}
.staff-title {
    padding:75px 0 25px 205px;
}
.staff-title-en {
    font-size: 27px;
    color: #333;
    font-weight: 300;
}
.staff-title-zh {
    font-size: 50px;
    color: #333;
}
.staff-group1 {
    height: 287px;
    width: 100%;
    display: flex;
    align-items: center;
}
.staff-group2 { 
    height: 280px;
    width: 100%;
    display: flex;
    align-items: center;
}
.staff-block1 {
    flex: 1;
    height:100%;
    background: url(../img/aboutUs/staff-bg1.png) no-repeat;
    background-size: 100% 100%;
    transition: 1s all ease-out;
    overflow: hidden;
}

.staff-block2 {
    width: 671px;
    height: 100%;
    background: url(../img/aboutUs/staff-bg2.png) no-repeat;
    background-size: 100% 100%;
    transition: 1s all ease-out;
    overflow: hidden;
}
.staff-block3 {
    flex: 1;
    height:100%;
    background: url(../img/aboutUs/staff-bg3.png) no-repeat;
    background-size: 100% 100%;
    transition: 1s all ease-out;
    overflow: hidden;
}
.staff-block4 {
    width: 1249px;
    height: 100%;
    background: url(../img/aboutUs/staff-bg4.png) no-repeat;
    background-size: 100% 100%;
    transition: 1s all ease-out;
    overflow: hidden;
}
.staff-block5 {
    flex: 1;
    height:100%;
    background: url(../img/aboutUs/staff-bg5.png) no-repeat;
    background-size: 100% 100%;
    transition: 1s all ease-out;
    overflow: hidden;
}
.staff-block6{
    width: 671px;
    height: 100%;
    background: url(../img/aboutUs/staff-bg6.png) no-repeat;
    background-size: 100% 100%;
    transition: 1s all ease-out;
    overflow: hidden;
}
.staff-block1:hover,
.staff-block2:hover,
.staff-block3:hover,
.staff-block4:hover,
.staff-block5:hover,
.staff-block6:hover {
    background-size: 110% 110%;
}
.staff-block-desc {
    font-size: 45px;
    color: #fff;
    line-height: 190px;
    margin-left:93px;
    transition: 1s all ease-out;
    overflow: hidden;
}

.m-homePage-seats-logo-list-wrapper {
    position: relative;
    width: 1490px;
    overflow: hidden;
    margin: auto;
  }
  .m-homePage-trust>div, .m-homePage-scene>div, .m-homePage-touch>div, .m-homePage-solution>div, .m-homePage-seats>div, .m-homePage-reasons>div {
    margin: 0 auto;
    width: 1490px;
    text-align: center;
  }
  .m-homePage-seats-logo-list-wrapper .mask-left {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 100%);
    z-index: 10;
    width: 100px;
    height: 94px;
  }
  .m-homePage-seats-logo-list.row1 {
    margin-bottom: 32px;
    /* -webkit-animation: 90s rowup-left linear infinite normal; */
    animation: 20s rowup-left linear infinite normal;
  }
  .m-homePage-seats-logo-list {
    display: inline-flex;
  }
  .m-homePage-seats-logo-list img {
    height: 28px;
    margin-right: 64px;
  }
  .row1-child {
        background: rgba(0, 96, 186, 1);
        color: #fff;
        border-radius: 8px;
        font-size: 20px;
        text-align: center;
        padding: 21px 35px;
        margin: 0 16px;
        width: 294px;
  }
  .m-homePage-seats-logo-list-wrapper .mask-right {
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
    width: 100px;
    height: 94px;
  }
  @keyframes rowup-left {
    0% {
      transform: translate3d(0,0,0);
    }
    100% {
      transform: translate3d(-800px,0,0);
    }
  }
  @keyframes rowup-right {
    0% {
      transform: translate3d(0,0,0);
    }
    100% {
      transform: translate3d(910px,0,0);
    }
  }
.band-list-box {
		margin:59px 0 134px 0;
}
.showMore-btn{
  cursor: pointer;
}
.moreInfo-box{
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -10px;
  background-color: #F3F3F3;
  transition: all 1s;
  opacity: 0;
}
.moreInfo-box>img{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.moreInfo-container{
  background-color: #FFFFFF;
  padding: 150px 120px 71px 120px;
}
.moreInfo-text1{
  font-size: 25px;
  line-height: 39px;
  color: #333333;
  margin-bottom: 20px;
}
.moreInfo-text2{
  font-size: 25px;
  line-height: 39px;
  color: #333333;
  font-weight: 300;
}
.moreInfo-number-list{
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.moreInfo-number-item{
  width: 25%;
}
.moreInfo-item-number{
  font-size: 50px;
  color: rgba(0,129,222,1);
}
.moreInfo-item-text{
  font-size: 25px;
  font-weight: 300;
  color: rgba(102,102,102,1);
}
.moreinfo-close-btn{
  display: block;
  margin: 20px auto 0px;
  width: 55px;
  cursor: pointer;
}
.navbar-list .white-text{
	opacity: 1;
}
.parkmap{
    width: 100%;
  	min-width: 1420px;
    height: 1080px;
    background-image: url("../img/contactus/contact-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 211px;
    box-sizing: border-box;
}
.China-map{
    position: absolute;
    top: 107px;
    right: 100px;
    width: 982px;
    height: 960px;
    background-image: url("../img/contactus/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.number-box{
    width: 520px;
    height: 400px;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.number-item{
    min-width: 175px;
    height: 102px;
}
.park-item-number{
    font-size: 50px;
    font-weight: 400;
    line-height: 39px;
    color: #006FBC;
}
.park-item-name{
    font-size: 25px;
    font-weight: 300;
    line-height: 39px;
    color: #666666;
    margin-bottom: 24px;
}
.bigPoint{
    position: absolute;
    width: 30px;
    transition: all 0.5s;
    cursor: pointer;
}
.bigPoint:hover{
    transform: scale(1.25);
}
.smallPoint{
    position: absolute;
    width: 20px;
}
.point-box{
    position: absolute;
    top: 0;
    right: 300px;
    transform: translateX(45%);
    width: 250px;
    padding: 5px 12px;
    box-sizing: border-box;
    background-color: #006FBC;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    opacity: 0;
    text-align: center;
}
@media screen and (max-width: 1800px){
  	.group-profile-info{
  		padding-top: 118px;
    	margin: 0 auto;
      	width: 75%;
  	}
  	.group-profile-right{
  		line-height: 35px;
    	font-size: 17px;
    	letter-spacing: 1px;
  	}
  .info-num{
  	font-size: 30px;
  }
  .info-label{
  	font-size: 17px;
  }
  .number-box{
  	width: 460px;
  }
  .park-item-name{
  	font-size: 20px;
    margin-bottom: 20px;
  }
  .park-item-number{
  	font-size: 35px;
  }
}