.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  display: flex;
}
main {
  background-color: #fff;
  font-family: 'PINGFANG-REGULAR';
}
.banner {
  display: block;
  background-image: url(../images/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner .info {
  padding: 223px 0 222px 0;
  color: #fff;
  display: block;
}
.banner .info h1 {
  font-family: 'PINGFANG-BOLD';
  font-size: 44px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 24px;
}
.banner .info h6 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.banner .info a.zx-btn {
  margin-top: 26px;
}
.banner-foot {
  padding-top: 39px;
  padding-bottom: 33px;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-foot ul.content {
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.banner-foot ul.content li {
  text-align: center;
}
.banner-foot ul.content li img {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
.banner-foot ul.content li h5 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
a.zx-btn {
  display: block;
  width: 268px;
  height: 58px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 22px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  background: #004CFF;
}
a.common-btn {
  display: block;
  width: 300px;
  height: 48px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #004CFF;
}
.title h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #141414;
}
.market {
  padding-top: 78px;
  padding-bottom: 90px;
  background-color: #F2F6FA;
}
.market .content {
  padding: 0 22px 0 12px;
  align-items: center;
  margin-top: 30px;
}
.market .content ul {
  list-style: none;
  margin: 0;
}
.market .content .left-market-nav {
  width: 120px;
}
.market .content .left-market-nav li {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #141414;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.market .content .left-market-nav li:last-child {
  margin-bottom: 0;
}
.market .content .left-market-nav li::after {
  display: block;
  content: '';
  width: 16px;
  height: 14px;
  background-color: #004CFF;
  border-radius: 0px 9px 9px 0px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.market .content .left-market-nav li:hover {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
}
.market .content .left-market-nav li:hover::after {
  opacity: 1;
}
.market .content .left-market-nav li.active {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
}
.market .content .left-market-nav li.active::after {
  opacity: 1;
}
.market .content .right-detail {
  width: calc(100% - 158px);
  height: 342px;
  margin-left: auto;
  padding-right: 26px;
  padding-top: 84px;
  padding: 84px 108px 0 46px;
  background-color: #fff;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.market .content .right-detail ul li {
  display: none;
}
.market .content .right-detail ul li .market-content {
  display: flex;
}
.market .content .right-detail ul li .market-content .items {
  text-align: center;
}
.market .content .right-detail ul li .market-content .items img {
  width: 72px;
  height: 72px;
}
.market .content .right-detail ul li .market-content .items h5 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 25px;
  color: #141414;
  margin-top: 14px;
}
.market .content .right-detail ul li .market-content .items:last-child {
  margin-right: 0 !important;
}
.market .content .right-detail ul li.active {
  display: block;
}
.market .content .right-detail ul li:nth-child(1) .market-content .items {
  margin-right: 93px;
}
.market .content .right-detail ul li:nth-child(2) .market-content .items {
  margin-right: 76px;
}
.market .content .right-detail ul li:nth-child(3) .market-content,
.market .content .right-detail ul li:nth-child(4) .market-content,
.market .content .right-detail ul li:nth-child(5) .market-content {
  justify-content: space-between;
}
.advantage {
  padding-top: 90px;
  padding-bottom: 106px;
  background-image: url(../images/bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage ul.content {
  list-style: none;
  margin: 0;
  margin-top: 50px;
}
.advantage ul.content li {
  width: calc(25% - 16px);
  margin-right: 20px;
  padding: 47px 35px 58px 35px;
  background-color: #F2F6FA;
  border-radius: 8px;
  text-align: center;
}
.advantage ul.content li:last-child {
  margin-right: 0;
}
.advantage ul.content li img {
  width: 41px;
  height: 41px;
  margin-bottom: 16px;
}
.advantage ul.content li h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 16px;
}
.advantage ul.content li p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 14px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 0;
}
.process {
  padding-top: 86px;
  padding-bottom: 93px;
  background-color: #F2F6FA;
}
.process .process-content {
  width: 950px;
  margin: 0 auto;
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}
.process .process-content .items {
  text-align: center;
}
.process .process-content .items img {
  width: 64px;
  height: 64px;
}
.process .process-content .items h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  margin-top: 12px;
}
.process a.common-btn {
  margin: 0 auto;
  margin-top: 83px;
}
.process a.chat-btn {
  display: block;
  width: 100px;
  height: 25px;
  padding-left: 28px;
  background-image: url(../images/chat-icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 25px;
  color: #004CFF;
  margin: 0 auto;
  margin-top: 19px;
}
.aptitude {
  padding-top: 80px;
  padding-bottom: 72px;
  position: relative;
}
.aptitude::after {
  display: block;
  content: '';
  width: 100%;
  height: 450px;
  background: linear-gradient(180deg, rgba(242, 246, 250, 0) 0%, #F2F6FA 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.aptitude ul.content {
  list-style: none;
  margin: 0;
  margin-top: 40px;
  flex-wrap: wrap;
}
.aptitude ul.content li {
  width: calc(16.66% - 10px);
  height: 260px;
  margin-right: 12px;
}
.aptitude ul.content li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aptitude ul.content li:nth-child(6n) {
  margin-right: 0;
}
.aptitude ul.content li:nth-child(n + 7) {
  margin-top: 13px;
}
.aptitude a.more-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 69px;
  position: relative;
  z-index: 2;
}
.aptitude a.more-btn::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4px;
}
.aptitude a.more-btn span {
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 25px;
  color: #141414;
}
.appraise {
  padding: 90px 0;
  background-image: url(../images/bg4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appraise .title h3 {
  color: #fff;
}
.appraise .appraise-slick {
  cursor: pointer;
  margin-top: 70px;
}
.appraise .appraise-slick .slick-slide {
  opacity: 0.5;
  transition: all 0.3s;
}
.appraise .appraise-slick .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  margin-bottom: 0;
}
.appraise .appraise-slick .slick-dots li {
  list-style: none;
  margin-right: 8px;
  font-size: 0;
}
.appraise .appraise-slick .slick-dots li button {
  width: 68px;
  height: 2px;
  background-color: #0030A2 !important;
  padding: 0;
  border: none !important;
  overflow: hidden;
  color: transparent;
}
.appraise .appraise-slick .slick-dots li.slick-active button {
  background-color: #fff !important;
}
.appraise .appraise-slick .items {
  display: flex;
  margin-right: 48px;
}
.appraise .appraise-slick .items .left-avatar {
  width: 88px;
  height: 88px;
}
.appraise .appraise-slick .items .left-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}
.appraise .appraise-slick .items .right-info {
  width: calc(100% - 106px);
  padding: 30px 38px 0 48px;
  height: 212px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 0 25px 25px 25px;
  position: relative;
}
.appraise .appraise-slick .items .right-info::before {
  display: block;
  content: '';
  width: 10px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -10px;
}
.appraise .appraise-slick .items .right-info h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 16px;
}
.appraise .appraise-slick .items .right-info p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 14px;
  line-height: 28px;
  color: #141414;
}
.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-display: swap;
}
@font-face {
  font-family: 'PINGFANG-BOLD';
  src: url(../fonts/PINGFANG-BOLD.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-MEDIUM';
  src: url(../fonts/PINGFANG-MEDIUM.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-REGULAR';
  src: url(../fonts/PINGFANG-REGULAR.TTF);
  font-display: swap;
}
@font-face {
  font-family: 'PINGFANG-LIGHT';
  src: url(../fonts/PINGFANG-LIGHT.TTF);
  font-display: swap;
}
