﻿/* 主体与文字式样 */

/* #################### 主控制 ##################### */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,hr,
fieldset,input,p,blockquote,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:none;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
img a {border: none;}
form{margin:0px; padding:0px;}
/* #################### 公共部分 ##################### */

body {
	background: #FFF;
	font: 12px Verdana, Helvetica, sans-serif;
	line-height: 1.25em;
	color: #4C4C4C;
	width: 100%;
	height:100%;
}

select, input{
	font: 12px Verdana, Helvetica, sans-serif;
}

html, html>body {
	width: 100%;
	height: 100%;
}
.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	margin-top: -1px;
}

/* #################### 文字式样 ##################### */

a,a:link,a:active,a:visited{
	color: #699000;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* 头部 */
#Header {
	width:950px;
	height:85px;
	padding: 0px;
	margin: 0px auto;
}

.Header_u01 {
	width:245px;
	float:left;
}

.Header_u02 {
	width:700px;
	float:left;
}

.Header_p {
	width:500px;
	float:right;
	margin:45px 0 0 0;
	text-align:right;
	color: #699000;
	line-height:150%;
}

.Header_p img {
	margin-bottom:-3px;
}

.Header_u02 a,a:link,a:visited{
	color: #699000;
	text-decoration:underline;
}

.Header_u02 a:hover{
	color: #333;
	text-decoration: underline;
}

/* logo*/
.logo {
	display: block;
	width: 245px;
	height: 85px;
	background-image:url('../images/logo.gif');
	border: 0;
}
/* 主菜单*/
#mainNav {
	width:950px;
	height:36px;
	padding: 0;
	margin: 0px auto;
	background: #699000 url('../images/mainNav_bg.gif') repeat-x;
}
.menu{
	float: left;
	font-size:13px;
	font-weight:bold;
	font-family:"宋体";
	height:36px;
	overflow: hidden;
	margin: 0 auto;
}

.menu li{
	display: inline;
}

.menu li a{
	width:100px;
	height:36px;
	padding:13px 0 0 0;
	text-align:center;
	float: left;
	color: #FFF;
	text-decoration: none;
}

.menu li .current{
	color: #333;
	background:url('../images/mainNav_index.gif');
	text-decoration: none;
}

.menu li a:hover{
	color: #fff;
	background:url('../images/mainNav_hover.gif');
	text-decoration: none;
}

/* #################### 内容封套 ##################### */

#container {
	width:100%;
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
}

#wrapper {
	width: 950px;
	padding:5px 0 5px 0;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background:url(../images/bg.gif) repeat;
}

#pagebody {
	width: 950px;
	padding:0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}


.index_left {
	width: 645px;
	padding: 0px;
	margin: 5px 0 0 0;
	float:left;
}

.index_right {
	width: 300px;
	padding: 0px;
	margin: 0px;
	float:left;
}
.index_left span.clear {
	display: block;
	height: 1px;
	clear: both;
}
.index_right span.clear {
	display: block;
	height: 1px;
	clear: both;
}

/* #################### 搜索部分 ##################### */

/*选项卡1*/
#Tab1{
width:635px;
margin:0px;
padding:0px;
margin:0 auto;
background:#FFF;
}
/*选项卡菜单class*/
.Menubox {
width:635px;
background:url(../images/tab_bg.gif) repeat-x;
height:28px;
line-height:28px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
font-size:13px;
float:left;
display:block;
cursor:pointer;
width:109px;
text-align:center;
color:#999;
font-weight:bold;
background-image:url(../images/button_bg.gif);
margin:0px 2px 0px 2px;
}

.Menubox li.hover{
padding:0px;
background:#fff;
width:109px;
background:url(../images/tab2_hover.gif);
color:#333;
font-weight:bold;
height:28px;
line-height:28px;
}

/*选项卡1内容class*/

.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #699000;
border-top:none;
height:165px;
text-align:left;
padding-top:5px;
}

.Contentbox .Searchtab{
	font-size:13px;
	font-weight:bold;
	color:#699000;
	text-align:left;
	margin:0px 5px;
}

.Contentbox .linput{
	float:left;
	width:440px;
	margin:5px 0px 5px 0px;
	display:block;
	overflow:hidden;
}

