/*重置样式*/
body, div, p, ul, ol, dl, dt, dd, li, form, input, table, th, td, img, h1, h2, h3, h4, h5, h6, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	background: #f5f5f5;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-family: 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial', sans-serif;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #414956;
}
a:hover {
	text-decoration: none;
	color: #00a8ff;
	cursor: pointer
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
/*通用*/
.hide {
	display: none;
}
.flt {
	float: left;
}/*左浮动*/
.frt {
	float: right;
}/*右浮动*/
.pt20 {
	padding-top: 20px;
}
.clear {
	clear: both;
}/*清除浮动(不常用)*/
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.icon {
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
}
/*基本布局*/
.content {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 68px;
	background: #fff;
}
.w-body {
	width: 100%;
	min-height: 800px;
}

.top-ty {
	width: 100%;
	background: url(/page/html/help/images/news-man.png);
	height: 8px;
	float:left;
}

/*主体*/
.content>h1{
	float: left;
	color:#414956;
	font-size: 28px;
	width:100%;
	font-weight: normal;
	margin:20px 0 -10px;
}
/*左侧导航*/
.nav {
	margin-top: 30px;
	width: 262px;
	height:auto;
	background: #fff;
	border: 1px solid #ececec;
}
.nav ul{
	float:left;
	width: 100%;
	height:auto;
}
.nav ul li{
	float:left;
	width:222px;
	height:60px;
	margin:0 20px;
	line-height: 60px;
	font-size: 16px;
	color: #414956;
	cursor: pointer;
	border-bottom: 1px solid #ececec;
}
.nav ul li:last-child{
	border-bottom: none;
}
.nav ul li:hover{
	color: #0592ec;
}
.nav ul li b{
	float: left;
	width:4px;
	height:40px;
	background: #0592ec;
	margin: 10px 0 10px -20px;
	display: none;
}
.nav ul li a{
	float: left;
	width:100%;
	height:100%;
}
.nav ul li.active a{
	color: #0592ec;
}
.nav ul li.active b{
	display: block;
}
.nav ul li.line{
	float:left;
	width:222px;
	height:1px;
	margin:0 20px;
	background: #ececec;
	line-height: none;
}
/*右侧内容*/
.l-content {
	width: 918px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ececec;
	padding-bottom: 70px;
}
.l-content .con-main{
	float: left;
	width:878px;
	padding:0 20px;
	height:auto;
	display: none;
}
.l-content .con-main:first-child{
	display: block;
}
.l-content .con-main h2{
	float: left;
	width:100%;
	border-bottom: 1px solid #ececec;
	height:63px;
	line-height: 63px;
	font-size: 16px;
    color: #414956;
    margin-bottom: 10px;
}
.l-content .con-main h4{
	float: left;
	font-size: 14px;
    color: #414956;
    line-height: 22px;
    text-indent:20px;
    margin-bottom: 10px;
}
.l-content .con-main .paragraph{
	float:left;
	width:100%;
	/*margin-top: 10px;*/
}
.l-content .con-main .paragraph h3{
	float: left;
	width:100%;
	font-size: 16px;
    color: #414956;
    line-height: 34px;
    margin:5px 0;
    font-weight: bold;
}
.l-content .con-main .paragraph ul{
	float:left;
	width:100%;
}
.l-content .con-main .paragraph ul li{
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.l-content .con-main .paragraph ul li i{
	float: left;
	width:4px;
	height:4px;
	border-radius: 50%;
	background: #414956;
	margin: 9px 10px 0 5px;
}
.l-content .con-main .paragraph ul li p{
	float:left;
	font-size: 14px;
    color: #414956;
    line-height: 22px;
    width:857px;
}
.l-content .con-main .paragraph ul li.ydtb p{
	text-indent: 20px;
}
.l-content .con-main .paragraph ul li p a{
	color:#0592ec;
}
.sf-tb td a{
	color:#0592ec;
}
.l-content .con-main .paragraph ul li p a:hover{
	text-decoration: underline;
}
.l-content .con-main .paragraph table{
	float: left;
	width:860px;
	height:auto;
	margin:5px 9px;
}
.l-content .con-main .paragraph table td{
	font-size: 14px;
	color:#383838;
	text-align: center;
	padding:10px;
	border:1px solid #0592ec;
	background-color: #f0f5ff;
}
.l-content .con-main .paragraph table td.te-lf{
	text-align: left;
	width:555px;
}
.l-content .con-main .paragraph>p{
	float:left;
	width:100%;
	text-indent: 30px;
    font-size: 14px;
    color: #414956;
    line-height:28px;
    margin-bottom:15px;
}

