.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  display: flex;
}
main {
  background-color: #fff;
  font-family: 'PINGFANG-REGULAR';
}
.banner {
  position: relative;
  display: block;
}
.banner .info {
  padding: 169px 0 228px 224px;
  background-image: url(../images/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  background-color: #3a64f6;
  display: block;
}
.banner .info h1 {
  font-family: 'PINGFANG-Heavy';
  font-size: 46px;
  font-weight: 800;
  line-height: 65px;
  color: #fff;
  margin-bottom: 20px;
}
.banner .info h6 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.banner .info h6:last-of-type {
  margin-top: 10px;
}
.banner .info a.zx-btn {
  margin-top: 28px;
}
.banner img {
  width: 100%;
  display: block;
}
a.zx-btn {
  display: block;
  width: 156px;
  height: 49px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 22px;
  font-weight: 400;
  line-height: 49px;
  text-align: center;
  color: #fff;
  background: #274B93;
  border-radius: 8px;
}
a.common-btn {
  display: block;
  width: 143px;
  height: 40px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #174DD3;
  border-radius: 8px;
}
.nav-list {
  background: #BED7F0;
  top: 88px;
  left: 0;
  z-index: 3;
}
.nav-list ul.content {
  width: 1105px;
  margin: 0 auto;
  list-style: none;
  justify-content: space-between;
}
.nav-list ul.content li a {
  display: block;
  padding: 22px 62.5px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #425AA3;
  position: relative;
}
.nav-list ul.content li.active a {
  background-color: #4368eb;
  color: #fff;
}
.nav-list ul.content li:hover a:hover {
  background-color: #4368eb;
  color: #fff;
}
#intro {
  background: linear-gradient(92deg, #FFFFFF 0%, #F5F5F5 100%);
}
#intro .intro-container {
  width: 1224px;
  margin: 0 auto;
}
#intro .intro-container .left-info {
  width: calc(100% - 672px);
  padding: 0 40px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}
