.swiper-container {
	max-width: 2560px;
	height: 876px;
	margin-top: 73px;
}

.swiper-container .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	width: auto;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	opacity: 0.5;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.full {
	position: absolute;
	width: 100%;
}

.full img {
	width: 2560px;
/* 	height: 100vh; */
	object-fit: cover;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1700px){
	.swiper-container{
		height: 80vh;
	}
	.full img {
		width: 100vw;
		height: 80vh;
		object-fit: cover;
		position: absolute;
		left:50%;
		transform: translateX(-50%);
	}
}
.swiper-button-hide{
	visibility: hidden;
}
.swiper-button-prev{
	width: 60px;
	height: 60px;
	background-image: url(../images/banner-arrow.png) !important;
	background-size: 40px 40px;
	left:48px;
    background-color: rgb(0,0,0, .3);
    border-radius: 2px;
	margin-top: -30px;
	/* transform: translateY(-50%); */

}
.swiper-button-prev:hover{
	width: 60px;
	height: 60px;
	background-image: url(../images/banner-arrow-on.png) !important;
	background-size: 40px 40px;
	transform: rotate(180deg);
    background-color: #0037E4;
	/* transform: translateY(-50%); */
}
.swiper-button-next{
	width: 60px;
	height: 60px;
	background-image: url(../images/banner-arrow.png) !important;
	background-size: 40px 40px;
	transform: rotate(180deg);
	right:48px;
	margin-top: -30px;
	background-color: rgb(0,0,0, .3);
    border-radius: 2px;
	/* transform: translateY(-50%); */
}
.swiper-button-next:hover{
	width: 60px;
	height: 60px;
	background-image: url(../images/banner-arrow-on.png) !important;
	background-size: 40px 40px;
	transform: rotate(0deg);
    background-color: #0037E4;
	/* transform: translateY(-50%); */

}

.homepage-left100 {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 44%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.homepage-left100 .txt {
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 16px;
	line-height: 72px;
}

.txtCenter {
	position: absolute;
 	z-index: 10;
    top: 50%;
    left: 50%;
    width: 1140px;
    transform: translate(-50%,-50%);
}
.banner-title {
    display: block;
    font-size: 60px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1F3681;
    line-height: 84px;
    letter-spacing: 10px;
}
.banner-img-title{
    width:605px;
    height: 60px;
}
.banner-desc {
  z-index: 21;
  width: 646px;
  display: block;
  color: rgba(242, 243, 243, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 1.5;
  margin-top: 40px;
}
.banner-desc p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FAFAFC;
    line-height: 30px;
  }
.banner-box-1 .banner-desc p{
	color: #F2F3F3;
} 
.banner-box-2 .banner-desc p{
	color: #F0F6FF;
	font-size: 36px;
	line-height: 48px;
} 
.banner-box-3 .banner-title{
    font-size: 60px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 84px;
    letter-spacing: 0!important;
}

.banner-box-3 .banner-desc p{
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 45px;
}
.banner-box-4 .banner-desc p{
	color: #3E4650;
	max-width: 537px;
}
.banner-box-3 div{color: #3E4650;}


.banner-box-2 .banner-desc{font-size: 36px;}
.txtCenter a.btn{
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*left: 0;*/
  display: block;
  width: 160px;
  height: 48px;
  background: #0037E4;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  margin-top: 108px;
}
.txtCenter a.btn:hover{
  background: #2F60FA;
  color: #fff;
}
.txtCenter .txt {
	font-size: 125px;
	letter-spacing: -2px;
	line-height: 115px;
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}

.whiteTxt {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.whiteTxt .txt {
	font-size: 65px;
	letter-spacing: -2px;
	line-height: 82px;
	color: #ffffff;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}

.banner-txt-wrapper {
	z-index: 11;
	height: 234px;
	width: 522px;
	justify-content: center;
	align-items: center;
  }
  
  .banner-txt-wrapper .group1 {
	z-index: 15;
	width: 508px;
	height: 67px;
	overflow-wrap: break-word;
	white-space: nowrap;
	font-size: 0;
  }
  
  .banner-txt-wrapper .info {
	font-size: 48px;
	font-family: PingFangSC-Semibold;
	color: rgba(255, 255, 255, 1);
	line-height: 67px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
  }
  .banner-txt-wrapper .info4 {
    font-size: 48px;
    font-family: PingFangSC-Light;
    color: rgba(255, 255, 255, 1);
    line-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .banner-txt-wrapper .word3 {
    font-size: 48px;
    font-family: PingFangSC-Semibold;
    color: rgba(255, 255, 255, 1);
    line-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
}