/*
 * file    : base.css
 * author  : chao.Radish@gmail.com
 */

@charset "utf-8";
/*body{min-width:1003px;_width:expression((documentElement.clientWidth<1003)?'1003px':'auto'); font:12px '\5B8B\4F53',Arial;text-align:center;margin:0;background:#EDEEE0; overflow-x:auto; overflow-y:scroll;}*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p
{
	margin: 0;
	padding: 0;
}
input, select
{
	vertical-align: middle;
	line-height: 100%;
}
table
{
	margin: 0 auto;
}
table, td, tr, th
{
	font-size: 12px;
	text-align: left;
}
ol, ul
{
	list-style: none;
}
li
{
	list-style-type: none;
}
img
{
	vertical-align: top;
	border: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 12px;
	font-weight: normal;
}
a
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	color: #00732E;
	text-decoration: none;
}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
}
.clearfix:after
{
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: ".";
}
.hidden
{
	display: none;
}
.blank20
{
	clear: both;
	display: block;
	height: 20px;
	font-size: 0;
	overflow: hidden;
}
.set_box, .set_box_hover
{
	height: 19px;
	line-height: 19px;
	text-align: left;
	color: #5F5D5E;
	margin: 3px 0 0 0;
	background: url(../images/select.gif) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.set_box
{
	background-position: right top;
}
.set_box_hover
{
	background-position: right -19px;
}
.set_box div
{
	height: 17px;
	line-height: 17px;
	margin: 0 19px 0 0;
	padding: 0 3px 0 3px;
	border: 1px solid #616157;
	border-right: 0;
	background: #DED8C8;
	overflow: hidden;
}
.set_box_hover div
{
	border: 1px solid #00732E;
	border-right: 0;
	background: #DED8C8;
}
.set_box ul
{
	display: none;
	border: 1px solid #616157;
	background: #FFF;
	overflow: auto;
	position: absolute;
	z-index: 1000;
}
.set_box ul a
{
	display: block;
	height: 19px;
	line-height: 19px;
	color: #5F5D5E;
	padding-left: 3px;
	background: #FFF;
	overflow: hidden;
}
.set_box ul a:hover
{
	color: #FFF;
	background: #00732E;
	text-decoration: none;
}
.set_box ul a.select
{
	color: #FFF;
	background: #00732E;
}
.area
{
	width: 1003px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
.header_sub
{
	width: 100%;
	height: 93px;
	background: url(../images/header_bg.gif) no-repeat center top;
	overflow: hidden;
}
@-moz-document url-prefix() {
 .header_sub {
background:url(../images/header_bg_fix.gif) no-repeat center top;
}
}
.header_sub .logo
{
	width: 220px;
	height: 93px;
	float: left;
	overflow: hidden;
}
.header_sub .link
{
	width: 783px;
	text-align: right;
	margin-top: 34px;
	float: left;
	overflow: hidden;
}
.header_sub .link a
{
	display: inline-block;
	color: #000;
	font-family: Microsoft YaHei;
	padding-left: 10px;
	background: url(../images/icon_01.gif) no-repeat left 6px;
	margin-right: 10px;
}
.header_sub .link a:hover
{
	color: #00732E;
}
.header .area .link .other a
{
	font-family: Microsoft YaHei;
}
.banner_sub
{
	width: 100%;
	height: 195px;
	background: url(../images/banner_bg.gif) no-repeat center top;
	overflow: hidden;
}


.banner_sub .show
{
	width: 783px;
	height: 195px;
	margin-left: 220px;
	overflow: hidden;
	position: relative;
}
.banner_sub .show img
{
	width: 783px;
	height: 195px;
}
.banner_sub .show .menu
{
	width: 783px;
	height: 26px;
	background: url(../images/menu_bg.gif) repeat-x;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 0px;
}
.banner_sub .show .menu ul
{
	width: 820px;
	padding-left: 29px;
	overflow: hidden;
}
.banner_sub .show .menu li
{
	height: 26px;
	line-height: 23px;
	font-size: 14px;
	margin-right: 55px;
	float: left;
	overflow: hidden;
}
.banner_sub .show .menu li a
{
	font-family: Microsoft YaHei;
}
.banner_sub .show .menu li a.select
{
	color: #00732E;
}
.content_sub
{
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/content_bg_fix.gif) repeat-y center top;
	overflow: hidden;
}
@-moz-document url-prefix() {
 .content_sub {
background:url(../images/content_bg_fix.gif) repeat-y center top;
}
}
.content_sub .left
{
	width: 189px;
	padding: 26px 0 0 31px;
	float: left;
	overflow: hidden;
}
.content_sub .left .link dt
{
	width: 176px;
	height: 24px;
	line-height: 23px;
	color: #FFF;
	margin-top: 23px;
	padding-left: 11px;
	background: url(../images/left_title_bg.png) no-repeat;
	overflow: hidden;
}
.content_sub .left .link dd
{
	width: 189px;
	height: 28px;
	line-height: 27px;
	background: url(../images/left_link_bg.png) no-repeat center bottom;
	overflow: hidden;
}
.content_sub .left .link dd a
{
	color: #006f68;
	margin-left: 15px;
	padding-left: 8px;
	background: url(../images/icon_02.gif) no-repeat left -21px;
}
.content_sub .left .link dd a:hover, .content_sub .left .link dd a.select
{
	color: #004843;
	background-position: left 7px;
}
.content_sub .left .link div
{
	width: 189px;
	height: 28px;
	line-height: 27px;
	background: url(../images/left_link_bg.png) no-repeat center bottom;
	overflow: hidden;
}
.content_sub .left .link div a
{
	color: #009B8F;
	margin-left: 35px;
}
.content_sub .left .link div a:hover, .content_sub .left .link div a.select
{
	color: #595E27;
}
.content_sub .left .search
{
	margin-top: 40px;
	overflow: hidden;
	zoom: 1;
}
.content_sub .left .search_sub
{
	overflow: hidden;
	zoom: 1;
}
.content_sub .right
{
	width: 735px;
	float: right;
	overflow: hidden; min-height:600px;
}
.content_sub .right .bread
{
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #9FA0A0;
	padding-right: 10px;
	overflow: hidden;
}
.content_sub .right .bread a
{
	color: #9FA0A0;
}
.content_sub .right .bread a:hover
{
	color: #00732E;
}
.content_sub .right .bread b
{
	font-weight: normal;
	color: #00732E;
}
.content_sub .right .title
{
	width: 735px;
	padding: 37px 0 35px 0;
	border-bottom: 1px solid #E8E4CF;
	background: url(../images/right_title_bg.gif) no-repeat;
	overflow: hidden;
}
.content_sub .right .title_sub
{
	width: 735px;
	height: 21px;
	padding-top: 8px;
	background: url(../Img/Search/right_title_bg.jpg) no-repeat;
	overflow: hidden;
}
.footer
{
	width: 100%;
	height: 75px;
	background: url(../images/footer_bg.gif) no-repeat center top;
	overflow: hidden;
}
@-moz-document url-prefix() {
 .footer {
background:url(../images/footer_bg_fix.gif) no-repeat center top;
}
}
.footer .link
{
	height: 25px;
	line-height: 26px;
	text-align: right;
	padding-right: 10px;
	overflow: hidden;
}
.footer .copyright
{
	color: #66655F;
	font-family: Microsoft YaHei;
	margin-top: 17px;
	padding-left: 10px;
	overflow: hidden;
}
.footer .copyright .menu
{
	float: right;
}
.footer .copyright .menu a
{
	font-family: Microsoft YaHei;
	margin-right: 10px;
	float: left;
}
