body,
html {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #2B2E33;
  background-color: #F7F8FA;
  max-width: 120rem;
  margin: 0 auto;
}
.content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container {
  max-width: 100%;
  width: 99.125rem;
  margin: 0 auto;
}
header {
  height: 5.125rem;
  background-color: #FFFFFF;
}
.header {
  width: 100%;
  max-width: 120rem;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  background-color: #fff;
}
.header .header-container {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 3.125rem;
}
.header .content {
  align-items: center;
}
.header .logo {
  width: 8.3125rem;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header ul.nav-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 56.625rem;
}
.header ul.nav-content li.nav-items {
  position: relative;
  padding: 1.6875rem 1.25rem;
  transition: all 0.3s;
}
.header ul.nav-content li.nav-items a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #1C2026;
}
.header ul.nav-content li.nav-items a::after {
  display: inline-block;
  content: '';
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(../images/common/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.1875rem;
  vertical-align: middle;
  transition: all 0.3s;
}
.header ul.nav-content li.nav-items:first-child a::after {
  display: none;
}
.header ul.nav-content li.nav-items:hover {
  background-color: #F7F8FA;
}
.header ul.nav-content li.nav-items:hover a::after {
  transform: rotateZ(180deg);
}
.header ul.nav-content li.nav-items.active {
  background-color: #F7F8FA;
}
.header ul.nav-content li.nav-items.active a::after {
  transform: rotateZ('180deg');
}
.header ul.nav-content li.nav-items .sec-nav {
  position: absolute;
  top: 5.125rem;
  left: 7.5rem;
  width: 18.75rem;
  background-color: #fff;
  transform: translateX(-50%) rotateX(90deg);
  transform-origin: top;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.header ul.nav-content li.nav-items .sec-nav .sec-nav-items {
  width: 100%;
}
.header ul.nav-content li.nav-items .sec-nav .sec-nav-items a {
  color: #5C5F66;
  background-color: #fff;
  display: block;
  padding: 0.6875rem 0;
  padding-left: 1.875rem;
  transition: all 0.3s;
}
.header ul.nav-content li.nav-items .sec-nav .sec-nav-items a::after {
  display: none;
}
.header ul.nav-content li.nav-items .sec-nav .sec-nav-items a:hover {
  background-color: #F7F8FA;
  color: #1C2026;
}
.header ul.nav-content li.nav-items:hover .sec-nav {
  transform: translateX(-50%) rotateX(0deg);
}
.header .right-tel {
  font-family: 'PINGFANG-BOLD';
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #1C2026;
}
.banner {
  position: relative;
}
.banner .banner-content {
  width: 100%;
  min-height: 46.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
.banner .banner-content::before {
  display: block;
  content: '';
  width: 60rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(235, 242, 252, 0) 0%, #F0F8FF 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.banner .info {
  padding-top: 10.3125rem;
  position: relative;
  z-index: 2;
}
.banner .info h1 {
  font-family: 'PINGFANG-Heavy';
  font-size: 2.875rem;
  line-height: 3.5rem;
  color: #1C2026;
  margin-bottom: 1.875rem;
}
.banner .info h6 {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #5C5F66;
  letter-spacing: 0.0313rem;
  word-break: break-all;
  white-space: pre;
}
.banner .info a {
  display: block;
  width: 14.875rem;
  height: 3.75rem;
  background: #4C75FF;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-family: 'PINGFANG-BOLD';
  font-size: 1.25rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
  margin-top: 3.25rem;
}
.top-intro {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.top-intro::before {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(1.25rem) opacity(1);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-intro ul.content {
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.top-intro ul.content li {
  width: 31.75rem;
  padding: 1.25rem 0;
  padding-left: 7.5rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.top-intro ul.content li .left-icon {
  width: 4.1875rem;
  height: 4.1875rem;
}
.top-intro ul.content li .left-icon img {
  display: block;
  width: 100%;
}
.top-intro ul.content li .right-info {
  margin-left: 0.625rem;
}
.top-intro ul.content li .right-info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 1.4375rem;
  line-height: 2rem;
  color: #2B2E33;
  transition: all 0.3s;
}
.top-intro ul.content li .right-info p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #5C5F66;
  margin-top: 0.375rem;
}
.top-intro ul.content li .right-info p span {
  color: #F83636;
}
.top-intro ul.content li:hover {
  background-color: #FFFFFF;
}
.top-intro ul.content li:hover .right-info h5 {
  color: #4C75FF;
}
.title {
  text-align: center;
}
.title h3 {
  font-family: 'PINGFANG-Heavy';
  font-size: 2.625rem;
  line-height: 3.75rem;
  color: #1C2026;
}
.title h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #5C5F66;
  margin-top: 0.625rem;
}
.common-btn {
  display: block;
  width: 14.875rem;
  height: 3.75rem;
  background: #4C75FF;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-family: 'PINGFANG-BOLD';
  font-size: 1.25rem;
  line-height: 3.75rem;
  text-align: center;
  color: #fff;
}
.advantage {
  padding: 6.375rem 0;
}
.advantage ul.content {
  margin-top: 3.125rem;
}
.advantage ul.content li {
  width: calc(50% - 0.9375rem);
  margin-right: 1.875rem;
  padding: 3.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage ul.content li:nth-child(2n) {
  margin-right: 0;
}
.advantage ul.content li:nth-child(n + 3) {
  margin-top: 1.875rem;
}
.advantage ul.content .info {
  width: 30.9375rem;
}
.advantage ul.content .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 2rem;
  line-height: 2.875rem;
  color: #2B2E33;
  margin-bottom: 1.25rem;
}
.advantage ul.content .info h5::after {
  display: inline-block;
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../images/common/icon_correct.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.advantage ul.content .info p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #2B2E33;
  min-height: 4.5rem;
}
.qual {
  padding-bottom: 6.375rem;
}
.qual .zs-content {
  width: 100%;
  margin-top: 3.125rem;
  position: relative;
}
.qual .zs-content::before {
  display: block;
  content: '';
  width: 9.625rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #F7F8FA 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.qual .zs-content::after {
  display: block;
  content: '';
  width: 9.625rem;
  height: 100%;
  background: linear-gradient(270deg, #F7F8FA 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.qual .zs-content .zs-items {
  display: inline-block;
  width: 15rem;
  height: 24.75rem;
  margin-left: 1.875rem;
  position: relative;
}
.qual .zs-content .zs-items .img {
  width: 100%;
  height: 20rem;
  position: relative;
}
.qual .zs-content .zs-items .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.qual .zs-content .zs-items h6 {
  margin-top: 1.25rem;
  color: #5C5F66;
  font-size: 1.125rem;
  line-height: 1.75rem;
  width: 100%;
  height: 3.5rem;
  text-align: center;
  white-space: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.partner {
  padding-bottom: 6.375rem;
}
.partner .partner-content {
  margin-top: 3.125rem;
  position: relative;
}
.partner .partner-content::before {
  display: block;
  content: '';
  width: 9.625rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #F7F8FA 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.partner .partner-content::after {
  display: block;
  content: '';
  width: 9.625rem;
  height: 100%;
  background: linear-gradient(270deg, #F7F8FA 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.partner .partner-content .partner-maquee {
  margin-bottom: 2.5rem;
}
.partner .partner-content .partner-maquee:last-child {
  margin-bottom: 0;
}
.partner .partner-content .partner-maquee .items {
  display: inline-block;
  width: 15rem;
  height: 5.125rem;
  margin-right: 1.875rem;
  background-color: #fff;
  border-radius: 9.625rem 9.625rem 9.625rem 9.625rem;
}
.partner .partner-content .partner-maquee .items img {
  max-height: 100%;
  height: 100%;
}
.contact {
  padding-top: 4.625rem;
  padding-bottom: 4.5rem;
  background-image: url(../images/common/bg_lianxiwomen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact::before {
  display: block;
  content: '';
  width: 60rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(235, 242, 252, 0) 0%, #F0F8FF 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.contact .info {
  position: relative;
  z-index: 1;
}
.contact .info h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #2B2E33;
}
.contact .info a.common-btn {
  margin-top: 2.5rem;
}
.process {
  padding-top: 6.375rem;
  padding-bottom: 11.0625rem;
  background-color: #FFFFFF;
}
.process .process-content {
  width: 64.25rem;
  margin: 0 auto;
  margin-top: 5.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process .process-content .items {
  margin-right: 13.0625rem;
  position: relative;
}
.process .process-content .items::after {
  display: block;
  content: '';
  width: 8.375rem;
  height: 0.125rem;
  background-image: linear-gradient(to right, #4C75FF 0%, #4C75FF 50%, transparent 50%);
  background-size: 0.75rem 0.125rem;
  background-repeat: repeat-x;
  opacity: 0.4;
  position: absolute;
  right: -6.5rem;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
}
.process .process-content .items:nth-child(n + 6) {
  margin-top: 6.5625rem;
}
.process .process-content .items:nth-child(5n),
.process .process-content .items:last-child {
  margin-right: 0;
}
.process .process-content .items:nth-child(5n)::after,
.process .process-content .items:last-child::after {
  display: none;
}
.process .process-content .items .circle-nums {
  width: 2.375rem;
  height: 2.375rem;
  font-size: 1.25rem;
  line-height: 2.375rem;
  color: #fff;
  text-align: center;
  background-color: #4C75FF;
  border-radius: 50%;
}
.process .process-content .items h6 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #282938;
  width: 15rem;
  text-align: center;
  position: absolute;
  bottom: -3.375rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer {
  background-color: #2E2E36;
}
.footer .foot-content {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.footer .foot-content .left-intro {
  width: 32.5rem;
}
.footer .foot-content .left-intro .logo {
  width: 10.625rem;
  height: 4.5rem;
  margin-bottom: 1.875rem;
}
.footer .foot-content .left-intro .logo img {
  width: 100%;
  display: block;
}
.footer .foot-content .left-intro .tel {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
.footer .foot-content .left-intro .tel img {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.625rem;
}
.footer .foot-content .left-intro .tel h3 {
  font-size: 2rem;
  line-height: 2.875rem;
  color: #fff;
}
.footer .foot-content .left-intro h6 {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #fff;
}
.footer .foot-content .right-links {
  max-width: 48.4375rem;
  display: flex;
}
.footer .foot-content .right-links .col-4 {
  margin-right: 10.375rem;
}
.footer .foot-content .right-links .col-4:last-child {
  margin-right: 0;
}
.footer .foot-content .right-links .col-4 h5 {
  line-height: 2rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.footer .foot-content .right-links .col-4 ul li a {
  font-family: 'PINGFANG-REGULAR';
  line-height: 2rem;
  color: #BBBDBF;
  transition: all 0.3s;
}
.footer .foot-content .right-links .col-4 ul li a:hover {
  color: #fff;
}
.footer .copyright {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  border-top: 0.0625rem solid #444444;
}
.footer .copyright p {
  line-height: 2rem;
  color: #fff;
}
.footer .copyright p a {
  color: #fff;
  text-decoration: underline;
}
@font-face {
  font-family: 'PINGFANG-Heavy';
  src: url(../font/PINGFANG-HEAVY.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-BOLD';
  src: url(../font/PINGFANG-BOLD.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-MEDIUM';
  src: url(../font/PINGFANG-MEDIUM.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-REGULAR';
  src: url(../font/PINGFANG-REGULAR.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-LIGHT';
  src: url(../font/PINGFANG-LIGHT.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'DIN-BOLD';
  src: url(../font/DIN-Bold.woff.ttf);
  font-display: swap;
}
