	#slider2 div.cateName {
		min-width: 50%;
		width: auto;
		max-width: 80%;
		height: 25px;
		line-height: 25px;
		margin: 0 auto;
		color: #FFFFFF;
		position: relative;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border: solid 0px #DCDCDC;
		background: #084d9e;
		padding: 0 5px;
	}
	
	#slider2 {
		width: 80%;
		background: #FFFFFF;
		margin: 0 auto;
	}
	
	#slider2 ul {
		background: #FFFFFF;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	#slider2 ul li {
		border: none;
		box-sizing: border-box;
		border: solid 0px #EFEFEF;
		width: 49%;
		margin: 0;
		padding: 0;
	}
	
	#slider2 ul li img {
		border: solid 1px #EFEFEF;
	}
	
	.productWrapper {
		width: 100%;
		margin: 0 auto;
		display: inline-block;
	}
	
	.productWrapper img.wrapperImg {
		width: 35%;
		display: block;
		margin: 12px auto 8px;
	}
	
	.productWrapper div#preBtn {
		text-align: center;
		float: left;
		width: 10%;
		height: 100%;
	}
	
	.productWrapper div#nextBtn {
		float: right;
		width: 10%;
		height: 100%;
		text-align: center;
	}
	
	.productWrapper div#preBtn img,
	.productWrapper div#nextBtn img {
		max-width: 85%;
		border: none;
	}
	/***********product************/
	
.productcateWrapper {
		width: 96%;
		margin: 18px auto;
		display: table;
	}
	
	.productcateWrapper img {
		width: 100%;
		display: block;
	}
	
	.productcateWrapper .sidePart1 {
		width: 49%;
		float: left;
		margin-bottom: 2%;
	}
	
	.productcateWrapper .sidePart2 {
		width: 49%;
		float: right;
		margin-bottom: 2%;
	}
	
	.productcateWrapper .onlyPart {
		width: 100%;
		margin-bottom: 2%;
	}
	
	/***********product cate************/
	
.newsWrapper {
		width: 100%;
	}
	
	.newsWrapper img.wrapperImg {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	
	.newsWrapper .newsDisplay {
		background: #FFFFFF;
	}
	
	.newsDisplay .new {
		width: 96%;
		margin: 10px auto 0;
		border-bottom: dotted 1px #DFDFDF;
		height: 70px;
		background: #FFFFFF;
	}
	
	.newsDisplay .new .left {
		float: left;
		width: 30%;
		background: #FFFFFF;
		height: 60px;
	}
	
	.newsDisplay .new .left img {
		width: 100%;
		height: 60px;
		/*width: 80%;
		height: 50px;
		display: block;margin: 5px auto;*/
	}
	
	.newsDisplay .new .right {
		float: right;
		width: 68%;
		height: 60px;
		padding-right: 2%;
	}
	
	.newsDisplay .new .right .nTitle {
		width: 100%;
		color: #232323;
		font-size: 15px;
		height: 24px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 22px;
	}
	
	.newsDisplay .new .right .nBrief {
		width: 100%;
		color: #787878;
		font-size: 12px;
		height: 36px;
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.newsWrapper a.moreView {
		display: block;
		width: 110px;
		margin: 4px auto 0;
		padding: 4px 0;
		text-align: center;
		border: solid 1px #dc4d10;
		color: #FFFFFF;background: #dc4d10;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		font-size: 13px;
		letter-spacing: 1px;display: none;
	}

	/***********news************/