.aSc{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	background-color: #FFFFFF;
}
.backImg{
	width: 100%;
	height: 580px;
	background-image: url(./../img/aboutUs01/bac.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aScBox{
	width: 100%;
	height: auto;
}
.aScDiv{
	width: 100%;
	height: auto;
	min-height: 875px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(./../img/aboutUs02/contBac.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.aScDiv01{
	width: 1200px;
	height: auto;
	min-height: 875px;
	margin: auto;
}
.textTitle{
	font-size: 26px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 58px;
    font-weight: 600;
}
.textTitles{
	font-size: 26px;
    color: #e7d0a5;
    font-family: Sansita-Black;
    letter-spacing: 1px;
    font-weight: 600;
}
.aScCont{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.aScCont02{
	width: 1200px;
	height: 615px;
	float: right;
	background-image: url(./../img/aboutUs02/contBac01.png);
	background-position: left bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	display: flex;
}
.aScUl{
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	left: 0rem;
	display:none;
}
.aScLi{
	width: 266px;
	height: 238px;
	float: left;
	color: #fffefe;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
}
.aScLi:first-child{
	background-color: rgba(193,18,18,1);
}
.aScLi:last-child{
	background-color: #e7d0a5;
	margin-left: 2px;
}
.aScContDiv01{
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.aScContDiv02{
	width:100%;
	height: 100%;
	display: flex;

	justify-content: flex-start;
	align-items: flex-end;
}
.aScCont02Title{
	width: 172px;
	height: 131px;
	border: 1px solid #e7d0a5;
	border-radius: 4px;
	font-size: 22px;
	font-weight: 600;
	color: #be974f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.ulDiv{
	width:1200px;
	height: auto;
	
	min-height: 595px;
	/*position: relative;*/
	overflow: hidden;
	margin-left: 130px;
	margin-bottom: -43px;
}
.aScCont02Ul{
	width: auto;
	height: auto;
	/*position: absolute;*/
	top: 0rem;
	left: 0rem;
	display: none;
}
.aScCont02Li{
	display: flex;
	margin-bottom: 30px;
}
.aScCont02Li > p:first-child{
	font-size: 14px;
	color: #333333;
}
.aScCont02Li > p:last-child{
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

@media only screen and (max-width: 1250px) {
	
	.aScDiv01{
		width: 970px;
	}
	.aScLi{
		width: 230px;
		height: 202px;
	}
	.aScCont02{
		width: 830px;
	}
	.ulDiv{
		width: 475px;
	}
	.aScCont02Ul{
		width: 475px;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	.aScDiv01{
		width: 760px;
	}
	.aScLi{
		width: 200px;
		height: 172px;
		font-size: 18px;
	}
	.aScCont02{
		width: 655px;
	}
	.ulDiv{
		width: 355px;
	}
	.aScCont02Ul{
		width: 355px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.backImg{
		height: 7.368421rem;
		background-image: url(./../img/aboutUs01/bacM.jpg);
	}
	.aScDiv01{
		width: 96%;
		padding: 0px 2%;
	}
	.textTitle{
		font-size: 0.473684rem;
		margin-top: 0.789473rem;
	}
	.textTitles{
		font-size: 0.421052rem;
	}
	.aScDiv{
		min-height: 17.105263rem;
	}
	.aScDiv01{
		min-height: 17.105263rem;
	}
	.aScUl{
		position: relative;
		display: flex;
		top: 0rem;
		margin-top: 0.263157rem;
	}
	.aScLi{
		width: 50%;
		height: 1.447368rem;
		font-size: 0.421052rem;
	}
	.aScCont02{
		width: 100%;
		float: none;
		height: auto;
		background-position: initial;
		background-position-x: -0.263157rem;
		display: block;
		background-size: cover;
	}
	.aScContDiv01{
		width: 100%;
		height: 2.894736rem;
	}
	.aScCont02Title{
		width: 3.68421rem;
		height: 1.842105rem;

		font-size: 0.473684rem;
		margin-bottom: 0.263157rem;
	}
	.aScContDiv02{
		width: 100%;
		height: auto;
	}
	.ulDiv{
		width: 100%;
		margin-left: 0rem;
	}
	.aScCont02Ul{
		width: 100%;
	}
	.aScCont02Li{
		margin-bottom: 0.394736rem;
		padding: 0px 2%;
		width: 96%;
		display: block;
	}
	
}