BODY {
	background: #FFFFFF;
}

.section {
	/*margin-top: 10px;*/
}

.mb10 {
	margin-top: 10px;
}

.mb20 {
	margin-top: 20px;
}

.mb30 {
	margin-top: 30px;
}

#header {
	background: #FFF;
	height: 90px;
	border-bottom: #006BBF 2px solid;
}

#nav  {
	height: 45px;	
	z-index: 1000;
	margin-top: 45px;
}

#nav .nav-item {
	float: left;
	height: 45px;
	text-align: center;
	z-index: 1000;
}

#nav .nav-item .m1 {
	color: #000;
	padding-left: 25px;
	padding-right: 25px;
}

#nav .nav-item.hover {
}

#nav .nav-item .m1 {
	display: block;
	line-height: 43px;
	font-size: 18px;
	font-family: 微软雅黑;
}

#nav .nav-item.hover .m1 {
	color: #e9b106;
	text-decoration: none;
	border-bottom: #000 2px solid;
}

#nav .nav-item UL {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 0;
}

#nav .nav-item.hover UL {
	display: block;
	background: #e9b106;
}

#nav .nav-item.hover UL LI {
	border-top: #FFF 2px solid;
}

#nav .nav-item.hover UL LI.top {
	border-top: none;
}

#nav .nav-item.hover UL LI A {
	line-height: 30px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	background: #022E51;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-top: #e9b106 4px solid;
}

#footer P {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin: 0;
}

.box {
	/*background: #FFF;
	padding: 0 10px;*/
}

.box .mt {
	height: 40px;
	border-bottom: #CCC 2px solid;
}

.box .mt H5 {
	padding: 0 20px;
	margin: 0;
	line-height: 38px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #3B649A;
	font-family: 微软雅黑;
	border-bottom: #3B649A 2px solid;
	float: left;
}

.box .mt A {
	float: right;
	line-height: 38px;
	font-size: 13px;
	font-family: 微软雅黑;
	color: #3B649A;
	margin-right: 5px;
}

.box .mt A:hover {
	color: #F60;
	text-decoration: none;
}

.box .mc {
	padding: 5px 0;
}

.box .mc UL {
	margin: 0;
	padding: 0;
}

.box .mc LI {
	list-style-type: none;
	line-height: 45px;
	height: 45px;
	margin: 0;
	padding-left: 12px;
	padding-right: 10px;
	border-bottom: #CCC 1px dashed;
	background: url('imgs/point.png') no-repeat left center;
	clear: both;
}

.box .mc LI A {
	color: #222;
	font-size: 14px;
	font-family: 微软雅黑;
	float: left;
}

.box .mc LI A:hover {
	color: #006699;
	text-decoration: none;
}

.box .mc LI SPAN {
	font-size: 14px;
	color: #999;
	float: right;
}

.shenjibtn {
	border: #FFF 1px solid;
	border-radius:25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shenjibtn:hover {
	border: #006699 1px solid;
	cursor: pointer;
}

.left-nav .top {
	background: #1b67b8;
}

.left-nav .top H4 {
	line-height: 40px;
	height: 40px;
	color: #FFF;
	margin-left: 15px;
	font-family: 微软雅黑;
	font-size: 16px;
}

.left-nav UL {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

.left-nav UL LI {
	border-bottom: #CCC 1px dashed;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
}

.left-nav UL LI A {
	color: #333;
	font-family: 微软雅黑;
	font-size: 14px;
}

.left-nav UL LI A:hover {
	text-decoration: none;
	color: #006699;
}

.position {
	line-height: 40px;
	height: 40px;
	border-bottom: #BBB 1px solid;
	padding-left: 10px;
}

.position A {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #222;
	margin-left: 5px;
	margin-right: 5px;
}
.position A:hover {
	color: #006699;
	text-decoration: none;
}

.position SPAN {
	color: #222;
	font-size: 14px;
	font-family: 微软雅黑;
}

.list-news UL {
	padding: 0;
}

.list-news LI {
	list-style-type: none;
	line-height: 50px;
	height: 50px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #CCC 1px dashed;
	clear: both;
}

.list-news LI A {
	color: #222;
	font-size: 14px;
	font-family: 微软雅黑;
	float: left;
}

.list-news LI A:hover {
	color: #006699;
	text-decoration: none;
}

.list-news LI SPAN {
	font-size: 13px;
	color: #999;
	float: right;
}

.content {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

