﻿@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{
    margin: 0;
    padding: 0;
}
ol, ul, li {
    list-style: outside none none;
    padding: 0;
    vertical-align: top;
}
ul {
    margin: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
.clear{
	clear: both;
    visibility: hidden;
	}
