@charset "utf-8";
/* CSS Document */

#AboutUs h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/qywh1.png);
	background-repeat: no-repeat;
	background-size:400px 100%;
	padding-left: 10px;
	color:#FFFFFF;
	clear: both;
	margin: 30px 0px;
}
.AboutUsA{
	width: 100%;
	height: auto;
}
.AboutUsL{
	width: 50%;
	height: 100%;
	float: left;
	padding:0px 10px;
}
.AboutUsL p{
	text-indent: 2em;
}
.AboutUsR{
	width: 50%;
	height: 100%;
	float: left;
}
.AboutUsR img{
	width:100%;
	height: 100%;

}
.AboutUsB {
	width: 100%;
	height:600px;
}
.AboutUsB img{
	width: 100%;
	height: 100%;
}
.AboutUsC{
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 30px;
}
.AboutUsC font:nth-child(1){
	width:200px;
	height:100%;
	float: left;
}

.AboutUsC font:nth-child(1) p{
	width:120px;
	height:30px;
	border: #f17f42 solid 1px;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
}
@media(max-width:758px){
	.AboutUsL {
    width:100%;
    
}
	.AboutUsR {
    width:100%;
    height: 100%;
	overflow: hidden;
    padding:10px;
	margin-bottom: 20px;
    
}
}
@media(max-width:768px){
	.AboutUsB {
	width: 100%;
	height:300px;
}
.AboutUsB img{
	width: 100%;
	
}
.AboutUsC font:nth-child(2) {
	width:100%;
	height:200px;

}
	.AboutUsC font:nth-child(2) img{
	width:100%;
	

}
}