/* banner */
.swiper-container{
	width: 100%;
	height: 100vh;
}
.swiper-container.lunbo .swiper-slide{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
}
.swiper-container  .banner_sj{
	display: none;
}
.swiper-container.lunbo .swiper-slide .text-box{
	width: 520px;
  height: 621px;
  top: 220.5px;
  left: 364px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.49);
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 0 58px;
  box-sizing: border-box;
}
.swiper-container.lunbo .swiper-slide .text-box h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 67px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.swiper-container.lunbo .swiper-slide .text-box .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.swiper-container.lunbo .swiper-slide .text-box .btn {
  width: 306px;
  line-height: 58px;
  background-color: #A9CB03;
  color: #fff;
  text-align: center;
  margin-top: 66px;
  margin-bottom: 53px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.swiper-container.lunbo .swiper-slide .text-box .en {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 37px;
}
.swiper-container.lunbo .swiper-slide h1{
	font-size: 50px;
	font-family: srb;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transform: translate(0, 100%);
	transition: all .3s;
}
.swiper-container.lunbo .swiper-slide p{
	font-size: 50px;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-top: 20px;
	transform: translate(0, 100%);
	transition: all .3s;
}


/* banner宸﹀彸 */
.swiper-pagination-banner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom:40px;
	
}
.pagination-box {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  justify-content: space-between;
  width: 100%;
}
.pagination-box .line {
  width: 500px;
  height: 1px;
  background-color: #fff;
  z-index: 2;
  margin-left: 40px;
  position: relative;
}
.pagination-box .line::before {
  width: 0;
  height: 5px;
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
}
.pagination-box .line.active::before {
  width: 100%;
  transition: all 3s;
}
.pagination-box .swiper-pagination-banner {
  width: 300px !important;
  position: initial;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	background-color: #fff !important;
	width: 30px;
	height: 4px;
	opacity: 1;
	transition: all .5s;
  border-radius: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
	background-color: transparent !important;
	background-color: #fff !important;
	border: 2px #fff solid;
	width: 60px;
	height: 4px;
	box-sizing: border-box;
}

/* 公共样式 */
.i-public-title{
}
.i-public-title h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #008BD5;
}
.i-public-title p{
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.04em;
  text-align: left;
  opacity: 0.2;
}
.section-con{
	width: 1400px;
	margin: 0 auto;
	height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.infolist{
	margin: 0 auto;
	position: absolute;
	left: -100%;
	transform: translate(-50%, 0);
	z-index: 10;
	opacity: 0;
}
.infolist li p{
	font-size: 24px;
	color: #125844;
	text-align: center;
	width: 100%;
	padding-bottom: 8px;
	line-height: 26px;
}
.infolist ul{
	width: 100%;
	display: flex;
}
.infolist li p{
	border-bottom: 2px rgba(0, 0, 0, 0) solid;
}
.infolist li:hover p{
	border-bottom: 2px #DAB96B solid;
	font-size: 26px;
}


/* 第二屏 */
#section2{
	overflow: hidden;
	background: url(../img//section2.jpg) no-repeat center;
  background-size: cover;
}
#section2 .text-box {
  margin-top: 24px;
  margin-bottom: 34px;
  width: 820px;
}
#section2 .text-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: left;
}
#section2 img {
  width: 100%;
  max-width: 600px;
}
#section2 .line-btn-blue {
  margin-top: 48px;
}
#section2 .index-en {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

@media (max-width: 1400px) {
	.secondPage .infolist{
		width: 1000px;
	}
}
@media (max-width: 1100px) {
	.secondPage .infolist{
		width: 800px;
	}
}

@media (max-width: 640px) {
	.secondPage .infolist a span{
		background-size: cover;
		width: 60px;
		height: 60px;
	}
}

