@charset "UTF-8";
/* Reset */
body {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

img {
  border: 0;
}

/* Base */
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2156fe;
  text-decoration: none;
}

button {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Layout */
body {
  padding-top: 5.5208333333vw;
}
@media (min-width: 1920px) {
  body {
    padding-top: 106px;
  }
}

.content {
  width: 69.4791666667vw;
}
@media (min-width: 1920px) {
  .content {
    width: 1334px;
  }
}
.content {
  margin: 0 auto;
}

.content-fluid {
  min-width: 1334px;
  margin: 0 auto;
}

.w1005 {
  width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.rounded {
  border-radius: 4px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.blue {
  color: #0388cc;
}

a.blue {
  color: #0388cc !important;
}

a.blue:hover,
a.blue:focus {
  color: #39bafc !important;
}

.gray-bg {
  background-color: #fbf9fa;
}

.wm-icon {
  display: inline-block;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}

.wx-icon {
  display: inline-block;
  background-image: url("../img/index/weixin.png");
}

.new-section {
  padding: 40px 0 60px;
}

.new-section-heading-wrap {
  margin-bottom: 2.0833333333vw;
  padding-bottom: 0.625vw;
}
@media (min-width: 1920px) {
  .new-section-heading-wrap {
    margin-bottom: 40px;
    padding-bottom: 12px;
  }
}
.new-section-heading-wrap {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.new-section-heading-wrap::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 6px;
  background-color: #ff5b1a;
}

.new-section-heading {
  font-size: 1.171875vw;
}
@media (min-width: 1920px) {
  .new-section-heading {
    font-size: 22.5px;
  }
}
.new-section-heading {
  line-height: 1;
  color: #050505;
}

.new-section-heading-en {
  font-size: 0.6510416667vw;
}
@media (min-width: 1920px) {
  .new-section-heading-en {
    font-size: 12.5px;
  }
}
.new-section-heading-en {
  line-height: 1;
  color: #a1a1a1;
  margin-top: 2px;
}

.new-section-heading-desc {
  font-size: 0.6510416667vw;
}
@media (min-width: 1920px) {
  .new-section-heading-desc {
    font-size: 12.5px;
  }
}
.new-section-heading-desc {
  color: #484848;
  text-align: center;
  line-height: 1;
}

@media (max-width: 319px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 320px) {
  .hidden-desktop {
    display: none !important;
  }
}

/* Header & Footer */
#header {
  height: 5.5208333333vw;
}
@media (min-width: 1920px) {
  #header {
    height: 106px;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  transition: height 200ms 300ms ease-in;
  overflow: hidden;
}
#header.expanded {
  height: 25vw;
}
@media (min-width: 1920px) {
  #header.expanded {
    height: 480px;
  }
}
#header.expanded {
  transition: height 250ms ease-in-out;
}
#header .content {
  height: 5.5208333333vw;
}
@media (min-width: 1920px) {
  #header .content {
    height: 106px;
  }
}
#header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo img {
  height: 2.8125vw;
}
@media (min-width: 1920px) {
  #header .logo img {
    height: 54px;
  }
}

.header-left {
  display: flex;
  align-items: center;
}

.header-nav {
  margin: 1.0416666667vw 0vw 0vw 1.4583333333vw;
}
@media (min-width: 1920px) {
  .header-nav {
    margin: 20px 0 0 28px;
  }
}

.header-nav-item {
  padding: 0vw 0.78125vw;
  margin: 0vw 0.625vw;
}
@media (min-width: 1920px) {
  .header-nav-item {
    padding: 0 15px;
    margin: 0 12px;
  }
}
.header-nav-item {
  float: left;
  position: relative; /* 添加相对定位 */
}
.header-nav-item > a {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}
@media (min-width: 1920px) {
  .header-nav-item > a {
    font-size: 18px;
    line-height: 30px;
  }
}

/* 鼠标悬停时显示子菜单 */
.header-nav-item:hover .header-subnav {
  display: block;
}

.header-nav-item.active > a::before {
  content: "";
  position: absolute;
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0388cc;
}

/* 子菜单样式 */
.header-subnav-container {
  gap: 1.0416666667vw;
  padding-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .header-subnav-container {
    gap: 20px;
    padding-top: 20px;
  }
}
.header-subnav-container {
  display: flex;
  position: absolute;
  top: 80%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}
.header-subnav-container.header-subnav-left-aligned {
  left: 15px;
  transform: none;
}
.header-subnav-container.header-subnav-left-aligned .header-subnav-item a {
  text-align: left;
}

