/* CSS Document */

/* Created by shuanger, 2008-08-30*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #555555;
}
body { background: #fff url(../images/bodybg.gif) repeat-x; }
img { border: none; }
ul,
li { list-style: none; }
a {
	color: #666666;
	text-decoration: none;
}
.clear { clear: both; }


/*首页部分*/

/*头部*/

#header{ width:950px; height:55px; margin:15px auto; padding:0;}

#nav{ width:750px; height:55px; float:left; background:url(images/nav_top_bg.gif) repeat-x;}

#nav ul{ margin:0; padding:0;}

#nav ul li{ list-style:none; float:left; padding:18px 8px;}

#nav ul li a{ text-decoration:none; color:#fff; }

#nav ul li a:hover{ color:#69c;}

#search{ width:180px; height:55px; float:left; padding: 5px 0 0 10px;}

#search .inputTxt{ width:115px; height:15px; color:#049; border:1px solid #B3C8E8; float:left; margin:0;}

#search .refer{ width:48px; height:19px; background:url(images/search2.gif) no-repeat; border:0; cursor:pointer; float:left;margin:0 0 0 8px;}

/*中部*/


/*尾部*/


/*内容页部分*/

#image2{ width:948px; height:113px; margin:0 auto; background:url(images/common_jpg.jpg) no-repeat; border:1px #ccc solid;}

/*自适应高度*/

#wrap{ width:950px;overflow: hidden; margin:15px auto; padding:0;}

#cleft{ width:150px; float:left; padding:0 10px;}

#cright{ width:780px; float:left; background:url(images/cright_bg.gif) repeat-y;}

#wrap:after{ display: block; height: 0; clear: both; visibility: hidden;}

#wrap{display: inline-block;}

/*\*/

#wrap{display: block;}

/* end easy clearing */

/*\*/

#cleft, #cright{padding-bottom: 32767px !important; margin-bottom: -32767px !important;}

@media all and (min-width: 0px) {

#cleft, #cright{padding-bottom: 0 !important; margin-bottom: 0 !important; }

#cleft:before, #cright:before{ content: '[DO NOT LEAVE IT IS NOT REAL]'; display: block; background: inherit; padding-top: 32767px !important; margin-bottom: -32767px !important; height: 0;}

}

/* Created by shuanger, 2008-08-30*/

/*左侧内容*/

#cleft ul{ list-style:none; padding:0; margin:0;}

#cleft ul li{ line-height:20px; padding:6px 0 4px 20px; margin:0; background:url(images/arrow01.gif) 5px 12px no-repeat; border-bottom:1px #ccc dashed;}

#cleft ul li a{ text-decoration:none; color:#333;}

#cleft ul li a:hover{ color:#03c;}

#cleft  .none{ border:none;}

/*右侧内容*/

#cstitle{ padding:10px 15px; margin:0; float:left;}

#cstitle a{margin:0; padding:0; letter-spacing:2px; color:#999; font-weight:bold; text-decoration:none; }

#crs{ width:730px;  border-top:1px solid #ddd; margin:0 15px 20px; padding:10px 5px 0 5px; clear:both;}

/* Created by shuanger, 2008-08-30*/