/*from www.hxzw.org*/

/* basic */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background: transparent;
	text-align: center;
	font: 12px/120% 宋体,新细明体,Verdana,Arial,sans-serif;
	
}
td{font-family:Verdana,Arial,sans-serif,"Times New Roman",宋体;}


a{
	color: #00458A;
	text-decoration: none;
	background-color: transparent;
	
}

a:hover{
	 COLOR: red;
	 text-decoration:underline;
}



span{
	line-height: 120%;
}

p{
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6{
    color: #000000;
    line-height: 150%;
    font-weight: bold;
	font-size: 28px;
	line-height: 150%;
	display : inline;
}

img{
	border: 0px;
}
div{
	text-align: left;
}

hr{
	height: 1px;
	border: 1px solid #a4cded;
	clear: both;
	margin: 5px 0px;
}

ul{
	list-style: none;
	clear: both;
	text-align: left;
}

li{
	line-height: 150%;
}

/* table */
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 #a4cded;
	padding: 3px;
	margin: auto;
	line-height:20px;
}

table.grid caption, .gridtop{
	border: 1px solid #a4cded;
	background: #e9f1f8;
	background-image: url("image/caption_bg.gif");
	vertical-align: middle; 
	text-align: center;
	color:#054e86;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.grid th, .head{
	background: #FFFFFF;
	color:#000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.grid td{
	border: 1px solid #EBEBEB;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.hide, table.hide th, table.hide td{
	border: 0;
}

/* table add-ons */



.title{
	background: #e9f1f8;
	text-align: center;
	padding: 3px;
	color:#005EBB;
	font-weight: bold;
	font-size: 14px;
	
	
}

.titlee{
	text-align: center;
	color:#007B00;
	font-size: 12px;
	width: 990px;
	height: 20px;
}
.titleee{
	
	text-align: center;
	color:#006600;
	font-size: 13px;
	width: 990px;
}

.even{
	padding: 3px;
	background-color: #FFFFFF;
}
.evene{
	padding: 3px;
}

.odd{
  background: #FFFFFF; 
  padding: 3px;
}


.oddf{
  background: #FFFFFF; 
  padding: 3px;
}
.oddf:hover {background:#eee;color:#333;}
.oddf span {display: none }
.oddf:hover span {display:block;position:absolute;left:450px;width:330px; border:1px solid #000000; background:#fff; color:#000;padding:5px;text-align:left; margin-top:20px;}


.odde{
  padding: 3px;

}

.foot{
	background: #f0f7ff; 
	padding: 3px; 
	text-align: center;
}

.bottom{
	height: 9px;
	background: #b7b785; 
}


/* form */

form{}

input{}

.text{
	border: 1px solid #a4cded; 
	background: #ffffff;
	color: #054e86;
	height: 17px;
}
.textt{
	border: 1px solid #a4cded; 
	background: #ffffff;
	color: #054e86;
	height: 17px;
	width: 250px;
}

.textarea{
	border: 1px solid #a4cded; 
	background: #ffffff;
	color: #054e86; 
}

.button{
		background: #ddf2ff;
		border: 1px solid #a4cded; 
		height: 20px;
		padding: 2px 0px 0px 0px;
}
.buttonn{background:#36b701; border:1px solid #a4cded; color:#fff; height: 21px; cursor:pointer; padding:2px 1px 0px; margin:0px;}

.checkbox, .radio{border-width: 0px;}

.select{height: 18px;}

/* structure */

#wrapper{}

#left{
	float: left;
	width: 185px;
	margin-right:6px;
}

#right{
	float: right;
	width: 185px;
}

#centers{
	float: left;
	width: 578px;
}

#centerm{
	float: left;
	width: 768px;
}

#centerl{
	float: left;
	width: 960px;
}

#content{

}

