.swiper-container-h,
.swiper-container-v,
.swiper-container-v2 {
  height: 100vh;
}
.swiper-slide.section {
  transition: all 0.5s ease 0s;
  position: relative;
}
.swiper-slide.section .section-bg {
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.yqlj{
  position: absolute;
  bottom: 50px;
  left: 8%;
  color: #fff;
}
.z-img1{
  width: 50%;
    display: block;
    margin: 0 auto;
}
.swiper-slide.section .section-bg.section-bg-pc {
  display: block;
}
.swiper-slide.section .section-bg.section-bg-mobile {
  display: none;
}
.swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
/*  */
.index-news{
  width: 1440px;
  height: 480px;
  /* border: 1px solid; */
  margin: auto auto;
  display: flex;

}
.i-news-l{
  width: 50%;
  overflow: hidden;
}
.i-news-l img{
  width: 100%;
  height: 100%;
  transition: .5s;

}
.i-news-l img:hover{
  transform: scale(1.03);
}
.i-news-r{
  margin-left: 68px;
}
.i-news-r li{
  list-style: none;
}
.i-news-r a{
  margin-bottom: 50px;
  display: block;
}

.i-news-r h5{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: .3s;

}
.i-news-r p{
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #fff;
margin-top: 14px;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: 0.3s;
    border-bottom: 1px solid rgba(20,81,154,0);
}
.i-news-r span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
  display: block;
  }
.i-news-r h5:hover{
  color: #60B100;
  /* border-bottom: 1px solid #60B100; */
}
.i-news-r {
  width: 45%;
}


