﻿body {
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma, Arial,Geneva, sans-serif;
	
	
	font-size:12px;
}
.container {
	width:960px;
	margin:0px auto;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#0062a3;
	text-decoration: none;
}
a:active {
	color:#0062a3;
	text-decoration:none;
}
.head{
	margin:0 auto;
	height:85px;
}
.logo{
	margin:15px;
	float:left;
}
.head_right{
	float:right;
	margin-right:15px;
	margin-top:25px;
	text-align:right;
	color:#999;
}
.language a{
	color:#999;
}
.language a:hover{
	color:#0062a3;
}

.search {
	height:21px;
	margin-top:10px;

}
.search_le {
	float:left;
}
.search_ri {
	float:left;
}
.search_input {
	float:left; 
}
.search_input input {
	border:none;
	line-height:19px; 
	background: url(../images/search_ce_bg.png) repeat-x center left; 
	height:19px;
	width:150px;
}
.search_ri a {
	cursor:pointer;
}



.nav{
	text-align:center;
	height:27px;
	margin-bottom:1px;
}

.nav ul li{
	float:left;
	width:192px;
	height:27px;
	font-size:14px;
	line-height:27px;
	text-align:center;
	font-weight:bold;
}
.nav ul li span{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
}
.a1 a,.a2 a,.a3 a{
	display:block;
	width:192px;
	height:27px;
	color:#FFF;
}

.a1 a{
	background: url(../images/nav_bg_left.png) no-repeat center left;
}
.a1 a:hover{
	background:url(../images/nav_bg_hover_left.png) no-repeat center left;
}
.a2 a{
	background: url(../images/nav_bg_center.gif) no-repeat center left;
}
.a2 a:hover{
	background: url(../images/nav_bg_hover_center.gif) no-repeat center left;
}
.a3 a{
	background: url(../images/nav_bg_right.png) no-repeat center left;
}
.a3 a:hover{
	background:url(../images/nav_bg_hover_right.png) no-repeat center left;
}


.footer{
	background: url(../images/footer_bg.gif) no-repeat;
	color:#555;
	font-size:12px;
	height:32px;
	margin-bottom:10px;
}
.copyright{
	padding:10px 15px;
	float:left;
	font-family:Georgia, 'Times New Roman', Times, serif
}
.link{
	padding:10px 15px;
	float:right;
}
.link a{
	color:#666;
}
.link a:hover{
	text-decoration:underline;
}



.fy {
	margin-top: 20px;
	height: 24px;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.fy a {
	border: 1px solid #CCCCCC;
	margin-right: 3px;
	margin-left: 3px;
	height: 24px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.fy2 {
	margin-right: 3px;
	margin-left: 3px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color:#CCC;
}


