.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-pagination {
	left: 30px;
	bottom: 80px;
	width: auto;
}

.swiper-container .swiper-slide {
	position: relative;
	/* overflow: hidden; */
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #861111;
}

.full {
	width: 100%;
	position: absolute;
}

.full img {
	width: 100%;
}

/* .slide-1 .preload {
	background: url(../img/index/banner1.png) no-repeat left top/100% 100%;
}

.slide-2 .preload {
	background: url(../img/index/banner2.png) no-repeat left top/100% 100%;
}

.slide-3 .preload {
	background: url(../img/index/banner3_s.png) no-repeat left top/100% 100%;
}

.slide-4 .preload {
	background: url(../img/index/banner4_s.png) no-repeat left top/100% 100%;
}


.slide-2-1 .preload {
	background: url(../img/preface.png) no-repeat left top/100% 100%;
} */
.slide-2-1 img.swiper-lazy{ width: 100%;}
.zhuanshi01{z-index:2;width: 30%;  left: 10%; bottom: 16%;}
.zhuanshi02{z-index:2;width: 22%;  right: 10%; top: 16%;}
.zhuanshi01 img,.zhuanshi02 img{ width: 100%;}
@media screen and (max-height: 660px) {
	.zhuanshi01{  left: 10%; bottom: 6%;}
	.zhuanshi02{  right: 10%; top: 18%;}
}

.headertitle{z-index:3;width: 18%;  left: 14%; top: 10rem;}
.backindex{z-index:3;width: 5%;  right: 18%; top:14rem;cursor: pointer;}
.headertitle img,.backindex img{ width: 100%;}
@media screen and (max-height: 1000px) {
	.headertitle{z-index:3;width: 16%;  left: 14%; top: 10rem;}
	.backindex{z-index:3;width: 5%;  right: 18%; top:14rem;cursor: pointer;}
}
@media screen and (max-height: 900px) {
	.headertitle{z-index:3;width: 14%;  left: 14%; top: 10rem;}
	.backindex{z-index:3;width: 5%;  right: 18%; top:12rem;cursor: pointer;}
}
.absheadertitle{position: absolute; z-index:5;width: 20rem;  left: 15rem; top: 16%;}
.absheadertitle2{position: absolute; z-index:5;width: 20rem;  left: 15rem; top: 30%;}
.absbackindex{position: absolute;z-index:5;width: 5rem;  right: 15rem; top:25%;cursor: pointer;}
.absheadertitle img,.absbackindex img{ width: 100%;}

@media  only screen and (max-width:1920px) {
.absheadertitle{position: absolute; z-index:5;width: 20rem;  left: 15rem; top: 10rem;}
.absheadertitle2{position: absolute; z-index:5;width: 20rem;  left: 15rem; top: 30%;}
.absbackindex{position: absolute;z-index:5;width: 5rem;  right: 15rem; top:25%;cursor: pointer;}
.absheadertitle img,.absbackindex img{ width: 100%;}
}
/* 2k以上 */
@media screen and (min-width:2560px) {
.absheadertitle{position: absolute; z-index:5;width: 20rem;  left: 25rem; top: 16%;}
.absheadertitle2{position: absolute; z-index:5;width: 30rem;  left: 25rem; top: 20%;}
.absbackindex{position: absolute;z-index:5;width: 5rem;  right: 25rem; top:20%;cursor: pointer;}
.absheadertitle img,.absbackindex img{ width: 100%;}
}


.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;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px;
}

.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;
}

@media  only screen and (max-width:768px) {
	header,footer {
		position: static;
	}

	.swiper-container {
		height: auto;
	}

	.swiper-button-prev,.swiper-button-next,header ul li:not(:first-child) {
		display: none;
	}

	.homepage-left100 .txt {
		font-size: 24px;
		letter-spacing: 8px;
		line-height: 36px;
	}

	.txtCenter .txt {
		font-size: 60px;
		letter-spacing: 0;
		line-height: 55px;
	}

	.whiteTxt .txt {
		font-size: 30px;
		letter-spacing: 0;
		line-height: 40px;
	}

	.swiper-container .swiper-pagination {
		bottom: 10px;
	}

	.pcHidden {
		display: block;
	}
}	