/*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;
	
	}
.nav_1{
	width:1095px;
	height:72px;
	margin:0 auto;
	}
/*导航图片*/
.icon1{
	width:129px;
	height:72px;
	float:left;
	margin-left:140px;
	display:inline;/*IE6*/
	}
.icon1 img{
	margin-top:15px;
	}
/*导航条*/
.ul{
	width:720px;
	height:72px;
	margin-left:295px;
	}

.ul ul li{
	float:left;
	display:block;
	margin-top:33px;
	margin-left:8px;
	}
.ul ul{
	width:710px;
	height:72px;
	}
.ul ul li a{
	color:#343131;
	font-family:Arial;
	font-weight:bold;
	display:inline-block;
	padding-left:27px;
	padding-right:27px;
	height:24px;
	line-height:24px;
	}
.ul ul li a:hover{
	background:url(../images/hoverbg.jpg) repeat-x;
	color:#fff;
	}
.fg{
	width:2px;
	height:12px;
	padding-top:5px;
	}
	
/*中间内容*/

.content{
	width:100%;
	height:auto;
	}
	
/*图片切换*/	
#pic{
	width:1094px;
	height:auto;
	margin:0 auto;
	}
	
	
div.nav span{
	position:absolute;
	top:180px;
	border-radius:4px;
	width:30px;
	height:60px;
	opacity:0.4;
	cursor:pointer;
}
div.nav .next{
	right:160px;
	top:300px;
	background:url("../images/next.png") no-repeat center #000;
}
div.nav .prev{
	right:1160px;
	top:300px;
	background:url("../images/prev.png") no-repeat center #000;
}

/*底部内容*/

.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;

	}
