.product-list-wrap {
	padding-top: 66px;
}
.product-list-wrap h3 {
	line-height: 58px;
	font-size: 36px;
	font-weight: bold;
}
.product-list-wrap .sub-title {
	line-height: 34px;
	font-size: 14px;
}
.classify-wrap {
	margin: 40px 0 60px;
}
.classify-wrap li{
	float: left;
	margin: 0 5px;
	width: 100px;
	height: 50px;
	line-height: 50px;
	background-color: #e1e1e1;
	border-radius: 5px; 
}
.classify-wrap li.current {
	background-color: #006abe;	
}
.classify-wrap li:hover {
	background-color: #006abe;
}
.classify-wrap li:hover a{
	color: #fff;
}
.classify-wrap li.current a {
	color: #fff;
}
.product-list {

	margin: 0 auto;
	width: 98%;
	overflow: hidden;	
}
.product-list ul {
	margin: 0 -10px;
}
.product-list figure {
	float: left;
	margin-bottom: 20px;
	width: 25%;
}
.product-list figure .item {
	margin: 0 10px;
}
.product-list .pic-wrap {
	position: relative;
}
.product-list .item-mask {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%; 
	color: #fff;
	font-size: 50px;
}
.product-list figure img {
	width: 100%;
}
.product-list .item-info {
	line-height: 60px;
	font-size: 18px;
	background-color: #fff;
}
.product-list figure:hover .item-info {
	background-color: #006abe;
}
.product-list figure:hover a {
	color: #fff;
}
.product-list figure:hover .item-mask {
	display: block;
}
.page-wrap {
	margin: 40px 0 55px;
}
.page-wrap li{
	float: left;
	margin: 0 5px;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #eee;
	background-color: #fff;
}
.page-wrap li.current {
	background-color: #006abe;
}
.page-wrap li.current a {
	color: #fff;
}
.page-wrap li a {
	font-size: 18px;
	color: #666;
}
.page-wrap li.prev a,.page-wrap li.next a {
	font-size: 20px;
	color: #999;
}
.product-banner img{
	width: 100%;
}
.product-banner-info {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 32px 0;
	background-color: rgba(0,0,0,.5);
}
.product-banner .product-title {
	padding-right: 50px;
	line-height: 54px;
	color: #fff;
	font-size: 30px;
	border-right: 1px solid #006abe;
}
.product-banner .product-info {
	padding-left: 25px;
	font-size: 16px;
	color: #fff;
}
.product-banner .pro-type {
	margin-top: 10px;
}
.product-banner .banner-tools {
	position: absolute;
	width: 150px;
	height: 30px;
	bottom: 30px;
	right: 13%;
	text-align: center;
}
.product-banner .swiper-pagination1 {
	width: 33.3333%;
	color: #fff;
	left: 50%;
	margin-left: -16.6%

}
.product-banner .swiper-pagination1 .swiper-pagination-current {
	font-size: 24px;
}

.product-banner .swiper-pagination1  .swiper-pagination-total {
	font-size: 18px;
}
.product-banner .swiper-button-next,.product-banner  .swiper-button-prev {
	width: 20px;
	height: 32px;
	background-size: 20px 32px;
}

.product-profile {
	padding: 80px 0 55px;
}
.product-profile .profile-title:after {
	display: block;
	content:'';
	margin: 50px 0 40px;
	width: 90px;
	height: 1px;
	background-color: #006abe;
}
.product-profile .profile-title h3 {
	font-size: 30px;
	color: #333;
}
.product-profile .profile-title p {
	font-size: 18px;
	color: #c4c3c3;
}
.product-profile .profile-content {
	line-height: 35px;
	font-size: 16px;
}
.product-profile .share {
	margin-top: 60px;
}
.product-profile .share a{
	margin-right: 10px;
}
.product-profile .share img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;	
}
.product-profile .share img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
	
    filter: gray;	
}

