/************************/
/* 功能：全局CSS样式		*/
/* Create：2008-11-15	*/
/* Uptade：2009-8-20		*/
/************************/


/***********/
/* 标签样式 */
/***********/
* {
	margin: 0px;
	padding: 0px;
	position: static;
	float: none;
	clear: both;
}
body, div, span, table, th, td, dl, dt, dd, ol, ul, li, pre, form, field, input, button, p, em, blockquote, h1, h2, h3, h4, h5, h6, b, u, i {
	font-family: "宋体", Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	text-decoration: none;
}
body {
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: baseline;
}
div, span {
	/*height: 100%;*/
	height: auto;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 100%;
	display: block;
	overflow: hidden;
	vertical-align: baseline;
}
span {
	height: 100%;
}

/*
	超链接样式
*/
a {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}
a:link, a:visited {
	color: #737373;
}
a:hover, a:active {
	color: #999999;
}
a * {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

/*
	标题样式
*/
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
	display: block;
}

/*
	表格样式
*/
table, thead, tbody, tr, th, td {
	border: none;
	text-align: center;
	vertical-align: middle;
}
table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
thead, tr, th {
	height: auto;
}
td {
	width: auto;
}

/*
	表单样式
*/
form {
}
input, select, button, textarea {
	font-family: Arial;
	font-size: 12px;
}
input, button {
	vertical-align: middle;
}
button {
	height: 24px;
	padding-left: 2px !important;
	padding-left: 1px;
	padding-right: 2px !important;
	padding-right: 1px;
	line-height: 24px !important;
	line-height: 20px;
}

/*
	列表样式
*/
ul, ol, li, dl, dt, dd {
	width: 100%;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-position: outside;
	list-style: none;
	display: block;
	overflow: hidden;
	vertical-align: baseline;
	float: none;
	clear: both;
}
ul, ol, dl {
	height: auto;
}
li, dd {
	height: 25px;
	line-height: 25px;
	text-align: left;
}
dt {
	height: 26px;
	line-height: 26px;
	text-align: left;
}

/*
	其它元素样式
*/
img {
	border: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: middle;
}
script {display: none;}
iframe, marquee {
	margin: 0px;
	padding: 0px;
}
b, strong {font-weight: bold;}
u {text-decoration: underline;}
i {font-style: italic;}
hr, p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/***********/
/* 头部样式 */
/***********/
#header {
	width: 965px;
	padding-top: 5px;
}
#header .top {
	width: 955px;
	height: 30px;
	padding-right: 10px;
	line-height: 30px;
	text-align: right;
}
#header .top a {
	margin-left: 3px;
	margin-right: 3px;
}
#header .navigation {
	width: 965px;
}
#header .navigation .logo {
	width: 262px;
	text-align: left;
	float: left;
	clear: right;
}
#header .navigation .nav {
	/*width: 578px;*/
	width: 703px;
	float: left;
	clear: right;
}
#header .navigation .nav span {
	width: 19px;
	height: 59px;
	background-repeat: no-repeat;
	line-height: 59px;
	float: left;
	clear: right;
}
#header .navigation .nav .left {
	background-image: url(/templates/bwhd/skins/default/images/background/nav/navigation/left.jpg);
	background-position: right;
}
#header .navigation .nav .center {
	width: 665px;
	background-image: url(/templates/bwhd/skins/default/images/background/nav/navigation/center.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
#header .navigation .nav .center a {
	width: 82px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	float: left;
	clear: right;
	text-align: center;
	display: block;
}
#header .navigation .nav .center a:hover, #header .navigation .nav .center .channel {
	color: #FF7802;
	background-image: url(/templates/bwhd/skins/default/images/background/nav/white.png);
	background-position: center;
	background-position: 0px 9px;
	background-repeat: no-repeat;
}
#header .navigation .nav .right {
	background-image: url(/templates/bwhd/skins/default/images/background/nav/navigation/right.jpg);
	background-position: left;
}

.container {
	width: 965px;
	margin-top: 10px;
}
.container .left {
	width: 200px;
	float: left;
	clear: right;
}
.container .right {
	width: 760px;
	float: right;
	clear: none;
}

/*
	上中下圆角样式
*/
.sArea .top{
	background-position: bottom center;
	background-repeat: no-repeat;
}
.sArea .center {
	background-position: center;
	background-repeat: repeat-y;
}
.sArea .bottom{
	background-position: top center;
	background-repeat: no-repeat;
}

