* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
li {
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
	
}
img {border: none;}
a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #1158CA;
}
address, cite, dfn, em, i, var { font-style: normal; } /* 将斜体扶正 */
select,input,button,button img,label{vertical-align:middle}/* 垂直居中 */
a{text-decoration:none;} /*重置链接下划线*/

body {
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-size: 16px;
}
input,select,textarea{outline: none;}
textarea {resize:none;}/*文本框禁止拖动*/

.none {
	display: none !important;
}
