@charset "utf-8";
.index_top {
	height: 145px;
	margin-left: 45px;
	background-color:#1e1e1e;
	display: none;
}
.index_slider {
	width: 530px;
	height: 145px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	opacity: 0;
	filter: alpha(opacity=0);
}
.index_slider li {
	float:left;
}
.index_mask {
	width: 500px;
	height: 145px;
	background-color: #1e1e1e;
	position: absolute;
	display: none;
}
.index_move {
	width: 0;
	height: 145px;
	background-color: #925e36;
	margin-left: 500px;
	float: right;
}
.index_contact {
	width: 500px;
	position: absolute;
	top: 300px;
	display: none;
}
.index_contact h6 {
	width: 500px;
	height: 55px;
	line-height: 65px;
	margin-bottom: 15px;
}
.index_contact p {
	margin-bottom: 15px;
}