/*
	左中右圆角样式
*/
.container * .sLeft {
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	clear: right;
}
.container * .sCenter {
	background-position: center;
	background-repeat: repeat-x;
	float: left;
	clear: right;
}
.container * .sRight {
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	clear: right;
}
.cord{
text-align:left;
text-indent:12em;
height:15px;
line-height:15px;
color:#999;
position:relative;
top:-33px;}

.search {
}
/*
	刊例、招商信息搜索
*/
.publication_search, .info_search, .publication_search div, .info_search div {
	height: 47px;
	line-height: 47px;
}
/*
	刊例、招商信息搜索左边控制距离
*/
.publication_search, .info_search {
	width: 480px;
	margin-left: 10px;
	*margin-left: 10px;
	*_margin-left: 5px;
	float: left;
	clear: none;
	position:relative;
}
.publication_search .sLeft, .info_search .sLeft {
	width: 4px;
	background-image: url(/templates/bwhd/skins/default/images/background/area/8/left.jpg);
}
.publication_search .sCenter, .info_search .sCenter {
	width: 468px;
	background-image: url(/templates/bwhd/skins/default/images/background/area/8/center.jpg);
	text-align: left;
}
.publication_search .sCenter .ico, .info_search .sCenter .ico {
	width: 110px;
	height: 24px;
	background-image: url(/templates/bwhd/skins/default/images/common/fdj.jpg);
	background-position: left center;
	background-position: 10px;
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-bottom: 12px;
	line-height: 24px;
	float: left;
	clear: right;
	text-indent: 50px;
}
.info_search .sCenter .ico{
    width: 210px;
}
.publication_search .sCenter form, .info_search .sCenter form {
	float: left;
	clear: none;
	position:relative;
	left:10px;
}
.publication_search .sCenter form{
    position:relative;
	left:10px;
	top:-6px;

}
.publication_search .sCenter form select, .info_search .sCenter form select {
	position: relative;
	top: 0px !important;
	top: 14px;
	margin-right:1px;
	margin-left:1px;
}
.publication_search .sCenter form input, .info_search .sCenter form input {
	position: relative;
	top: -2px !important;
	top: 10px;
}
.publication_search .sCenter form input{
    margin-left:2px;}
.publication_search .sCenter form .keywords {
	width: 60px;
}
/*
     首页搜索长度控制
*/
.publication_search .sCenter form .keywordsindex {
	width: 100px;
	height:16px;
}
.publication_search .sRight, .info_search .sRight {
	width: 4px;
	background-image: url(/templates/bwhd/skins/default/images/background/area/8/right.jpg);
}

/*
	文章搜索
*/
.atricle_search, .atricle_search div {
	height: 47px;
	line-height: 47px;
}
.atricle_search {
	width: 250px;
	float: right;
	clear: none;
}
.atricle_search .sLeft {
	width: 4px;
	background-image: url(/templates/bwhd/skins/default/images/background/area/8/left.jpg);
}
.atricle_search .sCenter {
	width: 242px;
	background-image: url(/templates/bwhd/skins/default/images/background/area/8/center.jpg);
}
.atricle_search .sCenter form .keywords {
	width: 60px;
}
.atricle_search .sCenter form select {
	position: relative;
	top: 0px !important;
	top: 10px;
}
.atricle_search .sCenter form input {
	position: relative;
	top: 0px !important;
	top: 5px;
}
.atricle_search .sRight {
	width: 4px;
	background-image: url(/templates/bwhd/skins/default/images/background/area/8/right.jpg);
}


/***********/
/* 页脚样式 */
/***********/
#FriendSite{
   background-color:#F7F7F7;
   height:40px;
   line-height:40px;
   border:dotted 1px #CCCCCC;}
#FriendSite a{
   position:relative;
   top:0px !important;
   top:5px
   }
#footer, #footer * {
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 965px;
	padding-top:10px;
}
#footer ul li, #footer ul li em {
	height: 22px;
	line-height: 22px;
}
#footer ul li {
	text-align: center;
}
#footer ul .nav a {
	margin-left: 10px;
	margin-right: 10px;
}
#footer .stat {
	width: 0px;
	height: 0px;
	display: none;
	visibility: hidden;
}