.Contentbox .rinput{
	float:left;
	width:172px;
	margin:5px 5px 5px 0px;
	display:block;
	overflow:hidden;
}


.Contentbox label{
	margin:0 5px 5px 0;
	padding:0px;
	float:left;
}

.Contentbox span{
	font-size:12px;
	font-weight:normal;
	color:#666;
	line-height:150%;
}

.Search{
	width:172px;
	height:57px;
	background: #FFF url('../images/Search_button.gif') repeat-x;
	cursor:pointer;
}

.Contentbox input.textfield{
	width:142px;
	height:17px;
	padding: 4px 4px 0 4px;
	margin: 0px;
	font-size:13px;
	color:#9d9d9d;
	border:1px solid #666;
	background: #FFF url('../images/textfield_bg.gif') repeat-x;
	cursor:pointer;
}

.Contentbox input.textfield2{
	width:316px;
	height:18px;
	padding: 4px 4px 0 4px;
	margin: 0px;
	font-size:13px;
	color:#9d9d9d;
	border:1px solid #666;
	background: #FFF url('../images/textfield_bg2.gif') repeat-x;
	cursor:pointer;
}


.Contentbox fieldset { 
	padding:5px;
	margin-top:5px;
	width:422px;
	border:2px solid #699000; 
	background:#fff;
	font-size:12px;
	font-weight:normal;
	color:#666;
} 

.Contentbox fieldset legend { 
	color:#699000;
	font-size:14px;
	font-weight:bold; 
	padding:2px 2px; 
	background:#fff;
} 

.Contentbox fieldset div { 
	clear:left;
}

.Contentbox fieldset p { 
	line-height:200%;
	word-spacing:0em;
}

/*选项卡2内容class*/

#con {
	font-size:12px;
	margin:0 auto;
}
#tags {
	background: url(../images/title_bg.gif) repeat-x;
	padding:0px;
	margin: 0px;
	height:29px;
}
#tags li {
	background: url(../images/title_bg.gif) repeat-x;
	float:left;
	list-style-type:none;
	height:29px;
}
#tags li a{
	padding:0 10px;
	float:left;
	color:#fff;
	font-weight:bold;
	line-height:29px;
	height:29px;
	text-decoration:none;
}

#tags li.emptyTag {
	background: none transparent scroll repeat 0% 0%;
	width:4px;
}
#tags li.selectTag{
	background: url(../images/tag_bg.gif) repeat-x;
	border-left:1px solid #699000;
	border-right:1px solid #699000;
	position:relative;
	height:29px;
}
#tags li.selectTag a {
	background-position: right top;
	color:#000;
	font-weight: normal;
	line-height: 29px;
	height: 29px;
}
#tagContent {
	border:1px solid #699000;
	border-top:0px;
	background-color: #fff;
}
.tagContent {
	padding: 5px;
	display: none;
	color: #333;
	height: 440px;
}
#tagContent div.selectTag {
	display:block;
}

/* #################### 首页轮换图片 ##################### */

.Piclist, .Piclist *{margin:0; padding:0;}

.Piclist{
	width:298px;
	height:202px;
	overflow:hidden;
	position:relative;
	border:1px solid #699000;
}

.slider{
	position:absolute;
}
.slider li{
	list-style:none;
	display:inline;
}
.slider img{
	width:298px;
	height:202px;
	display:block;
}

.num{
	position:absolute;
	right:5px;
	bottom:5px;
}
.num li{
	float: left;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #fff;
	background-color: #666;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	border: 1px solid #fff;
	background-color: #699000;
	font-weight: bold;
}

/* #################### 频道左侧 ##################### */

.body_left{
	width:640px;
	float:left;
	padding: 0px;
	margin: 5px 0 0 0;
	float:left;
}

.body_left_box {
	width: 640px;
	margin: 0 0 5px 0;
	overflow:hidden;
}
.body_left_box_bar {
	width: 640px;
	height:29px;
	padding: 0px;
	margin: 0;
	overflow:hidden;
	background: #fff url(../images/title_bg.gif) repeat-x top left;
}

.body_left_box_bar p{
	padding: 8px 0 0 8px;
	color: #fff;
	font-weight: bold;
}


/* #################### 频道右侧 ##################### */

