
.swiper-container {
	width: 100%;
	height: calc(100vh - 98px);
}

.con3k{
	width: 100%;
	height: calc(35vh - 98px);
}

.con3k ul{
	width: 100%;
	max-width:1200px;
	margin:0 auto;
	display:flex;
	
}
.con3k ul li{
	min-width: 280px;
}
.con3k ul .biaoti {
    font-weight: bold;
	font-size: 20px;
}
.con3k ul .neirong{
	width: 30%;
	padding:10px 0 0 0;
}
.con3k ul .neirong a{
	font-size: 16px;
	padding:5px;
	white-space: nowrap;
}

.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: #fff;
}

.full {
	position: absolute;
}

.full 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:1200px) {
	.swiper-container {
		width: 100%;
		height: 50vh;
	}

	.con3k{
		width: 100%;
		height: calc(50vh - 98px);
	}
}

@media  only screen and (max-width:768px) {


	.swiper-container {
		height: auto;
	}
	.con3k{
		height: auto;
		
	}
	
	.con3k ul{flex-direction: column;}

	.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;
	}
}	