@charset "UTF-8";
/* CSS Document */
.question {
	box-sizing:border-box;
	width:100%;
	max-width: 999px;
	height:auto;
	text-align:left;
	padding-bottom: 50px;
	margin: 0 auto;
}
.question dl.acdn {
	width:100%;
	position: relative;
}
.qBox {
	box-sizing:border-box;
	width:100%;
	height:auto;
	font-size: 16px;
	font-weight: 400;
	letter-spacing:1px;
	padding:20px 50px 20px 50px;
}
.question dl.acdn dt {
	box-sizing:border-box;
	width:100%;
	height:auto;
	background-color:#333;
	float:left;
	color:#FFF;
	border: #333 1px solid;
	padding:10px;
	position: relative;
	z-index: 99;
	margin-top:20px;
    background-image: url(../img/faq_q1.png),
                      url(../img/faq_qopen.png);
    background-repeat: no-repeat,
                       no-repeat;
    background-position: center left,
                         center right;
}
.question dl.acdn dt:hover,
.question dl.acdn dt.actives,
.question dl.acdn dt.ov {
	color:#FFF;
	background: #000;
	z-index: 99;
    background-image: url(../img/faq_q2.png),
                      url(../img/faq_qclose.png);
    background-repeat: no-repeat,
                       no-repeat;
    background-position: center left,
                         center right;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.question dl.acdn dt.actives {
	color: #FFF;
}
.aBox {
	box-sizing:border-box;
	width:100%;
	height:auto;
	min-height:60px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing:1px;
    background-image: url(../img/faq_a.png);
    background-repeat: no-repeat;
    background-position: top left;
	padding:20px 10px 20px 50px;
	position: relative;
	z-index:1;
}
.question dl.acdn dd {
	box-sizing:border-box;
	width:100%;
	height:auto;
	color: #333;
	border: #333 1px solid;
	border-top: #333 0px solid;
	position: relative;
	float:left;
	background-repeat:no-repeat;
	margin:0px;
	line-height:28px;
	padding:10px;
	z-index: 1;
}
.question dl.acdn dd a{
	color:#8DC556;
}
.question dl.acdn dd a:hover{
	text-decoration:underline;
}
.qus2box {
	width:630px;
	border-top:#8DC556 1px solid;
	color:#666;
	font-size:14px;
	line-height:24px;
	padding-top:10px;
	margin-left:-30px;
}



.naiyou {
	width:100%;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}
.naiyou li {
	margin: 0;
	padding: 0;
	float:left;
	margin-right:0px;
	white-space:nowrap;
	list-style: none;
	letter-spacing: 1px;
}
@media screen and (max-width: 645px) { 
.naiyouli {
	margin-right:0px;
}
}