.body_right{
	width:305px;
	float:left;
	padding: 0px;
	margin: 5px 0 0 5px;
	float:left;
}

.body_right_box {
	width: 305px;
	margin: 0 0 10px 0;
	overflow:hidden;
}
.body_right_box_bar {
	width: 305px;
	height:29px;
	padding: 0px;
	margin: 0;
	overflow:hidden;
	background: #fff url(../images/title_bg.gif) repeat-x top left;
}

.body_right_box_bar p{
	padding: 8px 0 0 8px;
	color: #fff;
	font-weight: bold;
}



/* #################### 底部 ##################### */

#textlink {
	width: 950px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	border:1px solid #699000;
	overflow:hidden;
}

#textlink dl{
	margin:10px 30px 10px 30px;
	text-align:left;
	float:left;
}

#textlink dt{
	font-weight:bold;
}

#textlink dd{
	font-weight:normal;
	margin:5px;
	padding:0px;
}

#textlink a,a:link,a:visited{
	color: #4C4C4C;
	text-decoration:none;
}

#textlink a:hover{
	color: #699000;
	text-decoration: underline;
}

#footer {
	width: 950px;
	padding: 0 0 10px 0;
	margin: 10px auto;
	border-top:2px solid #699000;
	overflow:hidden;
}

#footer ul{
	text-align:left;
	padding: 20px 0px 8px 0;
	float:left;
}

#footer dl{
	margin:8px 10px;
	text-align:left;
	float:left;
	padding-left:10px;
	border-left:2px solid #699000;
}

#footer dd{
	text-align:left;
	margin-right:5px;
	line-height:150%;
}

#footer ul li{
	float:left;
	margin:0px;
	overflow:hidden;
}

#footer ul img{
	margin:0 5px 0 0;
}

#footer a,a:link,a:visited{
	color: #699000;
	text-decoration:underline;
}

#footer a:hover{
	color: #333;
	text-decoration: underline;
}

/* #################### 弹出框 ##################### */
/* 默认绿色 */
.PopWindow {
	border:solid 1px #86969F;
	border-top:none;
	background-color:#FFF;
	z-index:1000;
	position:absolute; 
	background-position:center; 
	display:none;
	width:600px;
}
.PopWindow .title {
	text-indent:0px;
		color:#699000;
    height:12px;
    background-image:url(../../Images/box-title-bg.png);
    background-repeat:repeat;
	padding:10px;
	color:#FFF;
}
/* ----------------------------- 弹出窗口规范 --------------------------------- */


#BOX_overlay
{
    DISPLAY:none;
    Z-INDEX:9999;
    FILTER:alpha(opacity=90);
    LEFT:0px;
    POSITION:absolute;
    TOP:0px;
    BACKGROUND-COLOR:#000;
    -moz-opacity:0.9;
    opacity:0.9;
}

#popWindowFrame
{
    position:absolute;
    top:0px;
    left:0px; 
    width:100%; 
    height:100%;
    z-index:-1;
}

.PopWindow .title div
{
    float:right;
}

.PopWindow .title img
{
    cursor:pointer;
    border:none;
}

.PopWindow .loading {
	padding:10px;
		text-align:center;
	border:none;
}

.PopWindow .content {
	border:none;
	background-color:#FFFFFF;
	padding:10px;
	padding-top:0px;
}

.PopWindow .footer {
	border-top:1px solid #666;
	background-color:#EEE;
	padding-right:10px;
	padding-top:5px;
	height:30px;
	text-align:right;
}

.PopWindow .MenuPop {
	background-color:#EEB506;
}

/* #################### 地区选择框 ##################### */


#divArea
{
    width:500px;
}

#divArea .mainContent
{
    height:250px;
}

#divArea .mainContent  span
{
    margin-right:10px;
}

#divArea .mainContent .level1
{
    padding-bottom:5px;
    border-bottom:solid 1px #999;
    margin:10px;
}

#divArea .mainContent .level2
{
    padding-bottom:5px;
    border-bottom:solid 1px #999;
    margin:10px;
}

#divArea .mainContent .area
{
    margin-left:0px;
    *margin-left:15px;
}

#divArea .mainContent .area li
{
    width:150px;
    float:left;
    padding-bottom:5px;
}