body,
html {
  font-family: 'PINGFANG-MEDIUM';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.content {
  display: flex;
}
.header {
  width: 100%;
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.header .header-container {
  width: 1248px;
  margin: 0 auto;
}
.header .content {
  align-items: center;
}
.header .logo {
  width: 154px;
  height: 44px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header ul.nav-content {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  min-width: 686px;
}
.header ul.nav-content li {
  position: relative;
}
.header ul.nav-content li::after {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #004DF1;
  opacity: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header ul.nav-content li:last-child {
  margin-right: 0;
}
.header ul.nav-content li:hover::after {
  width: 40px;
  opacity: 1;
}
.header ul.nav-content li.active::after {
  width: 40px;
  opacity: 1;
}
.header ul.nav-content li a {
  line-height: 25px;
  color: #000;
}
.header .right-tel h6 {
  padding-left: 25px;
  background-image: url(../images/common/tel_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  font-family: 'PINGFANG-Heavy';
  font-weight: 800;
  line-height: 25px;
  color: #FF4E00;
}
.footer {
  background-color: #423F41;
  padding-top: 30px;
  padding-bottom: 22px;
}
.footer .left-info .logo {
  width: 154px;
  height: 44px;
}
.footer .left-info .logo img {
  width: 100%;
  display: block;
}
.footer .left-info .contact-info {
  display: flex;
  margin-top: 30px;
}
.footer .left-info .contact-info .left-code {
  width: 124px;
  height: 124px;
  margin-left: 8px;
}
.footer .left-info .contact-info .left-code img {
  width: 100%;
  display: block;
}
.footer .left-info .contact-info .right-tel {
  margin-left: 22px;
  margin-top: 22px;
}
.footer .left-info .contact-info .right-tel h6 {
  font-family: 'DIN-BOLD';
  font-size: 32px;
  line-height: 34px;
  color: #fff;
}
.footer .left-info .contact-info .right-tel a {
  display: block;
  width: 198px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-family: 'PINGFANG-BOLD';
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin-top: 20px;
}
.footer .left-info .contact-info .right-tel a img {
  width: 12px;
  margin-left: 3px;
}
.footer .left-info .bt-info {
  margin-top: 20px;
  margin-left: 8px;
}
.footer .left-info .bt-info p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.footer .left-info .bt-info p:last-child {
  margin-bottom: 0;
}
.footer .left-info .bt-info p span {
  color: #fff;
}
.footer h4.foot-title {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 22px;
}
.footer .pop-links {
  padding-top: 8px;
  width: 136px;
  margin-left: 128px;
}
.footer .pop-links ul li {
  width: 100%;
}
.footer .pop-links ul li a {
  display: block;
  padding-left: 24px;
  background-image: url(../images/common/fire_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.footer .contact-info {
  padding-top: 8px;
  margin-left: auto;
}
.footer .contact-info ul li {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.copyright {
  text-align: center;
  padding: 20px 0;
  background-color: #E2E2E2;
}
.copyright p {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.copyright p a {
  color: rgba(0, 0, 0, 0.6);
}
.copyright p a:hover {
  color: #004DF1;
}
.banner {
  margin-top: 80px;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .info {
  text-align: center;
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
}
.banner .info h1 {
  font-family: 'PINGFANG-Heavy';
  font-size: 64px;
  line-height: 90px;
  color: #fff;
  white-space: pre-wrap;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner .info h2 {
  padding: 10px 0;
  background: linear-gradient(277deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  font-family: 'PINGFANG-BOLD';
  font-size: 36px;
  line-height: 50px;
  white-space: pre-wrap;
  color: #004DF1;
  margin-top: 22px;
}
.banner .info h3 {
  white-space: pre-wrap;
}
.banner .info h4 {
  font-size: 22px;
  line-height: 32px;
  color: #FFF600;
  margin-top: 30px;
}
.banner .bn2 .info {
  top: 133px;
}
.banner .bn2 .info h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 36px;
  line-height: 50px;
  color: #FFF600;
  margin-top: 22px;
}
.banner .bn2 .info a {
  display: block;
  width: 418px;
  height: 48px;
  padding: 12px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.21);
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 24px;
  color: #004DF1;
  margin: 0 auto;
  margin-top: 40px;
}
.banner .bn3 .info {
  top: 95px;
}
.banner .bn3 .info h2 {
  margin-top: 20px;
}
.banner .bn3 .info h4 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 44px;
  white-space: pre-wrap;
}
.top-intro {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.top-intro ul.content {
  justify-content: space-between;
  padding: 34px 60px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.top-intro ul.content li {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.top-intro ul.content li:last-child::after {
  display: none;
}
.top-intro ul.content li::after {
  display: block;
  content: '';
  width: 1px;
  height: 45px;
  background-color: #E9E9E9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
}
.top-intro ul.content li .left-icon {
  width: 60px;
  height: 60px;
}
.top-intro ul.content li .left-icon img {
  display: block;
  width: 100%;
}
.top-intro ul.content li .right-info {
  margin-left: 16px;
}
.top-intro ul.content li .right-info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.top-intro ul.content li .right-info p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 2px;
}
.title {
  text-align: center;
}
.title h3 {
  font-family: 'PINGFANG-Heavy';
  font-size: 30px;
  line-height: 42px;
  color: #000;
}
.title h6 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
a.common-btn {
  width: 480px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin: 0 auto;
}
a.common-btn span.zx-info {
  display: block;
  width: calc(100% - 164px);
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #666;
  padding-left: 10px;
}
a.common-btn span.zx-btn {
  display: block;
  width: 164px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border-radius: 24px;
  font-family: 'PINGFANG-BOLD';
  color: #fff;
  border: 2px solid #004DF1;
  background-color: #004DF1;
  transform: translateX(2px);
}
.process {
  padding-top: 60px;
  padding-bottom: 50px;
}
.process ul.content {
  justify-content: space-between;
  margin-top: 63px;
}
.process ul.content li {
  width: 280px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 36px;
  text-align: center;
}
.process ul.content li svg {
  width: 150px;
  height: 97px;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.process ul.content li .triangle {
  fill: #004DF1;
  stroke: #004DF1;
  stroke-width: 12;
}
.process ul.content li::before {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1.2) blur(30px) opacity(1);
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.process ul.content li::after {
  display: block;
  content: '';
  width: 26px;
  height: 16px;
  background-image: url(../images/common/Union.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
}
.process ul.content li:last-child::after {
  display: none;
}
.process ul.content li .info {
  position: relative;
  z-index: 3;
}
.process ul.content li .info .num {
  font-family: 'DIN-BOLD';
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}
.process ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  margin-top: 26px;
}
.process ul.content li .info p {
  margin-top: 10px;
}
.process .common-btn {
  margin-top: 50px;
}
.why-select {
  padding: 60px 0;
}
.why-select ul.content {
  margin-top: 30px;
}
.why-select ul.content li {
  flex: 1;
  height: 178px;
  margin-right: 20px;
  padding: 22px 15px 26px 15px;
  background-color: #F7F8FB;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  text-align: center;
}
.why-select ul.content li:last-child {
  margin-right: 0;
}
.why-select ul.content li img.icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.why-select ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-top: 17px;
}
.why-select ul.content li p {
  margin-top: 7px;
}
.company {
  padding-top: 50px;
  padding-bottom: 48px;
  background-color: #F7F8FB;
}
.company ul.content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.company ul.content li {
  width: 205px;
  height: 84px;
}
.company ul.content li img {
  width: 100%;
  height: 100%;
  display: block;
}
.company ul.content li:nth-child(n + 7) {
  margin-top: 12px;
}
.pages {
  margin-top: 28px;
  display: flex;
  justify-content: end;
}
.pages .page_size {
  width: 112px;
  height: 32px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 4px 8px;
  font-family: 'PINGFANG-MEDIUM';
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/common/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 8px) center;
  cursor: pointer;
  margin-right: 12px;
}
.pages ul.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}
.pages ul.pagination li span,
.pages ul.pagination li a {
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  margin: 0 4px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.pages ul.pagination li:hover span,
.pages ul.pagination li.active span,
.pages ul.pagination li:hover a,
.pages ul.pagination li.active a {
  background-color: #004DF1;
  border-color: #004DF1;
  color: rgba(255, 255, 255, 0.9);
}
.pages ul.pagination li.disabled span {
  background-color: #fff;
  border-color: #DCDCDC;
}
.pages ul.pagination li.disabled span::after {
  opacity: 0.3;
}
.pages ul.pagination li:first-child a,
.pages ul.pagination li:last-child a,
.pages ul.pagination li:first-child span,
.pages ul.pagination li:last-child span {
  position: relative;
  color: transparent;
  border-color: transparent;
}
.pages ul.pagination li:first-child a::after,
.pages ul.pagination li:last-child a::after,
.pages ul.pagination li:first-child span::after,
.pages ul.pagination li:last-child span::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.pages ul.pagination li:first-child a::after,
.pages ul.pagination li:first-child span::after {
  background-image: url(../images/common/chevron-left.png);
}
.pages ul.pagination li:last-child a::after,
.pages ul.pagination li:last-child span::after {
  background-image: url(../images/common/chevron-right.png);
}
.environment {
  padding-top: 60px;
  padding-bottom: 48px;
}
.environment ul.content {
  flex-wrap: wrap;
  margin-top: 50px;
}
.environment ul.content li {
  width: calc(25% - 15px);
  margin-right: 20px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.environment ul.content li:nth-child(4n) {
  margin-right: 0;
}
.environment ul.content li:nth-child(n + 5) {
  margin-top: 30px;
}
.environment ul.content li img {
  display: block;
  width: 100%;
}
.environment ul.content li h6 {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
@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;
}

a.handle-btn {
    width: 462px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    // padding-left: 28px;
    border: 1px solid #277fef;
    border-radius: 26px;
    margin: 0 auto;
    span.zx-info {
        display: block;
        width: calc(100% - 190px);
        text-align: center;
        color: #666;
    }
    span.zx-btn {
        display: block;
        width: 190px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        background-color: #277fef;
        transform: translateX(1px);
    }
}

.company {
    padding-top: 69px;
    padding-bottom: 85px;

    .company-content {
        margin-top: 36px;

        ul {
            li {
                display: flex;
                margin-bottom: 16px;

                &:last-child {
                    margin-bottom: 0;
                }

                .item-td {
                    width: calc(20% - 17.6px);
                    border: 1px solid #d1c9c9;
                    padding: 5px;
                    margin-right: 22px;

                    &:last-child {
                        margin-right: 0;
                    }

                    img {
                        display: block;
                        max-width: 100%;
                        max-height: 100%;
                    }
                }
            }
        }

    }
}

