@charset "utf-8";


/* services-list */
.services-list{
	width:1200px;margin:20px auto 0 auto;
}
.services-list li{
	list-style:none;
	margin-bottom:4px;
}
.services-list h2{
	outline:none;
	cursor:pointer;
	position:relative;
	text-align: center;
	color:#252c34 !important;
	 font-size: 34px;
	 background-color: #e9e9e9;
	 border-bottom: 1px solid #d5d5d5;
}
.services-list h2 a{
	display:block;
	line-height:66px;
	padding-left:20px;
	position:relative;
	text-decoration:none;
	width:100%;
	z-index:300;
}
.services-list h2 span{
	background: url(sp.png) no-repeat;
	height:21px;
	right:200px !important;
	position:absolute;
	top:25px !important;
	width:34px;
	z-index:9999;
	background-position:-221px -66px;
	outline:none;
}
.services-list h2 span.active{background-position:-179px -66px; }

.service-content{
	color:#939393;
	line-height:16px;
	overflow:hidden;
	width:100%;
}
.service-info-text{
	float:left;
	margin-left:20px;
	text-align:justify;
	width:400px;
}
.service-info-image{
	float:right;
	margin-right:20px;
}