@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;
}
.navbar-nav-scroll .navbar-nav::-webkit-scrollbar {
  width: 0; /* 隐藏垂直滚动条 */
  height: 0; /* 隐藏水平滚动条 */
  display: none; /* 可选，彻底隐藏滚动条 */
}
/*  导航图标样式优化 */
button[type="button"][data-target="#navbarNavDropdown"] {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.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;
}

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
  /* 移动端隐藏头部 icon */
  .icon-right.hidden {
    display: none;
  }
}
.cm-link {
  color: #212529;
}
.cm-link:hover {
  color: #0062cc;
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}

.logo {
  height: 98px;
  width: 100%;
  background:
          url(../img/aborn.png) left no-repeat,
          url(../img/city.png) center no-repeat,
          url(../img/bg.png);
}

.sub-nav {
  /*border: solid 2px red;*/
  /*width: 1200px;*/
  margin: 0 auto;
}

.transform-link {
  display: flex;
  justify-content: space-around;
  text-align:center;
  /*height: 130px;*/
  /*border: solid 2px red;*/
  align-items: center;
  padding: 12px 12px;
}

.transform-link a {
  color:#040404;
  text-decoration: none;//去掉a的下划线样式
  height:90px;
  line-height:40px;
  text-align:center;
  align-items: center;
}

.transform-span {
  float: left;
  padding: 12px 12px;
}
.transform-a {
  /*float: right;*/
  padding: 12px 12px;
  position:absolute;
  right:30px;
  z-index: 1;
}

.transform-shadow {
  box-shadow: 0px 0px 8px #eee;
}

.transform-list {
  padding-left: 0; /* 移除默认的padding */
  margin: 0; /* 确保没有外边距 */
}

.transform-list li {
  display: flex;
  align-items: center;
}

.transform-list-dot{
  content: "";
  width: 7px;
  height: 7px;
  background-color: #CCCCCC;
  border-radius: 50%;
}
.separator {
  height: 42px;
  font-size: 28px;
  color: black;
  margin-left: auto;
}
.my-btn{
  color: black;
  line-height: 32px;
  font-size: 16px;
  position: relative;
}
.my-btn-primary{
  color: black;
  font-weight: bold;
}
.my-color-btn{
  background-color: lightcoral;
  color: white !important;
}
.input-invalid {
  border: 1px solid #dc3545;
  background-color: #f8d7da;
}
.title-line{
  min-height: 1px;
  border-bottom: solid 2px #dc3545;
}
.index-link{
  color: #dc3545;
  font-size: 18px;
}
.index-block {
  height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;

  .index-block-image {
    width: 40%;
  }

  .index-block-list {
    width: 60%;
  }

  .index-block-list2{
    width: 45%;
  }
  @media (max-width: 768px) {
    flex-direction: column;
    align-items: stretch;

    .index-block-image, .index-block-list,.index-block-list2 {
      width: 100%;
    }
  }
}

/* 移动端优化 */
@media (max-width: 768px) {
  /*  右侧内容样式优化  */
  .content-right {
    padding: 0!important;
  }
  .content-right .transform-shadow {
    box-shadow: none!important;
  }
  .content-right .mt-4 {
    margin-top: 0!important;
  }
  .content-right .transform-shadow .index-block  {
    flex-direction: row!important;
    border-bottom: solid 2px #dc3545;
    padding-left: 0 !important;
    padding-right: 0!important;
    padding-bottom: 0.5rem!important;
    margin: 0.5rem 1rem 0 1rem !important;
  }
  /* 隐藏顶部面包屑 */
  .hidden-xs {
    display: none!important;
  }
/*  意见和信箱宽度调整 */
  #feedbackForm {
    width: 100%!important;
    .form-group label {
      width: 50%!important;
    }
  }
}