.main{
	width: 960px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.m_top{
	background:#C8D5E4 url(image/bg_navi.gif) repeat-x scroll; font-size:12px; overflow:hidden; padding:6px 0 3px; 
	
}
.m_top2{
	background-image:url('image/bg_navi2.gif') ; font-size:12px; overflow:hidden; padding:6px 0 3px; height: 20px;
	
}
.m_head{
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	width:960px;
}

.h_logo{
	float:left;
	width:180px;
}



.h_banner{
	float:right;
}

.h_link{
	float:right;
	width:90px;
	padding-top:6px;
}

.m_menu{
	background:#55a0ff;
	height:22px;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding-top:3px;
	margin-bottom:3px;
}

.m_foot{
	text-align:center;
	padding: 20px 0px;
	margin-top:3px;
	margin-bottom:5px;
	border-top: 1px dashed #A4CDED;
	border-bottom: 1px dashed #A4CDED;
}

.block{
	border: 1px solid #a4cded;
	margin-bottom: 2px;
}

.blocktitle{
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	font-size: 14px;
	background: #d1e4fd;
	color: #054e86; 
	height: 26px; 
	line-height: 26px; 
	padding-left: 10px;
}

.blockcontent{
	border-top: 0px ;
	padding: 0px;
}

.blocknote{
	border-top: 1px solid #a4cded;
	padding: 3px;
	text-align: center;
	background: #f0f7ff;
	line-height: 150%;
}

.blocktitle span0{
	position: relative;
	bottom: -5px;
	border-top: 1px solid #a4cded;
	border-left: 1px solid #a4cded;
	border-right: 1px solid #a4cded;
	background: #ffffff;
	padding: 3px 6px 3px 6px;
	color: #c42205;
	height: 22px;
	line-height: 22px; 
}

.blocktitle .txt{
	
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 7px;
}

.blocktitle .txtr_{
	background-image: url("image/title_r.gif");
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 7px;
}

#left .blocktitle, #right .blocktitle{
	border: 0px;
	background-image: url("image/title_bg.gif");
	background-repeat: repeat-x;
	height: 27px;
}

#left .blockcontent, #right .blockcontent{
	border: 0px;
	background: #ffffff;
}

#left .blockcontent{
	border: 1px solid #ffffff;
	background: #ffffff;
}

/* custom */

.ultop li{
	list-style: decimal inside;
	margin: 3px 4px;
	border-bottom: 1px dashed #d8e4ef;
	color: #000000;
}

.ultop li a{
	color: #003E7B;
}
.ultop3 li{
	
	margin: 3px 4px;
	border-bottom: 1px dashed #d8e4ef;
	color: #000000;
}

