* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'huakangheiti';
  src: url(./font.ttf);
}

body {
  min-width: 1440px;
  background-color: #fafafa;
}

.header {
  position: relative;
  width: 100%;
  height: 700px;
  background: linear-gradient(#3d78ff, #165dff);
}

.banner-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 550px;
  height: 700px;
}

.banner-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 889px;
  height: 700px;
}

.header-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1440px;
  height: 700px;
  padding: 30px 130px 140px 150px;
  margin: 0 auto;
}

.logo {
  width: 128px;
  height: 24px;
}

.logo-text {
  position: absolute;
  top: 25px;
  right: 140px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.introduce-content {
  display: flex;
  justify-content: space-between;
  height: 420px;
}

.introduce-info {
  padding: 60px 0 75px 0;
}

.en-name {
  font-family: Arial-Regular, Arial, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.name {
  font-family: PingFang SC-Semibold, PingFang SC, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  color: #fff;
}

.detail {
  width: 400px;
  height: 56px;
  margin-top: 40px;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
}

.button-group {
  display: flex;
  margin-top: 40px;
}

.link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 49px;
  margin-right: 20px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.login-button {
  background: #12d2ac;
}

.introduce-swiper-wrapper {
  width: 600px;
  height: 420px;
}

.swiper {
  width: 600px;
  height: 420px;
}

.swiper-image-item {
  width: 100%;
}

.features {
  width: 100%;
  height: 524px;
}

.features-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  height: 100%;
  padding: 80px 150px 99px;
  margin: 0 auto;
}

.features-title {
  height: 45px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #1d2129;
  white-space: nowrap;
}

.features-list {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  height: 260px;
  margin-top: 40px;
}

.features-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 212px;
  height: 260px;
  padding: 60px 16px 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(235, 238, 244, 0.8);
}

.features-list-item .features-icon {
  width: 60px;
  height: 60px;
  background-size: contain;
}

.features-icon-1 {
  background: url('./img/features/icon-1.png');
}

.features-icon-2 {
  background: url('./img/features/icon-2.png');
}

.features-icon-3 {
  background: url('./img/features/icon-3.png');
}

.features-icon-4 {
  background: url('./img/features/icon-4.png');
}

.features-icon-5 {
  background: url('./img/features/icon-5.png');
}

.features-name {
  height: 25px;
  margin-top: 30px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4e5969;
  white-space: nowrap;
}

.features-description {
  width: 180px;
  margin-top: 15px;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #86909c;
  text-align: center;
}

.institution {
  width: 100%;
  height: 600px;
  background: url('./img/institution-bg.png') center center no-repeat;
  background-size: cover;
}

.institution-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  height: 100%;
  padding: 63px 150px 62px;
  margin: 10px auto 0;
}

.institution-title {
  height: 45px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #1d2129;
  white-space: nowrap;
}

.institution-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 1140px;
  height: 380px;
  margin-top: 50px;
}

.institution-list-item {
  display: flex;
  flex-direction: column;
  width: 340px;
  height: 180px;
  padding: 30px 26px 10px 0;
  background: #fff;
  border: 1px solid #f2f3f5;
}

.institution-list-item .institution-icon {
  align-self: flex-end;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  background-size: contain;
}

.institution-icon-1 {
  background: url('./img/institution/icon-1.png');
}

.institution-icon-2 {
  background: url('./img/institution/icon-2.png');
}

.institution-icon-3 {
  background: url('./img/institution/icon-3.png');
}

.institution-icon-4 {
  background: url('./img/institution/icon-4.png');
}

.institution-icon-5 {
  background: url('./img/institution/icon-5.png');
}

.institution-icon-6 {
  background: url('./img/institution/icon-6.png');
}

.institution-name {
  position: relative;
  height: 25px;
  margin-left: 24px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #4e5969;
  white-space: nowrap;
}

.institution-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  content: '';
  background: linear-gradient(90deg, #165dff 0%, rgba(22, 93, 255, 0) 100%);
}

.institution-description {
  width: 270px;
  height: 40px;
  margin-top: 27px;
  margin-left: 24px;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #86909c;
}

.example {
  width: 100%;
  height: 741px;
  padding-top: 100px;
  background: linear-gradient(
    360deg,
    rgba(211, 218, 234, 0.49) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.example-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  height: 100%;
  padding: 50px 150px 100px;
  margin: 0 auto;
}

.example-title {
  height: 45px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #1d2129;
  white-space: nowrap;
}

.example-list-content {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  height: 406px;
  margin-top: 40px;
}

.example-name-list {
  flex: 0 0 200px;
  height: 100%;
}

.example-name-item {
  display: inline-block;
  height: 58px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 55px;
  color: #86909c;
  cursor: pointer;
}

.example-name-item-active {
  font-weight: 500;
  color: #4e5969;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.example-detail-list {
  flex: 0 0 900px;
  height: 100%;
  overflow: hidden;
}

.example-detail-item {
  display: flex;
}

.example-detail-image {
  flex: 0 0 494px;
  height: 406px;
}

.example-detail-content {
  flex: 0 0 406px;
  height: 406px;
  padding: 80px 26px 67px 40px;
  background: linear-gradient(360deg, #417afd 0%, #6291fe 100%);
}

.example-detail-title {
  width: 325px;
  height: 147px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.split-content {
  display: flex;
  align-items: center;
  width: 300px;
  height: 3px;
}

.split-block {
  flex: 0 0 25px;
  height: 3px;
  background: #fff;
}

.split-line {
  flex: 1 0 auto;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}

.statistics-content {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.statistics-item {
  flex: 0 0 150px;
  height: 80px;
  color: #fff;
}

.statistics-item-number {
  height: 43px;
  font-size: 24px;
}

.number-value {
  font-family: 'huakangheiti', sans-serif;
  font-size: 40px;
}

.ratio-number {
  color: #ffc251;
}

.statistics-item-name {
  height: 22px;
  margin-top: 12px;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.5;
}

.user {
  width: 100%;
  padding-top: 100px;
  background-color: #fff;
}

.user-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  height: 100%;
  padding: 50px 150px 51px;
  margin: 0 auto;
}

.user-title {
  height: 45px;
  font-family: PingFang SC-Medium, PingFang SC, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #1d2129;
  white-space: nowrap;
}

.user-type-tab-list {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
  border-bottom: 1px solid #e5e6eb;
}

.user-type-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 64px;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
  font-size: 24px;
  color: #86909c;
  white-space: nowrap;
  cursor: pointer;
}

.user-type-tab-item-active {
  font-weight: 500;
  color: #4e5969;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, rgba(22, 93, 255, 1), rgba(18, 210, 172, 1)) 3 3;
}

.user-list {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
  margin-top: 50px;
}

.user-list-item {
  width: 270px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.user-list-item:nth-child(4n) {
  margin-right: 0;
}

.gov-user-list-item {
  width: 560px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.gov-user-list-item:nth-child(2n) {
  margin-right: 0;
}

.user-list-item-image {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: 230px;
  padding-top: 90px;
  background-color: #fff;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  font-family: PingFang SC-Regular, PingFang SC, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #1d2129;
}

.icp {
  margin-top: 20px;
}
