 @-webkit-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-moz-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-o-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
.page_banner {
	height: 5.4rem;
	background: url("../images/brand_banner.jpg") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.brand_img {
	display: block;
	width: 100%;
	height: 3.32rem;
	background: url("../images/brand_img.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
} 
.brand_box p {
	font-size: 0.2rem;
	color: #888888;
	text-indent: 2em;
	line-height: 0.36rem;
	padding-bottom: 0.35rem
}
.brand_box ul {
	margin-bottom: 0.35rem
}
.brand_box ul li {
	width: 2.95rem
}
.brand_box ul li:nth-child(odd) {
	margin-right: 0.05rem
}
.brand_box ul li:nth-child(even) {
	margin-left: 0.05rem
}
.brand_box ul li img {
	width: 100%;
	height: 2.21rem
}
