@charset "utf-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html{
	background-color: #444444;
	overflow-x:hidden ;
}
img{
    float: right;
}
#pencil {
    height: 44px;
    width: 44px;
    float: right;
    margin-top: -44px;
}
#nav_k {
    left: 0px;
    right: 0px;
    margin-right: 40px;
    opacity: 0.70;
    position: fixed;
    bottom: 40px;
/
;
 /* height: 200px; */
}
#index_nav_more {
	height: 14px;
	padding-left: 6px;
	padding-right: 7px;
	position: fixed;
	background-color: #FFFFFF;
	top: 113px;
	left: 157px;
	border-radius: 30px;
	z-index: 1200;
	padding-top: 3px;
	opacity:0.70;
}
#nav_01:hover {
   background-color:rgba(199, 147, 48, 0.51);
}
#nav_02:hover {
   background-color:rgba(199, 147, 48, 0.51);
}
#nav_03:hover {
   background-color:rgba(199, 147, 48, 0.51);
}
#nav_04:hover {
   background-color:rgba(199, 147, 48, 0.51);
}


#nav_01 {
    background-color: rgba(0, 0, 0, 0.51);
    margin-bottom: 1px;
    height: 110px;
}
#nav_01 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

#nav_02 {
    background-color: rgba(0, 0, 0, 0.51);
    margin-bottom: 1px;
    height: 70px;
    height: 110px;
}
#nav_02 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

#nav_03 {
	    background-color: rgba(0, 0, 0, 0.51);
    margin-bottom: 1px;
    height: 70px;
	    height: 110px;
}
#nav_03 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

#nav_04 {
    background-color: rgba(0, 0, 0, 0.51);
    margin-bottom: 1px;
    height: 70px;
    height: 110px;
}
#nav_04 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

.index_copyright {
    font-size: 10px;
    color: #AFAFAF;
    margin-left: 3px;
    position: fixed;
    bottom: 7px;
    opacity: 0.70;
    background-position: left;
}

.tongji{
	width: 200px;
	filter:alpha(opacity=50);
	position: absolute;
	z-index: 1;
	left: 0px;
	height: 20px;
	top: -20px;
}
.tongji a {color:#000000;text-decoration:none;}
.tongji a:hover {text-decoration:none;color: #276045;}
