@charset "utf-8";
/* CSS Document */
body {
	font: 400 12px/1.75 'Microsoft YaHei', arial, Tahoma, NSimSun, SimSun, Helvetica, sans-serif;
	color: #393939;
	padding-top: 118px;
}
a:link {
	text-decoration: none;
	color: #393939;
}
a:visited {
	text-decoration: none;
	color: #393939;
}
a:hover {
	text-decoration: none;
	color: #000;}
a:active {
	text-decoration: none;
	color: #000;
}
/* clear float style */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}
/*left and right*/
.left {
	float: left;
}
.right {
	float: right;
}
/*other*/
.inline {
	display: inline;
}
.center {
	text-align: center;
}
/*layout css*/
.m {
	margin: 0 auto;
}
.pt45 {
	padding-top: 45px;
}
.w {
	width: 1200px;
}
