@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
body{ margin:0; padding:0; font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;}
h1,h2,h3,p,ul,li{ margin:0px; padding:0px; list-style:none; list-style-type:none; display:block;}
img{ border:none;}
td {
	font-family: "Microsoft YaHei","微软雅黑";
	line-height: 18px;
	color:#333333;
	font-size: 12px;

}
a {color: #333333; text-decoration: none; }
a:hover{
	color:#F00;
	text-decoration: none;
}

/*-------------头 部----------------*/
.titlebg{ background:url(../images/titlebg.jpg) no-repeat; height:37px; float:left; width:767px;}
.conbg{ float:left; width:676px; margin-top:10px;}


