﻿html{
    height:100%;
}
ul{
    margin:0;padding:0;
    list-style:none;
}
body{
    width:100%;
    margin:0px;
    padding:0px;
}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
a{
    text-decoration:none;
}

.headerBg{
    background-image: url("../images/bzfbanner.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    height:550px;
    box-sizing: content-box;
}
.header{
	height:50px;
	width:73%;
	margin:0 auto;
}
.header > li{
	float:left;
	padding:0 57px;
}
.header > li > a{
	color:#fff;
}
.header > li > a:hover{
	color:#ffeaab;
}
.list1{
	clear:both;
	font-size:13px;
	overflow:hidden;
	margin:20px 10px;
}

.list1_1{
	font-size:20px;
	color:#cc3232;
	line-height:40px;
	height:40px;
	overflow:hidden;
}
.list1_1 a {
	color:#cc3232;
}
.list1_2{
	color:#666;
	line-height:45px;
	border-bottom:2px solid #dedede;
	min-width:200px;
	display:inline-block;
}
.list1_3{
	margin-top:10px;
	color:#999;
	line-height:25px;
	overflow:hidden;	
}

.list1_3 a{
	color:#999;
}