/* CSS Document */
body{
	background-color: #184c81;
}

.tabheader a{
	color:black;
}
.btn45
{
	width:152px;
	height:75px;
	background:url("../image/bg45.jpg") repeat-x left top;	
	color:#ffafaf;
	padding-bottom:18px;
	padding-left:14px;
}
.tabheader1 a{
	color:black;
	display:block;
	text-align:left;
}
.banner {
	width: 1024px;
	margin:0 auto;
	background: url(../images/logo.jpg);
	height: 220px;
	color:#FFF;
}
.banner span{
	padding: 20px;
}
.title{
	font-size: 22px;
    padding: 40px 20px 10px 20px;
}
.menudiv{
	height: 55px;
    margin: 0 auto;
    width: 1024px;
    background: #006b9f;
	margin-top: -12px;
}
 .menu { 
    font: 16px verdana, arial, sans-serif;
    width: 100%;
    line-height: 55px;
    color: #FFF;
    font-weight: bold;
}
.menu li {
	list-style:none; /* 将默认的列表符号去掉 */
	padding:0; /* 将默认的内边距去掉 */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
	display: block;
    text-align: center;
	padding: 0 40px;
}
.menu li a{
	color: #FFF;
}
.Section1{
	width:1024px;
	height: 800px;
}
.S4{
	width:1024px;
	height: 1300px;
}
.Section3{
	width:1024px;
	height: 1300px;
}
.Section4{
	width:1024px;
	height: 2800px;
}
.Section5{
	width:1024px;
	height: 1200px;
}
.Section3{
	width:1024px;
	height: 1300px;
}
.tabbody{
	padding-top:9px;
}
.table1{
	margin:0 auto;
	width:1024px;
}
.button1{
	 position: absolute;
    right: 260px;
    top: 180px;
    display: block;
    text-decoration: none;
    background: #ff8900ad;
    padding: 10px;
}
/* Table 1 Style Download by http://www.jb51.net */
table.table1{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	font-style: normal;
	border-collapse:separate;
}
.table1 thead th{
	padding:15px;
	color:#fff;
	text-shadow:1px 1px 1px #568F23;
	border:1px solid #93CE37;
	border-bottom:3px solid #9ED929;
	background-color:#9DD929;
	background:-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.02, rgb(123,192,67)),
			color-stop(0.51, rgb(139,198,66)),
			color-stop(0.87, rgb(158,217,41))
	);
	background: -moz-linear-gradient(
			center bottom,
			rgb(123,192,67) 2%,
			rgb(139,198,66) 51%,
			rgb(158,217,41) 87%
	);
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.table1 thead th:empty{
	background:transparent;
	border:none;
}
.table1 tbody th{
	color:#fff;
	text-shadow:1px 1px 1px #568F23;
	background-color:#9DD929;
	border:1px solid #93CE37;
	border-right:3px solid #9ED929;
	padding:0px 10px;
	background:-webkit-gradient(
			linear,
			left bottom,
			right top,
			color-stop(0.02, rgb(158,217,41)),
			color-stop(0.51, rgb(139,198,66)),
			color-stop(0.87, rgb(123,192,67))
	);
	background: -moz-linear-gradient(
			left bottom,
			rgb(158,217,41) 2%,
			rgb(139,198,66) 51%,
			rgb(123,192,67) 87%
	);
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.table1 tfoot td{
	color: #9CD009;
	font-size:32px;
	text-align:center;
	padding:10px 0px;
	text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
	color:#666;
}

.table1 tbody td{
	padding:15px 35px 15px 70px;
	text-align:center;
	background-color:#f0f0f0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:black;
	text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
	content : url(../images/check0.png)
}
/* Table 2 Style */
table.table2{
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	border-collapse:collapse;
	text-align:center;
	    width: 100%;
}
.table2 thead th, .table2 tfoot td{
	padding:20px 10px 40px 10px;
	color:#fff;
	font-size: 26px;
	background-color:#222;
	font-weight:normal;
	border-right:1px dotted #666;
	border-top:3px solid #666;
	-moz-box-shadow:0px -1px 4px #000;
	-webkit-box-shadow:0px -1px 4px #000;
	box-shadow:0px -1px 4px #000;
	text-shadow:1px 1px 1px #000;
}
.table2 tfoot th{
	padding:10px;
	font-size:18px;
	text-transform:uppercase;
	color:#888;
}
.table2 tfoot td{
	font-size:36px;
	color:#EF870E;
	border-top:none;
	border-bottom:3px solid #666;
	-moz-box-shadow:0px 1px 4px #000;
	-webkit-box-shadow:0px 1px 4px #000;
	box-shadow:0px 1px 4px #000;
}
.table2 thead th:empty{
	background:transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.xz{
	    background: #1a4d78;
}
.table2 thead :nth-last-child(1){
	border-right:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
	border:none;
}
.table2 tbody th{
	text-align:right;
	padding:10px;
	color:#333;
	text-shadow:1px 1px 1px #ccc;
	background-color:#f9f9f9;
}
.table2 tbody td{
	padding:10px;
	/*background-color:#f0f0f0;
	border-right:1px dotted #999;*/
	text-shadow:-1px 1px 1px #fff;
	/*text-transform:uppercase;*/
	color:#333;
}
.table2 tbody span.check::before{
	content : url(../images/check1.png)
}