/*faq*/
header{
	padding: 30px 20px 14px 20px;
	font-size: 20px;
}
header h2{
	/*font-weight: normal;*/
	font-size: 22px;
}
.faq-wrap{

}
.faq-wrap ul{
	background-color: #fff;
	/*border-top: 1px solid #DBDBDB;*/
	border-bottom: 1px solid #f5f5f5;
}
.faq-wrap ul .title{
	display: block;
	font-size: 14px;
	/*margin-left: 15px;*/
	border-top: 1px solid #f5f5f5;
	line-height: 23px;
	padding: 10px 30px 10px 20px;
	cursor: pointer;
	position: relative;
	color: #333;
}
.faq-wrap ul li:first-child .title{
	border-top: none;
}
.faq-wrap ul .title i{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	/*-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}
/*.faq-wrap ul li.open .arrow-open{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}*/
.faq-wrap ul .detail{
	background-color: #F4F6F8;
	color: #787878;
	line-height: 18px;
	padding: 15px 24px;
	display: none;
}
.detail img{
	width: auto;
	max-width: 80%;
	height: auto!important;
}
.detail a,.detail a:hover,.detail a:active{
	color: #289bf0;
}

/*faq详情*/
.detail-wrap{
	padding: 0 20px 20px;
	font-size: 16px;
	line-height: 24px;
}
.detail-wrap img{
	width: auto;
	max-width: 100%;
}