body,
html {
  background-color: #fff;
}
.waf-container {
  width: 1300px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  display: flex;
  flex-wrap: wrap;
}
.banner {
  padding-top: 88px;
  position: relative;
}
.banner .info {
  width: 100%;
  position: absolute;
  top: 282px;
  color: #000;
}
.banner .info h1 {
  font-family: 'PINGFANG-Heavy';
  font-size: 46px;
  line-height: 64px;
  margin: 0;
  padding: 0;
}
.banner .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.top-intro {
  width: 100%;
  position: absolute;
  z-index: 3;
}
.top-intro ul.content {
  width: 100%;
  margin: 0;
  list-style: none;
  margin-top: -71px;
}
.top-intro ul.content li {
  flex: 1;
  margin-right: 18px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 11px 0px rgba(35, 104, 207, 0.09);
  border-radius: 14px 14px 14px 14px;
  padding: 30px 20px 23px 30px;
  overflow: hidden;
  position: relative;
}
.top-intro ul.content li:last-child {
  margin-right: 0;
}
.top-intro ul.content li::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(8px);
  -webkit-backdrop-filter: brightness(1) blur(8px);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-intro ul.content li .info {
  position: relative;
  z-index: 2;
}
.top-intro ul.content li .info h3 {
  display: flex;
  align-items: center;
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.top-intro ul.content li .info h3 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.top-intro ul.content li .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-top: 8px;
}
.top-intro ul.content li .info .arrow-right {
  width: 36px;
  height: 36px;
  background-image: url(../waf/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-intro ul.content li:hover .info .arrow-right {
  background-image: url(../waf/arrow_active.png);
}
.title h3 {
  font-family: 'PINGFANG-Heavy';
  font-size: 36px;
  line-height: 50px;
  color: #000;
}
.title h6 {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}
.function {
  padding-top: 130px;
  padding-bottom: 60px;
  background-color: #F7FAFD;
}
.function ul.content {
  margin: 0;
  list-style: none;
  margin-top: 50px;
}
.function ul.content li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  padding: 32px;
  border-radius: 14px 14px 14px 14px;
  min-height: 356px;
  background-color: #fff;
}
.function ul.content li:nth-child(3n) {
  margin-right: 0;
}
.function ul.content li:nth-child(n + 4) {
  margin-top: 30px;
}
.function ul.content li .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0 auto;
}
.function ul.content li .icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.function ul.content li .info {
  text-align: center;
  margin-top: 20px;
}
.function ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  transition: all 0.3s;
}
.function ul.content li .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  margin-top: 4px;
  transition: all 0.3s;
}
.values {
  padding-top: 101px;
  padding-bottom: 271px;
  background-image: url(../xydwaf/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.values .title {
  float: left;
}
.values .values-content {
  width: 790px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.values .values-content .items {
  width: calc(50% - 15px);
  padding: 32px 40px 40px 40px;
  margin-right: 30px;
  border-radius: 14px;
  background-color: #fff;
  transition: all 0.3s;
}
.values .values-content .items:nth-child(2n) {
  margin-right: 0;
}
.values .values-content .items:nth-child(n + 3) {
  margin-top: 30px;
}
.values .values-content .items h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.values .values-content .items p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
.values .values-content .items:hover {
  background-color: #1D75EA;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.values .values-content .items:hover h5 {
  color: #fff;
}
.values .values-content .items:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.specs {
  padding-top: 80px;
  padding-bottom: 120px;
}
.specs ul.content {
  margin: 0;
  list-style: none;
  margin-top: 37px;
  flex-wrap: wrap;
}
.specs ul.content li {
  width: calc(33.33% - 14px);
  margin-right: 21px;
}
.specs ul.content li:nth-child(3n) {
  margin-right: 0;
}
.specs ul.content li:nth-child(n + 4) {
  margin-top: 20px;
}
.specs ul.content li .top-item {
  height: 150px;
  padding: 30px;
  background-color: #1D75EA;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.specs ul.content li .top-item h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.specs ul.content li .bottom-item {
  position: relative;
  margin-top: -63px;
  box-shadow: 0px 4px 16px 0px rgba(35, 104, 207, 0.09);
  border-radius: 14px 14px 14px 14px;
  overflow: hidden;
}
.specs ul.content li .bottom-item::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(16px);
  -webkit-backdrop-filter: brightness(1) blur(16px);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.specs ul.content li .bottom-item .info {
  position: relative;
  z-index: 3;
  padding: 30px 25px 44px 30px;
}
.specs ul.content li .bottom-item .info p {
  min-height: 84px;
  font-family: 'PINGFANG-MEDIUM';
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.specs ul.content li .bottom-item .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 28px;
  color: #F40000;
  margin-top: 42px;
}
.specs ul.content li .bottom-item .info span {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 12px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
}
.specs ul.content li .bottom-item .info a {
  display: flex;
  align-items: center;
  margin-top: 32px;
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 22px;
  color: #1D75EA;
}
.specs ul.content li .bottom-item .info a::after {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(btn-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 3px;
}
.product {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #F7FAFD;
}
.product .product-content {
  position: relative;
  margin-top: 40px;
}
.product .product-content .top-type {
  position: absolute;
  right: 0;
  top: -77px;
}
.product .product-content .top-type ul.content {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: end;
}
.product .product-content .top-type ul.content li {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 0 40px;
  padding-bottom: 8px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.product .product-content .top-type ul.content li::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #1D75EA;
  margin-top: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.product .product-content .top-type ul.content li:hover {
  color: #1D75EA;
}
.product .product-content .top-type ul.content li:hover::after {
  width: 100%;
}
.product .product-content .top-type ul.content li.active {
  color: #1D75EA;
}
.product .product-content .top-type ul.content li.active::after {
  width: 100%;
}
.product .product-content .product-frame {
  width: 100%;
  height: 524px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(35, 104, 207, 0.09);
  position: relative;
}
.product .product-content .product-frame .items {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: 0;
  opacity: 0;
  background-color: #F4F4F4;
}
.product .product-content .product-frame .items .left-img {
  width: 688px;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.product .product-content .product-frame .items .left-img img {
  height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.product .product-content .product-frame .items .right-info {
  width: calc(100% - 688px);
  padding: 80px 38px 80px 50px;
}
.product .product-content .product-frame .items .right-info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 16px;
}
.product .product-content .product-frame .items .right-info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.product .product-content .product-frame .items.active {
  opacity: 1;
  z-index: 2;
}
.problem {
  padding-top: 80px;
  padding-bottom: 74px;
  background-image: url(../xydwaf/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.problem .pro-content {
  padding-left: 20px;
  width: 638px;
  margin-top: 56px;
}
.problem .pro-content a:last-child .items {
  margin-bottom: 0;
}
.problem .pro-content .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.problem .pro-content .items h5 {
  width: calc(100% - 114px);
  padding-left: 25px;
  position: relative;
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
}
.problem .pro-content .items h5::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../xydwaf/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.problem .pro-content .items span {
  width: 114px;
  text-align: left;
  position: relative;
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 24px;
  color: #1D75EA;
}
.problem .pro-content .items span::before {
  display: block;
  content: '';
  width: 64px;
  height: 1px;
  background-color: #1D75EA;
  position: absolute;
  left: 0;
  bottom: 0;
}
.problem .pro-content .items span::after {
  display: block;
  content: '';
  width: 24px;
  height: 18px;
  background-image: url(../xydwaf/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.case {
  padding-top: 80px;
  padding-bottom: 98px;
  background-image: url(../waf/bg-2.png);
}
.case ul.content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 32px;
}
.case ul.content li {
  width: calc(20% - 16px);
  margin-right: 20px;
  background-color: #fff;
}
.case ul.content li:nth-child(5n) {
  margin-right: 0;
}
.case ul.content li:nth-child(n + 6) {
  margin-top: 30px;
}
@font-face {
  font-family: 'PINGFANG-Heavy';
  src: url(../font/PINGFANG-HEAVY.TTF);
}
@font-face {
  font-family: 'PINGFANG-BOLD';
  src: url(../font/PINGFANG-BOLD.TTF);
}
@font-face {
  font-family: 'PINGFANG-MEDIUM';
  src: url(../font/PINGFANG-MEDIUM.TTF);
}
@font-face {
  font-family: 'PINGFANG-REGULAR';
  src: url(../font/PINGFANG-REGULAR.TTF);
}
@font-face {
  font-family: 'PINGFANG-LIGHT';
  src: url(../font/PINGFANG-LIGHT.TTF);
}
