 @charset "utf-8";
/* CSS Document begin */
body{height:100%; overflow-x: hidden;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select {margin: 0;padding: 0;}
body, input, button, select, textarea, th, td,div {color: #333;font-family: "Microsoft YaHei","tahoma","arial","sans-serif";font-size: 12px;line-height: 1.5;}
img { border:none; display: block;}
input,select { outline: none; border: none;}
ul,ol { list-style-type:none;}
area { outline:none; }
a { color:#333; text-decoration:none;}
a:hover { text-decoration:underline; color: #ee7700;}
.clearfix:after {
	content:"";
	visibility:hidden;
	height:0;
	display:block;
	clear:both;
	}
.clearfix{zoom:1;} /*为了照顾ie6*/
body {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*<a href="https://www.baidu.com/s?wd=IE10&tn=44039180_cpr&fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3nvR4uyR4nW64nvn1PvDv0AP8IA3qPjfsn1bkrjKxmLKz0ZNzUjdCIZwsrBtEXh9GuA7EQhF9pywdQhPEUiqkIyN1IA-EUBtkrHR4rHRsnHbvnHbvPHcdPWms" target="_blank" class="baidu-highlight">IE10</a>*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

/* CSS Document end */
/* nav begin */
.nav {
	width: 100%;
	height: 36px;
	/*box-shadow: 0 5px 5px #c7c7c7;*/
	position: relative;
	z-index: 9;
	background: url(http://www.hoing.net/zhuanti/9year/images/nav_bg.png) repeat-x;
}
.navIn {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.navIn ul li {
	float: left;
	background: url(http://www.hoing.net/zhuanti/9year/images/navli_bg.jpg) right center no-repeat;	
}
.navIn ul .last {
	background: none;
}
.navIn ul li a {
	height: 30px;
	line-height: 30px;
	padding: 0 65px;
	float: left;
	color: #446002;
	font-size: 18px;
}
.navIn ul li a:hover { color: #e70012; }
/* nav end */
#bb {
	margin: 50px 0 20px 0;
}

/* 返回顶部 开始 */
.go_top {
	/* display: block; */
	width:26px;
	height:62px;
	right: 5%;
	bottom: 20px; 
	position:fixed; 
	display:none;
	cursor:pointer;
	z-index:9999;
	background: url(../images/go_top.gif) 0 0 no-repeat;
}

/* 返回顶部 结束 */