﻿@charset "utf-8";
body {
	margin: 0px;
	background: url(ditu.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
}
.bx13:link {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	font-weight:normal;
}
.bx13:visited {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	font-weight:normal;
}
.bx13:hover {
	color: #FF0000;
	font-family:"微软雅黑";
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	font-weight:normal;
}
.bx13:active {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:13px;
	line-height:22px;
	text-decoration:none;
	font-weight:normal;
}
.c14:link {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	text-decoration:none;
	font-weight: bold;
}
.c14:visited {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	text-decoration:none;
	font-weight: bold;
}
.c14:hover {
	color: #FF0000;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	text-decoration:none;
	font-weight: bold;
}
.c14:active {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	text-decoration: none;
	font-weight: bold;
}

.tab1 {
	color: #FFF;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	text-decoration: none;
	font-weight: bold;
	background:url(xxxx-6.gif);
	width:100px;
	height:24px;
	background-position:center top;
	background-repeat:no-repeat;
}
.tab2 {
	color:#06F;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:24px;
	text-decoration: none;
	font-weight: bold;
	background:url(xxxx-7.gif);
	width:100px;
	height:24px;
	background-position:center top;
	background-repeat:no-repeat;
}

.font14:link {
	color: #333;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:26px;
	text-decoration:none;
	font-weight: normal;
}
.font14:visited {
	color: #333;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:26px;
	text-decoration:none;
	font-weight: normal;
}
.font14:hover {
	color: #FF0000;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:26px;
	text-decoration:none;
	font-weight: normal;
}
.font14:active {
	color: #333;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:26px;
	text-decoration: none;
	font-weight: normal;
}

.more:link {
	color: #333;
	font-family:"微软雅黑";
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	font-weight: normal;
}
.more:visited {
	color: #333;
	font-family:"微软雅黑";
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	font-weight: normal;
}
.more:hover {
	color: #FF0000;
	font-family:"微软雅黑";
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	font-weight: normal;
}
.more:active {
	color: #333;
	font-family:"微软雅黑";
	font-size:12px;
	line-height:25px;
	text-decoration: none;
	font-weight: normal;
}


.con-top{
	padding: 0;
	margin: 0;
	width: 958px;
	height: 30px;
	border-bottom: 1px solid #017eba;
	list-style: none;
	background: #ecf1fe;
	margin-top: 1px;
	line-height: 30px;
}
.con-top li{
	float: left;
}
.con-top li a{
	display: inline-block;
	width: 120px;
	height: 29px;
	color: #000;
	text-decoration: unset;
	text-align: center;
	
	font-size: 12px;
}
.con-top li.hover{
	background: #017eba;
}
.con-top li.hover a{
	color: #fff;
	font-weight: bold;
}