@charset "GBK"; /*设定文字编码*/
/*默认字体样式、大小、行高、背景......*/
body{
	font-family: Arial, Tahoma,"宋体";
	font-size: 12px;
	height:20px;
	line-height:18px;
	margin:0 auto;
	background-image: url(../images/bj.jpg);
	background-repeat: repeat-x;
}
p {font-size:12px; text-indent:0px; padding:0px; margin-top:4px;line-height: 1.8em; float:none; clear:both;}
.fontb { font-weight:800;}
	
/*默认链接样式----四种状态全设*/
a{text-decoration: none;font-size:12px;} 
a:link {color: #000000;font-size:12px;}
a:visited {color: #000000;font-size:12px;}
a:hover{color: #000000;	text-decoration: none;font-size:12px;}
a:active {color: #000000;font-size:12px;}

.white {color:#FFFFFF;font-size:12px;}
a.white:link {color: #ffffff;font-size:12px;}
a.white:visited {color: #ffffff;font-size:12px;}
a.white:hover{color: #ffffff;	text-decoration: none;font-size:12px;}
a.white:active {color: #ffffff;font-size:12px;}

.black {
	color:#000000;
	font-size:12px;
	font-weight: normal;
}
a.black:link {color: #000000;font-size:12px;}
a.black:visited {color: #000000;font-size:12px;}
a.black:hover{color: #666666;	text-decoration: none;font-size:12px;}
a.black:active {color: #000000;font-size:12px;}

.gray { color:#938F90;font-size:12px;}
a.gray:link {color: #938F90;font-size:12px;}
a.gray:visited {color: #938F90;font-size:12px;}
a.gray:hover{color: #938F90;	text-decoration: none;font-size:12px;}
a.gray:active {color: #938F90;font-size:12px;}


.message_color { color:#000000;font-size:12px;}
a.message_color:link {color: #000000;font-size:12px;}
a.message_color:visited {color: #000000;font-size:12px;}
a.message_color:hover{color: #000000;	text-decoration: none;font-size:12px;}
a.message_color:active {color: #000000;font-size:12px;}

.yellow { color:#E4C71C; font-weight:800;font-size:12px;}
a.yellow:link {color: #E4C71C; font-weight:800;font-size:12px;}
a.yellow:visited {color: #E4C71C; font-weight:800;font-size:12px;}
a.yellow:hover{color: #E4C71C; font-weight:800;	text-decoration: none;font-size:12px;}
a.yellow:active {color: #E4C71C; font-weight:800;font-size:12px;}

.blue { color:#2B3954; font-weight:800;font-size:12px;}
a.blue:link {color: #2B3954; font-weight:800;font-size:12px;}
a.blue:visited {color: #2B3954; font-weight:800;font-size:12px;}
a.blue:hover{color: #2B3954;	text-decoration: none; font-weight:800;font-size:12px;}
a.blue:active {color: #2B3954; font-weight:800;font-size:12px;}

.green { color:#56750E;font-size:12px;}
a.green:link {color: #56750E;font-size:12px;}
a.green:visited {color: #56750E;font-size:12px;}
a.green:hover{color: #56750E;	text-decoration: none;font-size:12px;}
a.green:active {color: #56750E;font-size:12px;}

.lightblue { color:#99BDD5;font-size:12px;}
a.lightblue:link {color: #99BDD5;font-size:12px;}
a.lightblue:visited {color: ##99BDD5;font-size:12px;}
a.lightblue:hover{color: #99BDD5;	text-decoration: none;font-size:12px;}
a.lightblue:active {color: #99BDD5;font-size:12px;}

.z_color {color:#DEBD73;font-size:12px;}
a.z_color:link {color: #DEBD73;font-size:12px;}
a.z_color:visited {color: #DEBD73;font-size:12px;}
a.z_color:hover{color: #DEBD73;	text-decoration: none;font-size:12px;}
a.z_color:active {color: #DEBD73;font-size:12px;}

#clear{clear:both;line-height: 0px; height:0px;}/*清除浮动*/
#2px_space {height:2px;line-height:2px;width:100%; overflow:hidden;clear:both; float:none;}
#4px_space {height:4px;line-height:4px;width:100%; overflow:hidden;clear:both; float:none;}
#6px_space {height:6px;line-height:6px;width:100%; overflow:hidden;clear:both; float:none;}
#8px_space {height:8px;width:100%; overflow:hidden;clear:both;float:none;}
.thin_a {text-decoration: none; font-weight:100;}
.bot_line { width:98%; height:26px; background:url(../images/bot_line_bg.jpg) repeat-x top;padding-left:12px; padding-top:2px; line-height:18px;text-align:left;}

input,TEXTAREA{ color:#000000;}
h1{font-size: 12px; height:16px; line-height:14px; font-weight:100;} 
h2{font-size: 14px; } 
h3{font-size: 16px; height:24px; line-height:24px; padding-top:14px; vertical-align:middle; color:#990000; font-weight:600; overflow:hidden; } 
h4{font-size: 18px; } 
h5{font-size: 20px; } 
h6{font-size: 22px; } 
img{border: 0;}/*图片边框为0*/
.rfloat{float:right;}/*更多右浮动*/
.scrollpicpadding { margin:0px 4px;}

.checkbox{border: 0px;}/*选择框样式定义 */ 
.button{border: 0px; }/*图片按钮样式定义 */ 

/* 结构部分 */
#wrapper{ margin:0 0 0 0; margin-left:auto; margin-right:auto; width:1006px;}/*页面外围控制整体布局宽度*/
#main{
	width:966px;
	height:auto;
	overflow:hidden;
	background-color: #FFFFFF;
}/*主体部分*/
#header{
	background-color:#05749A;
	height:72px;
	overflow:hidden;
	width:966px;
	background-image: url(../images/index_01.jpg);
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}/*页眉*/
#bar_10px {background:url(../images/bar_10px.jpg) no-repeat center top;height:10px; overflow:hidden; width:1006px;}/*页眉*/

#left{
	float:right;
	width:260px;
	height:auto;
	overflow:hidden;
}
#center{
	width:99%;
	overflow:hidden;
	height: auto;
	margin-bottom: 5px;
}/*中*/
#right{
	width:247px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#large{
	float:left;
	width:700px;
	height:auto;
	overflow:hidden;
}

#footer{
	width:966px;
	;
	height:117px;
	text-align:center;
	background-image: url(../images/foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	clear: both;
	float: none;
	margin: 0px;
}/*页脚*/
/* 表现部分 */
.logo{ margin:20px 0px 10px 20px; float:left;}/*网站标识*/
.topnav{ float:left; width:990px;height:20px;text-align:right; }/*顶部菜单*/
.topnav h1{ float:left; font-weight:normal;}
.topnav h1 span{ margin-left:10px;}
#swf{
	width:970px;
	height:266px;
	overflow:hidden;
	margin-bottom: 10px;
}/*标语 广告*/
.tupian
{
	height: auto;
	width: 478px;
	float: left;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #BFD5EA;
}
.jj {
	width: 950px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.jj_a {
	float: left;
	width: 100%;
	height: 26px;
	background-image: url(../images/jj_bj.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 26px;
	text-align: left;
	font-family: "新宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 2px;
}
.jj_b {

}
.jj_c {
	width: 300px;
	height: auto;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.jj_d {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #BED4E9;
	text-align: center;
}


/*网站导航*/
.menu{
	width:966px;
	height:43px;
	overflow:hidden;
	background-image: url(../images/men.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}/*主菜单*/
.menu span{
	width:1006px;
	margin: 0px;
	padding: 0px;
}
.menu ul{
	height:45px;
	float:left;
	width:100%;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.menu ul li{
	float:left;
	line-height:45px;
	height:45px;
	text-align:center;
	display: inline;
	width: 80px;
}
.menu ul li a{line-height:45px;text-align:center; vertical-align:middle;background:url(../images/common_nav_bg.jpg) no-repeat left top;height:45px;width:90px; font-weight:600;}
.menu ul li a:link{ color:#FFFFFF; text-decoration:none;}
.menu ul li a:visited{ color:#FFFFFF; text-decoration:none;}
.menu ul li a:active{ color:#FFFFFF; text-decoration:none;}
.menu ul li a:hover{  color:#80A9E1;line-height:45px; text-align:center; vertical-align:middle;background:url(../images/common_nav_hover_bg.jpg) no-repeat left top;height:37px;width:90px;font-weight:bold;}
#col{
	float:left;
	line-height:37px;
	height:37px;
	width:6px;
	overflow:hidden;
	background-image: url(../images/jiange.jpg);
}
#nav_time {
	float:right;
	line-height:40px;
	height:37px;
	text-align:center;
	width: 250px;
}

/*下来菜单样式*/
.nav_list {display: inline; z-index:99;background-color:#eeeeee; width:90px; overflow:hidden;}
.nav_list ul{width:90px; background-color:#dcdcdc; overflow:hidden;display: inline;}
.nav_list ul li{
	list-style: none;
	color:#000000;
	text-align:center;
	width:90px;
	height:20px;
	font-weight:600;
	float:left;
	clear:both;
	border-bottom:#FFFFFF 1px solid;
	display: inline;
	line-height: 26px;
}
.nav_list ul li h1{
	margin: 0px;
	padding: 0px;
}
.nav_list ul li a:link{ color:#000000; background-color:#dcdcdc; text-decoration:none; font-weight:600;width:90px height:20px;;}
.nav_list ul li a:visited{ color:#000000; text-decoration:none; font-weight:600;width:90px; height:20px;}
.nav_list ul li a:active{ color:#000000; text-decoration:none; font-weight:600;width:90px; height:20px;};
.nav_list ul li a:hover{color:#000000; text-decoration:none;width:100px; font-weight:bold; height:20px; border:#FF0000 1px solid;}

/*左侧块*/
#lump_left_top{
	height:26px;
	width:100%;
	overflow:hidden;
	background-image: url(../images/jj_bj.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#lump_left_head{ height:3px;width:236px;overflow:hidden;}
#lump_left_mid{
	width:99%;
	height: auto;
	border: 1px solid #BAD5EA;
}
#lump_left_bot{
	height:10px;
	width:99%;
	overflow:hidden;
}

/*中间块*/
#lump_center_top{ height:27px; float:left;width:414px; overflow:hidden;}
#lump_center_head{ background:url(../images/center_hat_bg.jpg) no-repeat right top;height:4px;width:414px; float:right;overflow:hidden;}
#lump_center_mid{ width:414px; float:left;}
#lump_center_bot{
	background:url(../images/center_bot_bg.jpg) no-repeat right top;
	height:4px;
	width:414px;
	float:right;
	overflow:hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*右侧块*/
#lump_right_top{
	height:31px;
	width:415px;
	overflow:hidden;
}
#lump_right_head{ height:5px;width:415px;overflow:hidden;}
#lump_right_mid{
	width:415px;
	height: 130px;
	float: left;
}
#lump_right_bot{
	height:220px;
	width:470px;
	overflow:hidden;
	float: left;
	border: 1px solid #BFD5EA;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/*大块*/
#lump_big_top{
	height:27px;
	width:692px;
	overflow:hidden;
	background-image: url(../images/By_bj.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#lump_big_head{ background:url(../images/big_mid_bg.jpg) no-repeat right top;height:1px;width:748px;overflow:hidden;}
#lump_big_mid{
	width:690px;
	border: 1px solid #BED4E9;
	float: left;
	height: auto;
}
#lump_big_bot{
	height:5px;
	width:748px;
	overflow:hidden;
	float: left;
}

#lump_big_list{
	height:24px;
	line-height:24px;
	width:95%;
	background-color:#A7D0F9;
	overflow:hidden;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*栏目颜色*/
.title_common {
	color:#FFFFFF;
	font-size:12px;
	float:left;
	height:26px;
	width:523px;
	overflow:hidden;
	font-weight: bold;
	font-family: "新宋体";
	text-align: left;
	line-height: 26px;
	margin-left: 20px;
}
.title_common h1{ color:#FFFFFF; padding:6px 0px 0px 30px;text-align:left;font-size:12px; font-weight:800; }
.title_common h1 a{ color:#FFFFFF;}
.title_common span{ color:#000000; padding:18px 0 0 15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

/*栏目颜色*/
.title_big { color:#ffffff; font-size:12px;float:left; height:24px; width:70%; overflow:hidden;}
.title_big h1{ color:#ffffff; padding:6px 0px 0px 30px;text-align:left;font-size:12px; font-weight:800; }
.title_big h1 a{ color:#ffffff;}
.title_big span{ color:#000000; padding:18px 0 0 15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

/*栏目颜色*/
.title_right {
	color:#44341E;
	float:left;
	height:31px;
	overflow:hidden;
	width:150px;
	font-weight: bold;
	line-height: 31px;
	font-family: "新宋体";
	font-size: 12px;
	text-align: center;
}
.title_right h1{ color:#FFFFFF; padding:6px 0px 0px 12px;text-align:left;font-size:12px; font-weight:800; }
.title_right h1 a{ color:#FFFFFF;}
.title_right span{ color:#A95A22; padding:18px 0 0 15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

/*栏目颜色*/
.title_left {
	color:#FFFFFF;
	font-size:12px;
	float:left;
	height:24px;
	overflow:hidden;
	font-family: "新宋体";
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	margin-left: 10px;
	width: 100px;
}
.title_left h1{ color:#ffffff; padding:8px 0 0 14px;text-align:left;font-size:12px; font-weight:600;}
.title_left span{ color:#010204; padding:18px 0 0 15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

/*更多样式*/
.more_left{
	text-align:right;
	float:right;
	text-align:center;
	height:24px;
	line-height:24px;
	width:100px;
	vertical-align:middle;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
.more_left a{ color:#FFFFFF;}
.more_common{
	text-align:right;
	float:right;
	text-align:center;
	height:34px;
	line-height:34px;
	width:100px;
	vertical-align:middle;
	color: #333333;
}
.more_common a{ color:#000000;}

.more_center{ text-align:right; float:right; padding-top:6px; padding-right:24px; text-align:center; height:20px; line-height:20px; width:30%; vertical-align:middle;}
.more_right{ text-align:right; float:right; padding-top:10px; padding-right:24px; text-align:center; height:20px; line-height:20px; width:30%; vertical-align:middle;}
.more_notice{ text-align:right; float:right; padding-top:24px; padding-right:15px; text-align:center; height:20px; line-height:20px; vertical-align:middle; width:30%;}
.more{ margin:0 20px 0 15px; width:30%;}
.moreword{text-align:left; float:right; padding-top:8px; padding-right:24px; height:20px; line-height:20px; vertical-align:middle; width:30%;}


/*新闻*/
#news_list{
	float:none;
	width:90%;
	padding:8px;
}
#news_list ul{
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
}
#news_list ul li{
	background:url(../images/news.gif) no-repeat left 2px;
	height:21px;
	text-indent:14px;
	text-align:left;
	width:100%;
	overflow:hidden;
	list-style-type: none;
	line-height: 21px;
}
#news_list ul li h1{
	height:18px;
	line-height:16px;
	width:auto;
	text-align:left;
	float:left;
	margin: 0px;
	padding: 0px;
}
#news_list ul li h1 a{ color:#000000;text-decoration:none; text-align:left; font-weight:100;}
#news_list ul li h1 a:link{color:#000000;text-decoration:none; text-align:left; font-weight:100;}
#news_list ul li h1 a:visited{color:#000000;text-decoration:none; text-align:left; font-weight:100;}
#news_list ul li h1 a:active{color:#000000;text-decoration:none; text-align:left; font-weight:100;} 
#news_list ul li h1 a:hover{color:#666666;text-decoration:none; text-align:left; font-weight:100;}
#news_list ul li span{ float:right; text-align:left; font-weight:100;height:18px; line-height:16px; width:auto; }

#notice_list{ display: inline; float:none;width:94%;margin:0 0 0 12px; }
#notice_list ul{ list-style:none;}
#notice_list ul li{ background:url(../images/snow.gif) no-repeat left 4px; height:22px; text-indent:14px; text-align:left;}
#notice_list ul li a{ color:#000000;text-decoration:none; text-align:left;}
#notice_list ul li a:link{color:#000000;text-decoration:none; text-align:left;}
#notice_list ul li a:visited{color:#000000;text-decoration:none; text-align:left;}
#notice_list ul li a:active{color:#000000;text-decoration:none; text-align:left;} 
#notice_list ul li a:hover{color:#000000;text-decoration:none; text-align:left;}
#notice_list ul li span{color:#000000;text-decoration:none; text-align:left; float:right; padding-right:20px;}

#link_list{ display: inline; float:none;width:100%; }
#link_list ul{ list-style:none;}
#link_list ul li{ height:20px; float:left; padding:0px 4px;}
#link_list ul li a{ color:#000000;text-decoration:none; text-align:left;}
#link_list ul li a:link{color:#000000;text-decoration:none; text-align:left;}
#link_list ul li a:visited{color:#000000;text-decoration:none; text-align:left;}
#link_list ul li a:active{color:#000000;text-decoration:none; text-align:left;} 
#link_list ul li a:hover{color:#666666;text-decoration:none; text-align:left;}
#link_list ul li a img{ height:40px;}

/*友情连接样式*/
.friendlink{
	width:95%;
	background-color:#D1CAC4;
	height:60px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.friendlink ul{
	list-style:none;
	width:98%;
	float: left;
}
.friendlink ul li{
	height:20px;
	float:left;
	text-align: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.friendlink ul li a{ color:#000000;text-decoration:none; text-align:left;}
.friendlink ul li a:link{color:#000000;text-decoration:none; text-align:left;}
.friendlink ul li a:visited{color:#000000;text-decoration:none; text-align:left;}
.friendlink ul li a:active{color:#000000;text-decoration:none; text-align:left;} 
.friendlink ul li a:hover{color:#666666;text-decoration:none; text-align:left;}
.friendlink ul li a img{
	width:130px;
	height:40px;
	float: left;
}


/*图片信息*/
#pic_content{ width:210px; height:200px; margin:2px 0px 2px 14px;float:left; text-align:center; background-image:url(../images/product_bg.jpg);overflow:hidden;}
#pic_img{width:200px; height:180px;overflow:hidden;}
#pic_img a{display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:12px;*font-family:Arial;}
#pic_img a img{vertical-align:middle;width:200px; height:180px;}
#pictext{ color:#000000; width:200px; height:auto; font-size:12px; text-align:center; padding-top:2px; line-height:15px;margin:0px; text-align:center; overflow:hidden;}


/*侧栏自动导航*/
#menu_list{width:236px; margin:0 auto;}
#menu_list ul{display: inline; border-top:none; background-color:#ffffff;width:236px;}
#menu_list ul li{list-style: none; display: inline;color:#000000; text-align:left; text-indent:30px;float:left; clear:both; width:236px; height:20px; line-height:18px; border-bottom:#dcdcdc 1px dotted; font-weight:600; padding-top:4px; overflow:hidden;}
#menu_list ul li a:link{ color:#333333; text-decoration:none; font-weight:600;}
#menu_list ul li a:visited{ color:#333333; text-decoration:none; font-weight:600;}
#menu_list ul li a:active{ color:#333333; text-decoration:none; font-weight:600;}
#menu_list ul li a:hover{color:#222222; text-decoration:none;text-indent:28px;width:200px; height:20px; font-weight:600; }

#pmenu_list{width:220px; margin:0 auto;}
#pmenu_list ul{display: inline; border-top:none; background-color:#ffffff;width:220px;}
#pmenu_list ul li{list-style: none; display: inline;color:#000000; text-align:center;float:left; width:70px; height:20px; line-height:18px; font-weight:100; padding-top:4px; overflow:hidden;}
#pmenu_list ul li a:link{ color:#333333; text-decoration:none; font-weight:100;}
#pmenu_list ul li a:visited{ color:#333333; text-decoration:none; font-weight:100;}
#pmenu_list ul li a:active{ color:#333333; text-decoration:none; font-weight:100;}
#pmenu_list ul li a:hover{color:#000000; text-decoration:none;width:70px; height:20px; font-weight:100; }

/*大块样式*/
.ipro_body_t{ background:url(../images/big_lump_bg.jpg) no-repeat left top;height:30px;width:760px;}
.ipro_body_h{ background:url(../images/big_top_bg.jpg) no-repeat left top;height:6px;width:760px; overflow:hidden;}
.ipro_body_m{ background:url(../images/big_mid_bg.jpg) repeat-y left;width:760px;}
.ipro_body_b{ background:url(../images/big_bot_bg.jpg) no-repeat left top;height:6px;width:760px;}
.ipro_body_mindex{ background:url(../images/big_mid_index_bg.jpg) repeat-y left;width:767px;}


/*分页样式*/
#pagelist { float:none; clear:both; width:100%; height:auto; margin-top:20px;}
#pagelist #homepage { border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#000000; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}
#pagelist #prepage { border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#000000; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}
#pagelist #itempage{ border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#000000; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}
#pagelist #nextpage { border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#000000; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}
#pagelist #lastpage { border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#000000; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}
#pagelist #nowpage { border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#RED; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}
#pagelist #totalpage{ border:#000000 1px solid; font-weight:600; background-color:#FFFFFF; color:#000000; height:24px; width:auto; padding:2px 8px; font-size:12px; margin:0px 2px; overflow:hidden;}

/*视频块*/
#ob_lump { width:370px;float:left;overflow:hidden;}

/***提交页面******/
#wword{padding-top:0px; line-height:18px; color:#205091;}
#winput{ border:#999999 1px solid; background-color:#ffffff; color:#000000; font-size:12px; width:80px; height:14px; padding-top:2px; line-height:14px;margin-left:2px;}
#wsubmit{ border:#9C0306 1px solid; background-color:#CC040C; color:#ffffff; font-size:10px; width:50px; height:18px; padding-top:0px; line-height:12px;margin-left:2px;}

/*划门样式*/
#setlump { width:370px; height:auto;float:left; overflow:hidden;}
#setlump_head { width:370px; height:26px;  float:left;}
.setlumphover {
	float:left;
	height:26px;
	text-align:center;
	font-weight:bold;
	width:80px;
	background:url(../images/setlumphover.gif) no-repeat left top;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 26px;
	padding: 0px;
}
.setlumpout {
	float:left;
	height:26px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	width:80px;
	background-image: url(../images/setlumpout.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 26px;
}
.tupian_a {
	color:#FFFFFF;
	font-size:12px;
	float:left;
	height:26px;
	width:100%;
	overflow:hidden;
	font-weight: bold;
	font-family: "新宋体";
	text-align: left;
	line-height: 26px;
	background-image: url(../images/jj_bj.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.tupian_b {
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../images/jjfz.jpg);
	background-repeat: no-repeat;
	background-position: 20px 35px;
}
.tupian_c {
	width: 250px;
	height: auto;
	float: right;
	text-align: left;
	line-height: 21px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.gundong
{
	width: 950px;
	height: 185px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.new_llllldddd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCD5EB;
}
.guide_menu {
	color: #FFFFFF;
}
a.guide_menu:link {color: #ffffff;font-size:12px;}
a.guide_menu:visited {color: #ffffff;font-size:12px;}
a.guide_menu:hover{color: #ffffff;	text-decoration: none;font-size:12px;}
a.guide_menu:active {color: #ffffff;font-size:12px;}
.xiacaidan {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.xiacaidan_div
{
	border: 1px solid #BED4E9;
	float: left;
	height: auto;
	width: 258px;
}
.caidan_x {
	width: 100%;
	height: 25px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: 35px 4px;
	text-indent: 50px;
	list-style-type: none;
}
.caidan_bt {
	height: 25px;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/xiangd.jpg);
	background-position: 15px 7px;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	text-align: left;
	text-indent: 30px;
	list-style-type: none;
}
.caidan_bt2 {
	height: 25px;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: left;
	text-indent: 40px;
	list-style-type: none;
	background-image: url(../images/caidan002.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}


#menucaidan {
	width:255px;
	float: left;
	height: auto;
	padding: 0px;
	border: 1px solid #B5CFE8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 #menucaidan h1 {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	background-image: url(../images/caidan002.jpg);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	text-align: left;
	float: left;
	line-height: 25px;
	
}
 #menucaidan h2 {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 35px 10px;
	text-align: left;
	text-indent: 40px;
}
 #menucaidan ul {
	padding-left:15px;
	height:auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
 #menucaidan a {
	display:block;
	padding:0px;
	text-decoration:none;
	overflow:hidden;
	margin: 0px;
}
 #menucaidan a:hover{ color:#FF0000;}
 #menucaidan .no {
	padding: 0px;
	text-align: left;
	height: auto;
	width: 100%;
	float: left;
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menucaidan span{
	line-height: 22px;
}
.no_a {
	text-align: left;
	text-indent: 30px;
}
.menucaidan_aaaaa {
	background-image: url(../images/xiangd.jpg);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-family: "新宋体";
	font-size: 12px;
	float: left;
}
 #menucaidan h1 a {
	color: #3C7EB8;
	font-weight: bold;
}

