@charset "utf-8";

.contactbox {
	width:880px;
	height:auto;
	margin:0;
	float:left;
}

.contactinfo {
	width:100%;
	height:auto;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:#ddd 1px solid;
	float:left;
}

.contactinfo h3 {
	width:100%;
	height:40px;
	margin:0;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#e12726;
	float:left;
}

.contactinfo p {
	width:400px;
	height:40px;
	margin:20px;
	line-height:40px;
	font-size:16px;
	color:#636363;
	float:left;
}

.contactinfo i {
	width:40px;
	height:40px;
	margin:0;
	background-image:url(../image/contacticon.png);
	background-repeat:no-repeat;
	float:left;
}

.icon_phone {
	background-position:0 0;
}

.icon_mobile {
	background-position:-40px 0;
}

.icon_email {
	background-position:-80px 0;
}

.icon_qq {
	background-position:-120px 0;
}

.icon_adress {
	background-position:-160px 0;
}

.contactinfo span {
	margin-left:10px;
	margin-right:10px;
}