﻿* {
	margin: 0px;
	padding: 0px;

}



body {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#fff;
	text-decoration: none; background:url(images/bjtp.jpg) #1D1D1D  repeat-y center top; margin:0 auto; height:auto;
	word-spacing: normal; 
	  }
a:link,a:visited ,a:active {
color:#073767;
	text-decoration: none;
	}
a:hover {
	color: #C73409;
	text-decoration: underline;
}
#top{  height:auto; width:100%; background-color:#1D1D1D; float:none; margin:0 auto;  }
#logo{  width:200px; float:left; padding-top:15px; }
#top_logo{ margin:0 auto; width:1002px;  height:87px; }
#serch{  float:right; height:auto; width:325px!important; width:315px; margin-top:15px; text-align:right; padding-right:0px; }
#serch a{ color:#fff;}
#yhm{  padding-top:10px; height:25px; padding-bottom:5px; float:left; }
#mm{ float:left; height:25px;}
#dh{ width:100%; background:url(images/bj.jpg) repeat-x top center; height:28px; line-height:28px; margin:0 auto; float:left;}
#dh ul{  margin:0 auto; width:1002px; }
#dh li{ float:left; list-style:none; width:83px; color:#fff; text-align:center; font-weight:bold;}

#dh a{ color:#fff;}
#dh ul li a:hover{ display:block; background:url(images/navbjhg.jpg) no-repeat left top;}



#ss{ width:998px; background-color:#3C3C3C; height:30px; line-height:30px;  margin:0 auto;float:left; }
#s1{ background:url(images/yy.jpg) no-repeat center center; width:110px; height:30px; padding-left:10px; float:left; } 
#s2{  width:55px; text-align:center;float:left;}
#s2 a{color:#F60;}
#s3{  float:left; width:45px; margin-top:4px; }
#s4{ float:left;  height:28px;}
#s4 ul{ margin:0; padding:0;}
#s4 li{ float:left; text-align:center; width:74px;  list-style:none;}
#s4 a{ color:#fff;}

#main{ width:1000px;  margin:0 auto;  height:auto;  }
#left{  height:AUTO ; width:195px; margin-left:4px!important; margin-left:2px; background-color:#323433; float:left; margin-top:5px; margin-bottom:5px;}
#left1{ float:left; width:195px; height:205PX; padding-top:6px;  }
.title1{ background:url(images/left1.jpg) no-repeat center top; height:30px; line-height:30px;}
.title1 img{padding-left:5px;}
.title2{ background:url(images/left2.jpg) no-repeat center top; height:33px; line-height:30px;}
.title2 img{padding-left:5px;}
#left2{ float:left; width:195px; }
#pm{ float:left; width:186px; height:30px; margin-left:2px; margin-bottom:2px;background-color:#000; margin-top:10px; padding-left:3px; line-height:30px; border:1px solid #f00; }
#zi{ background:url(images/ppp.jpg) no-repeat left center;  margin:0px; padding:0px 0px 0px 5px; float:left; width:183px;}
#bm{ float:left; width:186px; height:30px; margin-left:2px; margin-bottom:1px;background-color:#000; margin-top:0px; padding-left:3px; line-height:30px; }
#wy{ background:url(images/ppp1.jpg) no-repeat left center;  margin:0px; padding:0px 0px 0px 5px; float:left; width:183px;}

#left3{ width:195px; float:left;  margin-top:6px; margin-bottom:3px;}
#left3 ul{ margin:0px; padding:0px;}
#left3 li{ width:185px;  list-style:none;  padding-left:10px; line-height:25px; }
#left3 a{ color:#fff;}
#left4{ float:left; width:195px;}
#qm{ float:left; width:186px; height:30px; margin-left:2px; margin-bottom:1px;background-color:#000; margin-top:0px; padding-left:3px; line-height:30px; margin-top:3px; }
#left5{ float:left;margin:4px 0px 10px 4px!important; margin:4px 0px 10px 2px; padding-bottom:8px; }
#left6{ margin-top:5px; background-color:#282828; margin-bottom:8px;}

/* 点击菜单打开下拉菜单*/
*{margin:0;padding:0;}

#nav { border:1px solid #fff;
 width:180px;
    line-height: 30px; 
 list-style-type: none; color:#fff;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#nav a {
 width: 180px;  
 display: block;
 padding-left:20px;
 /*Width(一定要)，否则下面的Li会变形*/
}
#nav li {
  /*一级目录的背景色*/ 
  background:url(images/ppp.jpg) #282828 no-repeat 12px 5px;
 border-bottom:#3C3C3C 1px solid; /*下面的一条白边*/
 float:left; 
 color:#fff; 
 /*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav li a:hover{background:url(images/ppp1.jpg) #282828 no-repeat 12px 5px;
/*一级目录onMouseOver显示的背景色*/
}
/*#nav li a{border:1px solid #FF0000; }*/
#nav li a:active{  background:url(images/ppp1.jpg) #282828 no-repeat 12px 5px; }
#nav ul li a:active li{background:none;color:#fff; text-decoration:none;  }
#nav li ul a:active li{background:url(images/ppp1.jpg) #282828 no-repeat 12px 5px;}
#nav a:link  {background:url(images/ppp.jpg) #282828 no-repeat 12px 5px; 
 color:#fff; text-decoration:none;  
}

