@charset "utf-8";

* {
	font-size: 12px/1.5;
	font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif, sans-serif;
	box-sizing: content-box;
}

html body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form,
	 input, textarea, p, th, td, img, em, hr, select, button {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	border: 0 none;
	outline: 0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-size: auto;
}

fieldset, img, input, button {
	border: 0;
}

ol, ul {
	list-style: none;
}

input, button, select, textarea, a {
	outline: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	text-align: center;
}

th {
	height: 42px;
	line-height: 42px;
	background: #0dbba1;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #0dbba1;
}

td {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #5f5f5f;
	border: 1px solid #42a97d;
}

*:focus {
	outline: none;
}

select {
	background: #fff;
	font-size: 14px;
	color: #666;
	border: 1px solid #42a97d;
}

.radio-input {
	vertical-align: -2px;
	margin-right: 3px;
	background: #fff;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}

.clearfix:before {
	display: table;
	content: "";
	height: 0;
	width: 0;
}

.clearfix {
	display: block;
	zoom: 1; /*ie6-ie7*/
}

.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}

button, .btn {
	cursor: pointer;
	background: #0dbba1;
	border-radius: 5px;
	color: #fff;
}

button:hover, .btn:hover {
	background: #1e9966;
}

h2 {
	width: 940px;
	padding-left: 60px;
	margin: 0 auto 10px auto;
	font-weight: normal;
	font-size: 16px;
	color: #505050;
	background: url(../images/public-icon.png) 0px -83px no-repeat;
}

h2 a {
	font-size: 16px;
	color: #505050;
}

h2 a:hover {
	text-decoration: underline;
}