header {
  height: 80px;
}

.headerBox {
  position: fixed;
  background-color: #ffffff;
  z-index: 100;
  width: 100%;
}

.header {
  width: 100%;
  max-width: 1440px;
  height: 80px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.header .header_t {
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
  flex: 1;
}

.header .header_t .logo {
  margin: 0 120px;
}

.header .header_t .logo img {
  width: 80px;
  height: 44px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header .header_t .nav {
  display: flex;
}

.header .header_t .nav li a {
  height: 21px;
  font-size: 15px;
  text-align: left;
  color: #333333;
  line-height: 21px;
  margin-right: 44px;
}

.header .header_t .nav li a.active {
  height: 21px;
  font-size: 15px;
  text-align: left;
  color: #006eeb;
  line-height: 21px;
  margin-right: 44px;
}

.header .navBtn {
  width: 100px;
  height: 32px;
  background: linear-gradient(180deg, #2375ef, #245bed 68%);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-right: 120px;
  cursor: pointer;
}

footer {
  background: #212d4d;
}

footer .boxcv {
  position: relative;
  width: 302px;
  height: 100%;
}

footer .boxcv a img {
  border: 0 !important;
  width: 80px;
  height: 44px;
  margin-top: 48px;
  margin-bottom: 8px;
}

footer .boxcv p {
  font-size: 14px;
  text-align: left;
  color: #c7ccd3;
  line-height: 20px;
}

.rectangle-4-copy-2 {
  width: 1200px;
  height: 160px;
  margin: auto;
  display: flex;
  align-items: center;
}

.rectangle-4-copy-2 .contact {
  border-left: 1px solid #6b6d6f;
  border-right: 1px solid #6b6d6f;
  display: flex;
  width: 453px;
  height: 64px;
  padding: 0 120px;
  box-sizing: border-box;
}

.rectangle-4-copy-2 .contact li {
  flex: 1;
  height: 64px;
}

.rectangle-4-copy-2 .contact li .desc {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #d7d9db;
  line-height: 20px;
  margin-bottom: 3px;
}

.rectangle-4-copy-2 .contact li .descc img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.rectangle-4-copy-2 .contact li .descc {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.rectangle-4-copy-3 {
  width: 100%;
  height: 40px;
  background: #141f3b;
}

.footer_info {
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6d6f;
  font-size: 14px;
  line-height: 20px;
}

.footer_info a {
  color: #6b6d6f;
  font-size: 14px;
  line-height: 20px;
}

footer .qrcode-wrap {
  display: flex;
  align-items: center;
  padding-left: 80px;
}

footer .qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 95px;
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 8px;
  background: #ffffff;
  padding: 3px;
  box-sizing: border-box;
  min-width: 88px;
}

footer .qrcode .p3 {
  width: 100%;
  height: 100%;
  display: block;
}

footer .qrcode span {
  width: 188px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  margin-top: 4px;
  color: #d7d9db;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