#nav li a:visited  {
 color:#fff;text-decoration:none;
}
#nav ul li a:visited{background:none;color:#fff; text-decoration:none;  }

#nav a:hover{   
 color:#FFF;text-decoration:none;
}
#nav a:active li{background:url(images/ppp1.jpg) #282828 no-repeat 12px 5px; }

.blue_menu{background:url(images/ppp.jpg) #282828 no-repeat 12px 5px; border:1px solid #00F;}

.orange_menu{background:url(images/ppp1.jpg) #282828 no-repeat 12px 5px; }


/*==================二级目录===================*/
#nav li ul {
 list-style:none;
 text-align:left; 
}
#nav li ul li{ 
 background: #3C3C3C; background-image:none; width:200px; margin: 0px 0px 0px 0px; color:#fff;/*二级目录的背景色*/
}
#nav li ul a{
         padding-left:15px;
         width:185px; color:#fff;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link  { background:#3C3C3C; 

 color:#fff; text-decoration:none;
}
#nav li ul  a:visited  {
 color:#fff;text-decoration:none;
}
#nav li ul  a:visited  li {
 background:url(images/ppp1.jpg) #282828 no-repeat 12px 5px;}
#nav li ul li a:active{ background:#3C3C3C; 
 }
#nav li ul a:hover {
 color:#fff;
 text-decoration:none;
 font-weight:normal;
 background:#3C3C3C; 
 /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav li:hover ul{ background-image:none;
 left: auto; 

}
#nav li:active ul{ background-image:;}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display: none;
}
-->
#PARENT{
 width:185px;
 padding-left:0px; 
}

#mid{ width:546px; float:left; height:auto;  margin-left:5px; margin-top:2px;}
#mid1{ float:left;  width:546px; margin-top:3px; height:auto; background-color:#333333; margin-bottom:5px;  }
.title3{ background:url(images/right1.jpg) no-repeat center top; line-height:27px; font-size:14px; font-weight:bold; height:27px; width:543px;  margin-top:7px;}
.title3 img{padding-left:5px;}
#mid2{  float:left; background-color:#3C3C3C; width:546px; height:auto; margin-top:0px; padding-bottom:5px; }
.title4{ background:url(images/right2.jpg) no-repeat center top; line-height:27px; font-size:14px; height:27px;  width:544px; margin-top:4px; font-weight:bold;}
.title4 img{padding-left:5px;}
.title14{ background:url(images/right2.jpg) no-repeat center top; line-height:27px; font-size:14px; height:27px;  width:544px;  margin-top:4px; font-weight:bold;}
.title14 img{padding-left:5px;}
.title140{ background:url(images/right90.jpg) no-repeat left top; line-height:27px; font-size:14px; height:27px;  width:790px;  margin-top:4px; font-weight:bold;}
.title140 img{padding-left:5px; float:left;}


#mid2 ul{ margin:7px 0px 0px 0px; padding:0;}
#mid2 li{ float:left; list-style:none; background:url(images/jiantou.jpg) no-repeat 8px center; width:255px; padding-left:15px; line-height:25px; }
#mid2 a{ color:#fff;}

#mid3{ float:left; background-color:#333; width:546px; height:auto; margin-top:5px; margin-bottom:5px; padding-bottom:5px; }
#mid3 a{color:#FFF;}
#tt{ width:83px; padding:5px 10px 5px 12px;float:left;  }
#js{ float:left; text-align:left;width:83px;}
#js a{ color:#fff;}
#im{ width:82px;height:83px; text-align:center; position: relative;}
#im img {border:3px #484848 solid;}
#sy {position: absolute; z-index: 1; filter: Alpha(Opacity=50); -moz-opacity: 0.5; opacity: 0.5; width: 81px; height: 82px; background: url(images/sy.gif)  right bottom no-repeat;}
.blank{width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;}
#mid4{ float:left;  width:546px; height:auto;  margin-bottom:3px; padding-bottom:5px; background:url(images/mid4bj.jpg) #3C3C3C no-repeat center bottom}
#mid4 a{color:#FFF;}
#right{ float:left;margin-top:5px; width:238px;  margin-left:5px; padding-bottom:1px!important;padding-bottom:5px;background-color:#333333; padding-top:6px;}
#right1{ height:auto; width:238px;  }
.title5{ background:url(images/r1.jpg) no-repeat left top; height:30px; line-height:32px; font-size:14px; font-weight:bold;}

