/* banner */
.banner-content-box {
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}
#allmap {
  /* width: 100%; */
  height: 500px;
}

.banner-content .box-content {
  width: 18%;
  height: 130px;
}

.banner-content .box-item {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.8);
}

.banner-content .box-item .title {
  font-size: 18px;
  /* 主题色 */
  color: #004ea1;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .title span {
  margin-right: 6px;
  font-size: 36px;
  font-weight: bold;
}

.banner-content .box-item .labels {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #616161;
  margin-top: 8px;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .box-bg {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.intro-container .intro-item {
  margin: 15px 0;
}

.intro-container .left img {
  width: 100%;
  height: 397px;
  border-radius: 10px;
  object-fit: cover;
}

.intro-container .right .title {
  font-size: 36px;
  font-weight: bold;
  color: #1b1b1b;
}

.intro-container .right .small-title {
  font-size: 24px;
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 20px;
  margin-bottom: 30px;
}

.intro-container .right .text {
  font-size: 16px;
  color: #5f5f5f;
}

/* honor 公司声誉 */

.honor-container .title {
  font-size: 36px;
  font-weight: bold;
  color: #1b1b1b;
}

.honor-container .honor-item {
  margin: 15px 0;
}

.honor-container .small-title {
  font-size: 24px;
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 20px;
  margin-bottom: 30px;
}

.honor-container .text {
  font-size: 16px;
  color: #5f5f5f;
}

.honor-container .pic-wall {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.honor-container .books {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.honor-container .books .book-item {
  width: 133px;
  height: 124px;
}

.honor-container .book-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.map {
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
}


/* search */
.map .search {
    position: relative;
}

.map input {
  width: 160px;
  height: 40px;
  background: transparent;
  border-radius: 36px;
  backdrop-filter: blur(10px);
  border: 1px solid #004ea1;
  backdrop-filter: blur(10px);
  padding: 0 34px 0 10px;
  box-sizing: border-box;
}

.map .search-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  object-fit: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.map .right {
  width: 100%;
  height: 500px;
}

#search_result {
  overflow: hidden auto;
  width: 100%;
  height: 1px;
  flex: 1;
}

#search_result li {
  margin: 10px 0;
}

#search_result li p:hover {
  background-color: #f5f5f5;
}

#search_result li a {
  float: left;
  width: 35%;
  color: #000;
  min-height: 100px;
}

#search_result li a span {
  font-size: 14px;
  font-weight: 600;
}

#search_result li p {
  float: left;
  width: 65%;
  font-size: 12px;
  line-height: 22px;
}

@media screen and (max-width: 1200px) {
  .banner-content .box-content {
    height: 100px;
  }

  .banner-content .box-item .title {
    font-size: 20px;
  }

  .banner-content .box-item .labels {
    font-size: 14px;
  }

  .banner-content .box-item .box-bg {
    transform-origin: bottom right;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 992px) {
  .banner-content-box {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* honor 公司榮声誉 */
  .honor-container {
    width: 100%;
  }
}
<!--耗时1755816817.0413秒-->