/* 基本样式 */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background: transparent;
	text-align: center;
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}

a{
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	color: #ff0000;
	TEXT-DECORATION: none;
}

span{
	line-height: 120%;
}

p{
	line-height: 150%;
}

h1{
font-size:28px; font-weight: bold; line-height: 150%;
}

h2, h3, h4, h5, h6{
	font-size: 16px;
	line-height: 150%;
}

img{
	border: 0px;
}

div{
	text-align: left;
}

hr{
	height: 1px;
	border: 1px solid #D6DADF;
	clear: both;
	margin: 5px 0px;
}

ul{
	list-style: none;
	clear: both;
	text-align: left;
}

li{
	line-height: 150%;
}

/* 表格样式 */

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 #D6DADF;
	padding: 3px;
	line-height: 150%;
	margin: auto;
}

table.grid caption, .gridtop{
	border: 1px solid #D6DADF;
	background: #F2F2F2;
	vertical-align: middle; 
	text-align: center;
	padding: 3px;
	color:#333333;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
}

table.grid th, .head{
	border: 1px solid #D6DADF;
	background: #F4F4F4;
	color:#333333;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

table.grid td{
	border: 1px solid #D6DADF;
	padding: 3px;
	background-color: #ffffff !important; 
}

table.hide, table.hide th, table.hide td{
	border: 0;
}

/*表格辅助样式*/

.title{
	background: #F2F2F2;
	text-align: center;
	padding: 3px;
	color:#333333;
	font-weight: bold;
	font-size: 14px;
}

.even{
	background: #ffffff; 
	padding: 3px;
}

.odd{
	background: #ffffff; 
	padding: 3px;
	line-height: 150%;
}

.foot{
	background: #F4F4F4; 
	padding: 3px; 
	text-align: center;
}

.bottom{
	height: 9px;
	background: #b7b785; 
}


/* 表单样式 */

form{}

input{}

.text{}

.textarea{
	border: 1px solid #D6DADF; 
	background: #ffffff;
	color: #333333; 
}

.button{
		background-image:url(/style/button.gif);
		border: 1px solid #b4c2cb; 
		height: 21px;
		padding: 2px 0px 0px 0px;
}

.checkbox, .radio{border-width: 0px;}

.select{height: 18px;}

/* 布局样式 */

#wrapper{}

#left{
	float: left;
	width: 200px;
	margin-right:10px;
}

#right{
	float: right;
	width: 162px;
}

#centers{
	float: left;
	width: 578px;
}

#centerm{
	float: left;
	width: 750px;
}

#centerl{
	float: left;
	width: 960px;
}

#content{
    border: 1px solid #D6DADF;
	padding: 3px;
}

.main{
	width: 960px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	OVERFLOW: hidden;
}

.m_top{
	background: #f6f6f6;
	border-top: 3px solid #f6f6f6;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0px;
	margin-bottom: 3px;
	height: 15px;
}

.m_head{
	height: 60px;
	margin-bottom: 5px;
}

.m_sousu{
	height: 35px;
	margin-bottom: 5px;
	border: 1px solid #D6DADF;
}

.h_logo{
	float:left;
	width:230px;
}

.h_banner{
	float:left;
	padding-top:5px;
}

.h_link{
	float:right;
	width:90px;
	padding-top:2px;
}

.m_ad{
	MARGIN: 0px auto; WIDTH: 960px; HEIGHT: 64px; border: 1px solid #D6DADF; margin-bottom: 5px;
}

.m_adl{
	float:left;
	width:474px;
	HEIGHT: 60px;
	OVERFLOW: hidden;
	padding-left:2px;
	padding-top:2px;
}

.m_adr{
	float:right;
	width:474px;
	HEIGHT: 60px;
	OVERFLOW: hidden;
    margin-left: 8px;
	padding-top:2px;
}

.m_menu{
	background:#55a0ff;
	height:22px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding-top:3px;
	margin-bottom:3px;
}

.m_foot{
	background:#f6f6f6;
	border:1px solid #e4e4e4;
	text-align:center;
	padding: 5px 0px;
	margin-top:5px;
	margin-bottom:10px;
	line-height: 180%;
}

.block{
	border: 1px solid #D6DADF;
	margin-bottom: 5px;
}

.blocktitle{
	font-size: 12px;
	background: #F2F2F2;
	background-image:url(/style/title.jpg);
	color: #000000; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 10px;
	border-bottom:#D6DADF 1px solid;
}

.blockcontent{
	padding: 3px;
}

