@-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
}
.product_classify_list {
	padding-top: 0.1rem
}
.product_classify_list li {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 0.05rem 0.1rem
}
.product_classify_list li.active a {
	background: #0168b7;
	color: #fff
}
.product_classify_list li a {
	display: block;
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #878787;
	font-size: 0.2rem;
	text-align: center;
	background: #eeeeee
}
.product_box {
	background: #f8f8f8
}
.product_child_nav li {
	width: 25%;
	box-sizing: border-box;
	padding: 0.2rem 0.05rem
}
.product_child_nav li.active a {
	color: #0168b7
}
.product_child_nav li a {
	display: block;
	text-align: center;
	font-size: 0.2rem;
	color: #878787
}
.product_list li {
	width: 2.85rem;
	background: #fff
}
.product_list li:nth-child(odd) {
	margin: 0 0.1rem 0.25rem 0.05rem
}
.product_list li:nth-child(even) {
	margin: 0 0.05rem 0.25rem 0.1rem
}
.product_list li .imgs_box {
	width: 100%;
	height: 2.6rem
}
.product_list li .imgs_box img {
	max-width: 100%;
	max-height: 2.6rem
}
.product_info {
	padding: 0.2rem;
	position: relative
}
.product_info::after {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	display: block;
	content: "";
	width: 0.25rem;
	height: 0.38rem;
	background: url("../images/product_icon.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%
}
.product_info h4 {
	font-weight: bold;
	padding-right: 0.3rem
}
.product_info h5 {
	font-size: 0.16rem;
	color: #888888;
	margin: 0.1rem 0;
	padding-right: 0.3rem
}
.product_info h6 {
	font-size: 0.12rem;
	color: #999999;
	text-align: right
}
.product_swiper .imgs_box {
	width: 100%;
	height: 5rem
}
.product_swiper .imgs_box img {
	display: block;
	max-width: 100%;
	max-height: 5rem
}
.product_swiper .swiper-pagination {
	position: absolute;
	right: 0.15rem;
	left: auto;
	bottom: 0.15rem;
	display: block;
	width: 0.9rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #0168b7;
	color: #fff;
	font-size: 0.18rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem
}
.detail_info {
	margin-bottom: 0.3rem
}
.detail_info h1 {
	color: #666666;
	padding: 0.5rem 0 0.3rem;
	line-height: 0.4rem
}
.detail_info h1 span {
	font-weight: bold;
	color: #282828
}
.detail_info h3 {
	color: #666666;
	margin-bottom: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem solid #d2d2d2
}
.detail_info div, .detail_info p {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem
}
.product_title {
	padding: 0.3rem 0;
	position: relative;
	margin-bottom: 0.3rem;
	font-size: 0.24rem;
	border-bottom: 0.01rem solid #e6e6e6
}
.product_title::after {
	display: block;
	content: "";
	width: 1rem;
	height: 0.01rem;
	background: #282828;
	position: absolute;
	left: 0;
	bottom: 0.01rem
}
.product_detail {
	width: 100%;
	height: auto;
	display: block
}
