@charset "utf-8";

/* 阿里妈妈数黑体 */
body {
  font: 16px Microsoft YaHei, NotoSansSC-Regular, NotoSansSC, PingFang SC, sans-serif;}

#app {
  background-color: #f8fbff;
}

/* 头部轮播 */
.header {
  height: 320px;
}

.header-swiper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 320px;
  margin: 0 auto;
  transform: translateX(-50%);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
}

.swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-paging {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 2;
}

.swiper-paging .swiper-prev,
.swiper-paging .swiper-next {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  flex-shrink: 0;
}

.swiper-paging .swiper-prev {
  background-image: url(left_arrow.png);
}

.swiper-paging .swiper-prev:hover {
  background-image: url(left_arrow_on.png);
}

.swiper-paging .swiper-next {
  background-image: url(right_arrow.png);
}

.swiper-paging .swiper-next:hover {
  background-image: url(right_arrow_on.png);
}

.swiper-paging .swiper-pagination {
  position: static;
  padding: 0 33px;
  display: flex;
  align-items: center;
}

.swiper-paging .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  margin: 0 7px;
}

.swiper-paging .swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.location-box {
  width: 1400px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 36px 0;
}

.location-box .location-box-item,
.location-box span,
.location-box a {
  color: #666666;
  font-size: 16px;


  line-height: 30px;
  letter-spacing: 0;
}

.location-box span {
  margin: 0 6px;
}

.location-box a:last-of-type {
  color: #00498f;
}
.add-cont{width: 1400px;height: 260px;padding: 40px;margin: 0 auto 40px;
  box-shadow: 0 1px 12px 0 #0000000d;
background: url(addbg.png) no-repeat;}
.add-cont p{font-weight: 500;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 36px;}
.proof-box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  padding: 30px;
  background-color: #fff;
  background-image: url(bg_quotation.png);
  background-size: 80px auto;
  background-position: right 30px top 30px;
  background-repeat: no-repeat;
}

.proof-image {
  position: relative;
  width: 410px;
  margin-right: 10px;
  flex-shrink: 0;
}

.proof-image img {
  display: block;
  width: 390px;
  height: 180px;
  object-fit: cover;
}

.proof-image p {
  padding: 0 22px;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 2px 12px 0 #0000000f;
  border-radius: 8px;
  right: 0;
  top: 100px;
}

.proof-image span {
  display: inline-block;
  line-height: 60px;
  font-family: "AlimamaShuHeiTi-Bold";
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(180deg, #0066ca 0%, #036e8f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.proof-text a {
  display: block;
  margin: 14px 0;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
}

.proof-text p {
  height: 125px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 30px;
  overflow: hidden;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}

.mechainisms-box {
  width: 1400px;
  margin: 0 auto;
}

.common-title {
  margin-top: 60px;
}

.common-title p {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  text-align: center;
}

.common-title .sub-title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  line-height: 24px;
}

.mechainisms-list {
  margin-top: 30px;
  display: flex;
}

.mechainisms-item {
  width: 337px;
  margin-right: 30px;
  text-align: center;
}

.mechainisms-item:last-child {
  margin-right: 0;
}

.mechainisms-item img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.mechainisms-item a {
  display: block;
  padding: 20px;
  background-color: #fff;
}

.mechainisms-item a span {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}

