/* 导航栏 */
.navbar-area .default-btn {
  color: #fff !important;
}
.others-option-for-responsive {
  display: none;
}

.hero-slider-area {
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  margin-top: 5px;
  top: -6px;
}

.mobile-nav .mobile-menu.mean-container a.meanmenu-reveal {
  margin-top: -8px;
}

.mobile-nav .mobile-menu.mean-container .mean-nav {
  margin-top: 46px;
}

.mobile-nav .mobile-menu.mean-container .navbar-nav {
  overflow-y: unset;
  height: auto;
}

/* logo */
.mobile-nav .logo {
  width: 30%;
  max-width: unset;
}
.mobile-nav .logo img {
  height: auto;
  width: 100%;
}

/* 产品展示 */
.product-area {
  padding-top: 30px;
}

.owl-nav img {
  width: 50%;
}

@media (max-width: 768px) {
  .owl-item {
    height: auto !important;
    overflow: unset !important;
  }
}

/* 关于我们 */
.about-us-area {
  padding-top: 70px;
}
.about-content h2 {
  font-size: 30px;
}
@media (max-width: 1000px) {
  .about-content {
    font-size: 14px;
    margin-top: 20px;
  }
  .about-content h2 {
    font-size: 24px;
  }
}
/* 优势 */
.why-choose-us-area .section-title span,
.why-choose-us-area .section-title h2 {
  color: #fff;
}

/* footer */
.footer-area {
  font-size: 14px;
  padding: 24px 0 0 0 !important;
}

.footer-area .single-footer-widget h3 {
  font-size: 18px !important;
}

.copy-right-area p {
  font-size: 14px !important;
}

/* 内页 */

@media (max-width: 1200px) {
  #container {
    width: 85% !important;
  }

  /* #container .right .content .content_right {
    display: none;
  } */
}

@media (max-width: 1000px) {
  #container .left,
  #container .right {
    width: 100%;
  }

  ul.productlist li {
    width: 45%;
  }

  .pageController {
    width: 100%;
  }
}

@media (max-width: 768px) {
  ul.productlist li {
    width: 43%;
  }

  #container .right .content p img {
    width: 100% !important;
    height: auto !important;
  }

  .right .content .send_time h3 {
    font-size: 12px;
    padding-left: 0;
  }

  /* 表单 */
  form.meassage textarea,
  form.meassage input {
    width: 80%;
  }

  form.meassage tr td:nth-child(1) {
    width: 20%;
  }
}

/* ---------main.css 复制--------- */
#container {
  width: 75%;
  margin: 0 auto;
  margin-top: 10px;
}
.menu_cate {
}
.menu_cate h2 {
  line-height: 28px;
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  height: 45px;
  line-height: 45px;
  background: url(../img/121.jpg) left top no-repeat;
  margin-bottom: 6px;
}
ul.sort li {
  margin-top: 3px;
  margin-bottom: 3px;
}
ul.sort li a {
  display: block;
  height: 50px;
  background: url(../img/dot.jpg) no-repeat 20px 25px;
  line-height: 50px;
  border-bottom: 1px solid #dcdee7;
  padding-left: 47px;
  font-size: 14px;
  width: 100%;
  width: 100%;
}
ul.sort li a:hover {
  background: url(../img/k1.jpg) left top no-repeat;
  color: #fff;
}
ul.sort li .twolevel a {
  padding-left: 65px;
}
ul.listsort li {
  position: relative;
}
ul.listsort li a {
  line-height: 25px;
  display: block;
  font-family: "微软雅黑";
}
ul.listsort li span {
  position: absolute;
  right: 7px;
  top: 5px;
}

@media (max-width: 768px) {
  ul.relatednews li a {
    width: 72%;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ul.listsort li a {
    width: 72%;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
