﻿html, body { font: 12px/140% Arial, "宋体" ,Verdana; color: #000; }
body{
	background:url(../img/bg-body.png) 0 0 repeat-x;
}
ul,ol,dl,dt,dd,menu,form,p,h1,h2,h3,h4,h5,h6,div,iframe,img,span{margin:0; padding:0;}
ul li { list-style: none; }
img{ border:none;}
/* 链接颜色 */
a:link { color: #024d9c; text-decoration: none; }
a:visited { color: #024d9c; text-decoration: none; }
a:hover { color:#ff6600;text-decoration:underline; }
a:active { color: #024d9c; }

.cls:after { content: "."; display: inline-block; /* display: block; \*/ height: 0; clear: both; visibility: hidden; }
.cls{ display: inline-block; overflow: hidden; }
.br { clear: both; }
.fl,div.fl{ float: left; }
.fr { float: right; }
.undis{display:none;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
