﻿@charset "utf-8";

body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, b, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
	margin:0 auto;
	padding:0;
        box-sizing: border-box;
}
body {
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	
}

ul {
	list-style:none;
}
ul li {
	list-style-type:none;
	list-style:none;
}
a {
	text-decoration:none;
	color:#000000;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a img, :link img, :visited img {
	border: 0;
	outline:none;
}
img {
	border:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}