﻿@charset "utf-8";
body{
	margin:0px auto;
	padding:0px;
	color:#666666;
	min-width:1100px;
	font-size:14px;
	font-family:微软雅黑;
	background:#ffffff;
	}
a:link{
	color:#666666; 
	cursor:pointer;
	text-decoration:none;
	}
a:visited{
	color:#666666; 
	text-decoration:none;
	cursor:pointer;
	}
a:hover{
	color:#ef950d;
	text-decoration:none;
	}
a:active{
	color:#666666; 
	text-decoration:none;
	}
img{
 	border:none;
	}
dl{
	margin:0px; 
	padding:0px;
	}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.fn-clear {
	zoom: 1; /* for IE6 IE7 */
	}
/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display: none;
	}
/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
	display: inline;
	}
.fn-left {
	float: left;
	}
.fn-right {
	float: right;
	}
.hidden{
	display:none;
	}
.wrap{
	width:1200px;
	height:2500px;
	margin:0px auto;
	overflow-x:hidden;
	}
.dh{width: 1400px;margin:0 auto;overflow:hidden;}
.dh ul{margin:0;padding:0;list-style:none; width: 1000px; float:right; }
.dh a{display:block;width: 160px;margin-top:0px;height: 100px;float:left;}

.de a{
	display: block;
	width: 100%;
	height: 1500px;
}