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: 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.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: 82px;
  background-image: url(../rzsj/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.function ul.content {
  margin: 0;
  margin-top: 50px;
  list-style: none;
}
.function ul.content li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  padding-top: 32px;
  padding-bottom: 24px;
  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: 81px;
  padding-bottom: 60px;
}
.values .values-content {
  margin-top: 62px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.values .values-content .left-type {
  width: 250px;
}
.values .values-content .left-type .items {
  width: 100%;
  padding: 15px 30px 15px 39px;
  margin-bottom: 34px;
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 28px;
  color: #333;
  border-radius: 34px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
}
.values .values-content .left-type .items::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../rzsj/arrow-right.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
}
.values .values-content .left-type .items:last-child {
  margin-bottom: 0;
}
.values .values-content .left-type .items.active {
  background-color: #1D75EA;
  color: #fff;
  font-size: 20px;
}
.values .values-content .left-type .items.active::after {
  opacity: 1;
}
.values .values-content .left-type .items:hover {
  background-color: #1D75EA;
  color: #fff;
}
.values .values-content .left-type .items:hover::after {
  opacity: 1;
}
.values .values-content .right-info {
  width: 980px;
  height: 360px;
  margin-left: auto;
  position: relative;
}
.values .values-content .right-info .items {
  padding: 80px 99px 0 57px;
  width: 100%;
  height: 360px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.values .values-content .right-info .items .info h4 {
  font-family: 'PINGFANG-BOLD';
  font-size: 28px;
  line-height: 39px;
  color: #fff;
}
.values .values-content .right-info .items .info h4::after {
  display: block;
  content: '';
  width: 109px;
  height: 4px;
  background-color: #1D75EA;
  margin-top: 16px;
}
.values .values-content .right-info .items .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  margin-top: 18px;
}
.values .values-content .right-info .items.active {
  opacity: 1;
  z-index: 1;
}
.advantage {
  padding-top: 80px;
  padding-bottom: 100px;
}
.advantage ul.content {
  margin: 0;
  list-style: none;
  margin-top: 50px;
}
.advantage ul.content li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  padding: 34px 36px 24px 36px;
  border-radius: 14px 14px 14px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 240px;
  box-sizing: border-box;
}
.advantage ul.content li:nth-child(3n) {
  margin-right: 0;
}
.advantage ul.content li:nth-child(n + 4) {
  margin-top: 30px;
}
.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;
}
.arrange {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #F7FAFD;
}
.arrange .arrange-content {
  display: flex;
  box-shadow: 0px 4px 16px 0px rgba(35, 104, 207, 0.09);
  border-radius: 14px 14px 14px 14px;
  opacity: 1;
  border: 1px solid #F4F4F4;
  overflow: hidden;
  margin-top: 40px;
}
.arrange .arrange-content .left-info {
  padding: 70px 54px 48px 55px;
  width: 630px;
  background-color: #fff;
}
.arrange .arrange-content .right-info {
  padding: 70px 66px 72px 66px;
  width: 570px;
  background-color: #FAFAFB;
}
.arrange .arrange-content .right-info .img {
  margin-top: 80px;
}
.arrange .arrange-content .info {
  padding: 0 16px;
}
.arrange .arrange-content .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.arrange .arrange-content .info p {
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
  min-height: 104px;
  margin: 0;
  margin-top: 16px;
}
.arrange .arrange-content .info::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 44px;
}
.arrange .arrange-content .img {
  margin-top: 56px;
}
.arrange .arrange-content .img img {
  width: 100%;
  display: block;
}
.policy {
  padding-top: 80px;
  padding-bottom: 95px;
  background-image: url(../rzsj/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.policy .policy-content {
  width: 1160px;
  margin: 0 auto;
  margin-top: 56px;
}
.policy .policy-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy .policy-content ul li {
  padding-left: 25px;
  margin-bottom: 30px;
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.policy .policy-content ul li:last-child {
  margin-bottom: 0;
}
.policy .policy-content ul li::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(left-icon.png);
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}
.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);
}
