﻿#banner {
	height: 352px;
	background-color: #1F57A3;
	position: relative;
	overflow: hidden;
}
#index_main {
	height: 338px;
}
#mainleft {
	width: 426px;
	float: left;
	overflow: hidden;
}
#mainleft a {
	background-repeat: no-repeat;
	background-position: 0% center;
	list-style-type: none;
	text-indent: 20px;
	height: 28px;
	line-height: 15px;
}
#maincenter {
	width: 350px;
	float: left;
	margin-left: 27px;
}
#maincenter a {
	background-repeat: no-repeat;
	background-position: 0% center;
	list-style-type: none;
	text-indent: 20px;
	height: 28px;
	line-height: 15px;
}
#mainright {
	width: 174px;
	float: right;
	padding-left: 19px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#bottom {
	width: 100%;
	left: auto;
	right: auto;
	margin-left: 0px;
	float: left;
	text-align: center;
	height: 100px;
	margin-top: 20px;
	background-color: #CDCDCD;
	padding-top: 20px;
	font-size: 12px;
}
.time1 {
	color: #1F57A3;
	font-size: 10px;
}
.conbox {
	height: 352px;
	position: relative;
	overflow: hidden;
	width: 1002px;
}
.switcher{
	position:absolute;
	bottom:4px;
	float:right;
	z-index:99;
	left: 656px;
	width: 341px;
	height: 80px;
}
.switcher a{
	background:#fff;
	border:1px solid #6F0000;
	cursor:pointer;
	float:left;
	font-family:arial;
	height:51px;
	line-height:18px;
	width:71px;
	margin:4px;
	text-align:center;
	color:#36C;
}
.switcher a.cur,.switcher a:hover{
	border:1px solid #004080;
	height:51px;
	line-height:24px;
	width:71px;
	color:#fff;
	font-weight:800;
	background-color: #1F57A3;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 2px;
}