﻿@charset "utf-8";
/* CSS Document */

/*固定样式*/
* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.cl {
	clear:both;
}
ul {
	list-style:none;
}
img {
	border:none;
}
a {
	outline:none;
	text-decoration:none;
 hide-focus: expression(this.hideFocus=true);
}
html {
	-webkit-text-size-adjust:none;
}
body {
	font-family:"Times New Roman", Times, serif,'宋体';
	font-size:12px;
}
/*样式开始*/
/*top样式*/
#top {
	width:100%;
	background:#d8eaf4;
}
.logo {width:1003px; margin:0 auto; height:112px; background:url(../images/logo1.jpg) no-repeat center top;}

#nav_box {background:#165164;}
/*导航样式*/
#nav {
	width:1003px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	color:#fff;
	background:url(../images/nav_02.jpg) no-repeat center top;
}
#nav li {
	width:142px;
	float:left;
}
#nav li.clc_nav {
	background:none;
}
#nav li a {
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	white-space:nowrap;
	display:block;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav li ul {
	width:145px;
	position:absolute;
	visibility:hidden;
	z-index:10;
}
#nav li ul li {
	width:auto;
	float:none;
	border-right:none;
	margin-bottom:1px;
	background:#999;
}
#nav li ul li a {
	width:auto;
	height:26px;
	line-height:26px;
	padding-left:10px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
#nav li ul li a:hover {
	background:#ccc;
	text-decoration:underline;
}
.hover2 {text-decoration:underline;}