﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #06F;
}
#logo {
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logo1 {
	float: left;
	height: 80px;
	width: 490px;
	padding-top: 20px;
}
#logo2 {
	float: left;
	width: 470px;
	line-height: 25px;
	text-align: right;
	padding-top: 70px;
	vertical-align: bottom;
	padding-right: 20px;
        position: relative;
}
#swf {
	height: 198px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e1e1e1;
}
#apDiv1 {
	position: absolute;
	top: 10px;
	width: 486px;
	height: 30px;
	z-index: 11;
	right: 15px;
}
/*以上为整体设置，以下为导航菜单样式设计*/
#nav {
	/*background-color: #353a64;*/
	background-color: #004f88;
	height: 34px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	/*text-align: left;
	vertical-align: middle;*/
	line-height: 34px;
	padding: 0px;
	z-index: 10;
	position: relative;
}
#menu {
	line-height: 34px;
	/*list-style-type: none;*/
	background: #004f92;
	margin: 0px;
	padding: 0px;
}
#menu a {
	display: block;
	width: 80px;
	text-align: center;
}
#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
#menu li {
	float: left;
	width: 80px;
	background: #004f92;
}
#menu li a:hover {
	background: #F6F6F6;
}
#menu li ul {
	line-height: 27px;
	/*list-style-type: none;*/
	text-align: left;
	width: 120px;
	margin: 0px;
	position: absolute;
	left: -999em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#menu li ul li {
	float: none;
	width: 120px;
	background: #F6F6F6;
}
#menu li ul a {
	display: block;
	width: 105px;
	_width: 120px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding-left: 15px;
}
#menu li ul a:link {
	color: #666;
	text-decoration: none;
}
#menu li ul a:visited {
	color: #666;
	text-decoration: none;
}
#menu li ul a:hover {
	color: #F3F3F3;
	text-decoration: none;
	font-weight: normal;
	background: #C00;
}
#menu li:hover ul {
	left: auto;
}
#menu li.sfhover ul {
	left: auto;
}
/*导航菜单样式结束，以下为底部区域定义*/
#clear {
	clear: both;
	height: 1px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#cylj {
	background-color: #f0f0f0;
	height: 50px;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 15px;
}
#foot {
	height: 100px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #004f92;
	border-right-color: #004f92;
	border-bottom-color: #004f92;
	border-left-color: #004f92;
}
#ft1 {
	float: left;
	height: 70px;
	width: 300px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	margin-top: 10px;
}
#ft2 {
	float: left;
	height: 70px;
	width: 600px;
	margin-top: 10px;
	padding-left: 30px;
}
/*底部定义结束，下面开始定义more页面中部内容区域框架*/
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	}
#content ul {
	margin-left: 10px;
}
#content span {
	display: block;
	float: right;
	padding-right: 10px;
}
#content .mtext {
	/*margin-left: 15px;
	list-style-type: none;
	padding-top: 5px;
	background-image: url(../images/zyhd.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
	padding-left: 12px;*/
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	background-image: url(../images/zyhd.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
}
#content .mtext a {
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; /* for IE */
	-o-text-overflow: ellipsis; /* for Opera */
	-icab-text-overflow: ellipsis; /* for iCab */
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
	display: block;
	float: left;
}
/*下面定义中部左侧文字样式*/
#zhong1 {
	float: left;
	width: 100%;
	border-top-style: none;
	border-top-color: #e1e1e1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#zhong1top {
	background-image: none;
	height: 39px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	line-height: 39px;
}
#zhong1dibu {
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 100%;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
}
/*下面定义中部右侧样式*/
#zhong2 {
	float: right;
	width: 270px;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#zhong2top {
	background-image: url(../images/title7.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 269px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}
#zhong2nr {
	height: 100%;
	width: 269px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}
#content #zhong2 #zhong2nr ul li {
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	background-image: url(../images/before.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
}
#content #zhong2 #zhong2nr ul {
	width: 95%;
	padding-top: 14px;
	margin-bottom: 14px;
}
#content #zhong2 #zhong2nr a {
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; /* for IE */
	-o-text-overflow: ellipsis; /* for Opera */
	-icab-text-overflow: ellipsis; /* for iCab */
	-khtml-text-overflow: ellipsis; /* for Konqueror Safari */
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
	display: block;
	float: left;}
/*下面为详细页面文字样式设计*/
#wenzhang {
	height: 100%;
	width: 98%;
	margin-top: 10px;
	margin-left: auto;
	font-family: "宋体";
	font-size: 14px;
	line-height: 230%;
	font-weight: normal;
	text-align: left;
	margin-right: auto;
}
#content #zhong1 #fujian {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-family: "宋体";
	font-size: 14px;
}
