
.banner{width:100%; overflow:hidden; margin:0 auto; position:relative;display:none;}



#toolbar {display:none;}










@media (max-width:640px){
.banner{width:100%; overflow:hidden; margin:0 auto; position:relative;display: block;}
.wrapper{left:0;width:100%hdyy_right;overflow:hidden; float:left; position:absolute;}
/* swipe */
.swipe{width:100%; overflow:hidden; margin:0 auto}
.swipe ul{-webkit-transition:left 800ms ease-in 0;-moz-transition:left 800ms ease-in 0;-o-transition:left 800ms ease-in 0;-ms-transition:left 800ms ease-in 0;transition:left 800ms ease-in 0;}
.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.swipe #pagenavi a{width:10px;height:10px;line-height:99em;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background:#C80002;}









* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}








li {
	list-style: none outside none;
}
b {
	font-weight: normal;
}



/*标题*/

.icon img{
	width: 20px;
	margin-left: -5px;
	padding-bottom: 40px;
}



/*清除浮动*/


.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none;
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}



/* 工具栏 */
#toolbar {
	display: block;
position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 4rem;
	left: 0;


}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #3c3c3c;
	border-top: #dddddd solid 1px;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;

	vertical-align: bottom;
	line-height: 3rem;
	padding-top: 10px;
}
#toolbar .list a {
	display: block;
	font-size:14px;
	background-position: center;
}
#toolbar .list a span {
	text-align: center;
	color: #c4c4c4;
	display: block;
	font-size:14px;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.44rem;
	height: 0.42rem;
	display: block;
background-position: -.7rem -.2rem;
	margin-top: 0.15rem;
}
#toolbar .list li:nth-child(2) s {
background-position: 0.08rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.31rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.12rem -.2rem;
	width: 0.44rem;
	height: 0.42rem;
}
#toolbar .list li:hover {
	background: #da0001;
}



/*******************content*************/



/*catelist*/

/*.messagePage .btn .reset{width: 2.72rem; height: 0.68rem; line-height: 0.68rem; text-align: center; float: left; border: 1px solid #d2d2d2; background: #f9f9f9; color: #333333; font-size: .28rem;}*/

/*产品导航*/



.footer{
	padding-bottom: 50px;
}

}