@charset "utf-8";
/* Adam */

.servicebox {
	width:840px;
	height:auto;
	margin:20px;
	float:left;
}

.servicelist {
	width:840px;
	margin:0;
	float:left;
}

.servicelist ul {
	width:100%;
	height:auto;
	margin:0;
	float:left;
}

.servicelist ul li {
	width:240px;
	height:200px;
	margin:20px;
	float:left;
}

.servicelist ul li i {
	width:240px;
	height:160px;
	margin:0;
	border-radius:4px;
	float:left;
}

.servicelist ul li i img {
	width:240px;
	height:160px;
	margin:0;
	padding:0;
}

.servicelist ul li h3 {
	width:100%;
	height:40px;
	margin:0;
	line-height:40px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	float:left;
}

.servicetitle {
	width:100%;
	height:40px;
	padding-bottom:10px;
	margin-top:10px;
	border-bottom:#d8d8d8 1px solid;
	float:left;
}

.servicetitle h1 {
	width:100%;
	height:40px;
	margin:0;
	line-height:40px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	float:left;
}

.servicecontent {
	width:800px;
	height:auto;
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
	float:left;
}

.servicecontent p {
	width:100%;
	height:auto;
	margin-top:10px;
	line-height:30px;
	color:#454545;
	font-size:14px;
	float:left;
}