.header-box {
  position: relative;
  width: 100%;
}
.header-box .banner {
  width: 100%;
  height: 639px;
  background-image: url('../../images/service/financial-calculations/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;
}
.server-box {
  width: 100%;
  height: 728.5px;
  background-color: #F9FCFF;
  padding-top: 119px;
  background-image: url('../../images/service/server-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.server-box .server {
  display: flex;
}
.server-box .server .left .info-head .en {
  font-size: 62px;
  color: #000000;
  opacity: 0.08;
}
.server-box .server .left .info-head .cn {
  font-size: 56px;
  color: var(--blue);
  margin-top: -30px;
}
.server-box .server .left .info-head .min-title {
  margin-top: 56px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
}
.server-box .server .left .info-content {
  font-size: 18px;
  color: #000000;
  margin-top: 17px;
  line-height: 1.5;
  width: 630px;
  letter-spacing: 2px;
}
.server-box .server .left .info-content .light {
  color: var(--blue);
  font-size: 24px;
  font-weight: bold;
}
.server-box .server .left .scale {
  display: flex;
  margin-top: 88px;
}
.server-box .server .left .scale .item {
  margin-right: 78px;
  display: flex;
  flex-direction: column;
}
.server-box .server .left .scale .item .num .val {
  font-size: 48px;
  font-weight: bold;
  color: var(--blue);
}
.server-box .server .left .scale .item .desc {
  color: #000000;
  margin-top: 6px;
}
.server-box .server img {
  width: 906px;
  height: 615px;
}
.advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 81px 0;
}
.advantage .cn {
  font-size: 44px;
  color: #313131;
  margin-bottom: 33px;
}
.advantage .desc {
  color: #595959;
  font-size: 18px;
  line-height: 36px;
}
.advantage .line {
  width: 124px;
  height: 2px;
  background: linear-gradient(180deg, #6238D5 0%, #2D5EC4 100%);
}
.card-box {
  margin-bottom: 160px;
}
.card-box .card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-box .card .item {
  width: 449px;
  height: 265px;
  transition: all 0.5s;
  box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 35px 32px;
  margin-bottom: 24px;
}
.card-box .card .item.both-sides {
  margin: 0 24px;
}
.card-box .card .item .head {
  display: flex;
  justify-content: space-between;
}
.card-box .card .item .head .title h3 {
  font-size: 32px;
}
.card-box .card .item .head .title .line {
  width: 94px;
  height: 4px;
}
.card-box .card .item .head .icon {
  width: 76px;
  height: 76px;
}
.card-box .card .item .desc {
  margin-top: 17px;
  line-height: 1.5;
  color: #313131;
  font-size: 18px;
}
