.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 34px;
}
.navbar .navbar-nav .nav-link {
  padding: 10px 20px 15px;
  margin-right: 20px;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid transparent;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--thm-base);
  border-bottom: 2px solid var(--thm-base);
}

.index_title {
  text-align: center;
}
.index_title h2 {
  font-size: 34px;
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.index_title h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: var(--thm-base);
  margin: 20px auto;
}
.index_title p {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}

.index-one {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.index-one .index-one__box {
  margin-top: 40px;
  text-align: center;
}
.index-one .index-one__box .index-one__num {
  text-align: center;
}
.index-one .index-one__box .index-one__num h3 {
  color: var(--thm-base);
  font-size: 42px;
  font-weight: 600;
}
.index-one .index-one__box .index-one__num i {
  font-size: 18px;
  color: #999;
  font-style: normal;
}

.index-two {
  background: #f1f1f1;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.index-two .index_title {
  margin-bottom: 40px;
}
.index-two .row {
  background: #fff;
}
.index-two .row img {
  transition: all 0.5s ease-in-out;
}
.index-two .row img:hover {
  transform: scale(1.05);
}
.index-two .row .index-two__box {
  padding: 20px;
}
.index-two .row .index-two__box a {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  display: block;
}
.index-two .row .index-two__box a::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--thm-base);
  margin: 20px 0;
}
.index-two .row .index-two__box p {
  color: #999;
  line-height: 1.8;
}
.index-two .swiperPro {
  background: #fff;
  margin: 0 -15px;
}
.index-two .swiperPro .swiper-slide a {
  margin-top: 10px;
  display: block;
  width: 96%;
  margin: 0 auto;
}
.index-two .swiperPro .swiper-slide a p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  color: #333;
  margin-bottom: 20px;
}
.index-two .swiperPro .swiper-slide a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-three {
  background: url(../images/aboutbg.jpeg) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}
.index-three .index-three__box {
  background: rgba(40, 80, 174, 0.5);
  padding: 60px;
  color: #fff;
}
.index-three .index-three__box .index_title h2 {
  color: #fff;
}
.index-three .index-three__box .index-three__text {
  line-height: 2.4;
}

.index-four {
  padding: 80px 0;
}
.index-four .index_title {
  margin-bottom: 60px;
}
.index-four .index-four__box {
  padding: 10px 10px 20px;
  border-bottom: 1px #999 solid;
}
.index-four .index-four__box a {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
.index-four .index-four__box a span {
  font-size: 14px;
  color: #999;
}
.index-four .index-four__box p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.index-four .index-four__box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 0;
}

.page-main {
  padding: 80px 0;
}
.page-main .page-main__content {
  margin-top: 40px;
  line-height: 35px;
}

.nyproduct_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nyproduct_box .swiper-slide {
  width: 23%;
  margin-bottom: 2%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.nyproduct_box .swiper-slide p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: #333;
  padding-bottom: 10px;
}

.neirong {
  padding: 40px;
}
.neirong * {
  line-height: 1.8;
}

.news-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding: 10px 0;
}
.news-box .index-four__box {
  margin-top: 20px;
}
.news-box a {
  font-size: 18px;
  display: block;
  color: #333;
}
.news-box a span {
  font-size: 14px;
  color: #999;
}
.news-box p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 900px) {
  .navbar .navbar-brand {
    font-size: 12px;
  }
  .navbar-toggler-icon {
    background-color: #000 !important;
  }
  .nyproduct_box .swiper-slide {
    width: 100%;
  }
}/*# sourceMappingURL=master.css.map */