﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
	list-style: none;
	line-height: 1;
	transition-property: color, border-color;
    transition-duration:0.3s;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="submit"],
input[type="button"]{
     box-sizing:content-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea,
select,
option,
input {
	outline: none;
}
.clear {
	clear:both;
}
body {
	padding:0px;
	margin: 0px;
	width: 100%;
	background-color: #fff;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	border:none;
	display:block;
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
i {
	font-style: inherit;
}
ul {
	-webkit-padding-start: 0px;
}
.left{
	float:left;
}
.right{
	float:right;
}

