@charset "utf-8";
.header .arrow{
	display: none!important;
}
.banner1{
	background: #500A0A;
	padding-top: 58px;
	padding-bottom: 58px;
}
.singlepage{
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
	color: #EEE3AF;
	line-height: 28px;
}

.content{
	width: 50%;
	margin: 0 0 0 auto;
	padding-bottom: 50px;
}
.content .single{
	padding-left: 70px;
	color: #EEE3AF;
	line-height: 28px;
	position: relative;
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
}
.content .single .num{
	position: absolute;
	font-size: 60px;
	color: #EEE3AF;
	font-family:'Bodoni 72';
	left: 0;
	top: 0;
	display: inline-block;
	line-height: 100%;
}

.banner2{
	background: #38080C;
	padding-top: 58px;
	padding-bottom: 58px;
}
/* 轮播图样式 */
.banner {
	width: 100%;
	padding-bottom: 80px;
}
.banner > .swiper-scrollbar{
	width: 428px;
	bottom: 0;
	left: auto;
	right: 0%;
}
.banner .bg{
	display: block;
	width: 100%;
	height: 555px;
	position: relative;
}
.banner .bg img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/* 轮播图样式 */
@media (min-width:601px) and (max-width:1023px) {
	.banner > .swiper-scrollbar{
		width: 307px;
	}
}
@media screen and (max-width:600px) {
	.banner > .swiper-scrollbar{
		width: 92.8%;
		bottom: 20px;
		left: 50%;
		right: auto;
		transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
}
.banner3{
	background: #7E6059;
	padding-top: 58px;
	padding-bottom: 150px;
	border-bottom: 10px solid #B48B50;
}
.banner3 .pic{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 424px;
	margin: 40px auto 0;
}
.banner3 .pic img{
	
}
.banner3 .pic span{
	font-size: 12px;
	color: #EEE3AF;
	margin-top: 30px;
}


@media (min-width:1024px) and (max-width:1439px) {
	.container{
		max-width: 638px;
	}
	.banner .bg{
		height: 395px;
	}
}
@media (min-width:601px) and (max-width:1023px) {
	.container{
		max-width: 480px;
	}
	.banner .bg{
		height: 370px;
	}
	.page_bg .img{
		left: auto;
		right: 0;
		bottom: 50px;
	}
	.content{
		width: 70%;
	}
}

@media screen and (max-width:600px) {
	.page_bg {
	    overflow: inherit;
	}
	.page_bg .img{
		right: 7%;
		left: auto;
		width: 86px;
		top: 80px;
	}
	.banner1{
		padding-top: 150px;
	}
	.container{
		padding: 0 15px;
	}
	.banner .bg{
		height: 230px;
	}
	.banner3 .pic{
		width: auto;
	}
	.content{
		width: 100%;
	}
}