.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: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aScDiv01{
	width: 30%;
	height: auto;
	min-height: 700px;
	background-image: url(./../img/aboutUs01/contBac.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.aScDiv02{
	width: 70%;
	height: auto;
	min-height: 700px;
	background-image: url(./../img/aboutUs01/a03.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.aScUl{
	width: auto;
	height: auto;
	margin-top: 129px;
	margin-bottom: 70px;
}
.aScLi{
	width: 290px;
	height: 82px;
	/*background-image: url(img/aboutUs01/liActive.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 2px 0px 0px 2px;
}
.aScLiActive{
	/*background-image: url(./../img/aboutUs01/liActive.png);*/
}
.aScLiActive > .litext{
	background-color: rgba(255,255,255,0);
	transition: .5s;
}
.aScLiActive a{
	/*color: #FFFFFF !important;*/
}
.aScLi:first-child{
	margin-top: 0px;
}
.litext{
	width: 252px;
	height: 82px;
	background-color: rgba(255,255,255,0);
	transition: .5s;
	float: right;
	text-align:right;
	display: flex;
	border-radius: 2px 0px 0px 2px;
}
.litext a:hover{
	width: 252px;
	height: 82px;
	background-color: rgba(255,255,255,1);
	transition: .5s;
	float: right;
	display: flex;
	border-radius: 2px 0px 0px 2px;
	color: #333;
}
.litext >a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.litext >a >p{
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align:right;
}
a{
	list-style: none;
	text-decoration: none !important;
}
.textBox{
	width: 838px;
	height: auto;
	margin-top: 92px;
	margin-left: 100px;
	margin-bottom: 170px;
	position: relative;
}
.textDiv{
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: 100%;
	display: none;
}
.textDivShow{
	display: block;
}
.textTitle{
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	letter-spacing: 1px;
}
.textTitles{
	font-size: 26px;
	color: #e7d0a5;
	font-weight: 600;
	margin-top: 16px;
	letter-spacing: 1px;
	margin-bottom: 32px;
}
.textCont{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-indent: 30px;
}

@media only screen and (max-width: 1370px) {

	.textBox{
		width: 600px;
	}
	
}

@media only screen and (max-width: 1050px) {

	.aScLi{
		width: 240px;
		height: 70px;
		margin-top: 8px;
	}
	.litext{
		width: 206px;
		height: 70px;
	}
	.litext >a{
		font-size: 15px;
	}
	.textBox{
		width: 475px;
		margin-left: 45px;
	}
	.textTitle{
		font-size: 24px;
	}
	.textTitles{
		font-size: 24px;
		margin-top: 10px;
	}
	.textCont{
		font-size: 12px;
	}
	
}
@media only screen and (max-width: 767px) {
	
	.backImg{
		height: 7.368421rem;
		background-image: url(./../img/aboutUs01/bacM.jpg);
	}
	.aScDiv{
		position: relative;
		overflow: hidden;
	}
	.aScDiv01{
		width: 	0.526315rem;
		height: 1.052631rem !important;
		background-image: none;
		position: fixed;
		top: 35vh;
		left: 0rem;
		border-radius: 0.131578rem;
		min-height: auto;
		background-color: rgba(199,0,11,1);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 999;
	}
	.aScDiv01Show{
		width: 3.88421rem;
		height: 6.121052rem !important;
		top: 0rem;
		padding: 5.855263rem 0rem;
		padding-right: 6.18421rem;
		background-color: rgba(199,0,11,0.2);
		transition: .5s;
	}
	.aScUl{
		display: none;
	}
	.aScUlShow{
		display: block;
		margin-top: 0rem;
		margin-bottom: 0rem;
		background-color: rgba(199,0,11,1);
		padding: 0.233157rem 0rem;
		transition: .5s;
	}
	.aScUlShow > .aScLi{
		width: 3.88421rem;
		height: 0.921052rem;
		transition: .5s;
	}
	.aScUlShow > .aScLi .litext >a{
		font-size: 0.289473rem;
		transition: .5s;
	}
	.litext{
		width: 3.289473rem;
		height: 0.921052rem;
		transition: .5s;
	}
	.aScUlShow > .aScLi .litext{
		display: block;
		float: none;
		margin: auto;
		transition: .5s;
	}
	.aScDiv02{
		width: 96%;
		padding: 0px 2%;
		background-size: contain;
	}
	.textBox{
		width: 100%;
		margin: 1.27894rem 0rem 0rem 0rem;
	}
	.textTitle{
		font-size: 0.473684rem;
	}
	.textTitles{
		font-size: 0.421052rem;
		margin-top: 0.263157rem;
		margin-bottom: 0.526315rem;
	}
	.textCont{
		font-size: 0.315789rem;
	}
	.j-right-icon{
	    display: inline-block;
	    width: 0;
	    height: 0;
	    border-width: 0.263157rem;
	    border-style: solid;
	    border-color: transparent #FFFFFF transparent transparent;
	    transform: rotate(180deg);
	    margin-left: 0.263157rem;
	    display: none;
	}
	.iconShow{
		display: block;
	}
	
}