
@media(min-width:800px) {
#bottom1 {
	display: none;
}

}

@media(max-width:800px) {
/* CSS Document */

#bottom1 {
	display: block;
}
.bottom1 {
	width: 100%;
	height: 60px;
	background: #0056f9;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.bottom1 ul {
	max-width: 640px;
	height: 60px;
	margin: 0 auto
}
.bottom1 ul li {
	width: 25%;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	background: url(../dayin/images/bottom_li.png) no-repeat right center
}
.bottom1 ul li a {
	color: #fff;
	font-size: 12px
}
.bottom1 ul li:nth-of-type(4) {
	background-image: none
}
.bottom1 ul li.f1 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../dayin/images/f1.png) no-repeat center;
	margin-top: 5px; background-size:30px
}
.bottom1 ul li.f2 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../dayin/images/f2.png) no-repeat center;
	margin-top: 5px;background-size:30px
}
.bottom1 ul li.f3 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../dayin/images/f3.png) no-repeat center;
	margin-top: 5px;background-size:30px
}
.bottom1 ul li.f4 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../dayin/images/f4.png) no-repeat center;
	margin-top: 5px;background-size:30px
}

}
