

/*contact 联系方式模块*/

.contact{

	padding:25px;

	height:100%;

	clear:both;

	}

.contact li{

	border-bottom:1px #ddd solid;

	clear:both;

	margin:0;

	padding:20px 0;

	width:100%;

	height:98px;

	}

.contact li span{

	width:100px;

	height:50px;

	float:left;

	}

.contact li .k1{

	background:url(../images/ico_contact.gif) 30px 5px no-repeat;

	}

.contact li .k2{

	background:url(../images/ico_contact.gif) -120px 5px no-repeat;

	}

.contact li .k3{

	background:url(../images/ico_contact.gif) -270px 5px no-repeat;

	}

.contact li .k4{

	background:url(../images/ico_contact.gif) -420px 5px no-repeat;

	}

.contact li .k5{

	background:url(../images/ico_contact.gif) -570px 5px no-repeat;

	}

.contact li p{

	float:left;

	width:68%;

	}

.contact li p b{

	display:block;

	clear:both;

	color:#e01269;

	font-size:12px;

	line-height:25px;

	}

.contact .department{

	width:50%;

	float:left;

	overflow:hidden;

	}

.contact .department .departmentname{

	font-weight:bold;

	font-size:12px;

	height:auto;

	line-height:18px;

	overflow:hidden;

	padding:20px 0;

	text-indent:10px;

}
