
/* .ff_topSlider, .ff_topSlider .owl-carousel {
    display: none;} */

.bodyindex .container_header .title {
  font-size: 60px;
}
.bodyindex .content_wrapper > .more,
.bodyindex .mcustomize .description a {
  display: none;
}
#footer {
  padding: 20px 0;
}
.mlist.service .item_block .title {
  padding-top: 30px;
  font-size: 38px;
}
.mlist.news .item_block .description {
  font-size: 16px;
  font-family: MontDemo-Heavy, Arial, 微软雅黑;
}
.mlist.news .item_block .description {
  display: block;
}
#header #navWrapper .navitem {
  max-width: 120px;
}

/* 2025-5-6 tao start */
#header .wrapper {
  min-width: 1200px;
}
#header #logo {
  height: 40px;
}
#header #navWrapper .navitem {
  max-width: none;
  padding: 0 20px;
  margin-right: 10px;
}
#header #navWrapper .navitem:last-child {
  margin-right: 0;
}

#header #navWrapper > .content {
  justify-content: center;
}
#header #navWrapper .nav {
  width: auto;
}
#header #navWrapper .navitem > a {
  padding: 0;
  min-width: 0;
  white-space: nowrap;
}

#header .searchGroup .searchOnOff .fa:before {
  font-size: 20px;
  transform: translateY(1px);
}

@media screen and (min-width: 1112px) and (max-width: 1194px) {
  #footer p,
  #header .wrapper,
  #page404,
  .bodyindex .module_container,
  .bodylist .ff_pageTarget,
  .bodylist .mlist,
  .ff_indexPage .videom.ff_slider .container_header,
  .pageEditor .mpageEditor,
  .searchPage .ff_pageTarget,
  .searchPage .mlist {
    min-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  #header .wrapper {
    min-width: auto;
    width: calc(100% - 40px);
  }
  #header #headTop {
    display: flex;
    width: 100%;
    align-items: center;
  }
  #header #navWrapper {
    display: none;
  }
  body #openBtn {
    display: block;
    float: right;
    margin-right: 40px;
  }

  body #openBtn .lcbody {
    position: relative;
    width: 24px;
    height: 17px;
  }
  body #openBtn .lcitem {
    width: 100%;
    height: 1px;
    position: absolute;
    transition: 0.36s ease;
  }
  body #openBtn .lcitem.center {
    display: block;
    top: 8px;
  }
  body #openBtn .lcitem.bottom {
    bottom: 0;
  }
  body #openBtn .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background-color: #fff;
  }
  #header .searchGroup .searchOnOff .fa:before {
    font-size: 20px;
    transform: translateY(1px);
  }
}
/* 2025-5-6 tao end */
