﻿@charset "utf-8";
.top_box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.top_box_t {
	width: 1200px;
	height: 42px;
	background: #06154C;
	margin: 0 auto;
}
ul {
	list-style-type: none;
}

.top_nav>li {
	float: left;
}
.top_box_t>ul a {
	display: block;
	text-decoration: none;
	width: 145px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: white;
	background-color: #06154C;
}

.drop-down-content {
	padding: 0;
	display: none;
	position: relative;
	z-index: 9999;
}

.drop-down {
	position: relative;
	z-index: 9999;
}

.drop-down-content li:hover a {
	background-color: red;
}

.top_nav .drop-down:hover .drop-down-content {
	display: block;
}
/*top_end*/
/*body-start
.main{width:1200px; margin:-50px auto 50px; position:relative; z-index:100;}
.right{width:920px;}
.fr{float:right;}
.fl{float:left;}
.fw{font-weight:bold;}
.local{width:100%; height:60px; line-height:60px; border-bottom:1px solid #ccc; margin-top:50px;}
.local h3{display:inline-block; padding:0 10px; border-bottom:2px solid #003579; float:left; height:59px; line-height:59px; color:#003579; font-size:18px;}
.dqwz{color:#666; font-size:13px; line-height:55px;}
.dqwz a{color:#666; margin:0 5px;}
.list{width:100%; margin:20px 0 60px;}
.list li{width:100%; height:40px; line-height:40px;}
.list li a{display:block; float:left; color:#333; font-size:15px; width:800px; height:40px; line-height:40px; overflow:hidden; background:url(../images/qdt.png) no-repeat left 18px; padding-left:15px;}
.list li i{display:block; float:right; width:100px; text-align:right; font-size:13px; color:#666; height:40px; line-height:40px;}
.list li a:hover,.dqwz a:hover,.sxt a:hover{color:#003579;}
*/
/**
 * 尾部的处理
 */

.buttom_box {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 2px solid #06154C;
	text-align: center;
	color:#FFF;
	background: #06154c;
}
