.header-box {
  position: relative;
  width: 1920px;
}
.header-box .banner {
  width: 1920px;
  height: 885px;
  background-image: url("../../images/index/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header-box .banner a {
  width: 100%;
  height: 100%;
}
.header-box .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.header-box .header .head {
  width: 1480px;
  display: flex;
  height: 120px;
  justify-content: space-between;
}
.header-box .header .head .head-left {
  display: flex;
  align-items: center;
}
.header-box .header .head .head-left .img {
  width: 46.2px;
  height: 60px;
  margin-right: 10px;
}
.header-box .header .head .head-left .title {
  font-size: 23px;
  color: white;
}
.header-box .header .head .nav-list {
  display: flex;
}
.header-box .header .head .nav-list .our-server {
  color: white;
  cursor: pointer;
  display: block;
  min-width: 73px;
  height: 40px;
  line-height: 40px;
}
.header-box .header .head .nav-list .nav-i {
  display: flex;
  position: relative;
}
.header-box .header .head .nav-list .nav-i a {
  min-width: 73px;
  color: white;
  height: 40px;
  line-height: 40px;
}
.company-info-box {
  width: 1920px;
  height: 885px;
  background-image: url("../../images/index/company-info.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.company-info-box .scroll {
  position: absolute;
  right: 309px;
  transform: translateY(-50%);
}
.company-info-box .company {
  display: flex;
  align-items: center;
  height: 885px;
}
.company-info-box .company .left .info-title .en {
  font-size: 62px;
  color: var(--blue);
  opacity: 0.1;
}
.company-info-box .company .left .info-title .cn {
  font-size: 56px;
  color: var(--blue);
  margin-top: -25px;
}
.company-info-box .company .left .info-content {
  font-size: 18px;
  color: #595959;
  margin-top: 58px;
  margin-bottom: 101px;
  line-height: 1.5;
  width: 692px;
  letter-spacing: 5px;
}
.company-info-box .company .left .info-content .light {
  color: var(--yellow);
  font-size: 24px;
  font-weight: bold;
}
.company-info-box .company .left .scale {
  display: flex;
}
.company-info-box .company .left .scale .item {
  margin-right: 78px;
  display: flex;
  flex-direction: column;
  color: #313131;
}
.company-info-box .company .left .scale .item .num .val {
  font-size: 48px;
  font-weight: bold;
}
.company-info-box .company .left .scale .item .desc {
  margin-top: 6px;
  opacity: 0.65;
}
.company-info-box .company .left .learn-more {
  background-color: var(--yellow);
  margin-top: 60px;
  width: 172px;
}
.company-info-box .company .left .learn-more a {
  width: 172px;
  height: 61px;
  line-height: 61px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-info-box .company .left .learn-more a .right {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.server-box {
  width: 1920px;
  height: 985px;
  position: relative;
}
.server-box .right-img {
  position: absolute;
  background-image: url("../../images/index/our_server.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 150px;
  top: 0px;
  z-index: 99;
  width: 1037px;
  height: 827px;
}
.server-box .epr-bg {
  position: absolute;
  width: 1839.78px;
  height: 642px;
  background-image: url("../../images/index/epr-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100px;
  left: 0;
}
.server-box .info-head {
  margin-left: 220px;
  margin-top: 60px;
}
.server-box .info-head .en {
  font-size: 62px;
  color: #000000;
  opacity: 0.08;
}
.server-box .info-head .cn {
  font-size: 56px;
  color: var(--blue);
  margin-top: -25px;
}
.server-box .server {
  display: flex;
  align-items: center;
  height: 642px;
  position: absolute;
  z-index: 1;
  width: 692px;
  left: 220px;
  bottom: 100px;
}
.server-box .server .left .info-title {
  color: white;
}
.server-box .server .left .info-title .cn {
  font-size: 44px;
}
.server-box .server .left .info-title .small {
  font-size: 32px;
  margin-top: 40px;
}
.server-box .server .left .info-content {
  font-size: 18px;
  color: #ffffff;
  margin-top: 23px;
  line-height: 1.5;
  width: 630px;
  letter-spacing: 2px;
}
.server-box .server .left .info-content .light {
  color: var(--yellow);
  font-size: 24px;
  font-weight: bold;
}
.server-box .server .left .learn-more {
  background-color: #ffffff;
  width: 172px;
  margin-top: 36px;
}
.server-box .server .left .learn-more a {
  width: 172px;
  height: 61px;
  line-height: 61px;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.server-box .server .left .learn-more a .right {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.request-service-box {
  width: 1920px;
  height: 926px;
  background-image: url("../../images/index/request-service.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.request-service-box .service {
  display: flex;
  align-items: center;
  height: 926px;
}
.request-service-box .service .left .info-title .en {
  font-size: 62px;
  color: var(--blue);
  opacity: 0.1;
}
.request-service-box .service .left .info-title .cn {
  font-size: 56px;
  color: var(--blue);
  margin-top: -25px;
}
.request-service-box .service .left .info-title .min-title {
  margin-top: 56px;
  font-size: 32px;
  font-weight: 500;
}
.request-service-box .service .left .info-content {
  font-size: 18px;
  color: #595959;
  margin-top: 17px;
  margin-bottom: 26px;
  line-height: 1.5;
  width: 692px;
  letter-spacing: 5px;
}
.request-service-box .service .left .info-content .light {
  color: var(--blue);
  font-size: 24px;
  font-weight: bold;
}
.request-service-box .service .left .scale {
  display: flex;
}
.request-service-box .service .left .scale .item {
  margin-right: 78px;
  display: flex;
  flex-direction: column;
}
.request-service-box .service .left .scale .item .num {
  color: var(--blue);
}
.request-service-box .service .left .scale .item .num .val {
  font-size: 48px;
  font-weight: bold;
}
.request-service-box .service .left .scale .item .desc {
  margin-top: 6px;
  opacity: 0.65;
  color: #000000;
}
.request-service-box .service .left .learn-more {
  width: 172px;
  margin-top: 60px;
  background: linear-gradient(135deg, var(--blue) 0%, #6238d5 100%);
}
.request-service-box .service .left .learn-more a {
  width: 172px;
  height: 61px;
  line-height: 61px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-service-box .service .left .learn-more a .right {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.salary-box {
  width: 1920px;
  height: 971px;
  position: relative;
}
.salary-box .left-salary {
  width: 910px;
  height: 429px;
  position: absolute;
  left: 220px;
  bottom: 213px;
}
.salary-box .right-salary {
  width: 1108px;
  height: 493px;
  background-color: #f1f1f1;
  position: absolute;
  top: 195px;
  right: 0;
  padding-left: 119px;
}
.salary-box .right-salary .info-title .en {
  font-size: 62px;
  color: var(--blue);
  opacity: 0.1;
}
.salary-box .right-salary .info-title .cn {
  font-size: 56px;
  color: var(--blue);
  margin-top: -25px;
}
.salary-box .right-salary .info-title .min-title {
  margin-top: 56px;
  font-size: 32px;
  font-weight: 500;
}
.salary-box .right-salary .info-content {
  font-size: 18px;
  color: #595959;
  margin-top: 17px;
  margin-bottom: 26px;
  line-height: 1.5;
  width: 692px;
  letter-spacing: 5px;
}
.salary-box .right-salary .info-content .light {
  color: var(--yellow);
  font-size: 24px;
  font-weight: bold;
}
.partners-box {
  width: 1920px;
  height: 1156px;
  background-color: #2d5ec4;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.partners-box .partners .info-title {
  color: white;
  margin-top: 83px;
}
.partners-box .partners .info-title .en {
  font-size: 62px;
  opacity: 0.1;
}
.partners-box .partners .info-title .cn {
  font-size: 56px;
}
.partners-box .partners .info-title .decoration {
  width: 79px;
  height: 18px;
  margin-top: 16px;
}
.partners-box .partners-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 96px;
}
.partners-box .partners-list .img {
  width: 252px;
  height: 252px;
  margin-right: 55px;
  margin-bottom: 83px;
}
.partners-box .partners-list .img:nth-of-type(5),
.partners-box .partners-list .img:nth-of-type(10) {
  margin-right: 0;
}