#nr{
	width:226px;
	margin-top:10px;
	height:85px; margin:5px auto 9px auto;
	background:url(images/ss.jpg) #505050  no-repeat center top;
}
#rt{ float:left;  padding-left:18px; padding-top:4px;  }
#rt img{width:74px; height:76px; border:0; float:left;}
#zj{ float:left; width:120px; padding-left:7px; height:19px; line-height:19px; padding-top:0px; }
#rt_tt{ float:left;  padding-top:7px; width:130px;}
#right2{ float:left; width:238px; height:auto; margin-top:3px;}
.title6{ background:url(images/r2.jpg) no-repeat left top; height:30px; line-height:30px; font-size:14px; font-weight:bold; }
<!--鼠标移过显示内容开始
#container { 
	text-align: left; 
	width: 225px;
	height: auto;
	padding: 0px;
}
#container  a{ color:#fff;}
#container #title {
	height: 25px;  width:225px; margin-left:0px; padding-left:7px; margin-top:7px; margin-bottom:0px;
}
#container #title li {
	float: left; width:111px; 
	list-style-type: none;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 1px;	

}
#container #title ul { 
	background-color:#3C3C3C ;height:25px; line-height:25px; font-size:12px; padding:0; margin:0;
}
#container #title a  {
	text-decoration: none;
	color:#fff;
	display: block;
	width: auto;
background: #D05507;
}
#container #title a span{
	display: block;
	background: #3C3C3C;
}
#container #title #tag1 a:hover {
	text-decoration: none;
	color:#fff;
	background: #D05507;
	display: block;
	width: auto;
}
#container #title #tag1 a:hover span{
	display: block;	color:#fff;
background: #D05507;
}
#container #title #tag2 a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	background: #D05507;
}
#container #title #tag2 a:hover span{
	display: block;
	background: #D05507;
}
#container #title .selectli1 {
	text-decoration: none;
	color: #fff;
	background:;
	display: block;
	width: auto;
}
#container #title a .selectspan1 {
	display: block;
	background: #D05507; 
}
#container #title .selectli2 {
	text-decoration: none;
	color:#fff;
	display: block;
	width: auto;
	background:;
}
#container #title a .selectspan2 {
	display: block; 
	background: #D05507;
}
#container #content ul {margin: 0px; padding:0; }
#container #content li {margin: 5px;   }
#container #content li img {}
#container #content { 
	height: auto; margin:0px 5px 3px 7px;
	 background:#3C3C3C; width:225px;
}
.content1 {  }
.content1 li{background:url(images/dddd.jpg) no-repeat 0px center; padding-left:15px; line-height:22px; list-style:none;  font-size:12px;  }
.content2 {}
.content2 li{background:url(images/dddd.jpg) no-repeat 0px center; padding-left:15px; line-height:22px; list-style:none; font-size:12px; }


.hidecontent {display:none;}
-->
#right3{ float:left; width:238px; margin-top:5px;}
#right3 ul{ padding:0px 0 0 0; background-color:#3C3C3C;  margin:4px auto 3px 6px!important;margin:4px auto 3px 3px; float:left; width:226px;   }
#right3 li{ float:left; width:111px; padding-top:4px; list-style:none;  text-align:center; height:40px; line-height:40px;}
#right4{ float:left; width:238px; margin-top:5px;}
#right4 ul{ padding:0px 0px 0px 0px;   margin:5px auto 5px 6px!important;margin:5px auto 5px 3px;  float:left;background-color:#3C3C3C;  }
#right4 li{ width:215px; padding-left:10px; list-style:none; height:25px; line-height:25px;}




/*首页导航特效的CSS*/

img {border:0px}
.fpic{
	width:535px; 
	height:418px;
	POSITION: relative;
}
#focpic{
	width:531px; margin-top:5PX; margin-bottom:0; 
	height:350px;
	border:#ECC1A1 1px solid;
	position: absolute;
	FILTER: RevealTrans(duration = 1,transition=12);
	left: 1px;
	top: 1px;
}
.fpic div{
	Z-INDEX: 20; 
	CURSOR:pointer;
	padding-top:4px;
	POSITION: absolute;
	TOP: 359Px;
	WIDTH: 84px;
	HEIGHT: 58px;
}
.fpic img{
	width:84px;
	height:58px;
}
.fpic a:link img,.fpic a:visited img{
	padding:1px;
	border:#FFFFFF 1px solid;
}
.fpic a:hover img,.fpic a:active img{
	padding:1px;
	border:#4A8109 1px solid;
}
#tmb0 {LEFT: 0px;}
#tmb1 {LEFT: 90px;}
#tmb2 {LEFT: 180px;}
#tmb3 {LEFT: 270px;}
#tmb4 {LEFT: 360px;}
#tmb5 {LEFT: 450px;}



