body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#pageContent {
  min-height: 470px;
}

.width-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.menu-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 165px;
  width: 1200px;
  margin: 0 auto;
}

.menu-top img#logoImgId{
  height: 80px;
}
.menu-top img.logo-tips{
  height: 100%;
}
.menu-list{
  background: rgba(40, 93, 205, 1);
}

.menu {
  display: flex;
  justify-content: flex-start;
}

.menu a {
  padding: 0 30px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  min-width: 110px;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.menu a.active {
  color: #fff;
  background: rgba(45, 166, 65, 1);
}

.menu a:hover {
  background:  rgba(45, 166, 65, 0.8);
}

.panel-title {
  display: flex;
  justify-content: center;
}

.panel {
  padding: 40px 0;
}

.panel.gray {
  background-color: rgba(250, 250, 250, 1);
}

.panel-title span {
  padding-bottom: 3px;
  /* font-style: italic;*/
  font-weight: bold;
  color: rgb(31, 31, 31);
  font-size: 30px;
  border-bottom: 3px solid rgba(40, 93, 205, 0.2);
}

.footer {
  background-color: rgba(8, 27, 61, 1);
  padding: 60px 0 0 0;
}

.footer-inner {
  position: relative;
  display: flex;
  gap: 20px;
  color: #fff;
  padding-bottom: 10px;
  overflow: visible;
  width: 1319px;
  margin: 0 auto;
}

.footer-left .list {
  display: flex;
  gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

.footer-left .list div.item {
  position: relative;
  width: calc(50% - 10px);
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
}

.footer-left .list div.item::after {
  content: "";
  position: absolute;
  background: url(https://zajbucket.bj.bcebos.com/public/images/arrow-white.png) no-repeat center center;
  width: 9px;
  height: 6px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.footer-left .list div.item:hover::after {
  transform: rotate(180deg);
}

.footer-left .list div.item ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.footer-left .item ul {
  display: none;
}

.footer-left .item:hover ul {
  display: block;
}

.footer-left .item li {
  width: 100%;
  margin: 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #fff;
  padding: 0;
}

.footer-left .item ul li:hover {
  background: #E6EEFF;
}

.footer-left .item li:hover a {
  color: #155BD4;
}

.footer-left .item li a {
  display: block;
  margin: 0 auto;
  min-width: 120px;
  height: 40px;
  line-height: 16px;
  padding: 11px 12px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.footer-right {
  padding-inline: 100px;
}

.footer-right .item:nth-child(n+2) {
  margin-top: 20px;
}

.footer-right .item>div:nth-child(1) {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: bold;
}
#companyName{
  font-size: 36px;
  white-space: nowrap;
}

.footer-right .item>div:nth-child(2) {
  font-size: 16px;
}

.footer-right .last {
  display: flex;
  gap: 100px;
  margin-top: 20px;
  align-items: center;
  font-size: 16px;
}

.footer-right i {
  margin-right: 6px;
  font-size: 18px;
}

.qr-code.sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qr-code.sec img{
  width: 200px;
}
.qr-code.sec div{
  font-size: 16px;
  margin-top: 10px;
}

.mt50 {
  margin-top: 50px;
}

.footer-text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer-text>div {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-text>div>* {
  display: inline-block;
  vertical-align: middle;
}
.footer-text a{
  color: #fff;
}

.menu-page {
  display: flex;
  gap: 50px;
}

.page-left {
  width: 200px;
  flex-shrink: 0;
}

.left-menu {
  background-color: #fff;
}

.left-menu .item {
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}

.left-menu .item:nth-child(n+2) {
  margin-top: 1px;
}

.left-menu .item.active,
.left-menu .item:hover {
  color: #fff;
  background-color: #285DCD;
}

.page-detail {
  width: 100%;
  background-color: #fff;
  padding: 40px;
}

.page-detail .title {
  color: #000;
  font-size: 36px;
  text-align: center;
}

.page-detail .info {
  color: #555;
  font-size: 20px;
  text-indent: 2rem;
  margin-top: 25px;
}

.page-detail .info>div {
  margin-top: 15px;
}

img {
  max-width: 100%;
}

.menu-btn,
.footer-mobile {
  display: none;
}

.img-page {
  height: 450px;
  width: 100%;
}

/* 针对手机端 */
@media (max-width: 768px) {
  .menu-top {
    height: 70px;
    padding-left: 10px;
  }

  .panel {
    padding: 15px;
  }

  .width-content {
    width: 100%;
  }

  .mt50 {
    margin-top: 20px;
  }

  .panel-title span {
    font-size: 16px;
  }

  .menu-top {
    width: 100%;
  }

  .menu-top img {
    top: 17px;
    padding-top: 0 !important;
    height: 55% !important;
    width: auto !important;
    left: 10px;
  }
  .menu-top img.logo-tips{
    display: none;
  }

  .menu-top img.menu-btn {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 10px;
    top: 47%;
    left: auto;
    width: 30px;
    height: auto;
    margin-top: -15px;
  }

  .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 71px;
    background: #fff;
    z-index: 2;
  }

  .menu a {
    display: block;
    line-height: 46px;
    height: 46px;
    min-width: 100px;
    font-size: 15px;
    background-color: rgba(40, 93, 205, 1);
  }

  .img-page {
    height: auto;
  }

  .menu-page {
    gap: 15px;
  }

  .page-left {
    width: 100px;
  }

  .page-detail {
    padding: 10px;
  }

  .left-menu .item {
    font-size: 14px;
    line-height: 40px;
  }

  .page-detail .info {
    font-size: 14px;
    margin-top: 0px;
  }

  .page-detail .title {
    font-size: 20px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer-inner,
  .footer-text {
    display: none;
  }

  .footer-mobile {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
  }

  .footer-mobile .info {
    text-align: left;
    padding: 0 15px;
  }

  .footer-mobile .item {
    display: flex;
    margin-top: 10px;
    gap: 5px;
  }

  .footer-mobile .item.group>div {
    width: calc(50% - 2.5px);
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .footer-mobile .item i {
    margin-right: 5px;
  }

  .footer-mobile .co-name {
    font-weight: bold;
  }

  .footer-mobile .copyright {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    font-size: 11px;
  }
}