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{
	clear: both;
}
.bigger-1:hover img{
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    
}
.bigger:hover img{
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    box-shadow: 0 0 10px gray;
}
.bigger:hover {
	transform: scale(1.05);
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 0.2s ease 0s;
    box-shadow: 0 0 10px gray;
}





.main-con{
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.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%;
	min-height: 54px;
	margin: 80px auto 10px;
}
.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: 100px;
	margin-top: -50px;
}
.product-back a{
	color: #fff;
}
.product-back:hover{
	background-color: #BB0611;
}
.product-show{
	width: 100%;
	height: 540px;
	margin-bottom: 50px;
	position: relative;
}
.product-mask{
	width: 100%;
	height: 541px;
	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;
}


.slick-dots{
	bottom: -30px!important;
}    
.slider-nav {
    width: 450px;
    text-align: center;
    position: absolute!important;
    z-index: 10;
    bottom: 10px;
    right: 100px;
	
}




.foot-1{
	width: 100%;
	background-color: #870000;
	height: 230px;
}
.footer{
	text-align: center;
	width:20%;
	float: left;
	
	margin-top:20px;
	color: #ddd;
}

.footer h3 {
	font-size: 1.58rem;
}
.footer > ul {
	list-style: none;
	
	padding-left: 0;
}
.footer > ul > li {
	line-height: 25px;
	height: 25px;
}
.footer a{
	color: #ddd;
}
.footer a:hover{
	color: #fff;
}
.foot-2{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #5C0000;
	padding-top: 10px;
}
.foot-2  p{
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
	color: #ddd;
}
.foot-link{
	margin-top: 15px;
}
.foot-links{
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	border-right: 1px solid #fff;

}
.foot-links:last-child{
	padding-right: 0;
	border-right: 0;
}