* {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.swiper-container {
  position: absolute;
}

.wrapper img {
  width: 100vw;
  position: absolute;
}

.header_bar {
  width: 62.5vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-top: 1.04vw;
}

.header_bar .header_navbar {
  width: 30vw;
  display: flex;
  justify-content: space-between;
}

.header_navbar a {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.header_navbar .active {
  opacity: 1;
  color: #1950dc !important;
}

.header_navbar a {
  font-size: 0.83vw;
}

.paginationClass {
  width: 100vw;
  display: flex;
  margin-left: 19vw;
  margin-top: -5vw;
}

.swiper-pagination-customs {
  display: block;
  width: 3.8vw;
  height: 0.25vw;
  background-color: #fff;
  margin-right: 0.78vw;
}

.swiper-pagination-customs-active {
  background-color: #3f75ff !important;
}
.scaleCenter {
  width: 62.5vw;
  margin: 0 auto 5vw;
  display: flex;
  justify-content: space-between;
}
.scale {
  margin-top: 34vw;
}
.scaleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.scaleBox img {
  width: 4.43vw;
  margin-right: 0.4vw;
}
.scaleRight {
  display: flex;
  align-items: center;
}
.scaleRightText {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.6vw;
  color: #1b1f26;
  line-height: 3.14vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.scaleRightText span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 1.67vw;
  color: #1b1f26;
  line-height: 2vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.scaleRightTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.1vw;
  color: #1b1f26;
  line-height: 1.56vw;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}
.address {
  position: relative;
}
.address .bg_img {
  position: relative;
  width: 100vw;
  display: block;
}
.addressTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.34vw;
  color: #1b1f26;
  line-height: 2.6vw;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 3vw;
  margin-top: 3vw;
}
.addressConter {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 48.18vw;
  transform: translate(50%, 50%);
}
.addressText {
  margin: 0 auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.08vw;
  color: #51627e;
  line-height: 2.1vw;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.corporateCulture {
  position: relative;
}
.corporateCulture .bg_img {
  position: relative;
  width: 100vw;
  display: block;
}
.corporateCultureCenter {
  width: 62.5vw;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.corporateCultureBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.corporateCultureBox{
  cursor: pointer;
  transition: 1s;
  box-shadow: 3px 3px 21px 4px rgba(0, 0, 0, 0.05);
  border-radius:10px 10px;
  /* overflow: hidden; */
}
.corporateCultureBox::before{
  pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
      center,
      ellipse,
      rgba(189, 201, 226, 0.342) 0%,
      rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
      ellipse at center,
      rgba(189, 201, 226, 0.342) 0%,
      rgba(0, 0, 0, 0) 80%
    );
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.corporateCultureBox:hover,
.corporateCultureBox:focus,
.corporateCultureBox:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  &::before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.corporateCultureBox img {
  display: block;
  width: 14.5vw;
}
.corporateCultureBoxBottom{
  background-color: #fff;
  width: 14.5vw;
  display: flex;
  flex-direction: column;
  padding: 1.04vw 1.04vw 2vw;
  margin-top: -1vw;
  position: relative;
  z-index: 9;
  min-height: 7.9vw;
  border-radius:0 0 10px 10px;
}
.corporateCultureBoxBottomTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 1.2vw;
  color: #525a68;
  line-height: 1.46vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.corporateCultureBoxBottomText {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.7vw;
  color: #525a68;
  line-height: 1vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.2vw;
}