.recommend {
	padding: 45px 0 80px;	
}
.recommend .recommend-title {
	margin-bottom: 45px;
}
.recommend .recommend-title h3 {
	font-size: 24px;
	color: #333;
}
.recommend .recommend-title p {
	font-size: 18px;
	color: #c4c3c3;
}

.back {
	margin-top: 30px;
	padding-left: 38px;
	line-height: 24px;
	font-size: 18px;
	color: #888;
	background: url(../img/icon/back-icon.png) no-repeat;
	background-size: contain;
}
@media (max-width: 1300px){
	.container {
		width: 96%;
	}
}


@media (max-width: 1250px){
	.classify-wrap li {
	    width: 100px;
	    height: 38px;
	    line-height: 38px;		
	}
	.product-list .item-mask {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;	
        font-size: 30px;	
	}
	.product-list .item-info {
	    line-height: 40px;
		font-size: 15px;
	}
}

@media (max-width: 1024px){
	.classify-wrap li {
	    width: 80px;
	    height: 30px;
	    line-height: 30px;	
	    font-size: 12px;
	}
	.product-list .item-mask {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;	
        font-size: 30px;	
	}
	.product-list .item-info {
	    line-height: 40px;
		font-size: 15px;
	}
	.product-banner .product-title {
	    line-height: 45px;
	    font-size: 20px;
	}
	.product-banner .product-info {
		font-size: 13px;
	}
	.product-banner .swiper-pagination1 .swiper-pagination-current {
		font-size: 20px;
	}
	.product-banner .swiper-pagination1 .swiper-pagination-total {
		font-size: 13px;
	}
	.product-banner .swiper-button-next, .product-banner .swiper-button-prev {
	    width: 14px;
	    height: 26px;
	    background-size: 14px 26px;		
	}
}

@media (max-width: 900px){
	.classify-wrap li {
		width: 70px;
		font-size: 11px;
		margin: 0 5px;
	}
	.product-list-wrap {
	    padding-top: 20px;
	}
	.product-list figure {
		width: 50%;
	}
	.product-list-wrap h3 {
	    line-height: 38px;
	    font-size: 20px;		
	}
	.product-list-wrap .sub-title {
		font-size: 10px;
	}
	.classify-wrap {
	    margin: 20px 0 50px;
	}
	.classify-wrap li {
		margin-bottom: 10px;
		width: 47%;
	}
	.page-wrap li {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.product-banner-info {
		padding: 20px 0;
	}
	.product-banner .banner-tools {
		bottom: 20px;
	}
	.product-profile {
		padding: 30px 10px 18px;
	}
	.product-profile .profile-title h3 {
	    font-size: 25px;
	}
	.product-profile .profile-title:after {
		margin: 20px 0;
	}
	.product-profile .profile-content {
	    line-height: 24px;
	    font-size: 13px;		
	}
	.product-profile .share {
	    margin-top: 40px;
	}
}

@media (max-width: 767px) {	
	.product-list figure {
		width: 100%;
	}
	.product-banner .banner-tools {
		display: none;
	}
	.product-banner-info {
		padding: 10px 0;
	}
	.product-profile {
		padding: 20px 10px 15px;
	}
	.product-profile .profile-content {
		font-size: 12px;	
	}
	.product-banner .swiper-slide {
		height: 250px;
	}
	.product-banner .product-title {
	    line-height: 35px;
	    font-size: 14px;		
	}
	.product-banner .product-info {
		font-size: 10px;
	}
	.product-banner .pro-type {
		margin-top: 6px;
	}
	.product-banner .product-title {
		padding-right: 20px;
	}
	.product-banner .product-info {
		padding-left: 10px;
	}
	.product-profile .share {
	    margin-top: 20px;
	}
	.classify-wrap li {
		margin-bottom: 10px;
		width: 100%;
		margin: 5px 0; 
	}
	.back {
	    padding-left: 2.2rem;
	    line-height: 1.6rem;
	    font-size: 1.2rem;
	}
}