.header-nav-item.hover .header-subnav-container {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header-subnav {
  position: relative;
  margin: 0;
  white-space: nowrap;
}
.header-subnav::before {
  top: -0.625vw;
  margin-left: -0.4166666667vw;
  border-width: 0vw 0.4166666667vw 0.7291666667vw 0.4166666667vw;
}
@media (min-width: 1920px) {
  .header-subnav::before {
    top: -12px;
    margin-left: -8px;
    border-width: 0 8px 14px 8px;
  }
}
.header-subnav::before {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #2156fe transparent;
}
.header-subnav.header-subnav-no-caret::before {
  display: none;
}

.wm-college-subnav::before {
  margin-left: -1.0416666667vw;
}
@media (min-width: 1920px) {
  .wm-college-subnav::before {
    margin-left: -20px;
  }
}

.product-service-subnav-shift {
  display: flex;
  gap: 20px;
  transform: translateX(-406px);
}

.cs-outsourcing-subnav {
  width: 140px;
}

.manpower-outsourcing-subnav {
  width: 110px;
}

.header-subnav-label {
  padding-top: 0.78125vw;
}
@media (min-width: 1920px) {
  .header-subnav-label {
    padding-top: 15px;
  }
}
.header-subnav-label {
  position: relative;
  border-bottom: 1px solid #2156fe;
}
.header-subnav-label .header-subnav-label-text {
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .header-subnav-label .header-subnav-label-text {
    font-size: 16px;
  }
}
.header-subnav-label .header-subnav-label-text {
  color: #2156fe;
  font-weight: bold;
}
.header-subnav-label .header-subnav-label-text-en {
  font-size: 0.625vw;
}
@media (min-width: 1920px) {
  .header-subnav-label .header-subnav-label-text-en {
    font-size: 12px;
  }
}
.header-subnav-label .header-subnav-label-text-en {
  white-space: nowrap;
}
.header-subnav-label.header-subnav-label-caret::before {
  top: -0.625vw;
  margin-left: -0.4166666667vw;
  border-width: 0vw 0.4166666667vw 0.7291666667vw 0.4166666667vw;
}
@media (min-width: 1920px) {
  .header-subnav-label.header-subnav-label-caret::before {
    top: -12px;
    margin-left: -8px;
    border-width: 0 8px 14px 8px;
  }
}
.header-subnav-label.header-subnav-label-caret::before {
  content: "";
  position: absolute;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #2156fe transparent;
}

.ai-subnav .header-subnav-label.header-subnav-label-caret::before {
  margin-left: -0.7291666667vw;
}
@media (min-width: 1920px) {
  .ai-subnav .header-subnav-label.header-subnav-label-caret::before {
    margin-left: -14px;
  }
}

.header-subnav-item {
  padding: 0.78125vw 0vw;
}
@media (min-width: 1920px) {
  .header-subnav-item {
    padding: 15px 0;
  }
}
.header-subnav-item {
  position: relative;
  overflow: hidden;
}
.header-subnav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee; /* 边框颜色 */
}
.header-subnav-item:last-child::after {
  display: none;
}
.header-subnav-item a {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .header-subnav-item a {
    font-size: 16px;
    line-height: 20px;
  }
}
.header-subnav-item a {
  display: block;
  text-align: center;
}
.header-subnav-item a:hover, .header-subnav-item a:focus {
  color: #2156fe;
}

.header-right {
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .header-right {
    margin-top: 20px;
  }
}

.header-telephone {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
}