.ultop3 li span{background:#257ec0;}
.ultop3 ul li .nnn2{background: #cc6600;}

.ultop2 li{list-style: decimal inside; margin: 3px 4px; border-bottom: 1px dashed #d8e4ef; color: #1b74bc;}
.ultop2 li a{
	color: #FF0000;
}
.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:left;}
.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{
}

/* attention */

.hottext, a.hottext{
	color: #FF0000;
	
}
.hottextx, a.hottextx{
	color: #000000;
	font-weight:bold;
	font-size:14px;
}
.hottextt, a.hottextt{
	color: #FF0000;
	font-weight:bold;
	font-size:14px;
}
.poptext, a.poptext{color: #c42205;}
.notetext, a.notetext{color: #1979cc;}
.errortext, a.errortext{color: #ff0000;}

a.btnlink{color: #000000; background: #ddf2ff; border:1px solid #a4cded; height:20px; padding: 2px 10px 0px 10px;}
a.btnlink:hover{background: #cccccc;}
a.btnlinkk{
	color: #FF0000;
	background: #ddf2ff;
	border:1px solid #a4cded;
	height:20px;
	padding: 2px 10px 0px 10px;
}
a.btnlinkk:hover{background: #cccccc;}

/* interface */

.jieqiQuote, .jieqiCode, .jieqiNote{
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #a4cded;
}

.divbox{
	border: 1px solid #a4cded;
	margin-bottom: 3px;
	text-align: center;
}

.textbox{
	border: 1px solid #a4cded;
	padding: 5px;
	margin: 3px;
	line-height: 150%;
}

.popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #a4cded;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}

#tips {
	border: 1px solid #a4cded;
	padding: 3px;
	display: none;
	background: #f0f7ff;
	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:#f0f7ff; text-decoration:none; color:#000000; border:1px solid #a4cded; border-bottom:none; }
.tablist li a.selected{ background:#ffffff; height:25px; position:relative; margin-bottom:-1px;}
.tabcontent{clear:both; border:1px solid #a4cded; padding:10px;}

.pages{
	padding: 5px 0px;
}
.pagelink{
	border: 1px solid #a4cded;
	float: right;
	background: #f0f7ff;
	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: #e9f1f8;}
.pagelink kbd{height:24px; border-left: 1px solid #a4cded;}
.pagelink em{height:24px; border-right: 1px solid #a4cded; font-style:normal;}
.pagelink input{border: 1px solid #a4cded; color: #054e86; margin-top:1px; height: 18px;}

/* menu */

.nav {
    position: relative;
  
	margin-bottom:0px;
}
.navinner {
    
}
.navlist {
    height: 27px;
    overflow: hidden;
    margin: 0px;
    background: url("image/bg_menu.gif") ;
}
.navlist li.current {background:url(image/bg_menu_on_left.gif) no-repeat; font-weight:bold; width:80px;}
.navlist li.current a,#menu li.current a:hover{color:#000; background:url(image/bg_menu_on_right.gif) no-repeat right;}
.navlist li.home {margin-left:5px;}

.nav li {
	height: 27px;
    line-height: 27px;
	background:url("image/bg_menu_a_right.gif") no-repeat right;;
    padding: 0 4px 0 6px;
    float:left; margin-right:1px; display:inline;
}
.nav a {
    display: block;
    width: 85px;
    text-align: center;
    font-size: 100%;
}
.nav a:link, .nav a:visited {
    color: #fff;text-decoration:none;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background:url("image/bg_menu_hover_right.gif") no-repeat right;
}
.subnav {
    position: absolute;
    top: 40px;
    left: 0;
    float: left;
    height: 27px;
    white-space: nowrap;
    line-height: 27px;
    background: url("image/nav_bg.png") no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px;   /* IE 6 and below */
}
.subnav p {
    padding: 0px 10px;
    background: url("image/nav_bg.png") no-repeat 100% -234px;
}
.subnav p span {
    display: block;
	height: 27px;
	line-height: 27px;
    background: url("image/nav_bg.png") repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url("image/nav_bg.png") repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 1px solid;
}

.disable { display: none; }

.sideA:link {
	 COLOR: #000000;
}
.sideA:visited {
	FONT-SIZE: 12px; MARGIN-BOTTOM: 2px;  COLOR: #000000; HEIGHT: 14px; 
}
.sideA:hover {
	 MARGIN-BOTTOM: 2px; COLOR: #f30c80;overflow:visible
}

.headd{
  background: #F0F7FF;
  color:#054e86;
  font-size: 12px;
  font-weight: bold;
}

.main_head{height:98px !important; height:96px;background:url(image/tz8.jpg) ;}

#head-info{float:left; border:1px solid #8EB4CE; width:240px; margin-left:12px; margin-top:0px; height:55px; background:#f8f8f8; padding-top:3px;}
#head-info a{text-decoration:none;}
#head-info ul{list-style:none;}
#head-info ul li{float:left; width:120px; line-height:18px; padding-left:0px;}
#head-banner{float:right; border:1px solid #E9C94D; width:468px; margin-top:8px; height:55px; background:#FFFFDD; padding-top:3px;}
#head-banner a{text-decoration:none;}
#head-banner ul{list-style:none;}
#head-banner ul li{float:left; width:228px; line-height:18px; padding-left:6px; overflow:hidden; white-space:nowrap;}

#head-infoo{float:left; border:1px solid #8EB4CE; width:20px; margin-left:12px; margin-top:0px; height:55px; background:#f8f8f8; padding-top:3px;}
#head-infoo a{text-decoration:none;}
#head-infoo ul{list-style:none;}
#head-infoo ul li{float:right; width:20px; line-height:18px; padding-left:6px;}

#menu {background:url(image/bg_menu.gif) repeat-x; height:27px; line-height:27px; vertical-align: middle; }
#menu ul.menu a {color:#f2f6fb; text-decoration:none; display:block; line-height:27px; padding:0 14px; background:url(image/bg_menu_a_right.gif) no-repeat right;}
#menu ul.menu a:hover {background:url(image/bg_menu_hover_right.gif) no-repeat right;}
#menu ul.menu {list-style:none; float:left;}
#menu ul.menu li {float:left; margin-right:1px; display:inline;}
#menu ul.link{float:right;}
#menu ul.link a{color:#f2f6fb; line-height:27px;}
#menu ul.link li {float:left; margin-right:14px; display:inline;}
#menu li.current {background:url(image/bg_menu_on_left.gif) no-repeat; font-weight:bold;}
#menu li.current a,#menu li.current a:hover{color:#000; background:url(image/bg_menu_on_right.gif) no-repeat right;}
#menu li.home {margin-left:5px;}


.leftDiv{
padding:0; 
margin:0;
width:140px; 
float:left; 
padding-left:6px;
margin-left:-140px; 
position:relative; 
text-align:center;

}
.rightDiv{
	float:left;
}

.shi{
	color:#FF5A00;
	font-size:50px;
	font-style:italic;
	font-weight:900;
	left:0;
	line-height:70px;	
	}
.fen{
	color:#FF5A00;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	position:relative; top:-15px	
	}
.SelSPAN {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
font-size:14px;
font-weight:bold;
line-height:22px;
padding-top:4px;
text-align:center;
}

.NoSelSPAN {
background-color:#EEEEEE;
border:1px solid #CCCCCC;
color:#004D00;
cursor:pointer;
font-size:14px;
font-weight:bold;
line-height:22px;
padding-top:4px;
text-align:center;
text-decoration:none;
}
.NoSelSPAN a{color:#004D00;}

.zstd1 {
border-bottom:1px solid #CCCCCC;
}

h3 {
	border-bottom:1px dashed #D3D9E3;
	color:#5D5D5D;
	font-size:14px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	width:614px;
}

.picborder2{
	bro	
}

.sptitle {
	color:#959595;
	font-size:12px;
	height:25px;
	line-height:25px;
	width:100%;
}
.sptitle a{color:#257EC0}

.hottext{
	font-size:12px;
	color:#F00
	}
.spcontent {
	color:#5D5D5D;
	line-height:1.5;
	margin-bottom:15px;
	overflow:hidden;
	width:100%;
}

.t_c {padding:3px;}
.t_c li{padding-left:10px;padding-right:10px;line-height:20px;height:20px;overflow:hidden;vertical-align:bottom;margin:2px 0;}
.t_c li a{text-decoration:none;}
.t_c li span{display:block;float:left;line-height:20px;}
.t_c li span.num{width:12px;text-align:center;margin-right:8px;}
.t_c li span.num img{margin-top:3px;}
.t_c li span.link{width:140px;}
.t_c li span.click{width:45px;text-align:right;}
.more{text-align:right}

.picborder{padding:1px;border:1px solid #AAAAAA;}
.picborder:hover{padding:1px;border:1px solid #65a5c7;}

#popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #83b0e1;
	background: #F0F7FF;
	color: #FF0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}

.footer{
	text-align:center;
	padding-top:20px;
	}

.ratingblock {
	display:block;
	text-align:left;
	}

.loading {
	height: 30px;
	background: url('/themes/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('/themes/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/themes/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('/themes/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

img.avatar{border: 0px;}
img.avatars{width: 48px; height: 48px; background:url("/images/avatars_bg.gif") right bottom; 
padding:3px 7px 7px 3px; cursor:pointer;}
img.avatari{width: 16px; height: 16px; border: 1px solid #cccccc;margin-bottom:-3px;}
.ajaxtip{
	position:absolute;
	border: 1px solid #a3bee8;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	z-index:1000;
}
#dialog{
	position:absolute;
	top:0px;
	left:0px;
	border: 5px solid #8bcee4;
	background: #f1f5fa;
	font-size: 12px;
	line-height:120%;
	padding: 20px 10px 10px 10px;
	visibility: hidden;
}
#mask{
	position:absolute;
	top:0px;
	left:0px;
	background: #777777;
	filter: Alpha(opacity=30);
	opacity: 0.3;
}
