@charset "UTF-8";
#head-banner img {
  width: 100%;
  display: block;
}

#stats {
  padding: 6vw 4vw;
  gap: 6.4vw;
}
@media (min-width: 1920px) {
  #stats {
    padding: 45px 30px;
    gap: 48px;
  }
}
#stats {
  background-color: #eff8ff;
  display: flex;
  flex-direction: column;
}
#stats .stat-row {
  display: flex;
}
#stats .stat-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#stats .stat-item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #d8d8d8;
  top: 1.3333333333vw;
  height: 7.3333333333vw;
}
@media (min-width: 1920px) {
  #stats .stat-item::after {
    top: 10px;
    height: 55px;
  }
}
#stats .stat-item:last-child {
  border-right: none;
}
#stats .stat-item:last-child::after {
  display: none;
}
#stats .stat-number {
  font-size: 4vw;
}
@media (min-width: 1920px) {
  #stats .stat-number {
    font-size: 30px;
  }
}
#stats .stat-number {
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
#stats .stat-desc {
  font-size: 3.3333333333vw;
  margin-top: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #stats .stat-desc {
    font-size: 25px;
    margin-top: 20px;
  }
}
#stats .stat-desc {
  color: #666;
  line-height: 1;
  text-align: center;
}

#industry-solution {
  background: url(../../../img/mobile/mainBusiness/csOutsource2021/industry_solutions/bg.jpg) no-repeat 50% 0/cover;
  overflow: hidden;
}

#industry-solution-content h3 {
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 4vw;
  margin: 4vw 0vw 4vw;
}
@media (min-width: 1920px) {
  #industry-solution-content h3 {
    font-size: 30px;
    margin: 30px 0 30px;
  }
}

#industry-solution-tab {
  display: flex;
}
#industry-solution-tab .tab-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  list-style: none;
  padding-left: 0;
  width: 26.6666666667vw;
  padding-top: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-nav {
    width: 200px;
    padding-top: 20px;
  }
}
#industry-solution-tab .tab-nav li {
  text-align: center;
  color: #333;
  font-weight: bold;
  width: 18.9333333333vw;
  height: 6.4vw;
  line-height: 6.4vw;
  border-radius: 3.2vw;
  font-size: 3.3333333333vw;
  margin-bottom: 8vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-nav li {
    width: 142px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 25px;
    margin-bottom: 60px;
  }
}
#industry-solution-tab .tab-nav li.active, #industry-solution-tab .tab-nav li:hover {
  background-color: #0364ff;
  color: #fff;
}
#industry-solution-tab .tab-content {
  flex-grow: 1;
  border-top-left-radius: 4px;
  background-color: #fff;
  padding: 3.4666666667vw 3.4666666667vw 1.3333333333vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content {
    padding: 26px 26px 10px;
  }
}
#industry-solution-tab .tab-content .tab-content-item {
  display: none;
  line-height: 1.6;
  font-size: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item {
    font-size: 20px;
  }
}
#industry-solution-tab .tab-content .tab-content-item.active {
  display: block;
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-left img {
  width: 100%;
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-left .tab-content-item-left-title {
  color: #0a427a;
  font-size: 3.3333333333vw;
  margin: 2.9333333333vw 0vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item .tab-content-item-left .tab-content-item-left-title {
    font-size: 25px;
    margin: 22px 0;
  }
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-left .tab-content-item-left-title {
  font-weight: bold;
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-left .tab-content-item-left-desc1 {
  padding-left: 4px;
  border-left: 4px solid red;
  line-height: 1;
  font-size: 3.3333333333vw;
  margin-bottom: 2vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item .tab-content-item-left .tab-content-item-left-desc1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-right {
  padding-top: 2.9333333333vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item .tab-content-item-right {
    padding-top: 22px;
  }
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-item {
  margin-bottom: 2.9333333333vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-item {
    margin-bottom: 22px;
  }
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-item:last-child {
  margin-bottom: 0;
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-icon {
  vertical-align: baseline;
  width: 5.3333333333vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-icon {
    width: 40px;
  }
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-title {
  display: inline;
  font-weight: bold;
  margin-left: 4px;
  vertical-align: text-bottom;
  font-size: 3.3333333333vw;
}
@media (min-width: 1920px) {
  #industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-title {
    font-size: 25px;
  }
}
#industry-solution-tab .tab-content .tab-content-item .tab-content-item-right .tab-content-item-right-desc {
  color: #666;
}

/* 服务矩阵 */
#service-matrix .section-desc {
  text-align: center;
  color: #666;
  font-size: 2.6666666667vw;
  margin-bottom: 8vw;
}
@media (min-width: 1920px) {
  #service-matrix .section-desc {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

#service-matrix-grid .service-matrix-grid-row {
  display: flex;
  margin-bottom: 1.0666666667vw;
}
@media (min-width: 1920px) {
  #service-matrix-grid .service-matrix-grid-row {
    margin-bottom: 8px;
  }
}
#service-matrix-grid .service-matrix-grid-row:last-child {
  margin-bottom: 0;
}
#service-matrix-grid .service-matrix-grid-item {
  position: relative;
}
#service-matrix-grid .service-matrix-grid-item:first-child {
  margin-right: 1.0666666667vw;
}
@media (min-width: 1920px) {
  #service-matrix-grid .service-matrix-grid-item:first-child {
    margin-right: 8px;
  }
}
#service-matrix-grid .service-matrix-grid-item img {
  width: 100%;
}
#service-matrix-grid .service-matrix-grid-item .service-matrix-grid-item-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  width: 61.24%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 3.3333333333vw;
  line-height: 9.6vw;
  height: 9.6vw;
}
@media (min-width: 1920px) {
  #service-matrix-grid .service-matrix-grid-item .service-matrix-grid-item-title {
    font-size: 25px;
    line-height: 72px;
    height: 72px;
  }
}

