@charset "UTF-8";
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
} 
  .nav-placeholder {
     height: 66px; 
    width: 100%;
  }
.cm-link {
  color: #212529;
}
.cm-link:hover {
  color: rgb(0, 98.4, 204);
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}
.navbar {
   background-color: #fff ;
}
.nav-item-last{
  margin-right: -196px;
}
/* 页脚 */
.footer {
    background-color: #1A1A1A;
    color: #999;
    padding: 60px 0 30px;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #999;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #1E88E5;
}

.footer .contact-info {
    margin-bottom: 30px;
}

.footer .contact-info p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.footer .contact-info .phone {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    margin-bottom: 15px;
}

.footer .qr-codes {
    display: flex;
    gap: 20px;
}

.footer .qr-code {
    text-align: center;
}

.footer .qr-code img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.footer .qr-code p {
    font-size: 12px;
    color: #999;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
}

.footer-bottom p {
    font-size: 12px;
    color: #999;
    margin-bottom:5px !important;
}

.footer-bottom .certification {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-bottom .certification img {
    height: 30px;
}
.carousel-banner{
    margin-bottom:0 !important;
}
/* 响应式调整 */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem;
    }
    .news-card {
        margin-bottom: 1.5rem;
    }
     .nav-placeholder {
         height: 66px;
    }
}

@media (max-width: 570px) {
    .noShow{
      display: none;
    }
.footer .qr-codes {
    display: flex;
    gap: 10px;
}
}
@media (min-width: 1200px) {
    .footer-bottom p {
       display: inline;
    }
  .navbar-collapse{
    display: flex;
    justify-content: end;
  }
  .nav-item-last{
    margin-left: 1.5rem ;
  }
}
mrfu30{
  margin-right: -30px !important;;
}
mlfu30{
  margin-left: -30px !important;;
}