@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	magin: 0px;
	position:relative;
}
* {
	font-family: Arial, "微软雅黑";
}

dd,dl,dt,ul,li,div,span,p,h1,h2,h3,h4,h5,h6,pre{
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {color:inherit;}/*未访问样式*/
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
a{color:#747474}

h1{ margin:0px;}
i{ font-weight:normal;}
hr{ border:none; border-top:1px  solid #f0f0f0; margin:10px 0px;}
/*居中布局*/

.fl{
	float: left;
}

.fr{
	float: right;
	margin: 0 auto;
	display: table;
	text-align: center;
}


/* 设置了网站的滚动条的样式 */
::-webkit-scrollbar-track{background:#CCC;}
::-webkit-scrollbar{ width: 10px;}
::-webkit-scrollbar-thumb{background:#ccc;}
/*滚动条设置*/