/* 基本样式 */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background: transparent;
	text-align: center;
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}

a{
	color: #004d00;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	color: #ff6600;
}

span{
	line-height: 150%;
}

p{
	line-height: 180%;
}

h1, h2, h3, h4, h5, h6{
	font-size: 16px;
	line-height: 180%;
}

img{
	border: 0px;
}

div{
	text-align: left;
}

hr{
	height: 1px;
	border: 1px solid #c8d9a3;
	clear: both;
	margin: 5px 0px;
}

ul{
	list-style: none;
	clear: both;
	text-align: left;
}

li{
	line-height: 180%;
}

/* 表格样式 */
table{
	text-align: left; 
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}

table td{
}

table.fix{
	table-layout: fixed;
}

table.fix td{
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

table.grid{
	border-collapse: collapse;
	border: 1px solid #c8d9a3;
	padding: 3px;
	margin: auto;
}

table.grid caption, .gridtop{
	border: 1px solid #c8d9a3;
	background: #669900;
	background-image:url(image/t_c.gif);
	vertical-align: middle; 
	text-align: center;
	padding: 0px;
	color:#006600;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
	height: 28px; 
	line-height: 28px; 
}

table.grid th, .head{
	border: 1px solid #c8d9a3;
	background: #ffffff !important;
	color:#669900;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

table.grid td{
	border: 1px solid #c8d9a3;
	padding: 3px;
	background-color: #ffffff !important; 
}

table.hide, table.hide th, table.hide td{
	border: 0;
}

/*表格辅助样式*/

.title{
	background: #669900;
	text-align: center;
	padding: 3px;
	color:#054e86;
	font-weight: bold;
	font-size: 14px;
}

.even{
	background: #ffffff; 
	padding: 3px;
}

.odd{
	background: #ffffff; 
	padding: 3px;
}

.foot{
	background: #c8d9a3; 
	padding: 3px; 
	text-align: center;
}

.bottom{
	height: 9px;
	background: #b7b785; 
}


/* 表单样式 */

form{}

input{}

.text{
	border: 1px solid #c8d9a3; 
	background: #ffffff;
	color: #054e86;
	height: 20px;
}

.textarea{
	border: 1px solid #c8d9a3; 
	background: #ffffff;
	color: #054e86; 
}

.button{
        background-image:url(image/button.gif);		
		border: 1px solid #c8d9a3; 
		height: 21px;
		padding: 2px 0px 0px 0px;
}

.checkbox, .radio{border-width: 0px;}

.select{height: 18px;}

/* 布局样式 */

#wrapper{}

#left{
	float: left;
	width: 185px;
	margin-right:6px;
}

#right{
	float: right;
	width: 185px;
}

#centers{
	float: left;
	width: 598px;
}

#centerm{
	float: left;
	width: 768px;
}

#centerl{
	float: left;
	width: 960px;
}

#content{
    border: 1px solid #c8d9a3;
	padding: 3px;
}

.main{
	width: 980px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.m_top{
	background: #f6f6f6;
	border-top: 3px solid #669900;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0px;
	margin-bottom: 3px;
	height: 15px;
}

.m_head{
	height: 60px;
	margin-bottom: 3px;
}

.h_logo{
	float:left;
	width:190px;
}

.h_banner{
	float:left;
}

.h_link{
	float:right;
	width:90px;
	padding-top:2px;
}

.m_menu{
	background:#669900;
	height:22px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding-top:3px;
	margin-bottom:3px;
}

.m_menu_1{
	background:#669900;
	background-image:url(image/t_m.gif);
	height:23px;
	border:0px solid #c8d9a3;
	padding: 8px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:3px;
}

.m_menu_2{
    background: #f6f6f6;
	padding: 5px 0px;
	height: 15px;
	margin-bottom: 3px;
}

.m_sousuo{
    background: #e1e3ca;
	text-align:left;
	color:#666666;
	line-height:120%;
	margin-top:0px;
	margin-bottom:3px;
	padding: 5px 0px;
}

.m_foot{
	background:#f6f6f6;
	border:1px solid #e4e4e4;
	text-align:center;
	padding: 5px 0px;
	margin-top:3px;
	margin-bottom:10px;
}

.block{
	border: 1px solid #c8d9a3;
	margin-bottom: 5px;
}

.blocktitle{
	border-top: 0px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 0px solid #c8d9a3;
	font-weight: bold;
	font-size: 14px;
	background: #c8d9a3;
	background-image:url(image/t_c.gif);
	color: #006600; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 10px;
}

.blockcontent{
	padding: 3px;
}

.blocknote{
	border-top: 1px solid #c8d9a3;
	padding: 3px;
	text-align: center;
	background: #c8d9a3;
	line-height: 180%;
}

.blocktitle span{
	border: 0px;
	padding: 0px;
	line-height: 24px; 
	text-align: center;
}

#right .block{
	border: 0px solid #669900;
	margin-bottom: 5px;
}

#right .blocktitle{
	border-left: 0px solid #ffffff;
	padding: 0px;
	line-height: 26px; 
	text-align: center;
	color: #ffffff; 
	background-image:url(image/t_l.gif);
}

#right .blockcontent{
	padding: 3px;
	background: #f8f7f3;
}

#left .block{
	border: 0px solid #669900;
	margin-bottom: 5px;
}

