
.box{
	overflow: hidden;
}
.contact{
	margin:55px 0 90px;
	padding: 40px 0 0; 
	width:500px;
	float: left;
}
.contact:first-child{
	width:499px;
	border-right:1px solid #bfbfbf;
	padding: 40px 0 20px; 
}
.contact .phone{
	width: 160px;
	height: 220px;
	float: left;
	background: url(../../images/front/phone_icon.png) no-repeat center;
}
.contact .con{
	margin-left: 160px;
	line-height: 30px;
}
.contact .con h1{
	font-size: 28px;
	color: #ffb000;
	line-height: 40px;
}
.contact .con h2{
	font-size: 18px;
	color: #434343;
	font-weight: normal;
}
.contact .con dl{
	font-size: 16px;
	color: #7d7d7d;	
}
.contact .con dt{
	width:70px;
	float: left;
}
.contact .con dd{
	margin-left:70px;
}
.contact:first-child .con dt{
	width:50px;
}
.contact:first-child .con dd{
	margin-left:50px;
}
.box .img_box{
	width:1000px;
	height: 440px;
	overflow: hidden;
	margin-bottom: 80px;
}

