@charset "utf-8";
/* CSS Document */


html{font-size: 16px!important}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}


.navbar .container img{
	width: auto;
	height: 35px;
	position: absolute;
	left: 15px;
	top: 55%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);

}

.side-nav li > a,.sidebar-panel .side-nav .collapsible-header{
	font-size: 0.9rem;
}

.slider-slide {
	overflow: hidden;
}

.navimg{
	margin-top: 55px;
}














/*footer*/
footer {
  	background: #000;
	padding: 1rem 0;
	margin-bottom: 68px;
}

footer p {
	font-size: 0.9rem;
	color: #fff;
	margin-bottom: 10px;
}

footer a {
	font-size: 0.9rem;
	color: #fff;
}
















.menubox{ 
	background-color: #fafafa;
	position: relative;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding:5.5px 0;
	border-top: #eee solid 1px;
	height: 68px;
}
.menubox ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.menubox ul li i{
	display: block;
	margin:0 auto;
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: 0.3rem;
}
.menubox ul li i img{
	display: none;
	margin:0 auto;
	width: 1.8rem;
}
.menubox ul li i img:first-child{
	display: block;
}
.menubox ul li span{
	display: block;
	font-size: 0.9rem;
	color: #111;
	line-height: 140%;
}
.menubox ul li.cur i img:first-child{
	display: none;
}
.menubox ul li.cur i img:last-child{
	display: block;
}
.menubox ul li.cur span{
	color: #111;
}
.menubox dl{
	position: absolute;
	left: 10px;
	width: 66%;
	background-color: #fafafa;
	text-align: center;
	padding: 1% 0;
	border:#ddd solid 1px;
	border-bottom: 0;
	display: none;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.menubox dl dd{
	line-height: 320%;
	border-top: #ddd solid 1px;margin-left: 0;
}
.menubox dl dd:first-child{
	border:0;
}
.menubox dl a{
	display: block;
	color: #111;
	font-size: 1rem;
}
.menubox dl a:active{
	color: #fff;
	background-color: #3385cc;
}



.menubtn{
	position: absolute;
bottom: 88px;
background: #f25c00;
border-radius: 50%;
width: 58px;
height: 58px;
	right: 15px;
}

.menubtn img{
	margin-left: 10px;
	margin-top: 10px;
}