#intro .intro-container .left-info .intro-logo {
  width: 307px;
  margin-bottom: 6px;
}
#intro .intro-container .left-info .intro-logo img {
  width: 100%;
  display: block;
}
#intro .intro-container .left-info h2 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #3e4356;
}
#intro .intro-container .left-info ul.content {
  width: 100%;
  margin: 0;
  margin-top: 31px;
  list-style: none;
  justify-content: space-around;
}
#intro .intro-container .left-info ul.content li .icon {
  width: auto;
  height: 30px;
  margin-bottom: 14px;
}
#intro .intro-container .left-info ul.content li .icon img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
#intro .intro-container .left-info ul.content li h6 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #3E4356;
}
#intro .intro-container .left-info a.common-btn {
  margin-top: 40px;
}
#intro .intro-container .right-img {
  width: 672px;
}
#intro .intro-container .right-img img {
  width: 100%;
  display: block;
}
.appraise {
  padding-top: 46px;
  padding-bottom: 45px;
  background: #F8FBFF;
}
.appraise ul.content {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0 59px;
  justify-content: space-between;
}
.appraise ul.content li .count {
  width: auto;
  height: 66px;
  margin-bottom: 20px;
}
.appraise ul.content li .count img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.appraise ul.content li h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #3E4356;
}
.title h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #344ECC;
}
.title h6 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  color: #3E4356;
  margin-top: 10px;
}
#scope {
  padding-top: 90px;
  padding-bottom: 110px;
}
#scope ul.content {
  list-style: none;
  margin: 0;
  margin-top: 38px;
  flex-wrap: wrap;
}
#scope ul.content li {
  width: calc(33.33% - 18px);
  margin-right: 27px;
  border-radius: 8px;
  overflow: hidden;
}
#scope ul.content li:nth-child(3n) {
  margin-right: 0;
}
#scope ul.content li:nth-child(n + 4) {
  margin-top: 40px;
}
#scope ul.content li .top-box {
  padding: 51px 0;
  background-color: #F8FBFF;
}
#scope ul.content li .top-box .icon {
  width: auto;
  height: 53px;
  margin-bottom: 24px;
  position: relative;
  transition: all 0.3s;
}
#scope ul.content li .top-box .icon img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
#scope ul.content li .top-box .icon img.active {
  opacity: 0;
}
#scope ul.content li .top-box h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #3E4356;
  margin-bottom: 8px;
  transition: all 0.3s;
}
#scope ul.content li .top-box p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #747474;
  margin-bottom: 0;
  transition: all 0.3s;
}
#scope ul.content li .bottom-box {
  background-color: #F2F2F2;
}
#scope ul.content li .bottom-box h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  font-weight: bold;
  line-height: 71px;
  text-align: center;
  color: #174DD3;
}
#scope ul.content li:hover .top-box {
  background-color: #174DD3;
}
#scope ul.content li:hover .top-box .icon img {
  opacity: 0;
}
#scope ul.content li:hover .top-box .icon img.active {
  opacity: 1;
}
#scope ul.content li:hover .top-box h3,
#scope ul.content li:hover .top-box p {
  color: #fff;
}
#scope a.common-btn {
  width: 400px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 80px;
}
.market {
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.market .market-content {
  padding-top: 25px;
  padding-bottom: 43px;
}
.market .market-content .img {
  width: 257px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.market .market-content .img img {
  width: 100%;
  display: block;
}
.market .market-content h2 {
  font-family: 'PINGFANG-BOLD';
  font-size: 26px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  color: #fff;
}
.market .market-content a.common-btn {
  margin: 0 auto;
  margin-top: 23px;
  background-color: #fff;
  color: #174DD3;
}
#process {
  padding-top: 90px;
  padding-bottom: 110px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#process ul.content {
  list-style: none;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 20px;
  justify-content: space-between;
}
#process ul.content li .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#process ul.content li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
#process ul.content li .info {
  position: relative;
}
#process ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #3E4356;
  position: relative;
}
#process ul.content li .info h5::after {
  display: block;
  content: '';
  width: 60px;
  height: 18px;
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
#process ul.content li .info p {
  width: 200px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #747474;
  margin: 0;
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
}
#process ul.content li:last-child .info h5::after {
  display: none;
}
#process a.common-btn {
  width: 400px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 144px;
}
#advantage {
  padding-top: 90px;
  padding-bottom: 110px;
}
#advantage ul.icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 58px;
  list-style: none;
  margin: 0;
  margin-top: 90px;
}
#advantage ul.icon-content li .icon {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  margin-bottom: 12px;
}
#advantage ul.icon-content li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
#advantage ul.icon-content li .info {
  text-align: center;
}
#advantage ul.icon-content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #892066;
  margin-bottom: 8px;
}
#advantage ul.icon-content li .info p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 16px;
  font-weight: 400;
  color: #747474;
  line-height: 26px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#advantage ul.content {
  list-style: none;
  margin: 0;
  margin-top: 60px;
}
#advantage ul.content li {
  width: 50%;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#advantage ul.content li .info {
  padding: 78px 0 0 50px;
}
#advantage ul.content li .info h4,
#advantage ul.content li .info p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
#advantage ul.content li .info h4::after {
  display: block;
  content: '';
  width: 49px;
  height: 4px;
  background-color: #fff;
  margin: 10px 0;
}
.market2 {
  padding-top: 53px;
  padding-bottom: 40px;
  background-image: url(../images/bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.market2 .market-content h2 {
  font-family: 'PINGFANG-BOLD';
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 37px;
  text-align: center;
}
.market2 .market-content a.common-btn {
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  color: #174DD3;
}
#case {
  padding-top: 90px;
  padding-bottom: 115px;
}
#case ul.content {
  list-style: none;
  margin: 0;
  margin-top: 50px;
}
#case ul.content li {
  flex: 1;
  margin-right: 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#case ul.content li:last-child {
  margin-right: 0;
}
#case ul.content li img {
  width: 100%;
  display: block;
}
#case ul.content li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  background: linear-gradient(360deg, #174DD3 0%, #D51C34 100%);
  opacity: 0;
  transition: all 0.3s;
}
#case ul.content li .mask .case-logo1 {
  width: 110px;
  display: block;
}
#case ul.content li .mask .case-logo2 {
  width: 197px;
  display: block;
  margin: 0 auto;
  margin-top: 115px;
}
#case ul.content li:hover .mask {
  opacity: 0.8;
}
.section-two {
  padding: 60px 0;
}
.section-two h5 {
  font-family: 'PINGFANG-BOLD';
}
@font-face {
  font-family: 'PINGFANG-Heavy';
  src: url(../fonts/PINGFANG-HEAVY.TTF);
}
@font-face {
  font-family: 'PINGFANG-BOLD';
  src: url(../fonts/PINGFANG-BOLD.TTF);
}
@font-face {
  font-family: 'PINGFANG-MEDIUM';
  src: url(../fonts/PINGFANG-MEDIUM.TTF);
}
@font-face {
  font-family: 'PINGFANG-REGULAR';
  src: url(../fonts/PINGFANG-REGULAR.TTF);
}
@font-face {
  font-family: 'PINGFANG-LIGHT';
  src: url(../fonts/PINGFANG-LIGHT.TTF);
}
