﻿@charset "utf-8";
/* CSS Document */


.logo {
	margin-left: 20px;
	height: 85px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
}
.logo span {
	font-size: 30px;
	font-family: "微软雅黑", "黑体";
	color: black;
	font-weight: bold;
	padding-left: 300px;
	line-height: 85px;
}

.logo p {
width: 390px;
height: 30px;
float: right;
line-height: 40px;
padding-top:30px;
*width:390px;
*position:absolute;
*padding-left:70px;
*padding-top:0px;
}

.nav{
	width:1002px;
	height:59px;
	background:url(../images/navbg.jpg) 0px 4px no-repeat;
}
.flash{
	width:980px;
	overflow:hidden;
	margin:0px auto;
}
.nav ul{
    display: block;
    height: 59px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 11px;
    width: 600px;
	/*width:980px;
	margin:0px auto;
	overflow:hidden;*/
}
.nav li{
	width:75px;
	height:38px;
	float:left;
	background:url(../images/navli.jpg) no-repeat;
	text-align:center;
	line-height:38px;
	font-size:12px;
	font-weight:bold;
	position:inherit;
}
.nav li a{
	color:#fff;
}
.nav li a:hover{
	color:red;
}
.bk{
	width:1002px;
	height:12px;
	background:url(../images/fg.jpg) no-repeat;
}

