@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	font-size:
	}
.top
{
	height: 27px;
	background-color: #FFF;
	border-bottom: 2px solid #E8E8E8;
	}
.top_content
{
	width: 1000px;
	height: 27px;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 2px solid #E8E8E8;
	}
.top_content li a:link,.top_content li a:visited
{
	text-decoration: none;
	color: #666;
	font-family: "微软雅黑";
}
.top_content li a:hover,.top_content li a:active
{
	text-decoration: none;
	color: #F90;
	font-family: "微软雅黑";
}
.top_content li
{
	float:right;
	width:70px;
	line-height:27px;
	}
.logo
{
	height: 100px;
	background-color: #FFF;
	}
.logo_content
{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.logo_left
{
	width: 400px;
	height: 70px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	}
.logo_right
{
	width: 250px;
	height: 35px;
	float: right;
	margin-top: 35px;
	}
.tel
{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #F00;
	text-align: center;
	}
.nav
{
	height: 44px;
	background-color: #157cc4;
}
.nav_content
{
	width: 1000px;
	height: 44px;
	background-color: #157CC4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav_content a
{
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	width: 109px;
	display: inline-block;
}

.nav_content li
{
	float: left;
	line-height: 44px;
	width: 109px;
	list-style-type: none;
	background-image: url(../images/nav_20.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}
.nav_content ul .nobot
{ 
    background:none!important;
}
.nav_content a:link,.top_content a:visited
{
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font: "微软雅黑";
}
.nav_content a:hover,.top_content a:active
{
	text-decoration: none;
	color: #F90;
	font-size: 16px;
	font-family: "微软雅黑";
	background:url(../images/nav_19.jpg) no-repeat;
	background-position: center;
}



.copyright
{
	width: 100%;
	height: 70px;
	margin-top: 2px;
	background-color: #CCC;
	clear: both;
}
.copyright_content
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}
.copyright_content li
{
	list-style-type: none;
	float: left;
	width: 1000px;
	text-align: center;
	font-family: "微软雅黑";
}
.copyright_content a
{
	text-decoration: none;
	font-size: 12px;
	color: #666;
}