.mechainisms-item a p {
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-box {
  width: 1440px;
  margin: 0 auto;
}

.services-list {
  display: flex;
  margin-top: 22px;
}

.services-item {
  width: 337px;
  height: 750px;
  margin-right: 30px;
  position: relative;
  padding: 0 40px;
}

.services-item:last-child {
  margin-right: 0;
}

.services-item img {
  width: 114.24%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.services-con {
  position: relative;
  z-index: 1;
}

.services-title {
  margin-top: 146px;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.services-level-1 {
  margin-top: 30px;
}

.services-level-1 span,
.services-level-1 a {
  display: block;
  line-height: 48px;
  background-color: #f4f9fe;
  border-radius: 8px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #0064c3;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}

.services-con .arrow {
  width: 27px;
  height: 36px;
  background: url(icon_arrow.png) no-repeat center;
  background-size: cover;
  margin: 0 auto 12px;
}

.services-level-2 span,
.services-level-2 a {
  display: block;
  background-image: linear-gradient(128deg, #0066ca 0%, #036e8f 100%);
  border-radius: 24px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}

.services-level-3 span,
.services-level-3 a {
  display: block;
  line-height: 48px;
  background-color: #fff5ea;
  border-radius: 8px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #eb5600;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}


.mobile_type .swiper-slide a img {
  width: 100%;
}
.mobile_type .header-swiper {
  height: 50vw !important;
}
.mobile_type header.header {
  height: 50vw !important;
}
.mobile_type main {
  overflow: hidden;
}

.mobile_type .add-cont {
  width: 100vw;
  height: auto;
  padding: 2vw;
  background-size: 668vw;
  margin: 0 auto 3vw;
}
.mobile_type .add-cont p {
  font-size: 4vw;
  line-height: 8vw;
}
.mobile_type .location-box {
  width: 100vw;
  padding: 4vw 2vw;
}
.mobile_type .proof-box {
  width: 100vw;
  padding: 2vw;
  background: none;
  flex-wrap: wrap;
}
.mobile_type .proof-image {
  width: 100%;
  margin-right: 0;
}
.mobile_type .proof-text a {
  margin: 2vw 0;
  font-size: 4.5vw;
  line-height: 9vw;
}
.mobile_type .proof-text p {
  font-size: 4vw;
  line-height: 8vw;
  height: auto;
}
.mobile_type .mechainisms-box {
  width: 100vw;
}
.mobile_type .common-title {
  margin-top: 4vw;
}
.mobile_type .common-title p {
  font-size: 8vw;
  line-height: 12vw;
}
.mobile_type .mechainisms-list {
  margin: 0 auto;
  margin-top: 4vw;
  flex-wrap: wrap;
  width: 96vw;
}
.mobile_type .mechainisms-item {
  width: 100%;
  margin-right: 0;
}
.mobile_type .mechainisms-item img {
  height: 50vw;
}
.mobile_type .mechainisms-item a {
  padding: 3vw;
}
.mobile_type .mechainisms-item a span {
  font-size: 5vw;
  line-height: 9vw;
}
.mobile_type .mechainisms-item a p {
  font-size: 4vw;
  line-height: 6vw;
}
.mobile_type .services-box {
  width: 96vw;
}
.mobile_type .common-title .sub-title {
  margin-top: 3vw;
  font-size: 4vw;
  line-height: 6vw;
}
.mobile_type .services-list {
  margin-top: 3vw;
  flex-wrap: wrap;
}
.mobile_type .services-item {
  width: 100%;
  height: 180vw;
  margin-right: 0;
  padding: 0 2vw;
  margin-top: 4vw;
}
.mobile_type .services-item img {
  height: 178vw;
}
.mobile_type .services-title {
  margin-top: 36vw;
  font-size: 5vw;
  line-height: 6vw;
  height: 12vw;
}
.mobile_type .services-level-1 {
  margin-top: 4vw;
}
.mobile_type .services-level-1 span,
.mobile_type .services-level-1 a {
  font-size: 4vw;
  line-height: 12vw;
}
.mobile_type .services-con .arrow {
  height: 8vw;
  width: 6vw;
  background-size: 100%;
  margin-bottom: 3vw;
}
.mobile_type .services-level-2 span,
.mobile_type .services-level-2 a {
  font-size: 4vw;
  margin-bottom: 3vw;
  line-height: 12vw;
}
.mobile_type .services-level-3 span,
.mobile_type .services-level-3 a {
  line-height: 12vw;
  font-size: 4vw;
}