html,
body {
  width: 100%;
  min-width: 1400px;
  background-color: #aaa;
}

a {
  text-decoration: none !important;
}

* {
  font-family: 'PingFang SC', 'Microsoft YaHei';
  box-sizing: border-box;
}

.min-width {
  min-width: 1400px;
}

.header {
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
}
.header .nav-bar {
  display: flex;
  background-color: white;
  height: 140px;
  justify-content: center;
  align-items: center;
  padding: 0 70px;
}
.header .nav-bar .logo {
  height: 90px;
  margin-right: 23px;
}
.header .nav-bar .name {
  color: #0a4aa5;
  font-size: 35px;
  text-align: left;
  font-style: italic;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: bold;
}
.header .nav-bar .navs {
  display: flex;
  flex: 1;
  justify-content: end;
  height: 100%;
}
.header .nav-bar .navs a {
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  color: black;
}
.header .nav-bar .navs a:hover{
  color: #fff;
  background-color: #0a4aa5;
}
.header .nav-bar .navs a.current {
  color: #fff;
  background-color: #0a4aa5;
}
.header .nav-bar .lang-switch {
  margin-left: 45px;
  display: flex;
}
.header .nav-bar .lang-switch .button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #62b544;
  text-align: center;
  margin-left: 8px;
}
.header .nav-bar .lang-switch .current {
  color: black;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.footer {
  min-width: 1400px;
  width: 100%;
  overflow: hidden;
  background-color: #063b83;
  color: white;
  padding: 10px 0;
  font-size: 16px;
}
.footer .f-end {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer .box1 {
  width: 1400px;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  padding-left: 50px;
  padding-bottom: 34px;
}
.footer .box1 .col {
  flex: 1;
}
.footer .box1 .title {
  margin: 20px 0;
  font-size: 16px;
}
.footer .box1 .qr-box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .box1 .qr-box .qr {
  height: 107px;
  width: 107px;
  background-color: white;
  margin-bottom: 6px;
}
.footer .box2 {
  position: relative;
  background-color: #0a49a2;
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: flex-end;
}
.footer .box2::before {
  content: " ";
  height: 135px;
  width: 1920px;
  left: -1910px;
  background-color: #0a49a2;
  position: absolute;
}
.footer .box2 .f-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  max-width: 1400px;
  padding: 10px 10px 10px 50px;
}
.footer .box2 .f-row .info-box {
  flex: 1;
  padding-right: 60px;
  height: 75px;
  align-items: flex-start;
}
.footer .box2 .f-row .info-box .label-row {
  display: flex;
  align-items: center;
}
.footer .box2 .f-row .info-box .label-row .icon {
  height: 24px;
  width: 24px;
  margin-left: -30px;
  margin-right: 6px;
  font-size: 0;
}
.footer .box2 .f-row .info-box .label-row .icon img {
  max-height: 100%;
  max-width: 100%;
}
.footer .box2 .f-row .info-box .label-row .label {
  font-size: 14px;
}
.footer .box2 .f-row .map-box {
  height: 111px;
  width: 357px;
  background-color: white;
}
.footer .box3 {
  width: 1400px;
  padding-left: 50px;
  display: flex;
  margin-top: 35px;
}
.footer .box3 .item {
  margin-right: 50px;
}

/*# sourceMappingURL=index.css.map */
