@charset "utf-8";
/* beggining common css */
body{
	background:#fff;
}

h1,h2,h3{ margin:0; padding:0}
.left{
	float:left
}
.clear{
	clear:both;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
img,select,input{
	vertical-align:middle;
}
ul,li{
	list-style:none;
	list-style-position:outside;
}
#wrapper{
	width:950px;
	margin:0 auto;
}
/*end common style*/

/*current page styles*/
.sidebar{
	float:left;
	width:220px;
	display:inline;
}
.sidebar{
	width:202px;
	margin:0 9px;
}
.sidebar li{
	background:url(../images/FAQ_bar.gif) left bottom no-repeat;
	margin:6px auto;
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding-left:35px;
	line-height:28px;
	cursor:pointer;
	}
.sidebar li.hover{
	background:url(../images/FAQ_bar.gif) left top no-repeat;
	color:#fff;
	text-align:right;
	padding-right:30px;
	cursor:auto;
	}
.main{
	float:right;
	width:720px;
	border:1px #c4c4c4 solid;
	margin-bottom:10px;
}
.maintab{
	position:relative;
	margin:10px 0 -1px 35px;
	float:left;
	display:inline
}
.maintab li{
	float:left;
	border:1px #c4c4c4 solid;
	font-size:14px;
	font-weight:bold;
	background:#f0f0f0;
	padding:0 10px;
	margin-right:5px;
	cursor:pointer;
	line-height:25px;
}
.maintab li a{
	color:#666;
}
.maintab li.hover{
	cursor:auto;
	background:none;
	border-bottom:1px #fff solid;
	color:#000;
}
.main div.cnt{
	border-top:1px #c4c4c4 solid;
	clear:both;
	padding:20px 0;
	line-height:22px;
}
.aton {
    clear: both;
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    overflow: hidden;
    width: 950px;}

.flowchart{
	margin:0 40px;
}
.toolbox{
	margin:10px 40px;
	height:500px;
	overflow:hidden;
}
.toolbox li{
	float:left;
	margin:0 25px;
	display:inline;
	text-align:center;
}
.toolbox li img{
	margin:5px 0;
}
.toolbox h3{
	font-size:12px;
}
.flowchart li{
	float:left;
	background:url(../images/FAQlc_arrow.gif) right 35px no-repeat;
	padding-right:30px;
	margin:10px 5px
	}
	
.flowchart li.last{
	padding:0;
	background:none;
}
.main .detailcnt{
	margin:0 45px;
	clear:both
}
.main .detailcnt li{
	margin-bottom:5px;
}
.detailcnt h2{	
	font-size:12px;
	font-weight:bold;
	line-height:24px;
}
.question{
	margin:0 45px;
}
.question li,.answer h2{
	font-size:14px;
	font-weight:bold
}
.answer{
	margin:20px 35px;
}
.answer li{
	border-top:1px dashed #9f9f9f;
	clear:both;
	padding:10px;
}
.answer p{
	text-indent:2em;
	color:#666;
	margin-bottom:10px;
}
.answer div{
	float:right;
	background:url(../images/FAQ_top.gif) left 5px no-repeat;
	padding-left:15px;
	cursor:pointer;
}

.hlep{ width:950px; clear:both;}
.hlep_top{ height:195px; clear:both;}
.hlep_info{ border:1px solid #4084d0; clear:both; background:#fff; padding:10px; padding-left:0; overflow:hidden; margin:10px auto;}
.hlep_l{ width:238px; float:left; }
.hlep_r{ width:690px; float:right; background:#e9f4f8;}
.hlep_r ol{ font-size:12px; text-align:left; clear:both; border-bottom:1px dashed #70a6cf; overflow:hidden; padding-bottom:20px;}
.hlep_r ol li{ line-height:24px; list-style:circle; font-family:"宋体"; color:#0066b3;}
.hlep_r h2{ font-size:12px; font-weight:bold; color:#0066b3; line-height:30px; padding-left:22px;}
.hlep_r h2 b{ font-size:16px; font-weight:bold; color:#f1ac29;}
.hlep_r p{ font-size:12px;  color:#666; padding-left:22px; padding-right:20px; line-height:22px; padding-bottom:10px;}
.hlep_r p b{ font-size:16px; font-weight:bold; color:#f1ac29;}
