@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei, verdana;
	font-size: 12px;
}
a {
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
}

body {
	overflow-x: hidden;
}

.clearfix {
	clear: both;
}

.container {
	width: 100%;
	height: 100%;
}

.line {
	width: 100%;
}

.line li {
	height: 3px;
	width: 20%;
	float: left;
}
.placeholder {
	color: #ccc;
}
.copyright {
	text-align: center;
	margin-top: 50px;
}
.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}

.helpBox {
	width: 100%;
	margin-top: 20px;
}

.chdMenu {
	width: 200px;
	height: 100%;
	float: left;
	padding-top: 15px;
	border-right: 1px solid #e7e7eb;
	padding-top: 15px;
	float: left;
}

.chdMenu li {
	width: 100%;
	border-bottom: 1px solid #e7e7eb;
	line-height: 45px;
	padding-left: 20px;
	width: 159px;
	font-size: 14px;
	border-bottom: 1px solid #e7e7eb;
}

.chdMenu li {
	color: #000;
	cursor: pointer;
}

.chdMenu li:hover {
	color: gray;
}

.chdMenu .on {
	background-color: #C30;
}

.cntbox {
	float: left;
	margin-left: 10px;
	width: 780px;
	line-height: 180%;
	color: #3e3e3e;
}
.helpBox{
	border: #eeeeee 1px solid;
}
.cntbox h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	color: #f40914;
}

.cntbox p {
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	padding: 5px 0;
	color: #3e3e3e;
	font-weight: bold;
}

.helpTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	color: #C30;
	text-indent:1em;
	background: url("../images/titlebg.png") repeat-x;
}
table{
	width: 100%;
}
table tr{
	border-bottom: 1px #eee dotted;
}
th{
	font-weight: bold;
	text-align: left;
}
td,th{
	padding: 10px;
}
td a{
	color:#0A8CD2;
}