html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9999;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.header-container {
  width: 1500px;
}
.header-flex {
  padding: 35px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: flex-end;
}
.header-logo img {
  width: 40px;
}
.header-title {
  margin-left: 18px;
  line-height: 40px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-login {
  margin-left: 40px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  padding: 6px 21px;
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  cursor: pointer;
}
.header-mobile-area {
  display: flex;
}
.header-mobile-icon img {
  width: 24px;
  height: 22px;
}
.header-mobile {
  margin-left: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
}
.banner-container {
  position: relative;
  width: 100%;
  height: 967px;
  background-image: url('./img/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-title {
  padding-top: 194px;
  text-align: center;
  font-weight: 500;
  font-size: 60px;
  color: #ffffff;
}
.banner-subtitle {
  margin-top: 29px;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  color: #ffffff;
}
.banner-img-content {
  display: flex;
  justify-content: center;
}
.banner-img {
  width: 1040px;
}
.banner-img img {
  width: 100%;
}
.section-title {
  margin-left: auto;
  margin-right: auto;
}
.section-title-text {
  font-weight: 500;
  font-size: 32px;
  color: #1d2129;
  text-align: center;
}
.section-title-line {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
.section-title-line-left {
  width: 40px;
  height: 5px;
  background-color: #cb2634;
}
.section-title-line-right {
  width: 40px;
  height: 5px;
  background-color: #1d2129;
}
.merit-statistics-container {
  background: #f7f8f8;
}
.statistics-container {
  margin-top: -145px;
  height: 350px;
  background-image: url('./img/statistics.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.merit-container {
  display: flex;
  justify-content: center;
}
.merit-area {
  margin-top: 85px;
  width: 1500px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 105px 14px 0 104px;
  box-sizing: border-box;
}
.merit-item {
  width: 50%;
  padding-right: 66px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 85px;
}
.merit-icon img {
  width: 88px;
  height: 88px;
}
.merit-content {
  margin-left: 24px;
}
.merit-title {
  font-weight: 500;
  font-size: 23px;
  color: #cb2634;
}
.merit-subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
}
.statistics-area {
  width: 1500px;
  margin-top: 190px;
  display: flex;
}
.statistics-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statistics-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 47px;
}
.statistics-title .unit {
  font-size: 36px;
}
.statistics-subtitle {
  margin-top: 5px;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}
.manage-container {
  display: flex;
  justify-content: center;
  margin-top: -288px;
}
.manage-img img {
  width: 1254px;
  height: 1254px;
}
.business-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.business-statistics-container {
  display: flex;
  justify-content: center;
}
.business-statistics-area {
  margin-top: 80px;
  width: 1500px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.business-statistics-item {
  width: 356px;
  height: 138px;
  background: #f7f8fa;
  position: relative;
  box-sizing: border-box;
  padding-top: 28px;
  padding-left: 30px;
}
.business-statistics-title {
  font-weight: 500;
  font-size: 20px;
  color: #1d2129;
  line-height: 28px;
}
.business-statistics-subtitle {
  margin-top: 10px;
  font-size: 36px;
  color: #cb2634;
  line-height: 50px;
}
.business-statistics-icon {
  position: absolute;
  bottom: 12px;
  right: 13px;
}
.business-statistics-icon img {
  width: 64px;
  height: 64px;
}
.business-layout-container {
  display: flex;
  justify-content: space-between;
  width: 1500px;
}
.business-layout-right {
  width: 725px;
  margin-left: 150px;
}
.business-layout-right img {
  width: 100%;
}
.business-layout-left {
  flex: 1;
  padding-top: 30px;
}
.business-layout-city {
  margin-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
}
.business-layout-title {
  color: #1d2129;
  font-family: 'Alimama ShuHeiTi';
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 24px;
}
.service-container {
  margin-top: 45px;
  background-color: #f7f8f8;
}
.service-container-item {
  height: 148px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.3);
  display: flex;
  justify-content: center;
}
.service-content {
  width: 1500px;
  display: flex;
  align-items: center;
}
.service-content .service-item:first-child {
  border-left: none;
}
.service-item {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  border-left: 1px solid rgba(205, 205, 205, 0.3);
}
.service-item-icon {
  width: 52px;
  height: 52px;
}
.service-item-icon img {
  width: 100%;
}
.service-item-content {
  margin-left: 20px;
}
.service-item-subtitle {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 21px;
  white-space: pre-line;
}
.service-item-title {
  font-weight: 500;
  font-size: 23px;
  color: #333333;
  line-height: 35px;
}
.footer {
  height: 90px;
  line-height: 90px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #35363b;
}
.mt-100 {
  margin-top: 100px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mt-86 {
  margin-top: 86px;
}
.business-left-layout {
  cursor: pointer;
}
.business-left-layout-active {
  border-left: 4px solid #cb2634;
}
