/*reset部分*/
body, h1, h2, h3, h4, p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	line-height:1.5;
	color:#333;
	min-width:1095px;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
img {
	border:none;
	display:block;/*IE6图片空隙*/
}
	
/*header*/
.header{
	width:100%;
	height:75px;
	background:url(../images/navbg.jpg) repeat-x;
	box-shadow:3px 3px 3px #b7b8b8;
    -moz-box-shadow:3px 3px 3px #b7b8b8;
    -webkit-box-shadow:3px 3px 3px #b7b8b8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b8b8')";	/* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b7b8b8');/* For IE 5.5 - 7 */
	position:relative;
	_z-index:1;
	}

/*渐变颜色图片*/
.top img{
	height:3px;
	width:100%;
	background:url(../images/top.jpg);
	background-size:cover;
	}
	
/*导航*/
.nav{
	width:100%
	height:72px;
	margin-top:-30px;
	
	}
.nav_1{
	width:1095px;
	height:72px;
	margin:0 auto;
	}
/*导航图片*/
.icon1{
	width:129px;
	height:72px;
	float:left;
	margin-left:140px;
	display:inline;/*IE6*/
	}
.icon1 img{
	_padding-top:30px;
	margin-top:15px;
	}
/*导航条*/


.container{
	width:900px;
	_width:800px;
	height:72px;
	}

ul#topnav {
	float: left;
	width: 700px;
	height:72px;
	list-style: none;
	position: relative;
	z-index:9999;
	zoom:1;
}
ul#topnav li {
	float: left;
	display:block;
	margin-top:33px;
	padding-bottom:20px;
	display:inline-block;
	margin-left:8px;
	

}
.home{
	padding-left:30px;
}
ul#topnav li a {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-right:20px;
	display: block;
	font-size:12px;
	padding-top:2px;
	color:#5a5655;
}

ul#topnav li span {
	padding-top:4px;
	position:absolute;
	left:-268px; 
	top:73px;
	display: none;
	width:1095px;
	height:20px;
	background:#9da2a5;
	font-size:8px;
	color:#fff;
	text-align:right;
	opacity:0.85;
	filter:alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	_margin-left:-15px;
	z-index:99999999;
}

ul#topnav li span a{
	margin-left:-25px;
	color:#fff;
	display: inline;
	}

ul#topnav li span a:hover { color:#900;}


.jg:hover{background:url(../images/hoverbg.jpg) repeat-x;}

ul#topnav li a:hover{
	color:#fff;
	
}
	

.jg{
	font-weight:bold;
	}	
	
/*中间内容

.content{
	width:100%;
	height:auto;
	}
	
*/
/*底部内容*/

.footer{
	width:100%;
	height:73px;
		background:url(../images/footerbg.jpg) repeat-x;
	}
/*渐变颜色图片*/
.a img{
	width:100%;
	height:2px;
	background:url(../images/bottom.jpg);
	background-size:cover;
	}

.b{
	width:100%;
	height:71px;
	position:relative;
	}
.b_1{
	width:1093px;
	height:73px;
	margin:0 auto;
	}
/*底部图标*/
.icon2{
	width:91px;
	height:73px;
	float:left;
	margin-left:30%;
	display:inline;/*IE6*/
	}
.icon2 img{
	margin-top:20px;
	}
/*底部文字*/
.fo{
	width:400px;
	height:73px;
	margin-left:40px;
	float:left;
	}
.fo p{
	font-family:Arial, Helvetica, sans-serif;
	color:#adadad;
	margin-top:20px;

	}
.fo p a{
	color:#adadad;
	}

.fo p a:hover{
	color:#900;
	}