@charset "utf-8";
.header .arrow{
	display: none!important;
}
.banner3{
	background: #7E6059;
	padding-top: 60px;
	padding-bottom: 150px;
	border-bottom: 10px solid #B48B50;
}
.singlepage{
	color: #EEE3AF;
	line-height: 28px;
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
}
/* 轮播图样式 */
.banner {
	width: 100%;
	padding-bottom: 80px;
	margin-bottom: 45px;
	margin-top: 50px;
}
.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);
	}
}


@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;
	}
}

@media screen and (max-width:600px) {
	.page_bg{
		overflow: inherit;
	}
	.page_bg .img{
		width: 60px;
		top: 57px;
		left: 48px;
	}
	.banner3{
		padding-top: 180px;
	}
	.container{
		padding: 0 15px;
	}
	.banner .bg{
		height: 230px;
	}
}