/* 服务方案 */
#service-solutions {
  padding-bottom: 5.3333333333vw;
}
@media (min-width: 1920px) {
  #service-solutions {
    padding-bottom: 40px;
  }
}
#service-solutions {
  background: url(../../../img/mobile/mainBusiness/csOutsource2021/service_solutions/bg.jpg) no-repeat 50% 0/cover;
  background-color: #eee;
  overflow: hidden;
}
#service-solutions .service-solutions-left {
  padding: 0vw 4vw 4vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left {
    padding: 0 30px 30px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-title {
  text-align: center;
  margin-top: 10vw;
  margin-bottom: 2vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-title {
    margin-top: 75px;
    margin-bottom: 15px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-heading {
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
  color: #fff;
  font-size: 4.6666666667vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-heading {
    font-size: 35px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-subheading {
  letter-spacing: -1px;
  color: #fff;
  font-size: 2vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-subheading {
    font-size: 15px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-desc {
  font-size: 3.3333333333vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-desc {
    font-size: 25px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-desc-item {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-desc-item {
    margin-bottom: 20px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-desc-item-number {
  float: left;
  position: relative;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
  width: 4vw;
  height: 4vw;
  margin-right: 0.8vw;
  font-size: 3.2vw;
  line-height: 3.2vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-desc-item-number {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    font-size: 24px;
    line-height: 24px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-desc-item-number span {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.2vw;
  height: 3.2vw;
  line-height: 3.2vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-desc-item-number span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
#service-solutions .service-solutions-left .service-solutions-left-desc-item-text {
  overflow: hidden;
  vertical-align: middle;
  font-size: 2.6666666667vw;
  line-height: 4vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-left .service-solutions-left-desc-item-text {
    font-size: 20px;
    line-height: 30px;
  }
}
#service-solutions .service-solutions-grid {
  padding: 0vw 1.3333333333vw;
  gap: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #service-solutions .service-solutions-grid {
    padding: 0 10px;
    gap: 20px;
  }
}
#service-solutions .service-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#service-solutions .service-solutions-grid .service-solutions-cell img {
  width: 100%;
  display: block;
}

#service-platform {
  overflow: hidden;
  padding-bottom: 0;
}
#service-platform .content-left {
  position: relative;
}
#service-platform .content-left-1 {
  display: none;
  color: #fff;
}
#service-platform .content-left-1 ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#service-platform .content-left-1 ul li {
  width: 20%;
  text-align: center;
  flex-shrink: 0;
  font-size: 3.3333333333vw;
  line-height: 6.6666666667vw;
}
@media (min-width: 1920px) {
  #service-platform .content-left-1 ul li {
    font-size: 25px;
    line-height: 50px;
  }
}
#service-platform .content-left-2 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13.9%;
  text-align: center;
}
#service-platform .content-left-2 img {
  vertical-align: middle;
  width: 36.4vw;
}
@media (min-width: 1920px) {
  #service-platform .content-left-2 img {
    width: 273px;
  }
}
#service-platform .content-middle {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1920px) {
  #service-platform .content-middle {
    margin-bottom: 40px;
  }
}
#service-platform .content-middle-grid {
  padding: 0vw 1.3333333333vw;
  gap: 1.3333333333vw;
}
@media (min-width: 1920px) {
  #service-platform .content-middle-grid {
    padding: 0 10px;
    gap: 10px;
  }
}
#service-platform .content-middle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#service-platform .content-middle-grid .content-middle-cell img {
  width: 100%;
  display: block;
}
#service-platform .content-middle-desc {
  font-size: 3.3333333333vw;
}
@media (min-width: 1920px) {
  #service-platform .content-middle-desc {
    font-size: 25px;
  }
}
#service-platform .content-middle-desc {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12.5%;
  color: #666;
}
#service-platform .content-right {
  overflow: hidden;
}
#service-platform .content-right-desc {
  text-align: center;
  color: #666;
  line-height: 1.8;
  font-size: 2.9333333333vw;
}
@media (min-width: 1920px) {
  #service-platform .content-right-desc {
    font-size: 22px;
  }
}
#service-platform .content-right-desc .text-highlight {
  font-weight: bold;
  color: #0364ff;
}
#service-platform .content-right-button {
  background-color: #2e67b0;
  color: #fff;
  font-weight: bold;
  line-height: 1.71;
  width: 70%;
  margin: 0 auto;
  border-radius: 25px;
  display: block;
  text-align: center;
  font-size: 4.6666666667vw;
}
@media (min-width: 1920px) {
  #service-platform .content-right-button {
    font-size: 35px;
  }
}

