.main {
  padding-top: 140px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 52px;
  min-width: auto;
  background: #0D0D0D;
}
.main a {
  display: block;
}
.main .banner {
  margin-bottom: 60px;
  font-size: 28px;
  font-family: FZLanTingHei-DB-GBK;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.main .banner .siteMap {
  background: url(../images/sitemap-text_c35ed3da1c98471445a8.png) no-repeat center center;
  background-size: contain;
  margin-right: 9px;
  display: inline-block;
  height: 43px;
  width: 152px;
  color: transparent;
}
.main .item-underline.mob {
  display: none;
}
.main .section {
  text-align: center;
  margin-bottom: -8px;
}
.main .section .map-item {
  display: inline-block;
  width: 135px;
  vertical-align: top;
  text-align: left;
  margin-right: 54px;
}
.main .section .map-item .map-title {
  margin-bottom: 43px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}
.main .section .map-item .map-title:hover {
  color: rgba(16, 220, 255);
}
.main .section .map-item .map-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 28px;
}
.main .section .map-item .map-text:hover {
  color: rgba(16, 220, 255);
}
@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
  .main {
    padding-top: 70px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    padding-bottom: 36px;
    min-width: auto;
    overflow-x: hidden;
  }
  .main .banner {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main .banner .siteMap {
    background: url(../images/sitemap-text_c35ed3da1c98471445a8.png) no-repeat center center;
    background-size: contain;
    margin-right: 9px;
    display: inline-block;
    height: 18px;
    width: 98px;
    color: transparent;
  }
  .main .section .map-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .main .section .map-item .map-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 30px;
    width: 100%;
  }
  .main .section .map-item .map-text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    display: inline-block;
    min-width: 24%;
    width: 24.5%;
    box-sizing: border-box;
  }
  .main .section .map-item.item-2 .map-text,
  .main .section .map-item.item-3 .map-text {
    min-width: 49%;
  }
  .main .section .map-item:first-child {
    margin-bottom: 30px;
  }
  .main .section .map-item:first-child .map-title {
    margin-bottom: 0;
  }
  .main .section .item-underline {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background: #333333;
  }
  .main .section .item-underline.mob {
    display: block;
  }
}

