@charset "utf-8";
/* CSS Document */

/*公用样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button,form,img,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	border:0;
	}
body {
	background:#fff;
	color:#000;
	font-size:12px;
	font-family:"Microsoft YaHei","SimHei","Minion Pro","Arial Narrow";
	}
/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var {   
　　font-weight: normal;   
　　font-style: normal;   
}
/* 清除列表样式 */
ol,ul {list-style: none;}  
/* 标题元素样式清除 */ 
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 100%;
} 
table{
	border-collapse:collapse;
	border-spacing:0;
	}
/* 鼠标样式 */
input[type="submit"] {
	cursor: pointer;
}
button,a{
	cursor: pointer;
}
input::-moz-focus-inner {
	 border: 0;
	 padding: 0;
}
/*清除浮动*/
.clear {
	clear:both; 
	height:0; 
	margin:0; 
	padding:0;
}  

/*隐藏元素*/
.hide {
	display:none;
}

a{ 
	color:#333; 
	text-decoration:none;
}
img{
	vertical-align:bottom;
}
h1{
	color:#333333;
	font-size:30px;
	margin:11px 0px 0px 50px;
	line-height:60px;
	
}
h2{
	font-size:87px;
	font-weight:bold;
	text-align:center;
	color:#3f3a39;
	line-height:80px;}

h3{
	font-size:18px;
	color:#333333;
}
h4{
	font-size:32px;
	color:#fff;
}
h5{
	font-size:24px;
	color:#333333;
}
h6{
	font-size:16px;
	color:#333333;
}