/*首页左边特效的CSS*/
#NewsPic {	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px;  BORDER-LEFT-WIDTH: 0px;  BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 183px; PADDING-TOP: 0px; POSITION: relative; TOP: 0px; HEIGHT: 160px; BORDER-RIGHT-WIDTH: 0px}
#NewsPicTxt {	BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 0px; MARGIN: 3px auto 0px; WIDTH: 365px; COLOR: black; PADDING-TOP: 0px; FONT-FAMILY: Sans-Serif; POSITION: relative; HEIGHT: 0px; TEXT-ALIGN: center; BORDER-RIGHT-WIDTH: 1px}
#NewsPicTxt A {	COLOR: black; TEXT-DECORATION: none}
#NewsPicTxt A:hover {	COLOR: black; TEXT-DECORATION: none}
#NewsPicTxt A:visited {	COLOR: black; TEXT-DECORATION: none}
#NewPicTxt A:link {	COLOR: black; TEXT-DECORATION: none}
#NewsPicTxt A:hover {	COLOR: red}
#NewsPic A {	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; TEXT-DECORATION: none}
#NewsPic A:hover {	TEXT-DECORATION: none}
#NewPic A:visited {	TEXT-DECORATION: none}
#NewsPic .Picture {	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; LEFT: 0px; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; BORDER-BOTTOM: #ffffff 1px solid; POSITION: absolute; TOP: 0px; HEIGHT: 100%}
#NewsPic .Nav {	RIGHT: 0px; WIDTH: 100%; BOTTOM: 0px; POSITION: absolute; HEIGHT: 12px}
#NewsPic .Nav SPAN {	DISPLAY: block; BACKGROUND: #000000; FLOAT: right; FONT: 10px Courier; BORDER-LEFT: #ffffff 1px solid; WIDTH: 24px; CURSOR: hand; COLOR: #ffffff; HEIGHT: 100%; TEXT-ALIGN: center}
#NewsPic .Nav SPAN.Cur {	BACKGROUND: #019fe8; COLOR: white}
#NewsPic .Nav SPAN.Normal {	BACKGROUND: #000000; FILTER: Alpha(opacity=50); COLOR: white; opacity: .5}
#NewsPic .Nav SPAN A {	DISPLAY: block; WIDTH: 100%; COLOR: white; POSITION: relative; HEIGHT: 100%}
#NewsPic .Nav SPAN A:hover {	CURSOR: hand}



#bot{ width:100%; height:100px;float:left; margin:0 auto;  background:url(images/topbj.jpg) no-repeat center bottom;  }
#bot ul{ width:890px; margin:0 auto;  padding-left:110px; }
#bot li{ float:left; list-style:none; width:100px; text-align:center; line-height:30px; }
#bot a{ color:#fff;}
#bot span{  margin:0px 0px 0px 18px;}
#ww{ text-align:center; float:left; width:100%;  height:30px; line-height:30px; }

/*栏目页面的CSS*/
#lmleft5{ float:left; margin-top:3px; width:195px; }
#lmright{  float:left; width:790px; margin-left:4px;height:auto; margin-top:5px; }
.title8{ background:url(images/right4.jpg) no-repeat left top; line-height:27px; font-size:14px; height:27px;  width:790px; margin-top:6px; font-weight:bold;}
.title80{ background:url(images/right4.jpg) no-repeat left top; line-height:27px; font-size:14px; height:27px;  width:760px; padding-left:30px; margin-top:6px; font-weight:bold;}

.title8 img{padding-left:5px;}
#lmright1{ float:left; padding-bottom:11px;background-color:#3C3C3C; width:790px; }
#lmright1 ul{ float:left; margin:5px; padding:0px; margin-left:45px!important; margin-left:23px; }
#lmright1 li{
	float:left;
	list-style:none;
	width:91px;  background:url(images/imgbj.gif) no-repeat left top;
	height:87px; line-height:30px;
	
	text-align:right;
	margin:8px 3px 8px 3px; 
	vertical-align:bottom;
	padding-right:5px;
}
#lmright1 li img{float:left; margin-top:2px;}
#lmright1 a{color:#FFF;}
#lmright2{ float:left; width:785px; margin:5px 0px 5px 0px;}

#zpright{ float:left; width:790px; margin-left:5px; margin-top:5px; height:auto; margin-bottom:10px;}
#zpright1{ float:left; padding-bottom:11px;background-color:#333333; width:790px; margin-bottom:4px;  }
#zpright10{ float:left; padding-bottom:11px;background-color:#3c3c3c; width:790px; margin-bottom:4px;  }
#gjss1{  width:780px; float:left; height:auto;}
#gjz{ float:left; width:100px; text-align:center; background-color:#333; height:30px; line-height:30px;  margin-top:10px; }
#bjt{ background:url(images/ssbj.jpg) no-repeat left center; height:30px; float:left; border:0px; padding-top:0px; margin-top:5px; width:205px; color:#FFF; }
#yzm{ background:url(images/ssbj.jpg) no-repeat left center; height:30px; float:left; border:0px; padding-top:0px; margin-top:5px; width:auto; color:#FFF; }
.title9{ background:url(images/right3.jpg) no-repeat left center; line-height:27px; font-size:14px; padding-left:25px; height:27px;  width:765px;  margin-top:6px; font-weight:bold; }
.title900{ background:url(images/right800.jpg) no-repeat left center; line-height:27px; font-size:14px; padding-left:25px; height:27px;  width:765px;  margin-top:6px; font-weight:bold; letter-spacing:3px; }
#gjss2{  width:780px; float:left; height:auto;}
#qb{ background:url(images/sqb.jpg) no-repeat left center; height:27px; float:left;  margin-top:10px; padding-top:5px; width:120px; }
#gjss3{ width:780px; float:left; height:auto;}
#dx{  margin-top:15px; float:left; height:25px; width:56px;}
#yx{  margin-top:15px; float:left; height:25px; width:105px;}
#tx{  margin-top:15px; float:left; height:25px; width:80px;}
#jx{  margin-top:15px; float:left; height:25px; width:64px;}
#gjss4{ float:left; width:500px; padding-left:80px; margin-top:20px;}

