.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 78px;
  padding-left: 30px;
  background: #1842b6;
}
.header .logo {
  width: 192px;
  height: 45px;
}
.header .logo h1 {
  width: 192px;
  height: 45px;
}
.header .logo h1 a {
  display: block;
  width: 192px;
  height: 45px;
  background-image: url(../assets/image/logo.png);
  font-size: 0;
}
.header .nav {
  display: flex;
  height: 78px;
}
.header .nav .nav-left {
  height: 78px;
  display: inline-flex;
  align-items: center;
}
.header .nav .nav-left li {
  margin-left: 20px;
  margin-right: 20px;
}
.header .nav .nav-left li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.header .nav .nav-left li a:hover,
.header .nav .nav-left li a.active {
  color: #ffffff;
}
.header .nav .contacts {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  width: 190px;
  height: 78px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.header .nav .contacts span {
  font-size: 14px;
}
.footer {
  width: 100%;
}
.footer .contacts {
  width: 1280px;
  height: 859px;
  margin-top: 150px;
  margin-bottom: 150px;
}
.footer .contacts .detail {
  position: relative;
}
.footer .contacts .detail .bg-detail {
  position: absolute;
  width: 1280px;
  height: 416px;
}
.footer .contacts .detail .list-main {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 1200px;
  height: 106px;
  display: flex;
  justify-content: space-between;
}
.footer .contacts .detail .list-main li {
  display: flex;
  width: 388px;
  height: 106px;
  padding: 16px;
  border-radius: 20px;
  background: #f8f8f9;
}
.footer .contacts .detail .list-main li span {
  display: inline-block;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  border-radius: 14px;
  background: #26d48c;
  color: #ffffff;
  font-size: 32px;
}
.footer .contacts .detail .list-main li div {
  flex: 1;
  margin-left: 16px;
}
.footer .contacts .detail .list-main li div h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  color: #1842b6;
}
.footer .contacts .detail .list-main li div p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #000103;
}
.footer .contacts .detail .list-vice {
  position: absolute;
  top: 184px;
  left: 40px;
  width: 1200px;
  height: 517px;
  display: flex;
  justify-content: space-between;
}
.footer .contacts .detail .list-vice li {
  width: 576px;
  height: 517px;
  border-radius: 20px;
  padding: 48px;
  background: #26d48c;
}
.footer .contacts .detail .list-vice li:nth-child(1) img {
  width: 480px;
  height: 421px;
}
.footer .contacts .detail .list-vice li:nth-child(2) h4 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 29.3px;
  color: #ffffff;
}
.footer .contacts .detail .list-vice li:nth-child(2) .qrcode {
  display: flex;
  justify-content: space-between;
}
.footer .contacts .detail .list-vice li:nth-child(2) .qrcode img {
  width: 230px;
  height: 230px;
}
.footer .contacts .detail .list-vice li:nth-child(2) h5 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 21.1px;
  color: #ffffff;
}
.footer .contacts .detail .list-vice li:nth-child(2) p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16.41px;
  color: #ffffff;
}
.footer .contacts .detail .list-vice li:nth-child(2) .account {
  line-height: 22px;
  margin-top: 10px;
}
.footer .contacts .detail .list-vice li:nth-child(2) .time {
  margin-top: 20px;
}
.footer .bottom {
  width: 100%;
  height: 170px;
  padding-top: 60px;
  background: #1842b6;
}
.footer .bottom .nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 648px;
}
.footer .bottom .nav a {
  color: #dae0eb;
  font-size: 18px;
}
.footer .bottom .nav a:hover {
  color: rgba(218, 224, 235, 0.7);
}
.footer .bottom p {
  margin-top: 33px;
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #dae0eb;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer .bottom p a {
  color: rgba(218, 224, 235, 0.7);
}
.home-section-bg {
  background: linear-gradient(180deg, rgba(24, 66, 182, 0.02) 0%, rgba(24, 66, 182, 0.06) 100%);
}
.banner {
  position: relative;
  width: 100%;
  height: 600px;
}
.banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
}
.banner .banner-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px;
  max-width: 100%;
}
.banner .banner-text {
  position: absolute;
  width: 100%;
  height: 350px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 114px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 174.2px;
  color: #ffffff;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
}
