@charset "utf-8";
.active{
	position: relative;
	z-index: 10;
	padding-top: 209px;
	background: #7E6059;
}
.bg{
	width: 100%;
	height: 100vh;
	background:#500A0A;
	position: absolute;
	top: 0;
	left: 0;
}
.active .article_title{
	font-size: 36px;
	color: #EEE3AF;
	font-family: 'HanaMinA';
	margin-bottom: 20px;
	position: relative;
}
.active .time{
	font-family: 'PingFang SC Thin';
	font-size: 14px;
	color: #EEE3AF;
	padding: 10px 0;
	position: relative;
}
.active .time:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 317px;
	height: 1px;
	background: #EEE3AF;
	top: 0;
	left: 0;
}
.active .time:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 317px;
	height: 1px;
	background: #EEE3AF;
	bottom: 0;
	left: 0;
}



.banner1{
	margin-top: 100px;
	padding-top: 58px;
	padding-bottom: 58px;
	position: relative;
}
.singlepage,
.m_singlepage{
	color: #EEE3AF;
	line-height: 28px;
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
}
.m_singlepage{
	display: none;
}
@media screen and (max-width:600px) {
	.singlepage{
		display: none;
	}
	.m_singlepage{
		display: block;
	}
}
.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;
}
/* 轮播图样式 */
.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;
	background: transparent;
	overflow: hidden;
}
.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-top: 40px;
}
.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 .img{
		display: none;
	}
	.container{
		padding: 0 15px;
	}
	.banner .bg{
		height: 230px;
	}
	.banner3 .pic{
		width: auto;
	}
	.content{
		width: 100%;
	}
}