/* 第三屏 */
#section3{
	overflow: hidden;
  background-color: #f2f2f2;
  background-image: url(../img/Rectangle164.jpg);
  background-size: cover;
}
#section3 .section-con-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
#section3 .section-con-top img {
  width: 188px;
  height: px;
}
#section3 .bottom {
  display: flex;
  justify-content: space-between;
}
#section3 .bottom .nav {
  /* width: 454px; */
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
#section3 .bottom .nav ul {
  margin-bottom: 80px;
}
#section3 .bottom .nav li {
  display: flex;
  align-items: center;
  height: 78px;
}
#section3 .bottom .nav li.active p{
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #008BD5;
} 
#section3 .bottom .nav .swiper-button-next {
  right: auto;
  top: auto;
  bottom: 120px;
  transform: rotate(90deg);
}
#section3 .bottom .nav .swiper-button-prev {
  right: auto;
  top: 0;
  transform: rotate(90deg);
}
#section3 .bottom .nav .swiper-container {
  width: 100%;
  height: 100%;
  height: 564px;
  overflow: hidden;
  margin-bottom: 72px;
}
#section3 .bottom .nav .swiper-slide {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 0em;
  text-align: left;
  color: #2A2C2E;
  transition: 1000ms;
  height: 78px;
}
#section3 .bottom .nav .swiper-slide-active,.swiper-slide-duplicate-active{
  font-size: 40px;
  line-height: 78px;
  color: #008BD5;
  /* border-top: 1px #76B1D1 solid;
  border-bottom: 1px #76B1D1 solid; */
  position: relative;
}
#section3 .bottom .nav .swiper-slide::before,.swiper-slide-duplicate::before {
  content: '';
  display: block;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #76B1D1;
  height: 1px;
}
#section3 .bottom .nav .swiper-slide::after,.swiper-slide-duplicate::after {
  content: '';
  display: block;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #76B1D1;
  height: 1px;
}
#section3 .bottom .nav .swiper-slide-active::before,.swiper-slide-duplicate-active::before {
  width: 100%;
  transition: all 1s;
}
#section3 .bottom .nav .swiper-slide-active::after,.swiper-slide-duplicate-active::after {
  width: 100%;
  transition: all 1s;
}
#section3 .bottom .right {
  position: relative;
}
#section3 .bottom .right img {
  position: relative;
  z-index: 1;
  /* transform: translate(0, 50%); */
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 100px;
  left: 0;
}
#section3 .bottom .right .img-box {
  width: 678px;
  height: 727px;
  position: relative;
}
#section3 .bottom .right img.active {
  /* transform: translate(0, 0); */
  opacity: 1;
  transition: all 2s;
  top: 0;
}
#section3 .bottom .right .bg {
  width: 1317px;
  height: 1317px;
  background-color: #008BD5;
  position: absolute;
  top: -60px;
  left: -180px;
  border-radius: 50%;
}


/* 第四屏 */
#section4{
	overflow: hidden;
  background-color: #fff;
}
#section4 .i-public-title {
  position: absolute;
  top: 90px;
  left: 0px;
}
#section4 .i-brand {
  width: 1470px;
  height: 1079px;
  position: absolute;
  margin: 0 auto;
}
#section4 .i-brand .img-box {
  width: 100%;
  height: 100%;
}
#section4 .i-brand .img-box img {
  width: 100%;
  height: 100%;
}
#section4 .i-brand .logo {
  position: absolute;
  width: 420px;
  height: 420px;
  /* background-image: url(../img/Ellipse12.png); */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section4 .i-brand .logo img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  transform: translate(0, -20%);
}
#section4 .i-brand .logo1 {
  top: 160px;
  left: 340px;
  width: 900px;
  height: 900px;
}
#section4 .i-brand .logo2 {
  width: 700px;
  height: 700px;
  top: 360px;
  left: 860px;
}
#section4 .i-brand .logo3 {
  top: 460px;
  left: 50px;
  width: 700px;
  height: 700px;
}
#section4 .i-brand .logo4 {
  top: 620px;
  left: 600px;
  width: 700px;
  height: 700px;
}
#section4 .i-brand .logo:hover {
  animation: translate 2s linear infinite;
}
.ball {
  background: radial-gradient(81.71% 81.71% at 43.9% 18.29%, #F6FCFF 17.19%, #DEEFF9 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  box-shadow: 7px 44px 50px 0px #1299E014;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
}
.bg-ball {
  position: absolute;
  width: 500px;
  height: 100%;
  top: 0;
}
.bg-ball.left {
  left: -500px;
}
.bg-ball.left .ball:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 200px;
  right: 20px;
  display: none;
}
.bg-ball.left .ball:nth-child(2) {
  width: 130px;
  height: 130px;
  top: 500px;
  right: 100px;
}
.bg-ball.left .ball:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 80%;
  right: 100px;
}
.bg-ball.left .ball:nth-child(4) {
  width: 80px;
  height: 80px;
  top: 60%;
  right: 200px;
}
.bg-ball.right {
  right: -500px;
}
.bg-ball.right .ball:nth-child(1) {
  width: 130px;
  height: 130px;
  top: 10%;
  left: 100px;
}
.bg-ball.right .ball:nth-child(2) {
  width: 72px;
  height: 72px;
  top: 46%;
  left: 150px;
}
.bg-ball.right .ball:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 80%;
  left: 100px;
}
.bg-ball.right .ball:nth-child(4) {
  width: 130px;
  height: 130px;
  top: 40%;
  left: 300px;
  display: none;
}
/* 定义旋转动画 */
@keyframes translate {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, -20px);
  }
  66% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