.header-telephone .icon-phone {
  display: inline-block;
  vertical-align: -2px;
  background-image: url("../img/index/icon_phone2.png");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.header-trial {
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .header-trial {
    font-size: 16px;
  }
}
.header-trial {
  display: inline-block;
}

.header-trial a {
  margin-right: 0.78125vw;
  line-height: 1.3020833333vw;
}
@media (min-width: 1920px) {
  .header-trial a {
    margin-right: 15px;
    line-height: 25px;
  }
}

.header-trial a:last-child {
  margin-right: 0;
}

.header-trial a:hover,
.header-trial a:focus {
  color: #0388cc;
}

.header-trial .wm-icon {
  margin-right: 2px;
}

.header-trial .icon-mayijixiao {
  width: 10px;
  height: 10px;
  background-position: -121px -67px;
}

.header-trial .icon-cloud-platform {
  width: 1.3020833333vw;
  height: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .header-trial .icon-cloud-platform {
    width: 25px;
    height: 17px;
  }
}
.header-trial .icon-cloud-platform {
  display: inline-block;
  vertical-align: -2px;
  background-image: url("../img/index/icon_cloud2.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 免费试用 */
.header-sy {
  font-size: 0.8333333333vw;
  margin-left: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .header-sy {
    font-size: 16px;
    margin-left: 20px;
  }
}
.header-sy {
  display: inline-block;
}

.header-sy a {
  margin-right: 0.78125vw;
  line-height: 1.3020833333vw;
}
@media (min-width: 1920px) {
  .header-sy a {
    margin-right: 15px;
    line-height: 25px;
  }
}

.header-sy a:last-child {
  margin-right: 0;
}

.header-sy a:hover,
.header-sy a:focus {
  color: #0388cc;
}

.header-sy .wm-icon {
  margin-right: 2px;
}

.header-sy .icon-mayijixiao {
  width: 10px;
  height: 10px;
  background-position: -121px -67px;
}

.header-sy .icon-cloud-platform {
  width: 0.9375vw;
  height: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .header-sy .icon-cloud-platform {
    width: 18px;
    height: 17px;
  }
}
.header-sy .icon-cloud-platform {
  display: inline-block;
  vertical-align: -2px;
  background-image: url("../img/index/icon_cloud3.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Footer */
.footer {
  padding: 2.6041666667vw 0vw;
}
@media (min-width: 1920px) {
  .footer {
    padding: 50px 0;
  }
}
.footer {
  background-color: #1f2836;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.footer-nav a {
  font-size: 0.7291666667vw;
}
@media (min-width: 1920px) {
  .footer-nav a {
    font-size: 14px;
  }
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #0388cc;
}

.footer-nav-separator {
  height: 10.8333333333vw;
}
@media (min-width: 1920px) {
  .footer-nav-separator {
    height: 208px;
  }
}
.footer-nav-separator {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-nav-heading {
  font-size: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .footer-nav-heading {
    font-size: 17px;
  }
}

.footer-nav-subheading {
  font-size: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .footer-nav-subheading {
    font-size: 10px;
  }
}
.footer-nav-subheading {
  white-space: nowrap;
}

.footer-subnav-multiple {
  gap: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .footer-subnav-multiple {
    gap: 20px;
  }
}
.footer-subnav-multiple {
  display: flex;
}

.footer-subnav-label span {
  font-size: 0.7291666667vw;
  padding-bottom: 0.3125vw;
  padding-right: 0.5208333333vw;
  margin-bottom: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .footer-subnav-label span {
    font-size: 14px;
    padding-bottom: 6px;
    padding-right: 10px;
    margin-bottom: 4px;
  }
}
.footer-subnav-label span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.footer-social-network {
  font-size: 12px;
}

.footer-social-network a {
  position: relative;
}

.footer-social-network a:hover .popup-image {
  opacity: 1;
  width: auto;
  height: auto;
}

.footer-social-network .popup-image {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  top: -125px;
  left: 20px;
  transition: opacity 0.2s;
}

.footer-social-network .icon-wechat {
  width: 15px;
  height: 12px;
  background-position: -63px -91px;
}

.footer-social-network .icon-weibo {
  width: 15px;
  height: 12px;
  background-position: -44px -91px;
}

.footer-tel {
  font-size: 0.8854166667vw;
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .footer-tel {
    font-size: 17px;
    margin-top: 20px;
  }
}

.footer-qrcode {
  margin-top: 5px;
}

.footer-qrcode > li {
  display: inline-block;
}

.footer-qrcode .qrcode-wrap {
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.footer-qrcode .qrcode-text {
  font-size: 12px;
  text-align: center;
}

/* 电话 */
.dianhua-image {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
}
@media (min-width: 1920px) {
  .dianhua-image {
    width: 25px;
    height: 25px;
  }
}
.dianhua-image {
  margin-right: 5px;
}

/* 电话提示 */
.footer-dianhua {
  margin-top: 20px;
}

.footer-dianhua > li {
  display: inline-block;
}

.footer-dianhua .dianhua-wrap {
  padding: 5px;
  background: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.footer-dianhua .dianhua-text {
  font-size: 12px;
  text-align: center;
}

/* 电话Tooltip */
.tooltip-text {
  padding: 0vw 0.5208333333vw;
  height: 2.6041666667vw;
  font-size: 0.9375vw;
}
@media (min-width: 1920px) {
  .tooltip-text {
    padding: 0 10px;
    height: 50px;
    font-size: 18px;
  }
}
.tooltip-text {
  display: none;
  align-items: center;
  position: absolute;
  background-color: #0081ff;
  color: #fff;
  border-radius: 80px;
  top: 0;
  right: 100%; /* 在图片左边显示 */
  margin-right: 4px;
  white-space: nowrap;
}

/* 设置相对定位，确保弹出的提示框在相对位置 */
.dianhua-link {
  position: relative;
  display: inline-block;
}

/* 悬浮时显示提示文本 */
.dianhua-link:hover .tooltip-text {
  display: flex;
}

.copyright {
  padding: 15px 0 10px;
  color: #9cbbd8;
  font-size: 12px;
  text-align: center;
  /* background-color: #00203e; */
  background-color: #1f2836;
}

.copyright li {
  display: inline-block;
  margin-left: 5px;
}

.copyright li a {
  color: #9cbbd8;
}

.copyright li a:hover,
.copyright li a:focus {
  color: #0388cc;
}

.copyright a.poweredby-link {
  color: #9cbbd8;
}

.copyright a.poweredby-link:hover {
  text-decoration: underline;
}

.icon-wa-beian {
  vertical-align: middle;
  margin-left: 10px;
}

.wa-beian {
  display: inline-block;
}

.wa-beian:hover {
  text-decoration: underline;
}

/* 百度地图文字标注 */
.BMapLabel {
  max-width: none;
}

/* 悬浮按钮 */
#fixedButtons {
  right: 4.6875vw;
}
@media (min-width: 1920px) {
  #fixedButtons {
    right: 90px;
  }
}
#fixedButtons {
  display: none;
  position: fixed;
  z-index: 100;
  margin-bottom: 0;
  border-radius: 2px;
  background-color: transparent; /* 设置背景为透明 */
}
#fixedButtons li {
  margin-bottom: 15px;
}
#fixedButtons li:last-child {
  margin-bottom: 0;
}
#fixedButtons li > a {
  display: block;
  height: 100%;
}

#fixedButtons .floating-icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  padding: 0.4166666667vw;
}
@media (min-width: 1920px) {
  #fixedButtons .floating-icon {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}
#fixedButtons .floating-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0081ff;
}
#fixedButtons .floating-icon img {
  width: 100%;
  max-height: 100%;
}

