/**
  *about us page's style
  */
body{
	border: 0;
	padding: 0;
}

pre,p{
	border: 0;
	color: #9f9f9f;
	background-color: #fff;
	font-family: "Microsoft YaHei" ! important;
}

.aboutPicSpace{
	width: 100%;
	background-color: #757479;
}
.aboutPic{
	width: 70%;
	margin: 0 auto;
}
.aboutWordSpace{
	background-color: #f1f1f1
}
.aboutThing, .aboutCom{
	margin: 40px 7px;
	padding: 20px;
	width: 100%;
	height: 390px;
	box-shadow: 0px 2px 1px 2px #d8d8d8;
	background-color: #fff;
}
.aboutThingPic,.aboutComPic{
	margin: 0px auto;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height: 50px;
	width: 290px;
	background-repeat: no-repeat;
}
.aboutThingPic{
	background-image: url("../imgs/about_thing.gif");
}

.aboutComPic{
	width: 220px;
	background-image: url("../imgs/about_com.gif");
}
.wrapper footer .footer-img {
    margin-bottom: 2px;
}
/*媒体查询*/
@media screen and (max-width: 500px) {
	.aboutThing, .aboutCom {
		height: 100%;
	}
}