html { min-width: 1366px; }
.nav{
	height: 60px;
	background: #C23C33;
}
.logo{
	margin-top: 30px;
}
.nav-top{
	padding-top: 60px;
}
.nav-top a{
	color: #898989;
	margin-left: 20px;
}
.nav{
	margin-bottom: 30px;
	width: 1366px;
    margin: 0 auto;
}
.nav li{
	float: left;
	width: 13.9%;
	text-align: center;
}
.nav li a{
	color: #FFFFFF;
	font-size: 19px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}


.box-center {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.head{
	background: url(../img/banner.png) no-repeat top center;
	height: 450px;
}


/*浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

/*使用伪元素清除浮动，在加了浮动的元素上添加这个class*/
.clear {
	-ms-zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.breadcrumbs{
	width: 1110px;
	height: 20px;
padding: 22px 0;
}
.breadcrumbs a{
	color: #666666;
}


.footer{
	background: url(../img/footerbg.png)no-repeat top center;
	height: 160px;
	line-height: 150px;
	text-align: center;
}





.hdhe_list_text_full body div#all div.All div.right { width: 900px; float: none; }
