a:link          { color: #333333; text-decoration: none }
a:visited       { color: #333333; text-decoration: none }
a:active        { color: #333333; text-decoration: none }
a:hover         { color: #ff0000; text-decoration: none; position: relative}

BODY {
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	scrollbar-face-color: #fcfcfc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #fcfcfc;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #e1e1e1;
	scrollbar-darkshadow-color: #f2f2f2;
	background-color: #FFFFFF;
}
 TD {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px
}
.input_sr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.input_bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;
	padding: 1px;
	clear: both;
	background-color: #f7f7f7;
	border-top: 1px none #CCCCCC;
	border-right: 1px ridge #CCCCCC;
	border-bottom: 1px ridge #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.linecss {
	color: #CCCCCC;
	border: dashed;
}
#nav {
	float: right;
	margin: 15px 0;
	padding: 0 20px;
	height: 30px;
	background: #fff;   //菜单背景颜色
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#nav li {
	float: left;
	position: relative;
	}
#nav li.open, #nav li:hover {
  background: #FF972F; //选择后的一级目录背景颜色
  }
#nav li a {
	display: block;
	width: 100px;
	line-height: 30px;
	color: #444;  
	text-align:center;
	text-decoration: none;
	}
#nav li ul {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  background: #FFECD0;//二级目录背景颜色

  }
#nav li:hover ul {
  display: block;
  }
#nav li ul li {
  float: none;
  }
#nav li ul li a {
  padding: 5px 5px;
  display: inline-block;
  }
#nav li ul li a {display: block;}
#nav li ul li a:hover {
  background: #ccc; //选择后的二级目录背景颜色
  color: #bbb;
  }

img { border: 0px; }
.bannerbox { width: 1300px; height: 360px; overflow: hidden; margin: 0px auto; }
#focus { width: 1300px; height: 360px; clear: both; overflow: hidden; position: relative; float: left; }
    #focus ul { width: 1300px; height: 360px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; width: 1300px; height: 360px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width: 300px; height: 360px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(../img/sprite.png) no-repeat left center; }
    #focus .next { right: 0; background: url(../img/sprite1.png) no-repeat right center; }

#cleft_box{position:absolute;right:0px;top:180px;padding:0px;margin:0px;overflow:hidden;width:36px}
.cleft_inner{margin:0px;padding:0px;overflow:hidden;width:166px}
.inner_btn{width:31px;height:110px;color:#fff;font-size:14px;font-weight:bold;text-align:center;margin-top:15px;padding-top:35px;cursor:pointer;cursor:pointer;float:left;background:url(img/grayOpen.jpg) left top no-repeat}
.inner_btn span{layout-flow:vertical-ideographic}
.inner_info{width:128px;overflow:hidden;float:right;background:none}
.inner_tit{margin:0 auto;padding-left:2px;height:30px;background:url(img/leftbg.png) left top no-repeat;overflow:hidden;width:128px}
.inner_list{text-align:center;width:128px;background:url(img/leftcontentbg.png) repeat-y}
.inner_list ul{margin:0px;padding:0px;font-size:12px;list-style-type:none}
.inner_list ul li{padding-top:5px;line-height:180%;margin:0px auto}
.inner_list ul li a{ color:#000;text-decoration:none}
.inner_btm a{width:128px;height:22px;background:url(img/leftbt.png) left top no-repeat;display:block}