@charset "utf-8";
/*
 *@ Created : 2014/9/29
 *@ author	: tysun
 *@ E-mail	: suntaiyong@126.com
 *@ version	: 1.0
 *@ desc	: 基础样式
 */

/*reset*/
html {
	font-size:12px;
}
html,body,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,h7,
p,form,
header,aside,footer,section,menu,nav {
	display:block;
	padding:0;
	margin:0;
	font-family:'微软雅黑', Verdana, Geneva, sans-serif;
	font-weight:normal;
	line-height:180%;
}
ul,ol {
	list-style:none;
}
html,body {
	height:100%;
}
img {
	border:none;
}

/*forms & links*/
input,textarea,select,a {
	font-family:'微软雅黑', Verdana, Geneva, sans-serif;
	line-height:180%;
	color:#666;
	text-decoration:none;
	padding: 0;
}
input:focus,textarea:focus,selecte:focus {
	outline:none;
}

/*clearfix*/
.clearfix:after {
	display:block;
	content:' ';
	visibility:hidden;
	clear:both;
}
.clearfix {
	*zoom:1;
}

.red, a.red {
	color:red;
}