html{
	font-size: 63%
}
body{
	margin: 0;
	background-image: url(../images/background.jpg);
	color: #898989;
	text-align: center;
	
}

a{
	color: #898989;
	text-decoration: none;
}
a:hover{
	color: #000;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear {
	DISPLAY: block; CLEAR: both; WIDTH: 100%; HEIGHT: 1px; OVERFLOW: hidden
}





.main-con{
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.main-con img{
	max-width: 100%;
	height: auto;
}

.img-gray img{
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}



.img-gray:hover img{
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
	
}

.t-l{
	text-align: left;
}
.t-r{
	text-align: right;
}



.product-tit{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: -50px auto ;
}
.product-tit img{
	width: 50%;
}
.product-class{
	font-size: 2.6rem;
	color: #000;
	text-align: center;
	
}
.product-nav{
	width: 100%;
	min-height: 40px;
	margin: 30px auto 20px;
	text-align: center;
	display: block;
}
.product-list{
	width: auto;
	height: 35px;
	line-height: 35px;
	display: inline-block;		
	padding: 0 20px;
	box-sizing: border-box;
}
.product-list a{
	font-size: 1.6rem;
	color: #000;
}
.product-list:hover{
	background-color: #BB0611;	
}
.product-list:hover a{
	color: #fff;	
}
.this-class{
	background-color: #870000;	
}
.this-class a{
	color: #fff;
}
.product-back{
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;	
	box-sizing: border-box;
	background-color: #870000;
	font-size: 1.4rem;	
	margin-bottom: 20px;	
}
.product-back a{
	color: #fff;
}
.product-back:hover{
	background-color: #BB0611;
}
.product-show{
	width: 100%;
	
	margin-bottom: 20px;
	position: relative;
}
.product-mask{
	width: 100%;
	
	overflow: hidden;	
	position: absolute;
	z-index: 15;
	cursor: pointer;
	
}
.slider{
        position: relative;
    }
.slick-list{
	/* padding: 0 !important */
}
.slider-nav .slick-slide img {
	margin: 0 auto;
	padding: 0 5px;
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -o-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
}
.slider-nav .slick-center img{
	padding-top:15px;
	

}
.slick-prev, .slick-next{
	display: none !important;
}


  
.slider-nav {
    width: 100%;
    text-align: center;	
}



.foot-1{
	display: none;
}

.foot-2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #5C0000;
	padding-top: 15px;
	text-align: center;
}
.foot-2  p{
	display: none;
}
.foot-link{
	display: inline-block;
	margin: 0 auto;
	float: none!important;
}
.foot-links{
	float: left;
	height: 20px;
	line-height: 20px;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.foot-links img{
	vertical-align: middle;
}
.foot-links:first-child{
	padding-left: 0;
	border-left: 0;
}
.foot-links:last-child{
	padding-right: 0;
	border-right: 0;
}