@charset "utf-8";
/* CSS Document */

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{margin:0;padding:0;border:0;}
select,input{font-size:12px;}
textarea,td,div,input,p{font-size:12px;}
body{font-size:12px; font-family:"宋体",Verdana, Arial;}
body,html{hegiht:100%;}
ul,ol{list-style:none;}
div{margin:0; padding:0;}
input{ margin:0; padding:0; height:24px; width:100px; line-height:24px; }
.clear{clear:both; height:0; font-size:1px; line-height: 0px;}

/*只适用于非IE浏览器*/
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
* html .clearfix{ height:1%};
*+html .clearfix{ height:1%};

li{list-style-type:none;} 
td{color:#373737; height:30px;}

/*解决IE6图片下方有空隙产生*/
img{vertical-align:top;border:none;}

a{color:#444; text-decoration:none;}
a:hover {color:#004d88;}

/*英文强制换行*/
.word{word-break:break-all;}

 