.container {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  min-width: 1200px;
}

.page-banner {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-content {
  width: 1200px;
  margin: 0 auto;
  padding: 18px 0 40px;
}

.content {
  width: 1200px;
  margin: 0 auto !important;
}

.header {
  width: 100%;
  height: 93px;
  background-color: #fff;
}
.header .header-con {
  width: 1200px;
  height: 93px;
  margin: 0 auto;
  line-height: 93px;
}
.header .header-con .logo, .logob {
  width: 46px;
  height: 64px;
  vertical-align: middle;
}
.header .header-con .nav-list {
  display: inline-table;
  height: 61px;
  vertical-align: top;
  margin-left: 5%;
}
.header .header-con .nav-list a {
  display: inline-block;
  width: 127px;
  height: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
.header .header-con .nav-list a.active {
  background: #0D58B7;
  color: #fff;
}
.header .header-con .nav-list a:nth-child(1) {
  margin-left: 0;
}
.header .header-con .nav-list a:hover {
  color: #fff;
  background-color: #0D58B7;
}

.footer {
  height: 373px;
  background-color: #292929;
  width: 100%;
  color: #fff;
}
.footer .footer-con {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  padding-top: 44px;
}
.footer .footer-con .footer-left {
  float: left;
  width: 436px;
  position: relative;
}
.footer .footer-con .footer-left > img {
  width: 55px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .footer-con .footer-left .footer-info {
  margin-top: 40px;
}
.footer .footer-con .footer-left .footer-info-item:nth-child(n+2) {
  margin-top: 18px;
}
.footer .footer-con .footer-left .footer-info-item {
  height: 18px;
  line-height: 18px;
}
.footer .footer-con .footer-left .footer-info-item img {
  margin-right: 6px;
  vertical-align: middle;
}
.footer .footer-con .footer-left .footer-info-item span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  height: 12px;
  line-height: 1;
  letter-spacing: 1px;
}
.footer .footer-con .footer-left .footer-code {
  position: absolute;
  width: 86px;
  height: 87px;
  top: 16px;
  right: 8px;
}
.footer .footer-con .footer-right {
  float: left;
  margin-left: 140px;
  margin-top: 12px;
}
.footer .footer-con .footer-right .footer-link {
  min-width: 155px;
  float: left;
}
.footer .footer-con .footer-right .footer-link .footer-link0 {
  margin-bottom: 18px;
}
.footer .footer-con .footer-right .footer-link .footer-link0 img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
.footer .footer-con .footer-right .footer-link .footer-link0 span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .footer-con .footer-right .footer-link li:not(.footer-link0) {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}
.footer .footer-con .footer-right .footer-link li:not(.footer-link0) a {
  color: inherit;
}
.footer .footer-con .footer-right .footer-link li:not(.footer-link0)::after {
  content: "";
  position: absolute;
  left: 18px;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
}
.footer .copyright {
  text-align: center;
  height: 73px;
  line-height: 73px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background: #1E1D1D;
}

.page-title {
  height: 26px;
  font-size: 26px;
  font-weight: 400;
  color: #343434;
  line-height: 1;
}

.page-sub-title {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #A0A0A0;
  margin-top: 12px;
}

.page-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 20px;
}/*# sourceMappingURL=common.css.map */