* {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.header {
  /* position: relative; */
}

.swiper-container {
  position: absolute;
}

.swiper-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: #0F1B2E;
}

.header_navbar .active {
  color: #1950DC;
}

.header_navbar a{
  font-size: 0.83vw;
}

.swiper-container {
  width: 100vw;
  height: 31.25vw;
}

.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;
}

.about {
  margin-top: 31.25vw;
  background: linear-gradient(#ffffff, #f5faff);
}

.about_center {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  padding-top: 3.1vw;
  padding-bottom: 6.77vw;
  justify-content: space-between;
}

.about_right {
  width: 40%;
  margin-top: 1.56vw;
}

.about_right_title {
  font-size: 2.2vw;
  font-weight: 600;
  margin-bottom: 2vw;
}

.about_right_content {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.83vw;
  color: #505b6b;
  line-height: 1.56vw;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}

.about_left_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_left_img img {
  cursor: pointer;
  transition: 1s;
}
.about_left_img img:hover {
  transform: scale(1.1);
}
.businessDomain {
  padding-top: 6.25vw;
}

.businessDomain_center {
  width: 62.5vw;
  margin: 0 auto;
}
.businessDomainDitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.2vw;
  color: #1b1f26;
  line-height: 2.76vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 4.94vw;
}
.businessDomainContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
}
.businessDomainView {
  width: 16.2vw;
}
.businessDomainView .top {
  width: 100%;
  margin-bottom: -5px;
}
.businessDomainView{
  
}
.businessDomainView .contentView {
  cursor: pointer;
  width: 16.2vw;
  padding: 2.6vw 1.8vw 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20vw;
  justify-content: space-between;
  box-shadow: 0 6px 13px 0 #eaeefc;
  transition: 1s;
  margin-bottom: 2.3vw;
}
.businessDomainView .contentView:hover {
  box-shadow: 0.78vw 1.09vw 2.08vw -2px #cfcfcf;
}

.businessDomainView .contentView img {
  width: 3.5vw;
  display: block;
}
.businessDomainViewTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 1.1vw;
  color: #1b1f26;
  line-height: 1.3vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 1.56vw 0;
}
.businessDomainViewText {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.78vw;
  color: #505b6b;
  line-height: 1.2vw;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}
.businessDomainBtn {
  border: 1px solid #dfdfdf;
  line-height: 2.2vw;
  border-radius: 1.17vw;
  padding: 0 1.5vw;
  color: #1573f7;
  font-size: 0.78vw;
}
.businessDomainBtn:hover{
  color: #4e90ec;
}

.teamViewBg {
  width: 100vw;
  position: absolute;
}
.teamView {
  position: relative;
}
.teamCenter {
  width: 62.5vw;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding-top: 3.8vw;
}
.teamTitle {
  width: 29.58vw;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 600;
  font-size: 1.4vw;
  color: #1b1f26;
  line-height: 1.82vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2.39vw;
}
.teamText {
  width: 29.58vw;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.94vw;
  color: #505b6b;
  line-height: 1.56vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.serviceAdvantageCenter {
  width: 62.5vw;
  position: relative;
  margin: 9.68vw auto 5vw auto;
}
.serviceAdvantageLeft {
  width: 21.67vw;
  margin-top: -6.6vw;
}
.serviceAdvantageLeft img{
  transition: 1s;
}
.serviceAdvantageLeft img:hover{
  transform: scale(1.1);
}
.serviceAdvantageView {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceAdvantageTitle {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 600;
  font-size: 2.08vw;
  color: #1b1f26;
  line-height: 1.82vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.serviceAdvantageText {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.94vw;
  color: #7c838f;
  line-height: 1.56vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.82vw;
  margin-bottom: 2.6vw;
}
.serviceAdvantageRight {
  width: 38.12vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.serviceAdvantageRightBox img {
  width: 1.82vw;
}
.serviceAdvantageRightBox {
  cursor: pointer;
  width: 16.6vw;
  box-shadow: 0px 8px 25px 0px rgba(154, 184, 226, 0.15);
  border-radius: 0.62vw 0.62vw 0.62vw 0.62vw;
  padding: 1.56vw 1.3vw;
  margin-bottom: 1.56vw;
  transition: 1s;
}
.serviceAdvantageRightBox:hover {
  box-shadow: 0.6vw 1vw 1.56vw -2px #c9cdd3;
  transform: translateY(-5px);
}
.serviceAdvantageRightBoxTitle {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 600;
  font-size: 1.09vw;
  color: #1b1f26;
  line-height: 1.3vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 1vw 0 0.72vw;
}

.serviceAdvantageRightBoxText {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.78vw;
  color: #505b6b;
  line-height: 1.41vw;
  text-align: justified;
  font-style: normal;
  text-transform: none;
}
