@charset "utf-8";
/* CSS Document */
#collapse{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#collapse article{
	width:100%; margin:0 auto;

}
#collapse h2{
	height: 28px;
	line-height: 20px;
	margin: 0;
	font-size: 24px;
	position: relative;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	user-select: none;
	-webkit-user-select: none;
	text-align: center;
}
#collapse h2:hover{
	background:#f8faf9;
}
#collapse h2::after{
	content: '';
	width: 25px;
	height: 28px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/jt02.png);
	background-size: 60% 60%;
}
#collapse h2.hide::after{
	background-image:url(../images/jt01.gif);
}
#collapse p{

}
#collapse p.hide{
}


#qtengdao {
	width: 100%;
	height: 50px;
	border-top: 1px solid #f2f2f2;
	background-color:#FFFFFF;
	}
#qtengdao .qzi {
	width: 1130px;
	line-height:50px;
	font-weight:bold;
	color:#666;
	font-size:14px;
	margin:0 auto;
	}
#qtengdao .qzi a:hover {
	color:#f6982e;
	}
#qtengdao .qzi em {
	margin: 0 12px;
	font-style: normal;
}