 .toolbar{
  
  	display:none;
  }
.ding{display:none}

@media (max-width: 500px){
  
  /* 工具栏 */
  .toolbar{
  position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 80px;
	left: 0;
  	display:block;
	background: #0282c9;
  }
  .ding{height:80px;display:block;}
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 80px;
	left: 0;
  	display:block;
	background: #0282c9;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #be9a78;
	list-style:none;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	height: 80px;
	line-height: 20px;
	font-size:14px;
	padding-top:10px;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #fbdd16;
}
	.nav-type-2{
		background:#fff;
	}	
	.aboutright {
		padding-left: 0 !important;
		color: #434343;
	}
  .di{
  		height:300px;
  }
}