@charset "utf-8";
/* CSS Document */

body{
	background:#000;
}
*{
	margin:0px;
	padding:0px;
	border:0px none;
	list-style:none;
	text-decoration:none;
}
#box{
	margin:auto;
	width:1399px;
	height: 2210px;
	overflow: hidden;
}
#footer {
	margin: auto;
	width: 1399px;
}

#box table td{
	vertical-align: top;
}
#contact{
	width:484px;
	height:1397px;
	color:#fff;
	font-family:"黑体";
	font-size:14px;
	background-image: url(../images/index_26.jpg);
	background-repeat: no-repeat;
}
#contact #cont{
	width:220px;
	padding:55px 0px 0px 50px;
}
#cont p{
	padding:10px 0px;
}
#cont a{
	color:#fff;
	text-decoration:none;
}
