/*重置*/
body{ margin:0;background:url(images/bg.jpg) repeat-x;}
h1,p{margin:0;}
img{ display:block;
border:0px;}

a{ text-decoration:none; display:block;}
.clear{ clear:both;}
*{ font-size:14px; font-family:"微软雅黑" ;}
.main a:hover{ color:#00a1e9;}
.main_text img:hover{ }
/*背景*/
.bg{ background:url(images/bg.jpg) repeat-x; width:100%; height:100%;}
.box{ width:1000px; margin-left:auto; margin-right:auto; background-color:#FFF; overflow:hidden;}
/*页眉*/
.logo{
	margin-left: 35px;
	float: left;
	margin-top: 9px;
}
.logo img{ width:130px; height:103px;}
.name{width:786px;height:135px;float:right;text-align:right;margin-right:5px;background:url(images/name.png) no-repeat;}
.name a{color:#fff;margin-right:53px;margin-top:10px;}
/*导航*/
.nav{ height:35px; background:url(images/nav.jpg) repeat-x; width:960px; margin-left:auto; margin-right:auto; margin-top:5px; -moz-border-radius: 15px;     -webkit-border-radius: 15px; border-radius:15px; padding-left:15px; padding-right:15px;}
a{ text-decoration:none; display:block;}
ul{
	list-style:none;}
.nav>li{
	float: left;
}
.nav img{
	float:left;}
.nav>li a {
	color: #fff;
	width: 104px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.nav>li:hover {
	background-color: #22ACEA;
}
.nav li ul{
	display:none;
	width: 102px;
	background-color:#fff;
	padding:1px;
	position:absolute;
	z-index:99;
}
.nav li:hover ul{
	display:block;}	
	
.nav li ul li a{
	width:102px;
	background: url(images/nav.jpg) repeat-x;
	margin-top:1px;
}	
.nav li ul li a:hover{
background:none;
background-color:#22ACEA;
	}	
/*页脚*/
.footer{
	margin-top: 20px;
	padding-bottom: 130px;
	font-style: inherit;
}
.footer p{
	color: #000;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	margin-top: 10px;
	font-style: inherit;
}
.footer p span{font-style:italic;color:#000; font-size:14px; }
