@charset "utf-8";
/* CSS Document*/
body,h1,h2,h3,p,ul{
		margin:0 auto;
		padding:0;
		list-style:none;
		font-family:"Microsoft YaHei UI";
		font-weight:normal;
}
#company {
	width:100%;
	height:auto;
	background-color:#F2F2F2;
}
#company .des {
	margin: 0 auto;
	width:950px;
	min-height:530px;
//	background-color:#FFFFFF;
	padding:50px 125px;
	position:relative;
	top:-20px;
	opacity:0;
	filter:alpha(opacity=0);
}
#company .des h2 {
	font-size:30px;
	color:#333333;
	text-align:center;
	font-weight:normal;
}
#company .des h3 {
	font-size:14px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
}
#company .des .des2 {
	margin-top:30px;
}
#company .des .des2 p {
	font-size:14px;
	color:#333333;
	line-height:30px;
	text-indent:30px;
}