@charset "utf-8";
/*CSS reset*/
html,body{color:#000;background:#FFF;width: 100%;height: 100%;margin: 0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
img{max-width: 100%;max-height: 100%;font-size: 100%;vertical-align: top;}
a{text-decoration: none;}

/*浮动*/
/*清除浮动*/
.fix{*zoom:1;}
.fix:after{
	display:block; 
	content:"clear"; 
	height:0; 
	clear:both; 
	overflow:hidden; 
	visibility:hidden;
}

/*长度高度*/
.w1200{width: 1200px;margin: 0 auto;}

.on{
	background: #ffd400;
	line-height:  82px;
	width: 100px;
}
@font-face{
	font-family: '站酷快乐体';
	src: url('../fonts/站酷快乐体2016修订版.ttf');
}
@font-face{
	font-family: 'hyk2gj';
	src: url('../fonts/hyk2gj.ttf');
}
@font-face{
	font-family: 'fzy4k_GBK';
	src: url('../fonts/fzy4k_GBK.ttf');
}
@font-face{
	font-family: 'DFGBFY7';
	src: url('../fonts/DFGBFY7.ttc');
}

.nav{
	width: 100%;
	position: fixed;
	background: #EFEFEF;
	z-index: 100;
	top:0px;
	overflow-y: auto;
}
.nav_inner_right,.nav_inner_logo{
	float: left;
}
.nav_inner_right{
	margin-left: 35px;
}
.nav_inner_right ul li{
	float: left;
	height: 82px;
	line-height: 82px;
	text-align: center;
	width: 100px;
}
.nav_inner_right ul li:hover{
	background: #ffd400;
	height: 82px;
	width: 100px;
}
.nav_inner_right ul li a{
	color: #333;
	font-family: "微软雅黑";
	display: block;
	height: 82px;
	width: 100px;
}

.content-bottom{
	width: 100%;
	position: fixed;
	background-color: gray;
	z-index: 100;
	bottom: 0px;
	overflow-y: auto;
	height: 3rem;
	text-align: center;
	padding: 1em;
}

.content-bottom p{
	margin: 10px;
	line-height: 1em;
	color: white;
}