* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
li {
	text-decoration: none;
}
a {
	color: #333;
	text-decoration: none;
	
}
img {border: none;}
a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #4192D9;
}
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: "微软雅黑";
	font-size: 12px;
}
input,select,textarea{outline: none;}
textarea {resize:none;}/*文本框禁止拖动*/
select {
	/*去掉默认的下拉三角*/
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    /*添加下拉三角图标*/
    background: url(../img/tb_xl.png) no-repeat right center transparent;
    padding-right: 28px;
}
