@charset "utf-8";
@media(max-width:800px) {
/* CSS Document */

#bottom {
	display: block;
}
.bottom {
	width: 100%;
	height: 60px;
	background: #0056f9;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.bottom ul {
	max-width: 640px;
	height: 60px;
	margin: 0 auto
}
.bottom ul li {
	width: 25%;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	background: url(../images/bottom_li.png) no-repeat right center
}
.bottom ul li a {
	color: #fff;
	font-size: 12px
}
.bottom ul li:nth-of-type(4) {
	background-image: none
}
.bottom ul li.f1 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f1.png) no-repeat center;
	margin-top: 5px;
}
.bottom ul li.f2 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f4.png) no-repeat center;
	margin-top: 5px;
}
.bottom ul li.f3 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f2.png) no-repeat center;
	margin-top: 5px;
}
.bottom ul li.f4 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f3.png) no-repeat center;
	margin-top: 5px;
}
.about_r {
	background: url(../images/about_r.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 30px;
}
.about_r .box {
	padding-top: 34px;
}
.about_r .box strong {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.about_r .box h1 {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 15px 0;
}
.about_r .box p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-top: 20px;
	margin: 0 auto;
}