.blocknote{
	border-top: 1px solid #D6DADF;
	padding: 3px;
	text-align: center;
	background: #F4F4F4;
	line-height: 150%;
}

.blocktitle span{
	MARGIN-TOP: -22px; 
	DISPLAY: block; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	FLOAT: right; 
	FONT-FAMILY: "宋体"; 
	TEXT-ALIGN: right;
	PADDING: 3px 6px 3px 0px;
}

#right .block{
	border: 1px solid #D6DADF;
	margin-bottom: 5px;
}

#right .blocktitle{
	font-size: 12px;
	background: #F2F2F2;
	background-image:url(/style/title.jpg);
	color: #ff6600; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 10px;
	border-bottom:#D6DADF 1px solid;
}

#right .blocktitle span{
	position: relative;
	bottom: -1px;
	padding: 3px 6px 3px 6px;
	color: #ff6600;
	height: 22px;
	line-height: 22px; 
	}

#right .blockcontent{
	padding: 3px;
	background: #ffffff;
}

#left .block{
	border: 1px solid #D6DADF;
	margin-bottom: 5px;
}

#left .blocktitle{
	font-size: 12px;
	background: #F2F2F2;
	background-image:url(/style/title.jpg);
	color: #ff6600; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 10px;
	border-bottom:#D6DADF 1px solid;
}

#left .blockcontent{
	padding: 3px;
	background: #ffffff;
}
/*常用样式*/
.ulicon li{background:url(../style/icon.gif) no-repeat 2px 9px; padding:5px 0 0 20px; height:18px; text-align:left;}

.ultop li{list-style: decimal inside; margin: 6px 8px; border-bottom: 1px dashed #eee; color: #333333;}
.ultop li a{color: #333333;}
.ultop li a:hover{color: #ff0000; TEXT-DECORATION: none;}
.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: 150%;
}

.c_content{
	font-size: 14px;
	line-height: 150%;
}

.c_foot{
	line-height: 150%;
}

.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 #b4c2cb; 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: #a3bee8;
}

.divbox{
	border: 1px solid #D6DADF;
	margin-bottom: 3px;
	text-align: center;
}

.textbox{
	border: 1px solid #D6DADF;
	padding: 5px;
	margin: 3px;
	line-height: 150%;
}

.popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #D6DADF;
	background: #F4F4F4;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}

#tips {
	border: 1px solid #D6DADF;
	padding: 3px;
	display: none;
	background: #F4F4F4;
	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:#F4F4F4; text-decoration:none; color:#000000; border:1px solid #D6DADF; border-bottom:none; }
.tablist li a.selected{ background:#ffffff; height:25px; position:relative; margin-bottom:-1px;}
.tabcontent{clear:both; border:1px solid #D6DADF; padding:10px;}

.pages{
	padding: 5px 0px;
}
.pagelink{
	border: 1px solid #D6DADF;
	float: right;
	background: #F4F4F4;
	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: #F2F2F2;}
.pagelink kbd{height:24px; border-left: 1px solid #D6DADF;}
.pagelink em{height:24px; border-right: 1px solid #D6DADF; font-style:normal;}
.pagelink input{border: 1px solid #D6DADF; color: #333333; 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 #D6DADF;
}
#jieqi_menu li ul li{
	float: left;
	width: 90px;
	background: #F2F2F2;
}
#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:#2f468f;
	text-decoration:none;
}
#jieqi_menu li ul a:visited{
	color:#2f468f;
	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(/style/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(/style/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;}

/* 自定义div样式 */

#left_01{float: left; width: 260px; margin-right:10px; OVERFLOW: hidden;}

#centers_01{float: left; width: 460px;}

#centers_01 .blockcontent{padding: 0px;}

#right_01{float: right;	width: 220px;}

#centers_011{float: right; width: 690px;}

#centers_01b{float: left; width: 460px;}

.main_02{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	OVERFLOW: hidden;
}

#left_02{float: left; width: 360px;	margin-right:10px;}

#centers_02{float: left; width: 360px;}

#right_02{float: right;	width: 220px;}

#left_03{ float: left; width: 730px; margin-right:10px;}

#right_03{float: right; width: 220px;}


#txttd{height:146px; overflow:hidden; width:348px; padding-top:8px; padding-left:8px;line-height:218%;}
#txttd .txttb_l,#txttd .txttb_r{ width:49%; overflow:hidden; color:#000000;}
#txttd .txttb_l{float:left; }
#txttd .txttb_r{ float:right;}
