﻿* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	letter-spacing: 1px;
	position: relative;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #e0e0e0;
}

.min {
	width: 1000px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul li {
	list-style: none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #549ad8;
}

input {
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}

label {
	font-weight: normal;
}

input[type=text]:focus {
	outline: 1px solid #44be15;
}

img {
	border: none;
	vertical-align: bottom;
}

.clear:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.content_WH {
	width: 1140px;
	height: auto;
	display: table;
	margin: 0px auto;
}

@font-face {
	font-family: 'NotoSansHans-Regular';
	src: url('../fonts/NotoSansHans-Regular.ttf');
}