.main{
	height: 100%;
	width: 100%;
}
.nav ul ,.nav ul li{
	list-style:none;
}
p{
	text-indent: 2em;
}
.hidden{
	display: none;
}
.showDiv{
	display: block;
}
.header{
	width: 100%;
	border: none;
	/*background-color: #f3f2f1;*/
	position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/logo_bg.png) repeat-x;
    /*background-size: 100%;*/
}
.com_logo {
	padding: 4px 0 0 30px;
}
.com_code{
	padding: 4px 0 0 18px;
}
.content{
	/*border: 1px solid red;*/
	height: 100%;
	width: 100%;
	margin-top: 56px;
	overflow-y: auto;
}
.nav{
	height: 40px;
	width: 100%;
	background-color: #444444;
	text-align:center;
}
ul#nav_list{ 
	height: 100%;
	margin: 0 auto;
}
ul#nav_list li{
	display: inline;
}
ul#nav_list li a{
	display: inline-block;
	padding: 0 60px;
	height: 100%;
	line-height: 40px;
	color: #FFF;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	font-size: 16px;
	cursor: pointer;
}
.hover{
 /*background: #000000;*/
	background: orangered;
}
ul#nav_list li a:hover{
	/*background: #000000;*/
	background: orangered;
}
.mainPanel{
	height: 92%;
	text-align: center;
	margin-top: 6px;
}
.mainPanel label{
	font-family: "微软雅黑";
	/*font-size: x-large;*/
}
#vfj_panel{
	height: 100%;
	background: url(../img/main_background1.png) no-repeat center;
	background-size: 75%;
	-moz-background-size: 75%;
}
.footer_label{
  	width: 100%;
    height: 4%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #444;
}
.footr-content{
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;
}
.copyright{
	padding-top: 6px;
    color: #fff;
    width: 500px;
    float: left;
    margin-left: 20px;
	font-size: small;
}