.wrap-bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 48px 0;
}

.wrap-bg.bg1 {
  background-color: #F0F4FC;
}

.wrap-bg.bg2 {
  background-image: url("./../images/bg/bg11.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.wrap-bg.bg3 {
  background-image: url("./../images/bg/bg12.png");
  background-position: center;
  background-repeat: no-repeat;
}

.wrap {
  position: relative;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-company {
  width: 1200px;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
}

.wp-company-logo {
  display: block;
  width: 160px;
  height: 160px;
}

.wp-company-box {
  width: 930px;
  display: flex;
  flex-direction: column;
}

.wp-company-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}

.wp-company-txt {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 28px;
  word-break: break-all;
}

.wp-service {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

.wp-service-item {
  width: 282px;
  height: 373px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #1561EB 0%, #1764EB 47%, #58CDFF 100%);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
}

.wp-service-ico {
  align-self: center;
  margin-top: 56px;
  display: block;
  width: 64px;
  height: 64px;
}

.wp-service-title {
  margin-top: 32px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}

.wp-service-txt {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.wp-navduoduan {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}

.wp-navduoduan-box {
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-navduoduan-item {
  margin-left: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}

.wp-navduoduan-item:first-child {
  margin-left: 0;
}

.wp-navduoduan-item.active {
  color: #1561EB;
}

.wp-navduoduan-item::after {
  content: '';
  display: block;
  margin-top: 4px;
  width: 100%;
  height: 2px;
  background: transparent;
}

.wp-navduoduan-item.active::after {
  content: '';
  display: block;
  margin-top: 4px;
  width: 100%;
  height: 2px;
  background-color: #1561EB;
}

.wp-navduoduan-ico {
  display: block;
  width: 40px;
  height: 40px;
}

.wp-navduoduan-txt {
  margin-top: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

.wp-duoduan-cont {
  position: relative;
  display: none;
  width: 1200px;
}

.wp-duoduan-cont.active {
  display: block;
}

.duoduan-swiper {
  margin-top: 80px;
  width: 920px;
  height: 480px;
}

.duoduan-swiper .swiper-slide {
  width: 360px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 32px;
  transform: scale(0.8);
  background-color: #EBF2FF;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
}

.duoduan-swiper .swiper-slide-active {
  transform: scale(1);
  background-color: #1561EB;
  color: #fff;
  z-index: 10;
}

.duoduan-swiper-li-ico {
  margin-top: 122px;
  width: 140px;
  height: 140px;
}

.duoduan-swiper-li-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.duoduan-swiper-li-txt {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  word-break: break-all;
}

.duoduan-prev,
.duoduan-next {
  position: absolute;
  top: 290px;
  width: 40px;
  height: 40px;
}

.duoduan-prev {
  left: 0;
}

.duoduan-next {
  right: 0;
}

.wp-about {
  width: 1200px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}

.wp-about-title {
  align-self: center;
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  line-height: 40px;
  text-align: center;
}

.wp-about-line {
  align-self: center;
  margin-top: 16px;
  width: 96px;
  height: 4px;
  background-color: #1561EB;
}

.wp-about-txt {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 28px;
}

.wp-people {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.wp-people-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-people-num {
  position: relative;
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 80px;
}

.wp-people-num::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -21px;
  width: 21px;
  height: 20px;
  background-image: url('./../images/ico41.png');
  background-repeat: no-repeat;
}

.wp-people-title {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
}

.wp-jishuzx {
  margin-top: 100px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.wp-jishuzx-nav {
  display: flex;
  flex-direction: row;
  background-color: #ededed;
}

.wp-jishuzx-nav-item {
  flex: 1;
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
}

.wp-jishuzx-nav-item:first-child {
  border: none;
}

.wp-jishuzx-nav-item.active {
  color: #fff;
  background-color: #1561EB;
}

.wp-jishuzx-nav.scroll {
  width: 1200px;
  overflow: hidden;
  overflow-x: auto;
}

.wp-jishuzx-nav.scroll .wp-jishuzx-nav-item {
  flex: 0 0 auto;
  min-width: 300px;
}


.wp-jishuzx-nav-title {
  margin-top: 22px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

.wp-jishuzx-nav-en {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.wp-jishuzx-cont {
  padding: 20px 0;
  position: relative;
  display: none;
  flex-direction: column;
}

.wp-jishuzx-cont.active {
  display: flex;
}

.team-swiper {
  width: 1200px;
}

.team-swiper .swiper-slide {
  display: flex;
  width: 346px;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
}

.team-swiper-image {
  display: block;
  width: 100%;
  height: 100%;
}

.team-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.team-swiper-navi {
  margin-top: 16px;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.team-swiper-prev,
.team-swiper-next {
  margin-right: 20px;
  width: 32px;
  height: 32px;
}


.wp-zmbox {
  width: 1200px;
  height: 450px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wp-zmbox-ico {
  width: 310px;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
}

.wp-amgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

.wp-zmitem {
  width: 281px;
  height: 217px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("./../images/bg/bg15.png");
  background-position: center;
  background-repeat: no-repeat;
}

.wp-zmitem-ico {
  margin-top: 40px;
  width: 80px;
  height: 80px;
}

.wp-zmitem-title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}

.wp-zmitem-txt {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #8E8E8E;
  line-height: 16px;
}

.wp-yingxiao-tile {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 48px;
  text-align: center;
}

.wp-yingxiao-subtitle {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}

.wp-yingxiao {
  margin-top: 60px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wp-yingxiao-nav {
  width: 270px;
  height: 504px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background-image: url("./../images/bg/bg14.png");
  background-repeat: no-repeat;
}

.wp-yingxiao-nav-item {
  margin-top: 16px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000000;
  cursor: pointer;
}

.wp-yingxiao-nav-item::before {
  content: '';
  display: block;
  width: 4px;
  height: 32px;
  background: transparent;
}

.wp-yingxiao-nav-item.active {
  color: #1561EB;
  font-weight: bold;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.wp-yingxiao-nav-item.active::before {
  background-color: #1561EB;
}

.wp-yingxiao-nav-txt {
  margin: 24px;
  font-size: 20px;
  line-height: 32px;
}

.wp-yingxiao-cont {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

.wp-yingxiao-cont.active {
  display: grid;
}

.wp-yingxiao-cont-item {
  width: 449px;
  height: 244px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 32px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-yingxiao-cont-ico {
  margin-top: 32px;
  width: 80px;
  height: 80px;
}

.wp-yingxiao-cont-title {
  margin-top: 32px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}

.wp-yingxiao-cont-txt {
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #8E8E8E;
  line-height: 24px;
  text-align: center;
}