.productcateWrapper {
	width: 1200px;
	margin: 0 auto;
	display: table;
	height: 693px;
}

.productcateWrapper div {
	float: left;
}

.productcateWrapper div.first {
	width: 305px;
}

.productcateWrapper a,
.productcateWrapper img {
	display: block;
}

.productcateWrapper div.first a.f-2 {
	top: 3px;
	position: relative;
}

.productcateWrapper div.second {
	width: 623px;
	margin: 0 3px;
}

.productcateWrapper div.second span {
	width: 100%;
	height: 328px;
}

.productcateWrapper div.second a,
.productcateWrapper div.second a img {
	margin: 0;
	padding: 0;
	border: none;
}

.productcateWrapper div.second a.s-1 {
	float: left;
}

.productcateWrapper div.second a.s-2 {
	float: right;
}

.productcateWrapper div.second .s-3 {
	top: 3px;
	position: relative;
}

.productcateWrapper div.third {
	width: 265px;
}

.productcateWrapper div.third a.t-2 {
	top: 3px;
	position: relative;
}


/******productcate******/

.productWrapper {
	width: 1200px;
	margin: 20px auto 0;
}

.productcateWrapper img.productTitle {
	display: block;
	margin: 0 auto;
}


/******product******/

.newsWrapper {
	clear: both;
	width: 1200px;
	margin: 20px auto 0;
}

.newsWrapper img.newsTitle {
	display: block;
	margin: 0 auto;
}

.newsWrapper .newsContent {
	width: 100%;
	display: table;
	padding-top: 10px;
}

.newsWrapper .newsContent a {
	width: 360px;
	display: block;
	float: left;
	color: #666666;
	height: 386px;
}

.newsWrapper .newsContent a .nMore {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: solid 1px #CFCFCF;
	position: relative;
}

.newsWrapper .newsContent a .nMore span {
	display: inline;
	background: #A40000;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	top: 8px;
	padding: 5px 14px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
	border: solid 1px #A40000;
	transition: all .3s;
	-moz-transform: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	margin: 0;
	text-transform: uppercase;
}

.newsWrapper .newsContent a .nMore span:hover {
	color: #A40000;
	border: solid 1px #A40000;
	background: #FFFFFF;
}

.newsWrapper .newsContent a .nMore:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 1px;
	background: #a40000;
	width: 0;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
}

.newsWrapper .newsContent a:hover .nMore:after {
	width: 100%;
}

.newsWrapper .newsContent a .nTitle {
	width: 100%;
	height: 40px;
	line-height: 45px;
	font-size: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1F1F1F;
}

.newsWrapper .newsContent a .nBrief {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsWrapper .newsContent a .nImg {
	width: 100%;
	height: 248px;
	margin-top: 12px;
	overflow: hidden;
}

.newsWrapper .newsContent a .nImg img {
	width: 100%;
	height: 100%;
	display: block;
}

.newsWrapper .newsContent a:hover .nImg img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
}


/******news******/