@charset "utf-8";
/* ====================
     公共样式
==================== */
body{font-size:18px; font-family:"微软雅黑",Georgia, 'Times New Roman', Times, serif; line-height:150%; margin:0; padding:0; color:#000; 
/*url(../images/body_bg.gif) repeat-x*/;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,input,img,p{
margin:0; padding:0; list-style-type:none; font-weight:normal;
}

img { border:none;}
.fl { float:left;}
.fr { float:right;}
.more { font-size:12px; font-weight:normal;}
.dis{display:block;}
.inline{display:inline;}
.none{display:none;}

.clearfix:after{
content:"."; display:block; height:0; clear:both;
visibility:hidden;
}
*html .clearfix{
 height:1%;
}
*+html .clearfix{
 height:1%;
}
/*英文强制换行*/
.word{word-break:break-all;}

/*页面留白*/
.blank{height:30px; line-height:30px; clear:both; visibility:hidden; overflow:hidden;}
.block{width:1300px; margin:0 auto; overflow:hidden;}

.foot {width:100%; min-width:1300px; text-align:center; overflow:hidden; padding-top:20px; padding-bottom:50px; font-size:24px; color:#5C5C5C;}
