html, body {
    color: #505050;
    line-height: 1.75em;
    background: #fff;
    position: relative;
    font-family: "����","Times New Roman","Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.header{
	position: absolute;
	z-index: 99;
	padding-left:20px;
}


.main-navigation {
    text-align: center;
    background: #fff;
    border-top: 1px solid #ebebeb;
    margin-bottom: 20px;
    border-bottom: 2px solid #e1e1e1;
    padding-top: 20px;
}
.navbar-header {
    text-align: center;
}

.menu {
    padding: 0;
    margin: 0;
}

.menu li {
    list-style: none;
    display: inline-block;
    position: relative;
    /*padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;*/
    margin:0 auto;
    padding:0;
    font-size: 25px;
    float: left;
    text-align: -webkit-center;
}

.menu li a{
	color: #ffffff;
	cursor: pointer;
	margin:0 auto;
    padding:0;
	text-decoration: none;
}

.menu li a:hover{
	color: #ffffff;
	font-size: 30px;
	background: none;
	margin:0 auto;
    padding:0;
}


.dropdown-menu li{
	width: 100%;
}
.dropdown-menu li:hover{
}

.menu li.nav-current {
   
}

.main-footer{
	width:100%;
	height:auto;
	position: absolute;
	bottom: 0;
	left:0;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.iconbar{
	right: 0;
}
.logo-fixed{
	float: left;
}

.border-bottom{
	border-bottom: 1px solid gray;
}

.text-copyright{
	font-size: 12px;
}

p > img {
	padding-top: 15px;
	padding-bottom: 15px;
	
}


.div-container{
	padding: 0;
	margin-bottom: 15px;
}

.submenu li{
	font-size: 25px;
	color: #fff000;
	text-align: -webkit-auto;
	padding-left: 100px;
	margin-left: 0px;
}

.submenu li a{
	color: #C5C1AA;
	cursor: pointer;
	margin:0 auto;
    padding:0;
	text-decoration: none;
}

.submenu li a:hover{
	color: #ffffff;
	font-size: 24px;
	background: none;
	margin:0 auto;
    padding:0;
}

.nav-float{
	width:100%;
	position: fixed;
	top: 0;
	left:0;
	z-index: 100;
}

.nav-float-div{
	text-align: center;
    background: #fff;
    border-bottom:1px solid #e1e1e1;
    padding: 0;
} 
p,h1,h2,h3,h4,h5,h6{
	cursor: default;
}

#main-menu-0 li{
	display: inline-block;
}

.menu-xs{
	float: right;
	margin-right: 1px;
	/*background-color: rgba(0,0,0,0.19);*/
	background-color: #505050;
	filter:alpha(opacity=20);
	opacity:0.2
	right: 0px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
.menu-xs:hover{
	background-color:black;
}
#rihtmenu_div ul li{
	list-style: none outside none;
	padding-bottom: 25px;
	font-size: 16px;
}
#rihtmenu_div ul li a{
	color: #e2e2e2;
	text-decoration: none;
}

#rihtmenu_div ul li a:hover{
	color: yellow;
}

#rihtmenu_div ul li ul li{
	list-style: none outside none;
	font-size: 14px;
	padding-bottom: 0;
	padding-top: 10px;
}

.round li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    color: #505050;
}
.round li a{
	text-decoration: none;
    color: #505050;
}
.round li .a-active{
    color: #FFFFFF;
}
.round li a:hover{
    color: blue;
}

.divider{
	height: 1px;
  	margin: 30px 0;
  	margin-top:-25px;
  	overflow: hidden;
  	background-color: #e1e1e1;
}
.ul-center{
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
}


.year-ul{
	
}

.year-ul li{
	padding-bottom: 20px;
	font-size: 16px;
}

.year-ul li a{
	color: #505050;
	text-decoration: none;
}

.year-ul li a:hover{
	color: #fd8618;
}

.year-ul li .a-active{
	color:#fd8618;
	font-size: 20px;
}

.panelbody{
	color: #fd8417;
	font-size: 20px;
	text-align: center;
}

.panel-div{
	background: #fef8db;
	padding-bottom:-100px;
}

.panel-address{
	background: #f6c86e;
}



