body {
	background: #000;
	overflow: hidden;
	padding-top: 0;
}

#fullPage .section {
	background: #000;
	color: #aaa;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#footerSection {
	height: 368px !important;
}

.mainSwiper {
	width: 100%;
	height: 100%;
	background: #000;
	--swiper-pagination-color: #fff;
}

.mainSwiper .swiper-button-prev {
	height: 34px;
	width: 34px;
	background: url("/public/img/mainRotateLeft.svg");
	left: 50px;
	display: none;
}

.mainSwiper .swiper-button-prev:after {
	display: none;
}

.mainSwiper .swiper-button-next {
	height: 34px;
	width: 34px;
	background: url("/public/img/mainRotateRight.svg");
	right: 50px;
	display: none;
}

.mainSwiper .swiper-button-next:after {
	display: none;
}

.mainSwiper:hover .swiper-button-prev,
.mainSwiper:hover .swiper-button-next {
	display: block;
}

.swiper-button-prev,
.swiper-button-next {
	opacity: 0.7;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}

.mainSwiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.mainSwiper .swiper-slide > .title {
	color: #fff;
	font-size: 50px;
	z-index: 2;
	background-repeat: no-repeat;
	height: 15%;
	width: 100%;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 10%;
	font-family: "siyuan";
	margin-top: -100px;
	font-weight: bold;
	text-shadow: 0 0 20px #000;
}

.mainSwiper .swiper-slide > .title > div {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	opacity: 0.9;
}

.mainSwiper .swiper-slide > a {
	position: absolute;
	left: 10%;
	top: 50%;
	z-index: 3;
	background: none;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 0 60px;
	margin-top: 80px;
}

.mainSwiper .swiper-slide > a:hover {
	background: #fff;
	color: #333 !important;
}

.mainSwiper .swiper-slide > .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1), transparent, transparent);
}

.stage {
	width: 100%;
	height: 100%;
	background-image: url("https://cdn.7peng.com/file/a4b4f644-c8eb-4068-bce8-16bd1a8b10aa.jpeg");
	/*//https://cdn.7peng.com/file/4068f2f6-9557-4013-8a58-03e7f6238292.jpg*/
	background-size: 100% auto;
	background-position: center;
	position: relative;
}

.models {
	position: absolute;
	width: 300px;
	left: 100px;
	top: 50%;
	margin-top: -200px;
	z-index: 100;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.models > i {
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 50px;
	background: #fff;
	display: block;
}

.models > div {
	line-height: 50px;
	font-size: 16px;
	padding-left: 30px;
	cursor: pointer;
	color: #aaa;
	transition: font-size 0.5s;
}

.models > div:hover {
	color: #fff;
}

.models > div.active {
	font-size: 20px;
	color: #fff;
}

.modelSwiper {
	width: 100%;
	height: 100%;
}

.modelSwiper .swiper-slide {
	position: relative;
}

.modelSwiper .swiper-slide > img {
	position: absolute;
	left: 20vw;
	width: 60vw;
	height: 50vh;
	background: #red;
	overflow: hidden;
	bottom: 10vh;
	object-fit: contain;
	object-position: center;
}

.stage > .title {
	width: 100%;
	height: 20vh;
	line-height: 20vh;
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	z-index: 5;
}

.modelLinks {
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.pinjianVideo {
	width: 100%;
	height: 100%;
}

.pinjianContainer {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.modelInfo {
	position: absolute;
	left: 120px;
	top: 120px;
	color: #fff;
}

.modelInfo > h3 {
	font-size: 36px;
	padding-bottom: 20px;
}

.modelInfo > h4 {
	font-weight: 200;
	font-size: 18px;
	padding-bottom: 40px;
}

.modelInfo > a {
	margin-right: 10px;
}

.customService {
	background-image: url("https://cdn.7peng.com/file/8d2b0491-8b5a-4b34-87b2-974e527dd066.jpg/w2000");
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
	background-position: center;
}

.btn-model {
	padding: 0;
	width: 200px;
	border: 1px solid #fff;
	text-align: center;
	z-index: 99;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.btn-model.active {
	display: inline-block;
}

.btn-model:hover {
	background: #333 !important;
}

.yuyueBg {
	display: none;
}

.bottomA {
	float: left;
}

.boxs {
	width: 100%;
	overflow: scroll;
	white-space: nowrap;
	position: fixed;
	top: 70px;
	height: 50px;
	z-index: 2;
	background: #000;
	padding: 0 20px;
	display: none;
}

.boxs::-webkit-scrollbar {
	width: 0 !important;
	display: none;
}

.boxs > div {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	text-align: center;
}

.boxs > div.active {
	color: #fff;
	font-size: 16px;
}

.boxsContainer {
	display: none;
}

.customService > .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		to bottom right,
		rgba(0, 0, 0, 0.9),
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.1)
	);
}

.mainRotate2 {
	background-image: url(https://cdn.7peng.com/file/4689b969-f663-45f9-9834-cf413617b0d5.jpg);
}

@media screen and (max-width: 960px) {
	.mainSwiper .swiper-slide > .mask {
		background-image: linear-gradient(
			to bottom right,
			rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.1)
		);
	}

	.mainRotate2 {
		background-image: url(https://cdn.7peng.com/file/da3fc57f-1846-450f-8323-92f9a6776087.jpg) !important;
	}

	.customService {
		background-image: url("https://cdn.7peng.com/file/426c4c0e-a8b2-4432-b11b-09396fe7dc48.jpg/w2000");
	}

	.mainSwiper .swiper-button-prev,
	.mainSwiper .swiper-button-next {
		display: none !important;
	}

	.mainSwiper .swiper-slide > .title {
		top: 25%;
		height: 10%;
	}
	.mainSwiper .swiper-slide > .title > div {
		width: 80vw;
		font-size: 26px;
	}

	.mainSwiper .swiper-slide > a {
		top: 25%;
	}

	.modelLinks {
		top: auto;
		bottom: 100px;
	}

	.stage > .title {
		top: 150px;
		font-size: 36px;
	}

	.modelsContainer {
		display: none;
	}

	.modelSwiper .swiper-slide > img {
		width: 90vw;
		left: 5vw;
		bottom: 30vw;
	}

	.yuyueBg {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		left: 0;
		top: 0;
		display: block;
	}

	.yuyueBg:after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-image: linear-gradient(
			to bottom right,
			rgba(0, 0, 0, 0.9),
			rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.1)
		);
		content: "";
	}

	.modelInfo {
		left: 10%;
		top: 15%;
	}

	.boxsContainer {
		display: block;
	}

	.stage {
		background-size: auto 100%;
	}
}
