.faq_container {
	width: 1200px;
	margin: 80px auto;
	background-color: rgb(250,250,250);
}
.faq_container:after {
	content: '';
	display: block;
	clear: both;
}
.faq_banner {
	line-height: 60px;
	background-color: rgb(245,245,245);
	text-align: center;
	width: 250px;
	font-size: 17px;
	float: left;
}
.faq_banner li {
	border-bottom: 1px solid #EEE;
	cursor: pointer;
}
.faq_banner li:hover {
	background-color: rgb(250,250,250);
}
.faq_banner_selected {
	background-color: rgb(250,250,250);
	border-left: 2px solid #09C; 
}
.faq_content {
	display: none;
	float: left;
	width: 950px;
	box-sizing: border-box;
	padding-bottom: 90px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 500px;
}
.faq_content h1 {
	line-height: 50px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	margin-top: 30px;
}
.faq_content h1 span {
	display: inline-block;
	border-bottom: 2px solid #09C;
	height: inherit;
	padding: 0 20px;
	margin-top: 15px;
}
.faq_content h2 {
	margin-top: 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	/*border-bottom: 1px solid #EEE;*/
	
}
.faq_content h2:before {
	display: inline-block;
	width: 30px;
	text-align: center;
	content:'●';
	color: #09C;
	font-size: 12px;
}

.faq_content h2 div{
	margin-left: 30px;
}

.faq_content_ask,.faq_content_normal {
	margin: 15px 0;
}
.faq_content_ask {
	background-color: rgb(245,245,245);
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 20px;
	line-height: 22px;
}
.faq_content_ask h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 1px solid #EEE;
}
.faq_content_ask div {
	margin-top: 8px;
	color:#666
}

.faq_litter_content{
	font-size: 16px;
	line-height: 24px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
