@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hideText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hideText-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  padding: 46px 0 6px;
}

.header .logo {
  margin-right: 6px;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 174px;
}

.header .nav ul .active a {
  position: relative;
  color: #4DDF80;
}

.header .nav ul .active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 58%;
  height: 2px;
  background: #4DDF80;
}

.header .nav ul li {
  margin: 0 20px;
}

.header .nav ul li a {
  padding-bottom: 12px;
  position: relative;
  font-size: 24px;
  color: #333;
}

.header .nav ul li a:hover {
  color: #4DDF80;
}

.header .nav ul li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 58%;
  height: 2px;
  background: #4DDF80;
}

.banner .banner-container a {
  display: block;
}

.banner .banner-container a img {
  display: block;
  width: 100%;
  height: 800px;
}

.banner .banner-container .swiper-button-prev {
  width: 47px;
  height: 85px;
  left: 59px;
}

.banner .banner-container .swiper-button-next {
  right: 59px;
  width: 47px;
  height: 85px;
}

.banner .banner-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #999;
  opacity: 1;
}

.banner .banner-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #4DDF80;
}

.public-title p strong {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.public-title p span {
  font-size: 14px;
  color: #999;
}

.public-title a {
  font-size: 14px;
  color: #666;
}

.public-title a:hover {
  color: #4DDF80;
}

.show-product {
  margin-top: 140px;
}

.show-product .pro-List {
  margin-top: 47px;
}

.show-product .pro-List ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show-product .pro-List ul::after {
  content: "";
  width: 238px;
}

.show-product .pro-List ul li {
  width: 238px;
  padding: 24px;
  background: #EEEEEE;
  border-radius: 8px;
}

.show-product .pro-List ul li .img {
  display: block;
}

.show-product .pro-List ul li .img img {
  width: 234px;
  height: 240px;
}

.show-product .pro-List ul li .title {
  font-size: 18px;
  color: #333;
  margin: 24px 0;
}

.show-product .pro-List ul li .title:hover {
  color: #4DDF80;
}

.show-product .pro-List ul li p {
  font-size: 14px;
  color: #333;
}

.about {
  margin-top: 140px;
}

.about .about-main {
  position: relative;
  margin-top: 94px;
  background: #F7F5F6;
  padding: 49px 0 99px;
}

.about .about-main .des {
  width: 39.5%;
  padding-left: 24px;
}

.about .about-main .des a {
  display: block;
  font-size: 24px;
  color: #010101;
  margin-bottom: 46px;
}

.about .about-main .des a:hover {
  color: #4DDF80;
}

.about .about-main .des p {
  font-size: 18px;
  color: #666;
}

.about .about-main .img {
  position: absolute;
  bottom: 38px;
  left: 44%;
  display: block;
  width: 673px;
  height: 351px;
  z-index: 10;
}

.about .about-main .img img {
  width: 100%;
  height: 100%;
}

.achievement {
  margin-top: 140px;
}

.achievement .main {
  margin-top: 48px;
}

.achievement .main ul li {
  padding: 24px;
  background: #EEEEEE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 314px;
}

.achievement .main ul li:after {
  content: "";
  width: 362px;
}

.achievement .main ul li .img {
  display: block;
  margin-bottom: 48px;
}

.achievement .main ul li .img img {
  display: block;
  width: 314px;
  height: 320px;
}

.achievement .main ul li .title {
  font-size: 24px;
  color: #333;
  width: 70%;
}

.achievement .main ul li .title:hover {
  color: #4DDF80;
}

.news {
  margin-top: 138px;
}

.news .main {
  margin-top: 48px;
}

.news .main ul {
  margin-left: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .main ul::after {
  content: "";
  width: 368px;
}

.news .main ul li {
  width: 368px;
  margin-bottom: 50px;
}

.news .main ul li:nth-child(1) {
  padding-left: 0;
}

.news .main ul li:hover .title {
  color: #4DDF80;
}

.news .main ul li:hover p {
  color: #000;
}

.news .main ul li .img {
  display: block;
}

.news .main ul li .img img {
  display: block;
  width: 368px;
  height: 301px;
}

.news .main ul li .title {
  margin: 22px 0;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.news .main ul li p {
  font-size: 18px;
  color: #666;
}

.link {
  margin-top: 140px;
}

.link strong {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 12px;
  font-weight: normal;
}

.link p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 30px;
}

.link p a {
  font-size: 18px;
  color: #333;
  margin-right: 10px;
}

.link p a:hover {
  color: #4DDF80;
}

.footer {
  margin-top: 140px;
  background: #2B2B2B;
  padding: 88px 0 20px;
}

.footer .des {
  padding: 0 200px 0 224px;
}

.footer .des ul li {
  margin-bottom: 4px;
}

.footer .des ul li a {
  font-size: 16px;
  color: #fff;
}

.footer p {
  margin-top: 36px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.bread-nav {
  margin: 46px 0 23px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bread-nav img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
}

.bread-nav .breadCrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 18px;
  color: #333;
}

.bread-nav .breadCrumbs li img {
  width: 19px;
  height: 19px;
}

.bread-nav .breadCrumbs li a {
  font-size: 18px;
  color: #333;
}

.item-banner .img {
  display: block;
  width: 100%;
  height: 546px;
}

/* 分页 */
.pagination {
  text-align: center;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 9px;
  padding: 9px 16px;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
}

.pagination li:first-child {
  background: #E6E6E6;
  padding: 9px 27px;
}

.pagination li:first-child span, .pagination li:first-child a {
  color: #272727;
}

.pagination li:last-child {
  background: #666;
  color: #fff;
  padding: 9px 27px;
}

.pagination li:last-child span, .pagination li:last-child a {
  color: #fff;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.pagination li a {
  color: #333;
  display: inline-block;
}

.pagination .thisclass {
  border: none;
  color: #4DDF80;
}

.pagination .thisclass span {
  color: #4DDF80;
}

.page-link {
  cursor: pointer;
}

.detail {
  width: 818px;
  margin: 0 auto;
}

.detail .art-head {
  margin-top: 25px;
}

.detail .art-head h1 {
  font-size: 30px;
  color: #000;
  text-align: center;
}

.detail .art-head p {
  margin: 24px 0 0;
  text-align: center;
}

.detail .art-head p span {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-right: 8px;
}

.detail .art-cont {
  font-size: 18px;
  color: #000;
  line-height: 32px;
}

.detail .art-cont img {
  display: block;
  width: 818px;
  height: 426px;
  margin: 46px auto;
}

.detail .art-cont p {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  margin-bottom: 10px;
}

.detail .pages {
  margin-top: 137px;
}

.detail .pages li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 12px;
  font-size: 18px;
  color: #000;
}

.detail .pages li a {
  font-size: 18px;
  color: #000;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail .pages li a:hover {
  color: #4DDF80;
}
/*# sourceMappingURL=public.css.map */