#zpright2{float:left; padding-bottom:11px;background-color:#3C3C3C; width:790px; margin-top:4px!important; margin-top:0px;  }
#tup{ margin:20px 5px 5px 0px; float:left;  height:auto; width:750px;}
#ssjg{
	float:left; 
	width:729px;
	height:60px; padding:0;
	margin:0px 0px 5px 30px!important;margin:0px 0px 5px 14px; 
	background:url(images/ssbk.jpg) no-repeat left center;
	}
#ssjg1{ float:left; }

#sst{ float:left; text-align:center; margin-left:12px!important; margin-left:6px;   width:56px; height:59px;    }
#sst img{ margin-top:5px; margin-left:-1px; }
#sswz{ float:left;  width:90px; height:60px; padding-left:15px; line-height:60px;  }
#sswz a{color:#fff;}
#sswz1{ float:left;  width:203px; height:60px; padding-left:15px; line-height:60PX;}
#sstp{ float:left; width:230px; height:60px; }
#sstp ul{ float:left; margin:0px; height:60px; padding:0px 0px 0px 14px;   }
#sstp li{ float:left; list-style:none; width:54px;  text-align:center; margin-top:6px;  }
/*栏目页面的左边的left5 的css*/
#container1 {
	text-align: left;
	width: 184px;
	height: auto;
	padding: 0px;  margin-top:0px; margin-bottom:23px;
}
#container1  a{ color:#fff;}
#container1 #title {  background:#3C3C3C; 
	height: 22px;  width:184px; margin-left:7px; padding-left:0px; margin-top:5px; 
}
#container1 #title li { width:91px;  
	float: left; background:#3C3C3C; 
	list-style-type: none;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 0px;	

}
#container1 #title ul { 
	background-color: ;height:25px; line-height:25px; font-size:12px; padding:0; margin:0;
}
#container1 #title a { 
	text-decoration: none;
	color:#fff;
	display: block;
	width: auto;
background: #D05507;
}
#container1 #title a span{
	display: block;
    padding: 0 10px 0 10px;
	background: #3C3C3C;
}
#container1 #title #tag1 a:hover {
	text-decoration: none;
	color:#fff;
	background: #D05507;
	display: block;
	width: auto;
}
#container1 #title #tag1 a:hover span{
	display: block;	color:#fff;
    padding: 0 10px 0 10px;
    background: #D05507;
}
#container1 #title #tag2 a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	width: auto;
	background: #D05507;
}
#container1 #title #tag2 a:hover span{
	display: block;
    padding: 0 10px 0 10px;
	background: #D05507;
}
#container1 #title .selectli1 {
	text-decoration: none;
	color: #fff;
	background:;
	display: block;
	width: auto;
}
#container1 #title a .selectspan1 {
	display: block;
    padding: 0 10px 0 10px;
	background: #D05507; 
}
#container1 #title .selectli2 {
	text-decoration: none;
	color:#fff;
	display: block;
	width: auto;
	background:;
}
#container1 #title a .selectspan2 {
	display: block; 
    padding: 0 10px 0 10px;
	background: #D05507;
}
#container1 #content ul {margin: 0px; padding:0; }
#container1 #content li {margin: 5px;   }
#container1 #content li img {}
#container1 #content {
	height: auto; margin:0 5px 3px 7px;
	 background:#3C3C3C; width:184px;
}
.content1 { }
.content1 li{background:url(images/dddd.jpg) no-repeat 0px center; padding-left:15px; line-height:22px; list-style:none;  font-size:12px;  }
.content2 { }
.content2 li{background:url(images/dddd.jpg) no-repeat 0px center; padding-left:15px; line-height:22px; list-style:none; font-size:12px; }


.hidecontent1 {display:none;}

 

/*后台登陆页面的CSS*/

