@charset "utf-8";
/* CSS Document*/	
body,h1,h2,h3,p,ul{
		margin:0 auto;
		padding:0;
		list-style:none;
		font-family:"Microsoft YaHei UI";
		font-weight:normal;
}
#service {
	width:100%;
	background-color:#F2F2F2;
}
#service h2 {
	font-size:30px;
	color:#333333;
	text-align:center;
	font-weight:normal;
	padding-top:50px;
}
#service h3 {
	font-size:14px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
}
#service h3 span {
	word-spacing:3px;
	margin-left:3px;
	margin-right:3px;
}
#qus {
	width:306px;
	float:left;
}
#qus ul {
	list-style:none;
}
#qus ul li {
	float:left;
	display:inline-block;
	width:306px;
	height:50px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
	z-index:8;
	margin-bottom: 10px;
	border-radius:5px;
	background-color:#ffffff;
}
#qus ul li a {
	display:inline-block;
	position: absolute;
	width:306px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#FFFFFF;
	text-indent:60px;
	text-decoration:none;
	top:0px;
	left:0px;
	z-index:12;
	cursor:pointer;
	border-radius:5px;
}
#qus ul li a:link,#qus ul li a:visited {
	text-decoration:none;
}
.leftNav1 {
	width:306px;
	height:50px;
	background-color:#333333;
	position:absolute;
	top:0px;
	left:0;
	z-index:9;
	border-radius:8px;
}
.leftNav2 {
	width:306px;
	height:50px;
	background-color:#ffffff;
	position:absolute;
	top:0px;
	left:306px;
	z-index:10;
	border-radius:5px;
}
#qus ul li .stand {
	color:#ffffff;
	text-decoration: none;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
#qus ul li .stand1 {
	background-image:url(../service/song.png),url(../service/rightwhite.png);
	background-position:20px 10px,286px 16px;
	background-repeat:no-repeat;
}
#qus ul li .stand2 {
	background-image:url(../service/ban.png),url(../service/rightwhite.png);
	background-position:20px 10px,286px 16px;
	background-repeat:no-repeat;
}
#qus ul li .stand3 {
	background-image:url(../service/tui.png),url(../service/rightwhite.png);
	background-position:20px 10px,286px 16px;
	background-repeat:no-repeat;
}
#qus ul li .stand4 {
	background-image:url(../service/qi.png),url(../service/rightwhite.png);
	background-position:20px 10px,286px 16px;
	background-repeat:no-repeat;
}

#qus ul li .stand1:hover {
	background-image:url(../service/song1.png),url(../service/rightblack.png);
	color:#000000;
}
#qus ul li .stand2:hover  {
	background-image:url(../service/ban1.png),url(../service/rightblack.png);
	color:#000000;
}
#qus ul li .stand3:hover {
	background-image:url(../service/tui1.png),url(../service/rightblack.png);
	color:#000000;
}
#qus ul li .stand4:hover  {
	background-image:url(../service/qi1.png),url(../service/rightblack.png);
	color:#000000;
}

#service #ans {
	width:864px;
	background-color:#FFFFFF;
	float:right;
	min-height:562px;
	padding: 50px 73px;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#ans h3{
	color:#333333;
	font-weight:normal;
	text-align:left;
	font-size: 16px;
    text-indent: -20px;
	margin-top:10px;
	margin-bottom:10px;
}
#service #ans ul li {
	font-size:14px;
	color:#333333;
	line-height:30px;
}
#ans p{
	font-size:14px;
	color:#333333;
	line-height:30px;
}