@-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
}
}

.product_classify {
	padding: 30px
}
.product_classify li a {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #878787;
	box-sizing: border-box;
	border: 1px solid #ececec;
	margin: 5px 15px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px
}
.product_classify li.active a {
	color: #0168b7;
	border-color: #0168b7
}
.product_box {
	background: #f8f8f8;
	padding-bottom: 60px
}
.product_list li {
	width: 384px;
	margin: 0 8px 35px;
	background: #fff
}
.product_list li .imgs_box {
	width: 100%;
	height: 340px;
	overflow:hidden
}
.product_list li .imgs_box img {
	max-width: 100%;
	max-height: 340px;
	transition: transform 0.5s linear;
	-ms-transition: transform 0.5s linear;
	-moz-transition: transform 0.5s linear;
	-webkit-transition: transform 0.5s linear;
	-o-transition: transform 0.5s linear
}
.product_list li:hover {
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05)
}
.product_list li:hover .product_info {
	background: #0168b7 url("../images/product_active_icon.png") no-repeat 311px 34px
}
.product_list li:hover .product_info h3, .product_list li:hover .product_info h5, .product_list li:hover .product_info h6 {
	color: #fff
}
.product_list li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
.product_info {
	padding: 34px 40px 28px;
	background: #fff url("../images/product_icon.png") no-repeat 311px 34px
}
.product_info H3 {
	font-weight: bold
}
.product_info H5 {
	font-size: 14px;
	color: #888888;
	margin: 10px 0
}
.product_info H6 {
	position: relative;
	height: 8px;
	color: #999999
}
.product_info H6 span {
	font-size: 12px;
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	-moz-transform: scale(.5)
}
.product_datail {
	width: 980px;
	margin: 0 auto;
	position: relative
}
.product_datail .swiper-slide {
	width: 100%;
	height: 820px
}
.product_datail .swiper-slide .imgs_box {
	width: 100%;
	height: 820px
}
.product_datail .swiper-slide .imgs_box img {
	display: block;
	max-width: 100%;
	max-height: 820px
}
.product_datail .swiper-pagination {
	position: absolute;
	left: 60px;
	bottom: 30px;
	display: block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	background: #0168b7;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px
}
.product_datail .swiper-pagination span {
	font-size: 18px
}
.detail_info {
	background: #fff;
	width: 400px;
	position: absolute;
	right: -150px;
	bottom: 160px;
	z-index: 10;
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05)
}
.detail_info>div {
	padding: 50px 40px
}
.detail_info>div>div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}
.detail_info h5 {
	width: 50%;
	font-size: 14px;
	text-align: right
}
.detail_info h6 {
	width: 40%;
	position: relative
}
.detail_info h6::after {
	display: block;
	content: "";
	width: 25px;
	height: 1px;
	background: #999999;
	position: absolute;
	left: 0;
	top: -10px
}
.detail_info h6 span {
	font-size: 16px;
	color: #666666;
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	-moz-transform: scale(.5)
}
.detail_info h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0 20px
}
.detail_info p {
	font-size: 14px;
	color: #666666;
	line-height: 26px
}
.detail_info h4 {
	background: #333333;
	padding: 0 40px;
	height: 45px;
	line-height: 45px;
	color: #fff
}
.product_title {
	padding: 20px 0;
	margin: 30px 0;
	position: relative;
	font-size: 32px;
	border-bottom: 1px solid #e6e6e6
}
.product_title::after {
	display: block;
	content: "";
	width: 180px;
	height: 1px;
	background: #282828;
	position: absolute;
	left: 0;
	bottom: -1px
}