#htright{  float:left; width:785px; margin-left:4px;background:#333333; height:652px; margin-top:3px;}
.title9{ background:url(images/right1.jpg) no-repeat 3px center; line-height:30px; font-size:14px; padding-left:25px; height:30px;  width:750px; background-color:#3C3C3C; margin-top:6px; font-weight:bold;}
.title90{ background:url(images/right90.jpg) no-repeat left center; line-height:30px; font-size:14px; height:27px;  width:790px; background-color:#3C3C3C; margin-top:6px; font-weight:bold;}
.title90 img{padding-left:5px; float:left;}

.title901{ background:url(images/right901.jpg) no-repeat left center; line-height:30px; font-size:14px; height:27px;  width:780px; background-color:#3C3C3C; margin-top:6px; font-weight:bold;}
.title901 img{padding-left:5px; float:left;}

/*FLASH动画的CSS*/
#flleft{  height:auto ; width:195px;height:AUTO ; width:195px; margin-left:4px!important; margin-left:2px; background-color:#323433; float:left; margin-top:5px; margin-bottom:5px; padding-bottom:0px;}
#flleft1{ float:left; width:195px; height:auto; padding-top:4px; text-align:left;  }
#flt{  float:left; height:auto; width:184px;margin-left:5px!important; margin-left:3px; background:#000;  }
#flimg{ float:left; width:177px; padding:3px 0px 5px 5px;}
#flwz{ float:left; width:140px; height:30px; line-height:30px;  text-align:left; padding-left:25px; margin-top:0px; font-size:14px; font-weight:bold;}
#flwz a{ color:#Fff;}
#flyh{ float:left; width:150px; height:30px; line-height:30px;  text-align:left; padding-left:15px; margin-top:0px; font-size:13px; font-weight:bold;}
#flyh a{ color:#FD882B;}

#flgj{ float:left; width:150px; height:auto; line-height:25px; text-align:left; padding-left:15px; margin-top:0px;}
#flgj a{ color:#fff;}
#yhjb{ float:left; margin-top:18px; width:170px; padding-left:10px;}
#fljr{ float:left; width:180px; margin-top:10px; margin-bottom:7px;}
#fltp{ height:30px; float:left;  width:180px; }
#flright{  float:left; width:790px; margin-left:4px;height:auto; margin-top:5px;}
#flright1{ float:left;  width:790px; height:auto;background:#333333; }
.title19{ background:url(images/right3.jpg) no-repeat left center; line-height:27px; font-size:14px; height:27px;  width:790px;  margin-top:6px; font-weight:bold; }
.title19 img{padding-left:5px;}

#zxzp{ float:left; padding:10px;width:760px; height:auto;  }
#flright2{ float:left;  width:790px; height:auto; padding-bottom:10px;background:#3C3C3C;  margin-top:5px; }
.title20{ background:url(images/right4.jpg) no-repeat left center; line-height:27px; font-size:14px; height:27px;  width:790px; margin-top:6px; font-weight:bold; }
.title20 img{padding-left:5px;}

#flnr{ float:left; height:auto; padding:10px 15px 10px 15px;table-layout:fixed; word-break:break-all;word-wrap: break-word; width:760px; }
#more{ float:left; width:750px;  text-align:right;}
#more a{ color:#FD882B;}

/*FLASH页面特效的CSS*/
#tbody {width:542px;margin:0px auto;text-align:left;  }
#mainbody {width:528px;margin:5px 6px ;border:2px solid #494748;padding:1px;}
#mainphoto {cursor:pointer;display:block; }
#goleft {float:left;clear:left;margin:0px 5px 0 0px; }
#goright {float:right;clear:right;margin:0px 3px 0 0px;}
#photos{ width:530px;height:108px;line-height:104px;margin:0px 0px 5px 8px!important;margin:0px 0px 5px 4px;overflow:hidden; float:left; }
#showArea{ float:left;  width:auto; margin:0 auto;  }
#showArea img {float:left;margin:1px 10px 1px 0px;cursor:pointer; border:3px solid #494748; }
.txt_1 {font:bold 24px Verdana, Tahoma;color:#fff;}
#pp{ float:right; width:50px;height:25px;}




/*内容页面的CSS*/

#nrleft2{ padding:4px 4px 0px 5px; float:left;}
#nrright{  float:left; width:790px; margin-left:4px;height:auto; margin-top:5px; }
#nrright1{ float:left;  width:790px; height:auto;background:#333333; }
#nrzp{ float:left; padding:15px 20px 0px 30px;width:718px; height:auto;   }
#nrz{background:#000; width:702px; margin-left:0px;  height:auto; padding:8px 0px 5px 15px; margin-bottom:10px;}
#nrz a{color:#F60;}
#nrright3{  margin-top:5px; float:left; margin-bottom:5px;  width:790px; height:auto; background:#333333; }
#xgpl{ float:left; width:400px; height:auto; margin-bottom:8px;}
#xgpl1{ float:left; width:400px; height:auto;  background-color:#303030;}
#xgplt{  width:42px; height:50px; padding:18px 0px 0px 15px; float:left;}
#xgpljs{ float:left; width:334px; height:auto; }
#xgpljs ul{ float:left; margin:0; padding:0;}
#xgpljs li{ float:left; width:320px; list-style:none; padding-left:10px; line-height:22px;}
#xgpljs a{ color:#fff;}
#xgpl2{ float:left; width:400px; height:auto;  background-color:#393939;}
#xgplan{ float:left; width:360px; text-align:right; padding-top:5px;}
#gdly{ float:left; width:355px; height:auto; margin:10px 5px 0px 15px; padding:0px; background:#222222; }
#gdwz{ float: left; height:auto; width:auto; padding:8px;}
#fbly{ float:right; width:360px;  text-align:right; padding-top:5px; padding-right:8px;}
#xyy{  float:left; width:750px; text-align:right; }
#xyy a{color:#FD882B;}
#zjlf{ margin-top:5px; padding-bottom:5px; }

#zjjs{height:auto; line-height:25px; float:left; width:120px; text-align:left; padding-left:15px; margin-top:0px;}


#stars {width: 155px; height: 30px; text-align: left; overflow: hidden; position: relative; background: url(images/stars.jpg) 0px 0px repeat-x; float:left;}
#stars div#current {width: 0px; height: 30px; background: url(images/stars.jpg) 0px -60px repeat-x;}
#stars div#change {width: 0px; height: 30px; background: url(images/stars.jpg) 0px -30px repeat-x;}
#stars #lis { list-style: none; position: absolute; bottom:0px; margin:0px; padding: 0; }
#stars #lis li { display: inline; float: left; width: 31px; height: 30px; cursor: pointer; overflow: hidden;}



#gm_left { margin-left:5px!important; margin-left:3px; 
	BACKGROUND: none; FLOAT: left; WIDTH: 185px; HEIGHT: auto
}
#gm_image_class {
	HEIGHT: auto
}

#gm_image_class DL { width:185px;
	MARGIN-TOP: 0px; margin-bottom:0px; PADDING-LEFT: 0px; 
}
#gm_image_class DL.s { 
	BACKGROUND: url(img/ppp_r.jpg) no-repeat right top
}
#gm_image_class DL DT {  border-bottom:1px solid #323433; display:block; background:#282828;
	 PADDING-LEFT: 0px;    CURSOR: pointer; COLOR: #f00; LINE-HEIGHT: 25px; HEIGHT: 25px; width:185px;
}

