body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}html{color:#000;overflow-y:scroll;overflow:-moz-scrollbars}body,button,input,select,textarea{font:12px arial}h1,h2,h3,h4,h5,h6{font-size:100%}em{font-style:normal}small{font-size:12px}ul,ol{list-style:none}a{text-decoration:none}a:hover{text-decoration:underline}legend{color:#000}fieldset,img{border:0}button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}img{-ms-interpolation-mode:bicubic}textarea{resize:vertical}.left{float:left}.right{float:right}.overflow{overflow:hidden}.hide{display:none}.block{display:block}.inline{display:inline}
img{ cursor: pointer; }

*{
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.clearfix {
	clear: both;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #e71e18;
	text-decoration: underline;
	cursor: pointer;
}

.body{
	min-width: 1200px;
}

.box{
	width: 1130px;
	margin: 100px auto 0;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

.hidden{
	display: none;
}

.wrapper{
	width: 1047px;
	margin: 40px auto 0;
}

.preface p,.info p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 28px;
	text-align: justify;
}

.part{
	position: relative;
}

.title{
	top: 0;
	left: -90px;
	width: 48px;
	height: 184px;
	display: block;
	position: absolute;
}

.bg{
	bottom: 0;
	right: -93px;
	width: 326px;
	height: 172px;
	display: block;
	position: absolute;
}

.footer{
	color: #333;
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	background: #eaeaea;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "微软雅黑";
}

.footer p{ 
	text-align: center; 
}

.footer a{ 
	color:#333; 
	text-decoration:none; 
}

.footer a:hover{ 
	color:#333; 
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mt90{
	margin-top: 90px;
}
.mt100{
	margin-top: 100px;
}
.mt105{
	margin-top: 105px;
}

.mt120{
	margin-top: 120px;
}

.mt160{
	margin-top: 160px;
}

.mt400{
	margin-top: 540px;
}

.mt350{
	margin-top: 340px;
}