#fixedButtons .qrcode {
  position: relative;
}

#fixedButtons .dianhua {
  position: relative;
}

#fixedButtons .qrcode .popup-image {
  right: 4.1666666667vw;
  top: -5.2083333333vw;
  width: 15.625vw;
}
@media (min-width: 1920px) {
  #fixedButtons .qrcode .popup-image {
    right: 80px;
    top: -100px;
    width: 300px;
  }
}
#fixedButtons .qrcode .popup-image {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  transition: opacity 0.2s;
  box-shadow: -3px 3px 5px -3px rgba(0, 0, 0, 0.6);
}

#fixedButtons .qrcode:hover .popup-image {
  width: 16.1458333333vw;
}
@media (min-width: 1920px) {
  #fixedButtons .qrcode:hover .popup-image {
    width: 310px;
  }
}
#fixedButtons .qrcode:hover .popup-image {
  opacity: 1;
  height: auto;
}

#fixedButtons .feedback-container {
  position: relative;
}

#fixedButtons .feedback-container.expand .feedback-submit {
  z-index: auto;
  opacity: 1;
}

#fixedButtons .feedback-container.expand .feedback-input {
  left: -200px;
  width: 200px;
}

#fixedButtons .feedback {
  padding-top: 18px;
}

#fixedButtons .feedback-input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 78px;
  height: 100%;
  border-radius: 0;
  transition: 0.3s;
}

#fixedButtons .feedback-submit {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0388cc;
  color: #fff;
  font-size: 12px;
  line-height: 78px;
  transition: opacity 0s 0.3s;
}

#fixedButtons .feedback-submit:hover {
  background-color: #0399e5;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#modal-captcha-img {
  vertical-align: bottom;
}

#refresh-modal-captcha {
  color: #999;
  margin-left: 10px;
}

#refresh-modal-captcha:hover {
  color: #0388cc;
  text-decoration: underline;
}

#refresh-modal-captcha:focus {
  outline: none;
}

#refresh-modal-captcha .glyphicon.rotate {
  animation: rotate 0.5s linear;
}

/* SEO <h1>标签 */
.home-h1 {
  margin: 0;
  font-size: inherit;
}