@charset "utf-8";
/* CSS Document */

* {
	padding:0 ;
	border: none 0;
	margin: 0;
	font-family: "微软雅黑","微软黑体";
	font-size: 12px; 
	font-weight:normal;
}
a {
	text-decoration: none;
}
/*菜单栏*/
.navigation {
	height: 65px;
	/*background: url(../images/indexBG.png) repeat-x center;
	position: relative;
	z-index: -100;*/
	clear: both;
	position: relative;
	z-index: 100;
	margin-top: -6px;
}
.menu {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	/*background: #2d4a8d;*/
	position: relative;
	z-index: 100;
}
.menu_title {
	width: 450px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	vertical-align: middle;
	letter-spacing: 1px;
	color: #133279;
	float: left;
}
.menu_button {
	width: 150px;
	height: 50px;
	position: relative;
	float: left;
}
.menu_button a {
	text-decoration: none;
	font-size: 15px;
	color: #133279;
}
.menu_button a:hover {
	color: #f7941d;
}
.menu_button img {
	position: absolute;
	z-index: -10;
}
.menu_text {
	width: 150px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #133279;
	z-index: 0;
}
/*下载页面*/
.download {
	width: 900px;
	margin: 0 auto 45px auto;
}
.dl_title {
	height: 30px;
	margin-bottom: 6px;
	font-size: 24px;
	color: #133279;
	letter-spacing: 1px;
}
.dl_content {
	width: 898px;
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-radius: 6px;
	margin-top: 30px;
	position: relative;
}
.dl_left {
	width: 90px;
	height: 90px;
	padding: 25px 0 0 0;
	text-align: center;
	float: left;
}
.dl_right {
	width: 808px;
	float: left;
}
.dl_right_p1 {
	font-size: 18px;
	margin-top: 20px;
}
.dl_right_p2 {
	font-size: 15px;
	margin: 12px 0;
	color: #6a6a6a;
}
.dl_right_p3 {
	font-size: 12px;
	line-height: 24px;
	color: #6a6a6a;
}
.dl_right_p3 span {
	color: #3C3C3C;
}
.dl_white {
	width: 898px;
	height: 10px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	background: #FFF;
	position: relative;
	left: -1px;
	bottom: 0;
	z-index: 100;
	clear: both;
}
.dl_bottom {
	width: 886px;
	height: 63px;
	padding-left: 12px;
	background: #425b94;
	margin: -10px auto 15px auto;
	border-radius: 6px;
	z-index: -100;
	border: 1px solid #425b94;
}
.dl_button {
	width: 100px;
	height: 42px;
	background: url(../images/download/button01.png) no-repeat center;
	border: 0;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
}
.dl_button:hover {
	background: url(../images/download/button02.png) no-repeat center;
}
.dl_button span {
	margin-left: 25px;
}