.swiper {
	width: 100%;
	height: 800px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

.banner-describe {
	width: 1000px;
	display: block;
	margin: auto;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	z-index: 99;
}

.describe-title {
	font-size: 48px;
	color: rgb(195, 175, 128);
	text-align: right;
	font-family: "Microsoft JhengHei";
	opacity: 0;
	animation: slide-in 1s forwards;
}

.describe-en {
	color: rgb(195, 175, 128);
	letter-spacing: 16px;
	font-size: 12px;
	font-weight: 200;
	text-align: right;
	margin-top: 20px;
	opacity: 0;
	animation: slide-in 1s forwards;
}

.describe-line {
	width: 300px;
	height: 1px;
	transform: scaleY(50%);
	transform-origin: 0 0;
	background-color: rgb(195, 175, 128);
	margin: 30px 0;
	display: flex;
	justify-content: end;
}

.describe-content {
	padding-top: 20px;
	font-size: 16px;
	color: #aaaaaa;
	line-height: 50px;
	text-align: right;
	opacity: 0;
	animation: slide-up 1s forwards;
}

.fengcai {
	background-color: rgb(24, 24, 29);
	color: #ffffff;
}

.fengcai-item {
	padding: 0 10px;
	width: 1200px;
	margin: 70px auto 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}

.fengcai-i {
	width: 100%;
	background-color: #373741;
}

.fengcai-i img {
	width: 100%;
	height: 330px;
}

.fengcai-title {
	margin: 20px;
	font-size: 20px;
	color: #c3af80;
}

.fengcai-line {
	margin: 0 20px;
	flex: 1;
	height: 1px;
	background-color: #a88f5f;
	transform: scaleY(50%);
	transform-origin: 0 0;
}

.fengcai-content {
	margin: 15px 20px;
	font-size: 14px;
	color: #aaaaaa;
	padding-bottom: 15px;
}

.about {
	background-color: rgb(24, 24, 29);
	color: #ffffff;
	padding-bottom: 80px;
}

.about-content {
	background-color: #373741;
	font-size: 14px;
	color: #aaaaaa;
	padding: 40px 35px;
	width: 1200px;
	line-height: 1.8;
	box-sizing: border-box;
	display: block;
	margin: 50px auto 0 auto;
	text-align: center;
}

.ajiu {
	width: 100%;
	height: 530px;
	display: block;
	object-fit: cover;
}

.jiu-item {
	width: 1200px;
	margin: auto;
	padding: 50px 0;
	box-sizing: border-box;
	/*display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;*/
	display: flex;
	align-items: center;
}

.jiu-zhan {
	width: 22.75%;
	background-color: #373741;
	margin-right: 3%;
}
.jiu-zhan:nth-child(4n){
	margin-right: 0;
}

.jiu-img {
	width: 100%;
	height: 312px;
	overflow: hidden;
}

.jiu-img img {
	/*width: 100%;
	height: 100%;*/
	display: block;
	transition: all 0.5s ease;
	object-fit: cover;
}

.jiu-img:hover img {
	overflow: hidden;
	transform: scale(1.1);
}

.jiu-title {
	margin: auto;
	height: 50px;
	line-height: 50px;
	color: rgba(195, 175, 128, 1);
	font-size: 14px;
	text-align: center;
	transition: all 0.3s ease;
	padding: 0 10px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.jiu-zhan:hover .jiu-title {
	background-color: #454851;
	color: rgba(195, 175, 128, 0.8);
}

.news {
	background-color: rgb(24, 24, 29);
	color: #ffffff;
	padding-bottom: 30px;
}

.news-item {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.news-i {
	width: 100%;
	box-sizing: border-box;
}

.news-title a {
	font-size: 16px;
	color: #c3af80;
	transition: all 0.3s ease;
}

.news-title a:hover {
	color: #ffffff;
}

.news-content {
	font-size: 14px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.nwes-data {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

.news-line {
	width: 100%;
	height: 1px;
	background-color: #333333;
	transform: scaleY(50%);
	transform-origin: 0 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	.swiper {
		width: 100%;
		height: 700px;
	}
	
	.banner-describe {
		width: 100%;
		top: 45%;
		right: 0;
		padding-right: 20px;
	}

	.describe-title {
		font-size: 40px;
	}

	.describe-en {
		font-size: 10px;
	}

	.describe-content {
		font-size: 16px;
	}

	.fengcai-item {
		padding: 0 10px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.fengcai-i img {
		width: 100%;
		height: 280px;
	}

	.fengcai-title {
		margin: 20px 10px;
	}

	.fengcai-line {
		margin: 20px 10px;
	}

	.fengcai-content {
		margin: 10px;
	}

	.about-content {
		padding: 50px 10px;
		width: auto;
		font-size: 12px;
		line-height: 2.3;
	}

	.jiu-item {
		width: auto;
		margin: 50px auto 0 auto;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
		padding: 10px;
	}

	.jiu-img {
		width: 100%;
		height: 235px;
		overflow: hidden;
	}

	.jiu-title {
		margin: auto;
		height: 60px;
		line-height: 60px;
		color: rgba(195, 175, 128, 1);
		text-align: center;
		transition: all 0.3s ease;
		padding: 0 10px;
	}

	.news-item {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
		padding-bottom: 20px;
		margin-top: 30px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.news-i {
		margin-top: 20px;
		border-bottom: 1px solid #8a8a8a;
	}

	.news-line {
		width: auto;
		background-color: #333333;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.banner-describe {
		width: 100%;
		top: 50%;
		right: 0;
		padding-right: 30px;
	}

	.fengcai-item {
		width: auto;
	}

	.fengcai-title {
		margin: 20px 10px;
	}

	.fengcai-line {
		margin: 0 10px;
	}

	.fengcai-content {
		margin: 15px 10px;
		line-height: 1.8;
	}

	.fengcai-i img {
		width: 100%;
		height: 250px;
	}

	.about-content {
		padding: 50px 10px;
		width: auto;
		margin: 50px 10px 0 10px;
	}

	.jiu-item {
		width: auto;
		padding: 15px;
		grid-gap: 20px;
		margin-top: 50px;
	}

	.news-item {
		width: auto;
		margin: auto;
		padding: 10px;
		margin-top: 50px;
	}

	.news-content {
		line-height: 1.6;
	}
}