.indexBanner .swiper-slide {
  position: relative;
  background: none;
}
.indexBanner .swiper-slide img {
  width: 100%;
}
.indexBanner .swiper-slide .section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.indexBanner .swiper-slide .section h3 {
  font-family: bl;
  font-size: 36px;
  color: #fff;
  opacity: 0.4;
}
.indexBanner .swiper-slide .section h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
}
.indexBanner .swiper-slide .section a {
  width: 180px;
  height: 52px;
  line-height: 50px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 187, 50, 0.8);
  background: linear-gradient(to right, #00c385, #3a8f73);
}
.indexBanner .swiper-slide .section a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icon04.png) no-repeat center/contain;
  vertical-align: middle;
}
.indexBanner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.9);
}
.indexBanner .swiper-pagination-bullet-active {
  background: #fff;
}

.index_four ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 56px 26px;
}
.index_four ul li i {
  width: 90px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: sepia(0) hue-rotate(121deg) saturate(1);
}
.index_four ul li h2 {
  font-size: 20px;
  margin: 10px 0;
}
.index_four ul li p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
}
.index_four ul li:hover {
  background-color: rgba(255, 187, 50);
  background: linear-gradient(to right, #00c385, #3a8f73);
}
.index_four ul li:hover h2,
.index_four ul li:hover p {
  color: #fff;
}
.index_four ul li:nth-child(1):hover i {
  background-image: url(../images/f01-1.png) !important;
}
.index_four ul li:nth-child(2):hover i {
  background-image: url(../images/f01-1.png) !important;
}
.index_four ul li:nth-child(3):hover i {
  background-image: url(../images/f01-1.png) !important;
}
.index_four ul li:nth-child(4):hover i {
  background-image: url(../images/f01-1.png) !important;
}

.index_about {
  padding: 100px 0;
  background: url(../images/bg05.jpg) no-repeat center/cover;
}
.index_about .pic {
  width: 50%;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 35px #f4d9c9;
  position: relative;
}
.index_about .pic:after {
  content: '';
  position: absolute;
  background: url(../img/frame-2.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.index_about .pic img {
  width: 100%;
}
.index_about .info {
  width: 42%;
  margin-top: -50px;
}
.index_about .info h3 {
  font-size: 120px;
  color: rgba(240, 246, 240, 1);
  line-height: 1;
  font-family: Impact !important;
}
.index_about .info h2 {
  font-size: 42px;
  color: #222;
  line-height: 1;
  margin-top: -50px;
}
.index_about .info p {
  font-size: 14px;
  color: #555;
  line-height: 2;
  margin: 20px 0 40px;
}

.index_pro {
  padding: 100px 0;
  background: url(../images/b01.jpg) no-repeat center/cover fixed;
}
.index_pro .head {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.index_pro .section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.swiperPro {
  padding: 40px 0;
}
.index_pro .swiper-slide {
  transition: all 0.3s linear;
}
.index_pro .swiper-slide:hover {
  transform: scale(1.05);
}
.index_pro .swiper-slide .picSection {
  border-radius: 10px;
  padding: 40px;
  background: url(../img/fzbg.jpg) no-repeat;
  border: solid 1px #cec9b6;
  background-position: right;
}
.index_pro .swiper-slide .pic {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.index_pro .swiper-slide .pic:after {
  content: '';
  display: block;
  padding-top: 150%;
}
.index_pro .swiper-slide h2 {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_pro .swiper-button-next,
.index_pro .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.index_pro .swiper-button-next:hover,
.index_pro .swiper-button-prev:hover {
  border-color: #277a4f;
  background-color: #277a4f;
}
.index_pro .swiper-button-next {
  right: -60px;
}
.index_pro .swiper-button-prev {
  left: -60px;
}

.index_show {
  position: relative;
  padding: 80px 0 80px;
  background: url(../images/bg02.png) no-repeat left bottom fixed;
}
.index_show .infoSection {
  width: 38%;
}
.index_show .infoSection h3 {
  font-size: 60px;
  color: #222;
  font-family: bl;
}
.index_show .infoSection h4 {
  font-size: 24px;
  color: #333;
}
.index_show .infoSection p.cn {
  font-size: 16px;
  color: #595959;
  font-weight: 100;
  line-height: 1.8;
  margin: 20px 0;
}
.index_show .infoSection p.en {
  font-size: 12px;
  color: #cfcece;
  font-family: bl;
  margin-bottom: 40px;
}
a.moreBtn {
  display: block;
  width: 180px;
  height: 56px;
  line-height: 54px;
  border: 2px solid transparent;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 187, 50);
  background: linear-gradient(to right, rgb(0, 195, 133), rgb(58, 143, 115));
  text-align: center;
}
a.moreBtn:hover {
  background: none;
  color: #277a4f;
  box-shadow: 0 5px 20px #ffe5e5;
  border-color: #277a4f;
}
.swiperShowSection {
  /* position: absolute;
  right: 0;
  top: 80px; */
  width: 60%;
}
.swiperShowSection .info {
  width: 35%;
  padding: 60px 70px 120px;
  color: #fff;
  min-height: 420px;
  max-height: 420px;
  background: #e4ba28 url(../img/rybg.jpg) no-repeat;
  border: solid 1px #cec9b6;
  background-size: cover;
  background-position: center;
}
.swiperShowSection .info b {
  font-size: 60px;
  font-family: bl;
  font-weight: normal;
  opacity: 0.4;
}
.swiperShowSection .info h2 {
  font-size: 30px;
}
.swiperShowSection .info p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.swiperShowSection .pic {
  width: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 420px;
  max-height: 420px;
}
.swiperShowSection .pic:after {
  content: '';
  display: block;
  padding-top: 62.4%;
}
.swiperShowSection .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 35%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 3;
}
.swiperShowSection .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.swiperShowSection .swiper-pagination-bullet-active {
  background: #277a4f;
  width: 50px;
  border-radius: 6px;
}

.index_news {
  padding: 80px 0;
  background: url(../images/bg03.jpg) no-repeat center/cover;
}
.index_news .head {
  text-align: center;
}
.index_news .head h3 {
  font-size: 32px;
  color: #333;
}
.index_news .head p {
  font-size: 18px;
  color: #999;
}
.swiperNews {
  padding: 40px 0;
}
.swiperNews .swiper-slide .pic {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s linear;
}
.swiperNews .swiper-slide .pic:after {
  content: '';
  display: block;
  padding-top: 57%;
}
.swiperNews .swiper-slide h2 {
  font-size: 20px;
  color: #373c41;
  margin-top: 20px;
  transition: all 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiperNews .swiper-slide p {
  font-size: 16px;
  color: #777;
  margin: 10px 0px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiperNews .swiper-slide .date {
  font-size: 16px;
  color: #b4b4b4;
  font-family: bl;
  line-height: 1;
}
.swiperNews .swiper-slide:hover h2 {
  color: #277a4f;
}
.swiperNews .swiper-slide:hover .pic {
  transform: scaleY(1.1);
}
.swiperNews-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiperNews .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.swiperNews .swiper-pagination-bullet-active {
  background: #277a4f;
  border-radius: 5px;
}
.index_news a.moreBtn {
  margin: 20px auto;
}

/*
@media screen and (max-width:1920px){
	.swiperShowSection .swiper-container-horizontal>.swiper-pagination-bullets{bottom:50px;}
	.swiperShowSection .swiper-pagination-bullet-active{background: #fff;}
}
@media screen and (max-width:1440px){
	.swiperShowSection .swiper-container-horizontal>.swiper-pagination-bullets{bottom:30px;}
	.swiperShowSection .info{padding:60px 50px 100px;}
}
*/

@media screen and (max-width: 1200px) {
  .indexBanner {
    margin-top: 60px;
  }
  .indexBanner .swiper-slide {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .indexBanner .swiper-slide img {
    display: none;
  }
  .indexBanner .swiper-slide .section h3 {
    font-size: 18px;
  }
  .indexBanner .swiper-slide .section h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .indexBanner .swiper-slide .section a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .indexBanner .swiper-slide .section a i {
    width: 14px;
    height: 14px;
  }
  .indexBanner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .index_four ul li {
    width: 50%;
    padding: 20px;
  }
  .index_four ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index_four ul li h2 {
    font-size: 18px;
    margin: 5px 0;
  }

  .index_about {
    padding: 20px 0 30px;
  }
  .index_about .pic,
  .index_about .info {
    width: 100%;
    margin-top: 0;
  }
  .index_about .info h3 {
    font-size: 100px;
  }
  .index_about .info h2 {
    font-size: 24px;
    margin-top: -40px;
  }
  .index_about .info p {
    margin: 20px 0;
  }
  .index_about .info a.moreBtn {
    margin-bottom: 24px;
  }

  .index_pro {
    padding: 30px 0 0;
  }
  .index_pro .section {
    width: 100%;
    padding: 0 15vw;
  }
  .index_pro .head {
    font-size: 22px;
  }
  .swiperPro {
    padding: 30px 0;
  }
  .index_pro .swiper-button-next,
  .index_pro .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
  .index_pro .swiper-button-next {
    right: 10px;
  }
  .index_pro .swiper-button-prev {
    left: 10px;
  }
  .index_pro .swiper-slide h2 {
    font-size: 16px;
  }

  .index_show {
    padding: 30px 0;
  }
  .index_show .infoSection {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 4vw;
  }
  .index_show .infoSection .info {
    float: none;
  }
  .index_show .infoSection h3 {
    font-size: 30px;
  }
  .index_show .infoSection h4 {
    font-size: 20px;
  }
  .index_show .infoSection p.en {
    margin-bottom: 20px;
  }
  a.moreBtn {
    width: 120px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
  }
  .swiperShowSection {
    width: 100%;
    position: static;
    padding: 0 4vw;
  }
  .swiperShowSection .info {
    width: 100%;
    padding: 20px 30px 24px;
    min-height: 110px;
  }
  .swiperShowSection .info b {
    font-size: 30px;
    line-height: 30px;
  }
  .swiperShowSection .info h2 {
    font-size: 22px;
    display: inline-block;
    line-height: 30px;
    vertical-align: text-bottom;
  }
  .swiperShowSection .info p {
    margin-top: 10px;
  }
  .swiperShowSection .pic {
    width: 100%;
    min-height: 200px;
  }
  .swiperShowSection .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 100%;
  }
  .swiperShowSection .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiperShowSection .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }

  .index_news {
    padding: 30px 0;
  }
  .index_news .head h3 {
    font-size: 20px;
  }
  .index_news .head p {
    font-size: 14px;
  }
  .swiperNews {
    padding: 20px 0;
  }
  .swiperNews .swiper-slide h2 {
    font-size: 16px;
  }
  .swiperNews .swiper-slide p {
    font-size: 14px;
    margin: 4px 0 8px;
  }
  .swiperNews .swiper-slide .date {
    font-size: 14px;
  }
  .index_news a.moreBtn {
    margin: 0 auto;
  }
}
