@charset "utf-8";
.header .arrow{
	display: none!important;
}
.about1{
	background: #500A0A;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 120px;
}
.about1 p{
	color: #A79F75;
	line-height: 28px;
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
}
.about1 .title{
	font-size: 38px;
	color: #EEE3AF;
	font-family: 'HanaMinA';
	margin: 30px 0;
}
.about2{
	background: #7E6059;
	padding-top: 150px;
	padding-bottom: 100px;
}
.about3{
	background: #38080C;
	padding-top: 50px;
	padding-bottom: 100px;
	border-bottom: 10px solid #329B8D;
}
.about2 .about2_1{
	
}
.about2 .title,
.about3 .title{
	text-align: center;
	font-size: 48px;
	color: #EEE3AF;
	font-family: 'HanaMinA';
	margin-bottom: 80px;
}
.about2 .single,
.about3 .single{
	color: #EEE3AF;
	line-height: 28px;
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
}
.about2 .about2_1 .pic{
	display: block;
	margin-bottom: 50px;
	font-size: 0;
	text-align: center;
}
.about2 .about2_1 .pic img{
	
}
.about2 .about2_1 .pic span{
	font-size: 12px;
	color: #EEE3AF;
	display: block;
	margin-top: 20px;
}
.about2_2{
	
}
.about2_2 .pic{
	font-size: 0;
	text-align: center;
	width: 48%;
}
.about2_2 .pic img{
	
}
.about2_2 .pic span{
	font-size: 12px;
	color: #EEE3AF;
	display: block;
	margin-top: 20px;
}
.about2_2 .m_pic{
	display: none;
}
.about2_2 .content{
	color: #EEE3AF;
	line-height: 28px;
	width: 48%;
	font-size: 15px;
	font-family: 'PingFang SC Thin';
	letter-spacing: 2px;
}
.about2_2 .small{
	margin-top: 70px;
	width: auto;
}
.about2_2 .small img{
	
}
.about2_3{
	padding-top: 100px;
}

/* 轮播图样式 */
.about2_3 .banner {
	width: 100%;
	padding-bottom: 80px;
	margin-bottom: 45px;
}
.about2_3 .banner > .swiper-scrollbar{
	width: 428px;
	bottom: 0;
	left: auto;
	right: 0%;
}
.about2_3 .banner .bg{
	display: block;
	width: 100%;
	height: 555px;
	position: relative;
}
.about2_3 .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) {
	.about2_3 .banner > .swiper-scrollbar{
		width: 307px;
	}
}
@media screen and (max-width:600px) {
	.about2_3 .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);
	}
}

.about2_3 .list{
	margin-top: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.about2_3 .list li{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about2_3 .list li img{
	
}
.about2_3 .list li span{
	font-size: 12px;
	color: #EEE3AF;
	display: block;
	margin-top: 30px;
	line-height: 20px;
}
.about2_3 .banner2{
	display: none;
}

@media (min-width:1024px) and (max-width:1439px) {
	.container{
		max-width: 638px;
	}
	.about2_3 .banner .bg{
		height: 395px;
	}
}
@media (min-width:601px) and (max-width:1023px) {
	.about1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.about2 .container,
	.about3 .container{
		max-width: 480px;
	}
	.about2_3 .banner .bg{
		height: 300px;
	}
	.about2_2 .small {
	    margin-top: 70px;
	    width: 100%;
	    text-align: right;
	}
}

@media screen and (max-width:600px) {
	.page_bg .title_about{
		font-size: 16px;
		bottom: 25px;
		top: auto;
	}
	.container{
		padding: 0 15px;
	}
	.about1{
		padding-top: 65px;
	}
	.about1 .title{
		font-size: 16px;
		margin: 20px 0 44px;
	}
	.about1 p{
		font-size: 14px;
	}
	.about2 .title, .about3 .title{
		font-size: 32px;
	}
	.about2 .single, .about3 .single{
		font-size: 14px;
	}
	.about2_2 .pic{
		display: none;
	}
	.about2_2 .content{
		width: 100%;
		float: none;
		font-size: 14px;
	}
	.about2_2 .m_pic{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 80px;
	}
	.about2_2 .pic span{
		margin-top: 25px;
	}
	.about2_2 .small{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 50px;
	}
	.about2_3 .banner .bg{
		height: 220px;
	}
	.about2_3 .list{
		display: none;
	}
	.about2_3 .banner2{
		display: block;
		margin-bottom: 0;
		margin-top: 80px;
	}
	.about2_3 .banner2 .bg{
		height: 350px;
	}
}