/* CSS Document */

html,
body {
  overflow-x: hidden;
}

/* 重定义layui组件颜色 */
.layui-nav-bar {
  background-color: #7ac4a0 !important;
}

.layui-btn-normal {
  background-color: #194779 !important;
}

.layui-full {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.lh-1 {
  line-height: 24px;
}

.lh-2 {
  line-height: 28px;
}

.lh-3 {
  line-height: 32px;
}

.lh-4 {
  line-height: 36px;
}

.lh-5 {
  line-height: 40px;
}

.lh-6 {
  line-height: 48px;
}

#image-slider {
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
  padding: 20px;
}

.images {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
  /* 动画持续时间根据需要调整 */
}

.images img {
  margin-right: 50px;
  height: 50px;
  /* 或者具体的宽度 */
  display: inline-block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-73%);
  }

  /* 根据图片数量调整 */
}

.images:hover {
  animation-play-state: paused;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
  z-index: 9999;
}

.header .logo {
  height: 70px;
  line-height: 70px;
}

.header .logo img {
  height: 20px;
}

.header .nav {
  text-align: center;
  line-height: 70px;
}

.header .nav a {
  font-size: 16px;
}

.search {
  padding-top: 15px;
}

.menu {
  display: none;
}

.bg-light {
  background-color: #fff !important;
}

.bx-wrapper {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }

  .header .nav {
    display: none;
  }

  .search {
    display: none;
  }

  .menu {
    display: block;
    text-align: right;
    line-height: 60px;
  }

  .bx-wrapper {
    margin-top: 60px;
  }

  .index_title {
    font-size: 18px !important;
    line-height: 50px !important;
  }

  .index_about {
    display: none;
  }

  .cont .title {
    font-size: 18px;
    line-height: 40px;
  }

  .cont .ntitle {
    font-size: 18px;
    line-height: 30px;
  }

  .cont p img {
    width: 100%;
    margin-left: -28px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cont video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .header {
    height: 60px;
  }

  .header .nav {
    display: none;
  }

  .header .logo {
    height: 60px;
    line-height: 60px;
  }

  .header .logo img {
    height: 18px;
  }

  .menu {
    display: block;
    text-align: right;
    line-height: 60px;
  }

  .search {
    display: none;
  }

  .bx-wrapper {
    margin-top: 60px;
  }

  .index_title {
    font-size: 18px !important;
    line-height: 60px !important;
  }

  .index_about {
    display: none;
  }

  .cont .title {
    font-size: 18px;
    line-height: 40px;
  }

  .cont .ntitle {
    font-size: 18px;
    line-height: 30px;
  }

  .cont p img {
    width: 100%;
    margin-left: -28px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cont video {
    width: 100%;
    height: auto;
  }
}

.index_title {
  font-size: 28px;
  color: #194779;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}

.section {
  width: 100%;
}

.section img {
  width: 100%;
}

.index_about {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 100px 30px;
  width: 100%;
  height: 500px;
  background-image: url("../../res/img/intro.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index_about_box {
  width: 45%;
  background-color: #fff;
  padding: 20px;
  line-height: 30px;
  opacity: 0.8;
}

.index_about_box .title {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  line-height: 50px;
}

.index_about_box .text {
  font-size: 14px;
  text-indent: 28px;
}

.index_about_box .btn {
  line-height: 60px;
}

.index_product {
  padding: 10px;
}

.index_product img {
  width: 100%;
  border: solid 2px #eee;
}

.index_news {
  width: 100%;
}

.index_news_box {
  width: 100%;
}

.index_news_box img {
  width: 100%;
  height: auto;
}

.footer {
  margin-top: 20px;
  padding: 20px 0px;
  width: 100%;
  background-color: #194779;
}

.footer .box {
  width: 100%;
  line-height: 30px;
  color: #eee;
}

.footer .box a {
  color: #fff;
  text-decoration: none;
}

.footer .box a:hover {
  color: #fff;
}

.footer .box img {
  margin-top: 20px;
  width: 130px;
}

.copyright {
  margin-top: 15px;
  padding-top: 10px;
  border-top: solid 1px #ddd;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.banner {
  margin-top: 70px;
  width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
}

.cont {
  margin: 30px 0;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.title {
  font-size: 28px;
  color: #194779;
  font-weight: bold;
  line-height: 60px;
}

.cont p {
  margin: 0;
  padding: 8px 0;
  text-indent: 28px;
  line-height: 26px;
}

.cont p img {
  margin: 10px 0 10px -28px;
  max-width: 800px;
  height: auto;
}

.cont .video {
  text-align: center;
}

.cont video {
  max-width: 800px;
  height: auto;
}

.nlist {
  width: 100%;
}

.nlist img {
  width: 100%;
  height: auto;
}

.ntitle {
  font-size: 28px;
  color: #194779;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.pronav {
  margin: 20px 0;
  text-align: center;
}

/* 分页 */
.pager {
  margin-top: 20px;
  padding: 10px;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

.pager a {
  border-right: #b7d8ee 1px solid;
  padding-right: 6px;
  border-top: #b7d8ee 1px solid;
  padding-left: 5px;
  padding-bottom: 4px;
  margin: 0px 1px;
  border-left: #b7d8ee 1px solid;
  color: #194779;
  padding-top: 5px;
  border-bottom: #b7d8ee 1px solid;
  text-decoration: none;
}

.pager a:hover {
  border-right: #b7d8ee 1px solid;
  border-top: #b7d8ee 1px solid;
  border-left: #b7d8ee 1px solid;
  color: #0066a7;
  border-bottom: #b7d8ee 1px solid;
  background-color: #d2eaf6;
}

.pager .current {
  border-right: #b7d8ee 1px solid;
  padding-right: 6px;
  border-top: #b7d8ee 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 4px;
  margin: 0px 1px;
  border-left: #b7d8ee 1px solid;
  color: #444444;
  padding-top: 5px;
  border-bottom: #b7d8ee 1px solid;
  background-color: #d2eaf6;
}

.pager .disabled {
  border-right: #b7d8ee 1px solid;
  padding-right: 6px;
  border-top: #b7d8ee 1px solid;
  padding-left: 5px;
  padding-bottom: 4px;
  margin: 0px 1px;
  border-left: #b7d8ee 1px solid;
  color: #b7d8ee;
  padding-top: 5px;
  border-bottom: #b7d8ee 1px solid;
  background-color: #fff;
}
