* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	width: 100%;
}

/* 初始化 */

body {
	margin:0; 
	padding:0; 
	color:#555; 
	font-size:14px; 
	font-family:"微软雅黑";
}

a{
	color:#444; 
	text-decoration:none;
}

a:hover {
	color:#cd0000; 
	text-decoration:none;
}
/* /初始化 */

input {
	padding-top:0;
	padding-bottom:0;
}
input::-moz-focus-inner {
	border:none;
	padding:0;
}
input,select,textarea {
	outline:0;
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol {
	list-style: none;
}
a {
	color: #333;
	outline-style:none;
	text-decoration: none;
}
a:hover {
	color:#c40001;
	cursor:pointer;
	text-decoration: none;
}
 a:link, a:visited, a:active{
 	text-decoration:none;
 }
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
    *zoom:1;/*IE/7/6*/
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.show {
	display:block!important;
}
.hide {
	display:none!important;
}
.auto {
	margin-left:auto;
	margin-right:auto;
}
.text-overflow {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.clear{
	clear: both;
}

/* function */
.f-fs12{
	font-size:12px;
}

.f-fs14{
	font-size:14px;
}

.f-fs15{
	font-size:15px;
}

.f-fs16{
	font-size:16px;
}

.f-fs17{
	font-size:17px;
}

.f-fs18{
	font-size:18px;
}
.f-fs20{
	font-size:20px;
}

.f-fs22{
	font-size:22px;
}

.f-fs24{
	font-size:24px;
}

.f-fs26{
	font-size:26px;
}

.f-fs30{
	font-size:30px;
}
/* /function */
