.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 {
  width: 826px;
  padding: 159px 0 199px 0;
  margin-left: 224px;
  color: #fff;
  display: block;
}
.banner .info h1 {
  font-family: 'PINGFANG-Heavy';
  font-size: 46px;
  line-height: 65px;
  color: #3E4356;
  margin-bottom: 15px;
}
.banner .info p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 20px;
  line-height: 38px;
  color: #3E4356;
  margin-bottom: 0;
}
.banner .info a.zx-btn {
  display: flex;
  width: 240px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #174DD3;
  border-radius: 8px;
  margin-top: 25px;
  outline: none;
}
.banner .info a.zx-btn img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.banner .info a.zx-btn span {
  font-size: 22px;
  color: #fff;
}
a.common-btn {
  display: block;
  width: 400px;
  height: 48px;
  font-family: 'PINGFANG-REGULAR';
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #174DD3;
  border-radius: 8px;
  margin: 0 auto;
  outline: none;
}
.title h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #174DD3;
}
.title h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #3E4356;
  text-align: center;
  margin-top: 5px;
}
.problem {
  padding: 90px 0;
}
.problem .content {
  margin-top: 50px;
  justify-content: center;
}
.problem .content .items {
  width: 380px;
  margin-right: 25px;
  padding: 40px 32px 52px 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.problem .content .items:last-child {
  margin-right: 0;
}
.problem .content .items .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.problem .content .items .icon img {
  width: 100%;
  display: block;
}
.problem .content .items .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.problem .content .items .info p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.problem a.common-btn {
  margin-top: 70px;
}
.product .market {
  background-image: url(../images/market_bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 128px;
  position: relative;
}
.product .market h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.product .market .market-img {
  width: 292px;
  height: 300px;
  position: absolute;
  right: 150px;
  bottom: 30px;
}
.product .market .market-img img {
  width: 100%;
  display: block;
}
.product .product-content {
  margin-top: -80px;
  background-color: #F8FBFF;
  padding-bottom: 90px;
}
.product .product-content .content {
  flex-wrap: wrap;
}
.product .product-content .content .items {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 26px 30px 21px 40px;
  background-color: #fff;
  box-shadow: 7px 8px 21px 1px rgba(135, 135, 135, 0.06);
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.product .product-content .content .items:nth-child(2n) {
  margin-right: 0;
}
.product .product-content .content .items:nth-child(n + 3) {
  margin-top: 20px;
}
.product .product-content .content .items h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product .product-content .content .items h3 img {
  width: 59px;
  height: 59px;
  margin-right: 16px;
}
.product .product-content .content .items h3 span {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #2F3343;
}
.product .product-content .content .items p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 16px;
  line-height: 28px;
  color: #747474;
  margin: 0;
  min-height: 84px;
}
.product .product-content .content a.common-btn {
  margin-top: 70px;
}
.advantage {
  padding: 90px 0;
}
.advantage .content {
  flex-wrap: wrap;
  margin-top: 50px;
}
.advantage .content .items {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  padding: 25px 28px 50px 24px;
  border-radius: 8px;
  transition: all 0.3s;
}
.advantage .content .items:hover {
  box-shadow: 7px 8px 21px 1px rgba(135, 135, 135, 0.06);
}
.advantage .content .items:nth-child(3n) {
  margin-right: 0;
}
.advantage .content .items:nth-child(n + 4) {
  margin-top: 15px;
}
.advantage .content .items h3 {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.advantage .content .items h3 img {
  width: 49px;
  height: 50px;
  margin-right: 15px;
}
.advantage .content .items h3 span {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #2F3343;
}
.advantage .content .items p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: #747474;
  min-height: 84px;
  margin: 0;
}
.advantage a.common-btn {
  margin-top: 70px;
}
.profunc {
  background-color: #F8FBFF;
  padding-top: 88px;
  padding-bottom: 119px;
  background-image: url(../images/func_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.profunc .content {
  align-items: center;
  margin-top: 49px;
}
.profunc .content .left-type {
  width: 200px;
  padding-right: 24px;
  margin-top: -28px;
}
.profunc .content .left-type .swiper-wrapper {
  transform: none !important;
}
.profunc .content .left-type .swiper-slide {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.profunc .content .left-type .swiper-slide:last-child {
  margin-bottom: 0;
}
.profunc .content .left-type .swiper-slide::after {
  display: block;
  content: '';
  width: 6px;
  height: 24px;
  background-color: #174DD3;
  margin-left: 12px;
  opacity: 0;
}
.profunc .content .left-type .swiper-slide h5 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 22px;
  line-height: 30px;
  color: #2F3343;
  transition: all 0.3s;
}
.profunc .content .left-type .swiper-slide-thumb-active::after {
  opacity: 1;
}
.profunc .content .left-type .swiper-slide-thumb-active h5 {
  font-family: 'PINGFANG-BOLD';
}
.profunc .content .right-content {
  width: calc(100% - 200px);
  padding-bottom: 28px;
}
.profunc .content .right-content .swiper-slide {
  position: relative;
}
.profunc .content .right-content .swiper-slide img {
  width: 100%;
  display: block;
}
.profunc .content .right-content .swiper-slide .info {
  position: absolute;
  top: 56px;
  left: 57px;
}
.profunc .content .right-content .swiper-slide .info h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.profunc .content .right-content .swiper-slide .info h3::after {
  display: block;
  content: '';
  width: 360px;
  height: 1px;
  background: linear-gradient(101deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 20px;
}
.profunc .content .right-content .swiper-slide .info p {
  font-family: 'PINGFANG-REGULAR';
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 17px 0;
}
.profunc .content .right-content .swiper-slide .info a {
  display: block;
  width: 124px;
  height: 28px;
  background-color: #174DD3;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
.profunc .content .right-content .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.profunc .content .right-content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.profunc .content .right-content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #174DD3;
}
.access {
  padding-top: 94px;
  padding-bottom: 98px;
  background-image: url(../images/access_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.access ul.content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}
.access ul.content li {
  flex: 1;
  text-align: center;
}
.access ul.content li .icon {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.access ul.content li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.access ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #2F3343;
  margin-bottom: 10px;
}
.access ul.content li .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 14px;
  line-height: 28px;
  color: #747474;
  margin: 0;
}
.access ul.content li .info p a {
  color: #174DD3;
  outline: none;
}
.access a.common-btn {
  margin-top: 88px;
}
.service {
  padding-bottom: 90px;
}
.service .market {
  padding: 29px 0;
  background-image: url(../images/market_bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service .market .info h2 {
  font-family: 'PINGFANG-BOLD';
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.service .content {
  margin-top: 80px;
}
.service .content .items {
  margin-right: auto;
}
.service .content .items:last-child {
  margin-right: 0;
}
.service .content .items h5 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.service .content .items h5 img {
  width: 26px;
  margin-right: 9px;
}
.service .content .items h5 span {
  width: calc(100% - 35px);
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #2F3343;
}
.service .content .items p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: #747474;
  margin: 0;
}
.service a.common-btn {
  margin-top: 68px;
}
@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;
}