/* 第五屏 */
#section5{
	overflow: hidden;
	background: url(../img/i-news.jpg) no-repeat center;
	background-size: cover;
}
#section5 .section5-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#section5 ul {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
#section5 ul li {
  box-shadow: 0px 4px 12px 0px #0000001A;
  width: 378px;
  box-sizing: border-box;
  padding: 40px 24px;
  background-color: #fff;
}
#section5 ul li .day {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
#section5 ul li .time {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
#section5 ul li .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  height: 50px;
  margin-top: 41px;
}
#section5 ul li .img-box {
  width: 100%;
  height: 330px;
  margin-top: 16px;
  margin-bottom: 41px;
}
#section5 ul li .more {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
  color: #008BD5;
  width: 100%;
}
#section5 ul li:hover {
  background-color: #008BD5;
}
#section5 ul li:hover .day{
  color: #fff;
}
#section5 ul li:hover .time {
  color: #fff;
}
#section5 ul li:hover .info {
  color: #fff;
}
#section5 ul li:hover .more {
  color: #fff;
}

/* 第六屏 */
#section6{
	overflow: hidden;
  height: 620px !important;
}

.footer .text-item.group a {
  margin-bottom: 7px;
}

@media (max-width: 1470px) {
	#section4 .i-brand{
    left: 50%;
    transform: translate(-50%, 10px);
	}
}
@media (max-width: 1450px) {
	.section-con{
		width: 90%;
	}
  #section4 .i-public-title {
    left: 10%;
  }
}
@media (max-width: 1320px) {
	#section5 ul li {
    width: 31%;
  }
}
@media (max-width: 1200px) {
  #section4 .i-public-title {
    left: 20%;
  }
}
@media (max-width: 640px) {
  .swiper-container.lunbo .swiper-slide .text-box {
    width: 80%;
    top: 12%;
    left: 5%;
    height: auto;
    padding: 20px;
  }
  .swiper-container.lunbo .swiper-slide .text-box h2 {
    font-size: 36px;
    line-height: 40px;
  }
  #section4 .i-brand {
    width: 351px;
    height: 244px;
    position: relative;
    transform: translate(0px, 0px);
    left: 0;
  }
  #section4 .i-public-title {
    left: 0;
    top: 0;
  }
  #section4 .i-brand .logo1 {
    top: 34px;
    left: 78px;
    width: 55vw;
    height: 55vw;
  }
  #section4 .i-brand .logo2 {
    top: 80px;
    left: 200px;
    width: 40vw;
    height: 40vw;
}
  
  #section4 .i-brand .logo3 {
    top: 100px;
    left: 16px;
    width: 40vw;
    height: 40vw;
  }
  #section4 .i-brand .logo4 {
    top: 140px;
    left: 130px;
    width: 40vw;
    height: 40vw;
  }
  .section-con {
    height: auto;
    padding: 60px 0;
  }
  #section4 .section-con {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  #section4 .i-public-title {
    top: -100px;
  }
  #section5 ul {
    flex-wrap: wrap;
  }
  #section5 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #section5 ul li .img-box {
    height: 220px;
  }
  #section2 .text-box {
    width: 100%;
  }
  #section2 .section-con img {
    width: 100%;
  }
  #section5 .section5-top {
    flex-wrap: wrap;
  }
  #section5 .section5-top .i-public-title {
    margin-bottom: 40px;
  }
  #section2 .line-btn-blue {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #section3 .bottom {
    flex-direction: column-reverse;

  }
  #section3 .bottom .right .bg {
    width: 400px;
    height: 400px;
    left: auto;
    right: -180px;
  }
  #section3 .bottom .right .img-box {
    width: 100%;
    height: 400px;
  }
  #section3 .section-con-top img {
    display: none;
  }
  #section3 .bottom .nav .swiper-container {
    height: auto;
  }
  #section3 .bottom .nav .swiper-slide {
    width: 60%;
  }
  #section3 .bottom .nav {
    width: 100%;
    margin-top: 40px;
  }
  #section3 .bottom .nav .swiper-slide {
    width: 50%;
    text-align: center;
  }
  .i-public-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .i-public-title p {
    font-size: 26px;
    line-height: 30px;
  }
  .animation-top {
    opacity: 1;
    transform: translate(0, 0);
  }
  #section3 .bottom .nav .swiper-slide {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #section3 .bottom .nav .swiper-button-prev {
    display: none;
  }
  #section3 .bottom .nav .swiper-button-next {
    display: none;
  }
  .animation {
    opacity: 1;
    transform: translate(0, 0);
  }
  #section6 {
    height: auto !important;
  }
}

