#logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#logo img {
  height: 40px;
}
#logo .icon-logo {
  font-size: 36px;
  color: #d43f36;
}
#logo .title {
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0 10px;
  font-weight: bold;
}
#logo .note {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
#logo .official {
  font-size: 12px;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  background: #d43f36;
  user-select: none;
  margin-top: -4px;
}
body {
  overflow: hidden auto;
}
.Header {
  width: 100%;
  height: 72px;
  z-index: 2000;
  white-space: nowrap;
  box-sizing: border-box;
  background: linear-gradient(180deg, #1E3C7228 0%, #23448028 1%, #2E5BA828 100%);
}
.Header.relative {
  position: relative;
}
.Header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.Header.absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.Header .title,
.Header .nav .item span {
  transition: color 0.3s, opacity 0.3s;
}
.Header.white .title {
  color: #fff;
}
.Header.white .nav a,
.Header.white .nav .navchild {
  color: #fff;
}
.Header.white .nav a:hover:after,
.Header.white .nav .navchild:hover:after {
  background: #fff;
}
.Header.black .title {
  color: #333;
}
.Header.black .nav .item {
  color: #333;
}
.Header.black .nav .item:hover:after {
  background: #333;
}
.Header .HeaderBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.Header .nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 18px;
}
.Header .nav > a {
  margin: 0 20px;
  text-decoration: none;
}
.Header .nav .item {
  position: relative;
  white-space: nowrap;
  opacity: 0.8;
  margin: 0 8px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header .nav .item:first-child {
  margin-left: 0;
}
.Header .nav .item:last-child {
  margin-right: 0;
}
.Header .nav .item:hover,
.Header .nav .item.nuxt-link-exact-active {
  opacity: 1;
}
.Header .nav .item:hover .navchildbg {
  height: 267px;
}
.Header .nav .item:hover .navchildlist {
  height: 267px;
}
.Header .nav .navchild {
  position: relative;
}
.Header .nav .navchild span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header .nav .navchild .navchildbox {
  height: 0px;
  overflow: hidden;
}
.Header .nav .navchild .navchildbg {
  height: 0;
  backdrop-filter: blur(8px);
  background: linear-gradient(to top, rgba(46, 91, 168, 0) 0%, rgba(30, 60, 115, 0.7) 85.74%);
  position: absolute;
  left: -3000px;
  top: 72px;
  right: -3000px;
}
.Header .nav .navchild .navchildlist {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  color: #aaa;
}
.Header .nav .navchild .navchildlist .navchild_cols {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.Header .nav .navchild .navchildlist .navchild_cols:last-child .navchild_names {
  border-right: none;
}
.Header .nav .navchild .navchildlist .navchild_cols:nth-child(even) {
  flex-direction: row-reverse;
}
.Header .nav .navchild .navchildlist .navchild_cols:nth-child(even) .navchild_name {
  justify-content: flex-start;
}
.Header .nav .navchild .navchildlist .navchild_cols:nth-child(odd) {
  flex-direction: row;
}
.Header .nav .navchild .navchildlist .navchild_cols:nth-child(odd) .navchild_name {
  justify-content: flex-end;
}
.Header .nav .navchild .navchildlist .navchild_col {
  height: 267px;
}
.Header .nav .navchild .navchildlist .navchild_img {
  width: 150px;
}
.Header .nav .navchild .navchildlist .navchild_type {
  padding-top: 24px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.Header .nav .navchild .navchildlist .navchild_names {
  margin-top: 10px;
  border-right: 1px solid #fff;
}
.Header .nav .navchild .navchildlist .navchild_name {
  cursor: pointer;
  padding: 8px 28px;
}
.Header .nav .navchild .navchildlist .navchild_name:hover {
  opacity: 1;
}
.Footer_model {
  background-image: url(/_nuxt_app_/Images/footer/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.Footer_model .body {
  width: 1160px;
  margin: 0 auto;
  display: flex;
}
.Footer_model .footer_left,
.Footer_model .footer_right {
  flex: 1;
}
.Footer_model .qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 40px;
  font-size: 16px;
  color: #383838;
}
.Footer_model .qrcode img {
  width: 108px;
  height: 108px;
}
.Footer_model .qrcode .qrcode_name {
  margin: 10px 0;
}
.Footer_model .footer_left {
  border-right: 1px solid #383838;
}
.Footer_model .footer_left {
  padding-left: 40px;
}
.Footer_model .footer_left .title {
  font-size: 40px;
  color: #383838;
}
.Footer_model .footer_left .title span {
  margin-right: 20px;
}
.Footer_model .footer_left .link {
  margin-top: 15px;
  color: #383838;
  font-size: 30px;
}
.Footer_model .footer_left .qrcodes {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Footer_model .footer_right {
  color: #161616;
  padding-left: 80px;
  position: relative;
}
.Footer_model .footer_right .contact_us {
  font-size: 18px;
}
.Footer_model .footer_right .phone1 {
  font-size: 28px;
  margin-top: 10px;
}
.Footer_model .footer_right .phone1 .small {
  font-size: 15px;
}
.Footer_model .footer_right .qrcode {
  position: absolute;
  left: 300px;
  top: 15px;
}
.Footer_model .footer_right .phone2 {
  font-size: 17px;
  margin-top: 10px;
}
.Footer_model .footer_right .zxkf {
  margin-top: 20px;
}
.Footer_model .footer_right .zxkf .sq_call_btn {
  width: 108px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  background: #777;
  text-align: center;
  border-radius: 15px;
  display: block;
}
.Footer_model .footer_right .address {
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
}
.Footer_model .footer_right .address p {
  padding: 0;
  margin: 0;
}
.Footer_model .links {
  width: 1160px;
  margin: 0 auto;
  margin-top: 40px;
}
.Footer_model .links .title {
  font-size: 18px;
}
.Footer_model .links .linkbox {
  margin-top: 10px;
  line-height: 30px;
  color: #666;
}
.Footer_model .links .linkbox p {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 4px;
}
.Footer_model .links .linkbox a:hover {
  text-decoration: underline;
}
.Footer_model .last-version {
  text-align: center;
  margin: 40px 0 20px;
}
.Footer_model .last-version p {
  margin: 4px 0;
}
.Footer_model .last-version .ipc a {
  color: #337ab7;
  font-size: 14px;
}
.Footer_model .last-version .ipc a:hover {
  text-decoration: underline;
  color: #23527c;
}
@media (min-width: 1500px) {
  .Header .nav .item {
    margin: 0 12px;
  }
}
@media (max-width: 1350px) {
  #logo .official {
    display: none;
  }
  .Header .nav {
    font-size: 18px;
  }
  .Header .nav .item {
    margin: 0 6px;
  }
}
