﻿@charset "gb2312";
/* CSS Document */
body {
    background: #fff none repeat scroll 0 0;
	font: 15px/1.5 "微软雅黑",Arial,"宋体",sans-serif;
    margin: 0;
    min-width: 1250px;
    padding: 0;
}
img {
    border: 0 none;
}
h1,h2,h3,p,dl,dd,dt,ul,li{
    margin: 0;
    padding: 0;
}
ul, li, ol {
    list-style: outside none none;
}
.clear{
	clear: both;
    visibility: hidden;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}