.swiper-container .swiper-slide > img.pc-banner {
  display: block;
}
.swiper-container .swiper-slide > img.mobile-banner {
  display: none;
}
@keyframes left_right {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
.swiper-container-h .pagination-box {
  position: fixed;
  top: 50%;
  left: 46px;
  transform: translateY(-50%);
  z-index: 99;
}
.swiper-container-h .pagination-box .swiper-pagination-h {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-container-h .pagination-box .swiper-pagination-h > .swiper-pagination-bullet {
  margin: 6px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.swiper-container-h .pagination-box .swiper-pagination-h > .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.swiper-slide.section1 {
  position: relative;
}
 .footer-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
 .footer-area .btn-list {
  display: flex;
}
.footer-area .btn-list .btn-item {
  flex: 1;
  transition: all 0.5s ease 0s;
}
 .footer-area .btn-list .btn-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 0.65rem;
  width: 100%;
  color: #ffffff;
  position: relative;
}
.footer-area .btn-list .btn-item > a .tit {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}
 .footer-area .btn-list .btn-item > a .desc {
  font-size: 0.13rem;
}
 .footer-area .btn-list .btn-item > a .icon {
  position: absolute;
  right: 0.19rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/static/home/images/index/news_more_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-area .btn-list .btn-item.bt1 {
  background: url('/static/home/images/index/section1_footer_bg0.png') no-repeat center;
  background-size: cover;
}
 .footer-area .btn-list .btn-item.bt2 {
  background: url('/static/home/images/index/section1_footer_bg1.png') no-repeat center;
  background-size: cover;
}
 .footer-area .btn-list .btn-item.bt3 {
  background: url('/static/home/images/index/section1_footer_bg2.png') no-repeat center;
  background-size: cover;
}
.swiper-slide.section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.swiper-slide.section2 h3 {
  font-size: 0.34rem;
  font-family: 'ZhenyanGB';
  color: #ffffff;
  margin-bottom: 0.47rem;
}
.swiper-slide.section2 h3 .text {
  padding: 0 0.21rem;
}
.footer-area .desc{
  margin-bottom:unset !important;
}
.swiper-slide.section2 h3 .line {
  width: 0.63rem;
  height: 4px;
  background-color: #fff;
  position: relative;
}
.swiper-slide.section2 h3 .l-line::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slide.section2 h3 .r-line::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slide.section2 .desc {
  position: relative;
  top: 0;
  margin-bottom: 0.52rem;
}
.swiper-slide.section2 .desc > p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1.5px;
  padding: 0 20px;
}
.swiper-slide.section2 .num {
  display: flex;
  justify-content: space-between;
  padding: 0 0.26rem;
}
.swiper-slide.section2 .num .num-item {
  color: #fff;
}
.swiper-slide.section2 .num .num-item .top {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.swiper-slide.section2 .num .num-item .top .line {
  margin-left: 0.1rem;
  flex: 1;
  height: 1px;
  background-color: #fff;
}
.swiper-slide.section2 .num .num-item .center {
  font-size: 0.57rem;
  color: #62B400;
}
.swiper-slide.section2 .num .num-item .bottom {
  font-size: 0.15rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.swiper-slide.section2 .num .num-item .bottom .line {
  margin-left: 0.1rem;
  flex: 1;
  height: 1px;
  background-color: #fff;
}
.swiper-slide.section2 .more {
  width: 116px;
  height: 50px;
  background-color: #62B400;
  margin-top: 0.29rem;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
.swiper-slide.section3 .image-list,.swiper-slide.section1 .image-list,.swiper-slide.section2 .image-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  /* display: none; */
}
.swiper-slide.section3 .image-list > li {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease 0s;
}
.swiper-slide.section3 .image-list > li > a img {
  width: 1.35rem;
  height: 0.64rem;
  transition: all 0.5s ease 0s;
}
.swiper-slide.section3 .image-list > li > a img.hover {
  display: none;
}


.zz1{
  width: 1390px;
  margin: 0 auto;
 
}
.zz1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zz1 li{
  padding:10px;
  list-style: none;
border: 1px solid #FFFFFF;
overflow: hidden;
margin-right: 20px;
margin-bottom: 20px;
}
.zz1 li:hover img{
  transform: scale(1.05);
}
.zz1 li img{
  transition: 0.4s;
}
/* 111 */
/* Ò»¼¶Òþ²Ø */

.new-list-item {
  display: none;
}

.new-list-item-active {
  display: flex;
}

.new-list-item-box {
  width: 700px;
  height: 500px;
  background-color: #f4f4f4;
  overflow: hidden;
  position: relative;
  display: none;
  align-items: flex-end;
}

.new-list-item-box-active {
  display: flex;
}

.new-list-item-list {
  width: 500px;
  height: 500px;
  /* overflow-y: scroll; */
  position: relative;
  display: block;
}
.zz1 h3{
font-size: 40px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #111111;
text-align: center;
margin-bottom: 175px;
}
.zz1 p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  margin-top: 10px;
  text-align: center;
}
.pp_3 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.pp_4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  /* font-weight: bold; */
  line-height: 28px;
  transition: all 0.3s;
  color: #fff;
}
.new-list-nav-item:hover >a >.pp_4{
  color: #62B400;
}
.new-list-item-box img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: .5s;
}
.new-list-item-box:hover > a >img{
  transform: scale(1.03);
}
.new-list-item-box div {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 30px;
}

.ns-text-limit2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* word-wrap: break-word; */
  word-break: break-all;
  /* transition: all 0.3s; */
  /* color: #fff; */
}

.new-list-nav-item {
width: 500px;
  height: 100px;
  color: #595959;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0 0 30px;
  /* transition: all 0.3s; */
}

.new-list-nav-item+.new-list-nav-item {
  border-top: 1px solid #8B8B8B;
}

.new-list-nav-item-active {
  /* color: #003366;
  background-color: #F5F5F5;
  font-weight: bold; */
 
}

.new-list-nav-item-active::after {
  position: absolute; display: none;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #003366;
  z-index: 2;
}


/* 111 */
/*  */
.swiper-slide.section1 .image-list > li {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease 0s;
}
.swiper-slide.section1 .image-list > li > a img {
  width: 1.35rem;
  height: 0.64rem;
  transition: all 0.5s ease 0s;
}
.swiper-slide.section1 .image-list > li > a img.hover {
  display: none;
}
.swiper-slide.section1 .image-list > li:hover{
  background: #fff;
}

.swiper-slide.section2 .image-list > li:hover{
  background: #fff;
}