#left .blocktitle{
	border-left: 0px solid #ffffff;
	padding: 0px;
	line-height: 26px; 
	text-align: center;
	color: #ffffff; 
	background-image:url(image/t_l.gif);
}

#left .blockcontent{
	padding: 3px;
	background: #f8f7f3;
}
/*常用样式*/


.ultop li{list-style: decimal inside; margin: 3px 4px; border-bottom: 1px solid #d8e4ef; color: #1b74bc;}
.ultop li a{color: #004d00;}
.ulitem li{list-style: circle inside; margin-left: 3px;}
.ulrow li{padding:3px;}
.ulcenter li{text-align: center;}
.ulmul{overflow: hidden;}

.fix, .lm{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.more{text-align: right;}

.c_title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}

.c_head{
	line-height: 180%;
}

.c_content{
	font-size: 14px;
	line-height: 180%;
}

.c_foot{
	line-height: 180%;
}

.c_label{
	font-weight: bold;
}

.c_value{
}



/*醒目效果*/
.hottext, a.hottext{color: #ff0000;}
.poptext, a.poptext{color: #c42205;}
.notetext, a.notetext{color: #1979cc;}
.errortext, a.errortext{color: #ff0000;}

a.btnlink, a.btnlink:visited{color: #000000; background: #ddf2ff; border:1px solid #c8d9a3; height:20px; padding: 2px 10px 0px 10px;}
a.btnlink:hover{background: #cccccc;}


/*常用界面*/

.jieqiQuote, .jieqiCode, .jieqiNote{
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #c8d9a3;
}

.divbox{
	border: 1px solid #c8d9a3;
	margin-bottom: 3px;
	text-align: center;
}

.textbox{
	border: 1px solid #c8d9a3;
	padding: 5px;
	margin: 3px;
	line-height: 180%;
}

.popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #c8d9a3;
	background: #c8d9a3;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}

#tips {
	border: 1px solid #c8d9a3;
	padding: 3px;
	display: none;
	background: #c8d9a3;
	position: absolute;
	z-index: 2000;
}

.tablist ul{height:25px; margin:0px 0px 0px 10px; padding:0px;}
.tablist li{float:left; height:24px; list-style:none; margin-right:3px;}
.tablist li a{float:left; height:24px; line-height:24px; padding:0px 10px; display:block; background:#c8d9a3; text-decoration:none; color:#000000; border:1px solid #c8d9a3; border-bottom:none; }
.tablist li a.selected{ background:#ffffff; height:25px; position:relative; margin-bottom:-1px;}
.tabcontent{clear:both; border:1px solid #c8d9a3; padding:10px;}

.pages{
	padding: 5px 0px;
}
.pagelink{
	border: 1px solid #c8d9a3;
	float: right;
	background: #c8d9a3;
	line-height:24px;
	padding:0;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup{
	float: left;
	padding: 0 6px;
}
.pagelink a:hover{background-color: #ffffff; }
.pagelink strong{font-weight: bold; color: #ff6600; background: #669900;}
.pagelink kbd{height:24px; border-left: 1px solid #c8d9a3;}
.pagelink em{height:24px; border-right: 1px solid #c8d9a3; font-style:normal;}
.pagelink input{border: 1px solid #c8d9a3; color: #054e86; margin-top:1px; height: 18px;}

/*下拉菜单样式*/
#jieqi_menu{
	line-height: 20px;
	list-style-type: none;
}
#jieqi_menu a{
	display: block;
	width: 65px;
	text-align: center;
}
#jieqi_menu a:link{
	color: #ffffff;
	text-decoration: none;
}
#jieqi_menu a:visited{
	color: #ffffff;
	text-decoration: none;
}
#jieqi_menu a:hover{
	color: #ff6600;
	text-decoration: none;
}
#jieqi_menu li{
	float: left;
	width: 65px;
}
#jieqi_menu li a:hover{
	background: #ffffff;
}
#jieqi_menu li ul{
	line-height: 20px;
	list-style: none;
	text-align: left;
	display: none;
	width: 90px;
	position: absolute;
	border: 1px solid #c8d9a3;
}
#jieqi_menu li ul li{
	float: left;
	width: 90px;
	background: #669900;
}
#jieqi_menu li ul a{
	display: block;
	width: 80px !important;
	width: 90px;
	text-align:left;
	padding-left:10px;
}
#jieqi_menu li ul a:link{
	color:#004d00;
	text-decoration:none;
}
#jieqi_menu li ul a:visited{
	color:#004d00;
	text-decoration:none;
}
#jieqi_menu li ul a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	background:#1979CC;
}
#jieqi_menu li:hover ul{
	display: block;
}
#jieqi_menu li.sfhover ul{
	display: block;
}
#jieqi_menu li.nohover ul{
	display: hide;
}

/* 自定义样式 */

.btnlink{padding-left:30px;height:23px;}
.btnlink a:link,.btnlink a:visited{float:left;width:74px;height:23px;background:url(image/button_01.gif) no-repeat;color:#4c8300;text-decoration:none;margin-right:3px;}
.btnlink a:link span,.btnlink a:visited span{display:block;line-height:20px;padding-top:3px;text-align:center;width:74px; cursor:pointer;}
.btnlink a:hover{float:left;width:74px;height:23px;background:url(image/button_02.gif) no-repeat;color:#056702;text-decoration:none;margin-right:3px;}
.btnlink a:hover span{display:block;line-height:20px;padding-top:3px;text-align:center;width:74px;cursor:pointer;}

