﻿html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.p-3 {
  padding: 0 !important;
}

.banner-img .insise-page {
  width: 100%;
  padding: 6px 0;
}

.banner-img .insise-page div {
  background: url(../images/home-fill.png) no-repeat 20px;
  padding-left: 42px;
}

.banner-img .insise-page div a {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding: 0 5px;
}

.banner-img .insise-page div a:hover {
  color: #fb3a4a;
  transition: 0.2s;
}

.second-nav {
  background: #1f2f48;
  padding-right: 0 !important;
}
.second-nav .nav-list {
  display: flex;
  font-family: OpenSans;
  font-size: 30px;
  justify-content: space-between;
}
.second-nav .nav-list .nav-item .nav-link {
  padding: 22.5px;
  color: #fff;
  text-align: center;
}
.second-nav .nav-list .nav-item .active {
  border-bottom: solid 3px #fb3a4a;
}

.scrollspy-example {
  position: relative;
}

.section1 .container {
  padding: 60px 15px;
}
.section1 .container h1 {
  font-family: OpenSans;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.section1 .container .section1-list {
  margin-top: 40px;
}
.section1 .container .section1-list .section1-item {
  position: relative;
  padding: 31px 85px;
  font-family: OpenSans;
  color: #333;
  line-height: 26px;
}
.section1 .container .section1-list .section1-item .title {
  font-weight: bold;
  font-size: 18px;
}
.section1 .container .section1-list .section1-item .content {
  font-size: 16px;
  margin-top: 15px;
}
.section1 .container .section1-list .section1-item .date {
  font-size: 16px;
  margin-top: 15px;
}
.section1 .container .section1-list .section1-item .more {
  color: #fff;
  background: #fb3a4a;
  width: 110px;
  text-align: center;
  padding: 2px;
  font-size: 18px;
  border-radius: 15px;
  display: block;
  position: absolute;
  right: 85px;
  bottom: 32px;
}
.section1 .container .section1-list .active1 {
  background: #f7f7f7;
}

.section2 {
  background: #1f2f48;
}
.section2 .container {
  padding: 60px 15px 80px 15px;
}
.section2 .container h1 {
  font-family: OpenSans;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.section2 .container .section2-list {
  margin-top: 10px;
  --bs-gutter-x: 0;
}
.section2 .container .section2-list .section2-item {
  padding: 25px 25px 32px 25px;
  font-family: OpenSans;
  line-height: 26px;
  background: #fff;
  margin-top: 30px;
}
.section2 .container .section2-list .section2-item a {
  color: #333;
}
.section2 .container .section2-list .section2-item a .title {
  font-weight: bold;
  font-size: 18px;
}
.section2 .container .section2-list .section2-item a .content {
  font-size: 16px;
  margin-top: 15px;
}
.section2 .container .section2-list .active2 {
  background: #fb3a4a;
}
.section2 .container .section2-list .active2 a {
  color: #fff;
}

.section3 .container {
  padding: 60px 15px 0px 15px;
}
.section3 .container h1 {
  font-family: OpenSans;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.section3 .container .section3-carousel {
  margin-top: 40px;
}
.section3 .container .section3-carousel .carousel-indicators {
  bottom: 65px;
}
.section3 .container .section3-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-top: none;
  border-bottom: none;
  margin-right: 8px;
  margin-left: 8px;
  background: #fff;
  opacity: 1;
}
.section3 .container .section3-carousel .carousel-indicators .active {
  background: #fb3a4a;
}
.section3 .container .section3-carousel .carousel-inner .carousel-item .img-title {
  font-family: OpenSans;
  font-size: 24px;
  color: #fff;
  line-height: 66px;
  font-weight: bold;
  background: #1f2f48;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section4 .container {
  padding: 60px 15px;
}
.section4 .container h1 {
  font-family: OpenSans;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.section4 .container .g-3 {
  --bs-gutter-x: 1.875rem;
}
.section4 .section4-list {
  margin-top: 17px;
}
.section4 .section4-list .list-item .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section4 .section4-list .list-item .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section4 .section4-list .list-item .img-title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: OpenSans;
  font-weight: bold;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.section4 .section4-list .list-item:hover .img-box img {
  transform: scale(1.02);
}
.section4 .section4-list .list-item:hover .img-title {
  color: #fb3a4a;
}

.section5 {
  background: #f9f9f9;
}
.section5 .container {
  padding: 60px 15px;
}
.section5 .container h1 {
  font-family: OpenSans;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.section5 .container .section5-swiper {
  margin-top: 40px;
  position: relative;
}
.section5 .container .section5-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.section5 .container .section5-swiper .swiper-wrapper .swiper-slide .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section5 .container .section5-swiper .swiper-wrapper .swiper-slide .img-box .bofang-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.section5 .container .section5-swiper .swiper-wrapper .swiper-slide .img-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: OpenSans;
  color: #333;
  padding: 15px 0;
}
.section5 .container .section5-swiper .swiper-wrapper .swiper-slide:hover .img-box img {
  transform: scale(1.02);
}
.section5 .container .section5-swiper .swiper-wrapper .swiper-slide:hover .img-text {
  color: #fb3a4a;
}
.section5 .container .section5-swiper .swiper-button-next::after {
  color: #fb3a4a;
  font-size: 30px !important;
}
.section5 .container .section5-swiper .swiper-button-prev::after {
  color: #fb3a4a;
  font-size: 30px !important;
}
.section5 .container .section5-swiper .swiper-button-next {
  font-weight: bold;
  position: absolute;
  top: 39%;
}
.section5 .container .section5-swiper .swiper-button-prev {
  font-weight: bold;
  position: absolute;
  top: 39%;
}
.section5 .container .modal .modal-dialog .modal-body {
  padding: 0;
}
.section5 .container .modal .modal-dialog .modal-body .video_d {
  width: 100%;
}

.section6 {
  background: #1f2f48;
  padding: 60px 0px !important;
}
.section6 h1 {
  font-size: 48px;
  font-family: OpenSans;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.section6 .g-3 {
  --bs-gutter-x: 1.75rem;
}
.section6 .section6-list {
  margin-top: 27px;
}
.section6 .section6-list .list-item .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section6 .section6-list .list-item .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section6 .section6-list .list-item .img-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: OpenSans;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.section6 .section6-list .list-item:hover .img-box img {
  transform: scale(1.02);
}
.section6 .section6-list .list-item:hover .img-title {
  color: #fb3a4a;
}

.message .container {
  padding: 0 15px;
}

.footer {
  margin-top: 0 !important;
}

@media (max-width: 381px) {
  .second-nav .nav-list .list-item {
    width: 100% !important;
    font-size: 18px !important;
    padding: 10px 0;
  }
  .section1 .container .section1-list .section1-item {
    padding: 31px;
  }
  .section1 .container .section1-list .section1-item .more {
    right: 35px;
  }
  .section3 .container .section3-carousel .carousel-indicators {
    bottom: 38px !important;
  }
  .section3 .container .section3-carousel .carousel-inner .carousel-item .img-title {
    font-size: 16px !important;
    line-height: 50px;
  }
}
@media (min-width: 382px) and (max-width: 768px) {
  .second-nav .nav-list .list-item {
    width: 50% !important;
  }
  .section1 .container .section1-list .section1-item {
    padding: 31px;
  }
  .section1 .container .section1-list .section1-item .more {
    right: 35px;
  }
  .section3 .container .section3-carousel .carousel-indicators {
    bottom: 45px !important;
  }
  .section3 .container .section3-carousel .carousel-inner .carousel-item .img-title {
    font-size: 16px !important;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .second-nav .nav-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .second-nav .nav-list .list-item {
    font-size: 22px;
    width: 33%;
  }
  .section3 .container .section3-carousel .carousel-indicators {
    bottom: 66px;
  }
  .section3 .container .section3-carousel .carousel-inner .carousel-item .img-title {
    font-size: 20px;
  }
  .footer {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .section2 .container .section2-list {
    justify-content: space-between;
  }
  .section2 .container .section2-list .section2-item {
    width: 48.937%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .second-nav .nav-list .list-item {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .section5 .container .modal .modal-dialog .modal-body .video_d {
    min-height: 418px;
  }
}
@media (min-width: 1400px) {
  .section5 .container .modal .modal-dialog .modal-body .video_d {
    min-height: 504px;
  }
}
@media (min-width: 1700px) {
  .second-nav .container {
    width: 1610px !important;
    max-width: 1610px !important;
  }
  .section1 .container {
    width: 1610px !important;
    padding: 60px 15px;
    max-width: 1610px !important;
  }
}
.modal-open {
  overflow-y: scroll;
}

body {
  padding-right: 0 !important;
}
/*# sourceMappingURL=news_list.css.map */
@media(min-width: 992px) {
  .pro-banner {
    background: url(../images/banner.jpg) no-repeat center center !important;
    padding-top: 30px;
  }
  .pro-banner p {
      padding-top: 30px;
  }
  .pro-banner .pro-qiehuan ul li {
      width: 25%;
  }
  .pro-banner .pro-qiehuan {
      margin-top: 161px;
  }
}