body,
html {
  background-color: #fff;
}
.inner-container {
  width: 1300px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  display: flex;
  flex-wrap: wrap;
}
.banner {
  position: relative;
}
.banner .info {
  width: 100%;
  position: absolute;
  top: 33.8%;
  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: 24px;
  line-height: 34px;
  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.7);
  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.7);
  margin-top: 10px;
}
.function {
  padding-top: 130px;
  padding-bottom: 62px;
  background-color: #F7FAFD;
}
.function ul.content {
  margin: 0;
  margin-top: 50px;
  list-style: none;
}
.function ul.content li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  padding: 32px 0 36px 0;
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
}
.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;
  margin: 0 auto;
}
.function ul.content li .icon img {
  width: 100%;
  height: 100%;
}
.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;
}
.function ul.content li .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 4px;
  margin-bottom: 0;
}
.values {
  padding-top: 101px;
  padding-bottom: 89px;
  background-image: url(bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.values .values-content {
  width: 560px;
  margin-top: 42px;
}
.values .values-content .items {
  padding: 36px 20px;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.values .values-content .items .img {
  width: 22px;
  height: 28px;
  position: relative;
}
.values .values-content .items .img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  max-width: 100%;
  transform: translateY(-50%);
}
.values .values-content .items .img img.active {
  opacity: 0;
}
.values .values-content .items h6 {
  width: calc(100% - 32px);
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.values .values-content .items:last-child {
  margin-bottom: 0;
}
.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 .img img {
  opacity: 0;
}
.values .values-content .items:hover .img img.active {
  opacity: 1;
}
.values .values-content .items:hover h6 {
  color: #fff;
}
.advantage {
  padding-top: 81px;
  padding-bottom: 110px;
}
.advantage ul.content {
  margin: 0;
  list-style: none;
  margin-top: 50px;
}
.advantage ul.content li {
  flex: 1;
  margin-right: 16px;
  padding: 35px 0 15px 0;
  border-radius: 14px 14px 14px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 240px;
}
.advantage ul.content li:last-child {
  margin-right: 0;
}
.advantage ul.content li .icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.advantage 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;
}
.advantage ul.content li .icon img.active {
  opacity: 0;
}
.advantage ul.content li .info {
  text-align: center;
  margin-top: 24px;
}
.advantage ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  transition: all 0.3s;
}
.advantage 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;
}
.advantage ul.content li:hover {
  background-color: #1D75EA;
  box-shadow: 0px 4px 16px 0px rgba(35, 104, 207, 0.2);
}
.advantage ul.content li:hover .icon img {
  opacity: 0;
}
.advantage ul.content li:hover .icon img.active {
  opacity: 1;
}
.advantage ul.content li:hover .info h5,
.advantage ul.content li:hover .info p {
  color: #fff;
}
.specs {
  padding-bottom: 110px;
}
.specs ul.content {
  margin: 0;
  list-style: none;
  margin-top: 37px;
}
.specs ul.content li {
  flex: 1;
  margin-right: 21px;
}
.specs ul.content li:last-child {
  margin-right: 0;
}
.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 32px 44px 40px;
}
.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.7);
  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.7);
}
.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;
}
.scene {
  padding-top: 80px;
  padding-bottom: 106px;
  background-color: #F7FAFD;
}
.scene .scene-content {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(35, 104, 207, 0.09);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #F4F4F4;
  display: flex;
}
.scene .scene-content .img {
  width: 688px;
  margin: 0 auto;
  margin-top: 133px;
  padding: 0 18px;
}
.scene .scene-content .img img {
  display: block;
  width: 100%;
}
.scene .scene-content .info {
  width: 512px;
  height: 704px;
  padding: 116px 45px 0 25px;
  background-color: #FAFAFB;
}
.scene .scene-content .info .items {
  flex: 1;
  margin-bottom: 26px;
}
.scene .scene-content .info .items:last-child {
  margin-bottom: 0;
}
.scene .scene-content .info .items h6 {
  padding-left: 23px;
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #000;
  background-image: url(cancel.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 16px;
}
.scene .scene-content .info .items p {
  margin: 0;
  margin-top: 16px;
  padding-left: 23px;
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
}
.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);
}
