@-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%
}
.main_container {
	padding-bottom: 0.6rem
}
.project_list li {
	padding-top: 0.4rem
}
.project_list .img_box {
	width: 100%;
	height: 4.06rem
}
.project_list h3 {
	font-size: 0.24rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	box-sizing: border-box;
	border: 0.01rem solid #dddddd;
	padding: 0 0.15rem;
	text-align: center
}
