﻿/**banner**/
.banner{
	width: 100%;
	height: 560px;
	margin: 0 auto;
}
.ck-slide { height: 560px; margin: 0 auto; width: 100%;}
.ck-slide ul.ck-slide-wrapper { height: 560px;}

/**product**/
.product{
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.product-title{
	width: 1200px;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #d6d6d6;
	margin-top: 15px;
}

.product-title h1{
	text-align: left;
	width: 500px;
	float: left;
	font-size: 18px;
	font-weight: 700;
}

.product-title span{
	float: right;
}

.product-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}

.product-list dl{
	width: 285px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.product-list dl:nth-child(4n){
	margin-right: 0px;
}

.product-list dl dt{
	margin-top: 23px;
}

.product-list dl dd{
	width: 285px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	margin-top: 5px;
}

.product-list dl dd.pro-jg{
	color: #fe7e01;
}

.product-list dl dd.pro-add{
	width: 283px;
	height: 40px;
	border: 1px solid #e0e0e0;
	line-height: 40px;
}

.product-list dl dd.pro-add:hover{
	background: #38a42a;
}

.product-list dl dd.pro-add:hover a{
	color: #fff;
}	

.product-list dl dd.pro-add a{
	color: #979797;
}

.add-line{
	width: 1200px;
	height: 194px;
	margin: 0 auto;
}