#service-process {
  padding-bottom: 0;
}
#service-process .section-desc {
  text-align: center;
  color: #666;
  font-size: 2.6666666667vw;
  margin-bottom: 8vw;
}
@media (min-width: 1920px) {
  #service-process .section-desc {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
#service-process .process-graph img {
  width: 100%;
  display: block;
}
#service-process .section-content-button {
  margin: 0 auto;
  width: 66.7%;
  border-radius: 30px;
  color: #fff;
  background-color: #2e67b0;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
  font-size: 4.6666666667vw;
}
@media (min-width: 1920px) {
  #service-process .section-content-button {
    font-size: 35px;
  }
}
#service-process .section-content-button .phone-link {
  color: #fff;
}
#service-process .section-content-button .phone-link:hover {
  text-decoration: underline;
}

#cs-team {
  padding-bottom: 0;
}

#cs-team-slider {
  position: relative;
  overflow: hidden;
  margin-top: 4vw;
  padding-bottom: 8.8vw;
}
@media (min-width: 1920px) {
  #cs-team-slider {
    margin-top: 30px;
    padding-bottom: 66px;
  }
}
#cs-team-slider .swiper-container {
  position: relative;
}
#cs-team-slider .swiper-slide {
  padding: 0vw 1.3333333333vw;
}
@media (min-width: 1920px) {
  #cs-team-slider .swiper-slide {
    padding: 0 10px;
  }
}
#cs-team-slider .swiper-slide img {
  width: 100%;
  display: block;
}
#cs-team-slider .swiper-pagination {
  --swiper-pagination-top: 100%;
  margin-top: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #cs-team-slider .swiper-pagination {
    margin-top: 20px;
  }
}

#brands .brands-item {
  padding: 1.0666666667vw 0vw;
}
@media (min-width: 1920px) {
  #brands .brands-item {
    padding: 8px 0;
  }
}