*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.header{
	width: 100%;
}
.header_top{
	width: 100%;
	height: 84px;
	background-color: #EBEBEB;
	text-align: center;
}
.header_top img{
	width: 982px;
	height: 84px;
}
.nav_box{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: 微软雅黑;
	height: 50px;
	line-height: 50px;
	background-color: #d70012;
}
.nav_box ul{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.nav_box li.father{
	width: 10%;
	height: 50px;
	text-align: center;
	line-height:50px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.nav_box li.father a{
	color: #fff;
}
.nav_box li.father a:hover{
	color: #ff0;
}
.nav_box .li_item{
	min-width: 100px;
	height: auto;
	position: absolute;
	z-index: 10;
	background-color: #9d0200;
	display: none;
	left: 0px;
}
.li_item li{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.nav_box li.father:hover .li_item{
	display: block;
}
.focusBox { position: relative; width:100%; height:360px; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
.focusBox .pic img { width:100%; height:354px; display: block; }
.focusBox .hd { width:100%; position: absolute; bottom: 38px; text-align: center; font-size:0; z-index:1;padding-left: 276px; }
.focusBox .hd li{
	margin: 0 5px; 
	height: 21px; 
	overflow: hidden; 
	width: 21px; 
	cursor: pointer;
	display:inline-block; 
	zoom:1;  
	background-image:url(../images/btn_main_img.png) ;
	background-repeat: no-repeat;
	background-position:0 0;
	float: left;
	text-indent: -1000px;
}
.focusBox .hd li.on{ display:inline-block; width: 21px; width: 21px; background-position:0 -21px; background-image:url(../images/btn_main_img.png);background-repeat: no-repeat;}
.focusBox .prev,
.focusBox .next { 
	width: 73px; 
	height:74px; 
	display: none;
	background: url(../images/hover_right.png) no-repeat 0 0; 
	position: absolute; top: 45%;
	 z-index: 10; 
	 cursor: pointer; 
	 text-indent: -9999px; 
	 filter:alpha(opacity=100);
	 opacity:1;
}
.focusBox .prev {  left:100px; background: url(../images/hover_left.png)}
.focusBox .next {right: 100px;  }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=100) !important;opacity:1 !important;  }