#gm_image_class DL DT a{  display:block;background:url(images/ppp_l.jpg) no-repeat left 3px; margin-left:4px!important;margin-left:2px;
	 PADDING-LEFT: 0px;   CURSOR: pointer; COLOR: #fff; text-decoration:none; 
}
#gm_image_class DL DT a span{  display:block;background:url(images/ppp_r.jpg) no-repeat right 3px;padding:0 10px;
}

#cat1{   padding:0px 0px; display:block;}
#cat1 a{ float:left; }
#gm_image_class DL.s DT { background:#282828;
	 PADDING-LEFT: 0px;  COLOR: #f00; 
}
#gm_image_class DL.s DT a{ background:url(images/ppp1_l.jpg)  no-repeat left 3px;}
#gm_image_class DL.s DT a span{ background:url(images/ppp1_r.jpg)  no-repeat right 3px;}

#gm_image_class DL DD { margin-left:5px; margin-bottom:0px;
	DISPLAY: none; PADDING-LEFT: 0px; FONT-SIZE: 12px;  COLOR: #959595; LINE-HEIGHT: 22px
}
#gm_image_class DL.s DD {
	DISPLAY: block
}
#gm_image_class DL DD A {
	COLOR: #6a6a6a; MARGIN-RIGHT: 0px; TEXT-DECORATION: none; 
}
#recent_update {
	BORDER-RIGHT: #c2c2c2 1px solid; BORDER-TOP: #c2c2c2 1px solid; MARGIN: 15px 0px 0px 35px; BORDER-LEFT: #c2c2c2 1px solid; WIDTH: 183px; BORDER-BOTTOM: #c2c2c2 1px solid; HEIGHT: 490px;
}
#recent_update .t {
	BACKGROUND: url(img/recent_update_t.jpg) no-repeat; HEIGHT: 38px
}
#recent_update DL {
	CLEAR: both; FLOAT: left; MARGIN: 6px 0px 0px 4px; WIDTH: 168px
}
#recent_update DL DT {
	FLOAT: left; WIDTH: 68px; HEIGHT: 68px
}
#recent_update DL DT IMG {
	WIDTH: 68px; HEIGHT: 68px
}
#recent_update DL DD {
	FONT-SIZE: 12px; FLOAT: left; MARGIN-LEFT: 4px; WIDTH: 96px; COLOR: #c00; LINE-HEIGHT: 20px
}
#recent_update DL DD A {
	FONT-WEIGHT: 600; FONT-SIZE: 14px; COLOR: #8c8c8c; LINE-HEIGHT: 24px; TEXT-DECORATION: none
}
#gm_left_ad {
	MARGIN: 15px 0px 0px 35px; WIDTH: 183px
}
#gm_right {
	BACKGROUND: #fff; FLOAT: left; WIDTH: 730px; HEIGHT: auto
}
#gm_flash {
	PADDING-LEFT: 10px; HEIGHT: 288px
}
#gm_editor_recommend {
	HEIGHT: 491px
}
#gm_hot_pic {
	HEIGHT: 491px
}
#gm_editor_recommend .t {
	BACKGROUND: url(img/gm_editor_recommend_t.jpg) no-repeat; HEIGHT: 36px
}
#gm_hot_pic .t {
	BACKGROUND: url(img/gm_hot_pic_t.jpg) no-repeat; HEIGHT: 36px
}
#gm_editor_recommend DL {
	DISPLAY: inline; FLOAT: left; MARGIN: 0px 8px; WIDTH: 165px; HEIGHT: 225px
}
#gm_hot_pic DL {
	DISPLAY: inline; FLOAT: left; MARGIN: 0px 8px; WIDTH: 165px; HEIGHT: 225px
}
#gm_editor_recommend DL DT {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: url(img/gm_right_img_bg.jpg) no-repeat; PADDING-BOTTOM: 0px; WIDTH: 145px; PADDING-TOP: 30px; HEIGHT: 155px
}
#gm_hot_pic DL DT {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: url(img/gm_right_img_bg.jpg) no-repeat; PADDING-BOTTOM: 0px; WIDTH: 145px; PADDING-TOP: 30px; HEIGHT: 155px
}
#gm_editor_recommend DL DT IMG {
	WIDTH: 145px; HEIGHT: 145px
}
#gm_hot_pic DL DT IMG {
	WIDTH: 145px; HEIGHT: 145px
}
#gm_editor_recommend DL DD {
	LINE-HEIGHT: 30px; TEXT-ALIGN: center
}
#gm_hot_pic DL DD {
	LINE-HEIGHT: 30px; TEXT-ALIGN: center
}
#gm_editor_recommend DL DD A {
	COLOR: #f00; TEXT-DECORATION: none
}
#gm_hot_pic DL DD A {
	COLOR: #f00; TEXT-DECORATION: none
}
#gm_right_ad {
	PADDING-LEFT: 12px
}



