﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,span{
	margin:0;padding:0;
}
ul,ol{
	list-style:none;
}
a{
	color:#000;
}
a:link, a:visited { 
	 text-decoration: none; font-weight: normal; 
} 
a:active, a:hover { 
	 text-decoration: none; 
}
/*
input,select,textarea,img{
	outline:none; border:none; background:#FFF;
}

textarea{
	resize:none;
}
*/
.clearfix:after{
	content:"";display:block;clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}/* CSS Document */

.font_bold_14{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	font-family:Microsoft YaHei;
}
.font_length{
	display:inline-block;
	overflow:hidden;
	text-overflow: ellipsis;
}
