 @-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
}
.news_list li:not(:last-child) {
	border-bottom: 0.01rem solid #eeeeee;
	margin-bottom: 0.35rem
}
.news_list .img_box {
	width: 100%;
	height: 3.8rem
}
.news_text {
	padding: 0.45rem 0 0.35rem
}
.news_text h3 {
	color: #333333
}
.news_text p {
	font-size: 0.2rem;
	color: #838383;
	margin: 0.25rem 0;
	line-height: 0.36rem
}
.news_text h6 {
	font-size: 0.18rem;
	color: #9d9d9d
}
.news_detail h1 {
	font-size: 0.3rem;
	font-weight: bold;
	padding: 0.3rem 0;
	line-height: 0.46rem;
	text-align: center
}
.news_detail p {
	font-size: 0.2rem
}
