﻿@charset "utf-8";
/* CSS Document */

body {
	font:12px/1.5 Verdana,"宋体",Verdana,sans-serif;
	color:#6d6d6d;
	-webkit-text-size-adjust:none;
	background:url(../images/bg.jpg) repeat-x top left;
}
fieldset, img {
	border:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
a {
	color:#6d6d6d;
	text-decoration: none;
}
a:hover {
	color:#ff7800;
}
.T_B{
	width:996px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.floleft{
	float:left;
}
.floright{
	float:right;
}

.clear{
	clear:both;
}