/* 全局公共样式的设定 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
font {
	padding: 0;
	margin: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
header,
nav,
article,
section,
aside,
footer,
figure,
hgroup {
	display: block;
	padding: 0;
	margin: 0;}
fieldset,
img {
	border: 0;
	vertical-align: top;
    /*display: block;*/
    border: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	font-size: 100%;}
ol,
ul,
li,
dl,
dt,
dd {
	list-style: none;}
input,
button,
textarea,
checkbox,
select,
radio,
form {
	vertical-align: top;}
a {
	color: #333;
	text-decoration: none;}
a:link,
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
.text-center{
	text-align: center;}
.f_left{float:left;}
.f_right{float:right;}
.clear{*zoom:1;}
.clear:after{content:"";display:table;clear:both;}
.clear:before{content:"";display:table;clear:both;}

.img{
	max-width: 100%;}
.img_s{
	max-width: 100%;
	min-width: 1000px;}
.imgd{
	display: block;}
.wrap{
	width: 1000px;
	margin:0 auto;
	min-width: 1000px;}
.ht5{
	height:5px;}
.ht10{
	height: 10px;}
.ht15{
	height: 15px;}
.ht20{
	height:20px;}
.ht25{
	height:25px;}
.ht40{
	height:40px;}
.ht30{
	height:30px;}
.ht50{
	height:50px;}
.over{
	overflow: hidden;}