.swiper-slide.section2 .image-list > li {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease 0s;
}
.swiper-slide.section2 .image-list > li > a img {
  width: 1.35rem;
  height: 0.64rem;
  transition: all 0.5s ease 0s;
}
.image-list li{
  padding: 0 30px;
}
.swiper-slide.section2 .image-list > li > a img.hover {
  display: none;
}
/*  */
.swiper-slide.section4 {
  /* display: flex; */
  align-items: center;
  justify-content: flex-end;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.swiper-slide.section4 .our {
  color: #fff;
  margin-right: 22%;
}
.swiper-slide.section4 .our > a {
  color: #fff;
}
.swiper-slide.section4 .our h3 {
	  font-family: Comfortaa-Light;
  font-size: 42px;
  margin-bottom: 35px;
}
.swiper-slide.section4 .our h3 > span {
  color: #62B400;
}
.swiper-slide.section4 .our h3 > span.arr {
  position: relative;
  right: 0;
}
.swiper-slide.section4 .our h3 > span.arr.r-l {
  animation: left_right 1s infinite;
}
.swiper-slide.section4 .our > p {
  font-size: 26px;
  line-height: 30px;
  text-shadow:0px 3px 3px rgba(0,0,0,0.16);
  width: 100%;
  max-width: 420px;
}
.swiper-slide.section5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.swiper-slide.section5 h3,.swiper-slide.section4 h3 {
  font-size: 0.34rem;
  font-family: 'ZhenyanGB';
  color: #62B400;
  margin-bottom: 30px;
}
.swiper-slide.section5 h3 .text,.swiper-slide.section4 h3 .text {
  padding: 0 0.21rem;
}
.swiper-slide.section5 h3 .line,.swiper-slide.section4 h3 .line {
  width: 0.63rem;
  height: 4px;
  background-color: #62B400;
  position: relative;
}
.swiper-slide.section5 h3 .l-line::after,.swiper-slide.section4 h3 .l-line::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-color: #62B400;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slide.section5 h3 .r-line::after,.swiper-slide.section4 h3 .r-line::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-color: #62B400;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slide.section4 h3{
  margin-bottom: 90px;
}
.swiper-slide.section5 .desc {
  position: relative;
  top: 0;
  text-align: center;
  margin-bottom: 48px;
}
.swiper-slide.section5 .desc > p {
  font-size: 0.09rem;
  line-height: 1.5;
  color: #333;
  letter-spacing: 1.5px;
  padding: 0 20px;
}
.dt{
  margin-right: 20px;
}
.swiper-slide.section5 .swiper-container-four {
  /*width: 100%;
  max-width: 1560px;*/
}
.swiper-slide.section5 .swiper-container-four .swiper-slide {
  height: 0.73rem;
  width: 1.19rem;
}
.swiper-slide.section5 .swiper-container-four .swiper-slide img {
  height: 100%;
  width: 100%;
}
.swiper-slide.section5 .swiper-container-four .swiper-pagination-four .swiper-pagination-bullet-active {
  background-color: #62B400;
}
.swiper-slide.section5 .swiper-button-white {
  background-color: #62B400;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: 0;
	transform: translateY(-50%);
}
.swiper-slide.section5 .swiper-button-white.swiper-button-disabled {
  background-color: #cecece;
}
.swiper-slide.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide.section6 .join {
  color: #fff;
}
.swiper-slide.section6 .join h3 {
  font-size: 60px;
  /*letter-spacing: 12px;*/
  margin-bottom: 32px;
  font-family: Source Han Sans CN;
}
.swiper-slide.section6 .join .p1 {
  font-size: 42px;
  font-family: Comfortaa-Light;
  margin-bottom: 36px;
  color: #fff;
}
.swiper-slide.section6 .join .p1 > span {
  color: #62B400;
}
.swiper-slide.section6 .join .p1 > span.arr {
  position: relative;
  left: 0;
  animation: left_right 1s infinite;
}
.swiper-slide.section6 .join .p2 {
  font-size: 26px;
}
.zz1 div{
  width: 24%;
}
.zz1 li img{
  width: 100%;
}
@media screen and (max-width: 1600px) {
	.swiper-slide.section2 .desc > p {
		font-size: 16px;
		line-height: 24px;
	}
	.swiper-slide.section4 .our > p {
		font-size: 20px;
		line-height: 28px;
	}
  .index-news{
    width: 90%;
  }
  .zz1{
    width: 90%;
    justify-content: space-between;
  }
  .zz1 div{
    width: 24%;
  }
  .zz1 li img{
    width: 100%;
  }
  .zz1 li{
    margin-right: 0;
margin-bottom: 20;
  }
}
@media screen and (max-width: 1600px) {
	.swiper-slide.section6 .join h3 {
		font-size: 50px;
		
	}
	.swiper-slide.section6 .join .p1 {
		font-size: 34px;
	}
	.swiper-slide.section6 .join .p2 {
		font-size: 20px;
	}
  .tabA{
    width: 80%;
  }
  .dt{
    width: 60%;
  }
  .new-list-item-list {
    width: 40%;
  }
  .new-list-nav-item {
    width: 100%;
  }
  .new-list-item-box img {
    width: 100%;
  }
  .new-list-item-box {
    width: 100%;
  }
} 
@media screen and (max-width: 1024px) {
  .swiper-container-h .pagination-box {
    display: none;
  }
  .swiper-slide.section5 .swiper-container-four {
    padding-bottom: 30px;
  }
  .swiper-slide.section5 .swiper-container-four .swiper-slide {
    width: 30%;
    height: auto;
  }
  .swiper-slide.section5 .swiper-container-four .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper-slide.section5 .swiper-button-white {
    display: none;
  }
  .fixed-right .share {
    display: none !important;
  }
  .swiper-container .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container .swiper-slide > img.pc-banner {
    display: none;
  }
  .swiper-container .swiper-slide > img.mobile-banner {
    display: block;
  }
  .swiper-slide.section .section-bg.section-bg-pc {
    display: none;
  }
  .swiper-slide.section .section-bg.section-bg-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .zz1 div {
    width: 48%;
    margin-bottom: 20px;
}
.new-list-item-active {
  display: block;
}
.new-list-item-list {
  width: 100%;
  height: auto;
}
.dt{
  width: 100%;
}
.new-list-item-box {
  height: 250px;
}
.ns-text-limit2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.pp_4 {
  font-size: 16px;
}
.new-list-nav-item {
  height: 65px;
  color: #595959;
  position: relative;
  box-sizing: border-box;
  padding: 12px 0 0 10px;
  /* transition: all 0.3s; */
}
.zz1 h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  text-align: center;
  margin-bottom: 50px;
}
.zz1 p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  margin-top: 0px;
  text-align: center;
}
  .index-news{
    display: block;
    height: auto;
  }
  .i-news-l {
    width: 100%;
    margin-bottom: 10px;
  }
  .i-news-r a {
    margin-bottom: 15px;
  }
  .i-news-r {
    margin-left: 0;
    width: 100%;
}
.i-news-r span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 4px;
  display: block;
}
.i-news-r p {
  font-size: 14px;
  margin-top: 6px;
}
.i-news-r h5 {
  font-size: 15px;
}
  .section {
    padding: 0 12px;
  }
  .section.section1,
  .section.section3 {
    padding: 0;
  }
  .swiper-slide.section1 .footer-area .btn-list .btn-item .desc,
  .swiper-slide.section1 .footer-area .btn-list .btn-item .icon {
    display: none;
  }
  .swiper-slide.section2 h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .swiper-slide.section2 .desc > p  {
  	font-size: 14px
  }
  .swiper-slide.section2 .num .num-item .bottom {
  	font-size: 12px
  }
  .swiper-slide.section2 h3 .line {
    width: 3rem;
    height: 2px;
  }
  .swiper-slide.section2 h3 .line::after {
    width: 10px;
    height: 10px;
  }
  .swiper-slide.section2 .num {
    flex-direction: column;
    width: 40%;
    margin: 0 auto;
  }
  .swiper-slide.section2 .num .num-item {
    margin-bottom: 30px;
  }
  .swiper-slide.section2 .more {
    width: 120px;
    height: 30px;
    margin-top: 0;
  }
  .swiper-slide.section4 {
    justify-content: center;
  }
  .swiper-slide.section4 .our {
    margin-right: 0;
  }
  .swiper-slide.section4 .our h3 {
  	font-size: 20px
  }
  .swiper-slide.section4 .our p {
    width: 100%;
    max-width: auto;
  }
  .swiper-slide.section5 h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .swiper-slide.section5 h3 .line {
    width: 3rem;
    height: 2px;
  }
  .swiper-slide.section5 .desc > p {
  	font-size: 14px;
  }
  .swiper-slide.section5 h3 .line::after {
    width: 10px;
    height: 10px;
  }
  .swiper-slide.section6 .join h3 {
    font-size: 24px;
  }
  .swiper-slide.section6 .join .p1 {
    font-size: 20px;
  }
  .swiper-slide.section6 .join .p2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
<!--ºÄÊ±1759407551.6851Ãë-->