body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
form,
input,
select,
textarea,
span,
img,
a,
em,
strong,
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	background: #fff;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
}

input,
select,
textarea {
	vertical-align: middle;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333333;
}

a:link {
	text-decoration: none;
}


/* 未被访问的链接 */

a:visited {
	text-decoration: none;
}


/* 已被访问的链接 */

a:hover {
	text-decoration: none;
}


/* 鼠标指针移动到链接上 */

a:active {
	text-decoration: none;
}


/* 正在被点击的链接 */

a:hover {
	color: #d21513;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	width: 1100px;
	margin: 0 auto;
}

.font-red {
	color: #d21513;
}

.border {
	font-weight: bold;
}

.background-blue {
	background: #0079bb;
}

.font14 {
	font-size: 14px;
}

.background-blueqian {
	background: #e6f6ff;
}

.color999 {
	color: #999
}

.color666 {
	color: #666;
}

.font16 {
	font-size: 16px;
}
.transition{
		transition: .4s all ease;
				-moz-transition: .4s all ease;
				-ms-transition: .4s all ease;
				-o-transition: .4s all ease;
				-webkit-transition: .4s all ease; 
}
