.banner{
	height:250px;
	background: url("../img/contact_banner.jpg")center;
}
.contact_us{
	height: 300px;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}
.contact_xnet{
	height: 250px;
	width: 1200px;
	position: relative;
}
.contact_feed{
    line-height: 32px;
    margin-bottom: 30px;
    position: absolute;
}
.contact_feed dt {
    font-size: 16px;
    color: #333;
}
.contact_feed dd {
    font-size: 14px;
    color: #666;
}
.contact_feed a {
    color: #666;
    text-decoration: none;
}
.contact_feed a:hover{
	text-decoration: underline;
}
.contact_us .contact_feed:nth-child(2){
	top:0;
	left: 380px;
}
.contact_us .contact_feed:nth-child(3){
	top: 0;
	left:760px;
}
.contact_us .contact_feed:nth-child(4){
	top: 150px;
	left: 0;
}
.contact_us .contact_feed:nth-child(5){
	top: 150px;
	left: 380px;
}
.contact_us .contact_feed:nth-child(6){
	top: 150px;
	left: 760px;
}
.contact_xnet .contact_feed:nth-child(2){
	top:0;
	left: 380px;
}
.contact_xnet .contact_feed:nth-child(3){
	top: 0;
	left:760px;
}