#nav2 { 
	BACKGROUND: url(img/navbg2.jpg) #484848 repeat-x 0px 0px; MARGIN-BOTTOM: 1px; HEIGHT: 26px;display:none;
}
#nav2 UL {
	DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 37px; FONT-FAMILY: '??',Arial,Helvetica,sans-serif; TEXT-ALIGN: center
}
#nav2 LI {
	PADDING-RIGHT: 11px; PADDING-LEFT: 11px; BACKGROUND: url(img/lig.gif) no-repeat right center; FLOAT: left; PADDING-BOTTOM: 0px; CURSOR: pointer; COLOR: #000000; PADDING-TOP: 7px
}
#nav2 LI.select {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(img/nav_select.jpg) no-repeat; PADDING-BOTTOM: 0px; WIDTH: 74px; COLOR: #fff; PADDING-TOP: 7px; HEIGHT: 19px; TEXT-ALIGN: center
}
#nav2 LI.select A {
	COLOR: #fff
}
#nav2 LI.bo {
	BACKGROUND: 0px 0px
}
#nav2 LI A {
	COLOR: #000000; TEXT-DECORATION: none
}
#nav2 LI A:hover {
	TEXT-DECORATION: underline
}


/*作品管理页面01-添加作品*/
#glleft{  height:AUTO ; width:195px; margin-left:4px!important; margin-left:2px; background-color:#323433; float:left; margin-top:5px; margin-bottom:5px;}

.title21{ background:url(images/left_user.jpg) no-repeat center top; height:30px;  padding-left:21px; text-align:left; line-height:32px; font-size:14px; font-weight:bold; letter-spacing:5px;}
#glleft1{ float:left; width:195px; height:auto; padding-top:6px;  }
#zpgl{ float:left;  width:188px;}
#zpgl ul{ margin:0 auto; padding:0 0 0 5px; float:left;}
#zpgl li{ list-style:none; border-bottom:2px solid #323433; height:25px; line-height:25px; background:#282828; padding-left:3px; width:182px;}
#zpgl li a{ color:#fff;}
#glleft2{ float:left; width:195px; height:auto; padding-top:0px;  }
#glright{  float:left; width:790px; margin-left:4px;height:auto; margin-top:5px;  }
#glright1{ float:left;  width:790px; height:auto;background:#333333; padding-bottom:5px; }
#glym{  width:778px; height:auto; margin:0px auto; background:url(images/glymbj.jpg) #000 no-repeat right top; padding:45px 0px 0px 0px;}

#glym3{  width:733px; height:auto; float:left!important; float:none; margin:0px 0px 0px 6px!important; margin:0 auto; background:url(images/glymbj.jpg) #000 no-repeat right top; padding:45px 0px 8px 45px;}
#glym_ss{ float:left;  width:685px;}
#zplb{ float:left; border-bottom:1px solid #282828; width:685px; padding-top:20px;}
#zplb2{ float:left; width:685px; padding-top:0px; height:auto;  line-height:30px; }
#zplb2_xh{ float:left;  width:50px; }
#zplb2_mc{ float:left;  width:100px;}
#zplb2_zpj{ float:left;  width:100px;}
#zplb2_pl{ float:left; width:140px;}
#zplb2_fb{ float:left;  width:130px;}
#zplb2_gm{ float:left; width:100px;}
#zplb2_cz{ float:left; text-align:right;  width:40px;}
#zplb3{ float:left; border:1px solid #000; width:677px; padding-top:0px; background:#282828; height:25px; line-height:25px;}
#glym4{  width:733px; height:60px; float:left; line-height:60px; color:#35CDFF; margin-left:6px!important; margin-left:3px; background:#10171F; padding:0px 0px 0px 45px; }
#zplb20{float:left;  width:685px; padding-top:5px; text-align:right; line-height:30px;  height:30px; }
#zpgl_hczs{float:left;  width:685px;  color:#32CEFF; padding-top:18px;}
#zplb19{ float:left; border-bottom:1px solid #282828; width:685px; padding-top:0px;}

.title190{ background:url(images/right3.jpg) no-repeat left center; line-height:27px; font-size:14px; height:27px;  width:755px;  margin-top:6px; font-weight:bold; padding-left:25px; font-size:14px; letter-spacing:2px; }

#red a{color:#0477AD;}