@charset "utf-8";
/* CSS Document */
/* - - - - - - - - - 全局重置样式  - - - - - - - - -*/
body {font-size:12px; color:#595757; font-family:Microsoft Yahei,Arial,Helvetica,sans-serif; background:#F7F7F7; padding:0; margin:0;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,img,dl,dt,dd,ol,ul,li,form,label{margin:0;padding:0;border:0;font-style:12px;vertical-align:baseline;}
img{border:none;vertical-align:middle;}
input,button{vertical-align:middle;}
input{padding:0;}
button{cursor:pointer;}
ul,ol,li{list-style-type:none;}
h3,h4{font-size:14px;}
em,i{font-style:normal;}
em,address{font-style:normal;}
a{ text-decoration:none;color:#000; outline:none;}
/*链接样式*/
a:link{color:#000;}	
a:hover{cursor:pointer; text-decoration:underline;}	/*鼠标悬停时*/
a:active{}	/*鼠标点击与释放之间*/
a:visited{}	/* 已被访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.f_left{ float:left;}	/*左浮动*/
.f_right{ float:right;}	/*右浮动*/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {zoom:1;}
ul,li {list-style:none;}
img {border:0;}




