body {
  font-family: "Noto Sans SC" !important;
  font-weight: 400 !important;
  display: block;
  background-color: white;
  box-sizing: border-box;
  letter-spacing: 2px;
}
a {
  font-family: "Noto Sans SC" !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0vh;
  background-color: #224193;
  z-index: 99;
  display: flex;
  font-size: 18px;
  justify-content: space-around;
  color: white;
}
.nav a {
  color: white !important;
  font-size: 18px;
}
.nav .layui-nav,
.nav .layui-bg-cyan {
  background-color: rgba(226, 150, 150, 0) !important;
  width: 50%;
  height: 60px;
}
.nav .layui-nav .layui-nav-item {
  line-height: 60px !important;
}
.nav .layui-this:after {
  background-color: #EC8F22;
}
.nav .layui-nav-bar {
  background-color: #EC8F22;
}
.nav .nav_logo {
  width: 19%;
}
.nav .nav_logo img {
  width: 85%;
}
.nav .nav_right a {
  color: white;
  line-height: 60px;
}
.layui-nav {
  width: 50%;
  padding: 0;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
}
.layui-nav li {
  width: 20%;
  text-align: center;
}
.layui-nav li a {
  color: white;
  height: 60px;
  line-height: 60px;
}
.layui-nav li .layui-nav-child {
  top: 60px;
}
.layui-nav li .layui-nav-child a {
  height: 42px;
  line-height: 42px;
  color: black;
}
.layui-nav .layui-icon-down:before {
  content: '';
}
.bg {
  height: 500px;
  width: 100%;
}
.bg img {
  width: 100%;
  height: 470px;
}
.footer {
  color: white;
  background: url('../images/bg/footer.jpg') no-repeat;
  background-size: cover;
}
.footer .footer_top {
  border-bottom: 1px solid white;
  letter-spacing: 3px;
  background-color: rgba(34, 65, 147, 0.9);
  display: flex;
  justify-content: center;
}
.footer .footer_top .ewm {
  width: 15%;
  display: flex;
  margin-left: 60px;
  justify-content: space-between;
  text-align: center;
}
.footer .footer_top .ewm img {
  width: 100px;
  height: 100px;
  padding: 15px;
}
.footer .footer_top .hert {
  height: 150px;
  width: 65%;
  font-size: 20px;
}
.footer .footer_top .hert > div {
  display: flex;
  padding-top: 15px;
  align-items: center;
  width: 100%;
}
.footer .footer_top .hert a {
  color: white !important;
}
.footer .footer_top .hert .hert_top {
  height: 80px;
  line-height: 80px;
}
.footer .footer_top .hert .net {
  display: flex;
  align-items: baseline;
}
.footer .footer_top .hert .net ul {
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .hert .net ul .top_big {
  font-size: 36px;
}
.footer .footer_top .hert .net ul li {
  list-style: none;
  font-weight: 400 !important;
  padding-right: 70px;
  font-size: 18px;
}
.footer .footer_top .hert .net ul li:last-child {
  padding-right: 0;
}
.footer .footer_top .hert .net ul li:first-child {
  width: 405px;
}
.footer .footer_top .hert .net ul li a {
  padding: 0 10px;
  border-right: 2px solid white;
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.footer .footer_bot {
  letter-spacing: 1px;
  background-color: rgba(34, 65, 147, 0.9);
}
.footer .footer_bot .hert {
  width: 85%;
  margin: auto;
  font-size: 16px;
}
.footer .footer_bot .hert div {
  margin: 10px 0;
}
.footer .footer_bot .hert ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
}
.footer .footer_bot .hert ul li {
  width: 31%;
}
.footer .footer_bot .hert ul li img {
  width: 20px;
  height: 18px;
  padding-right: 5px;
}
