	.sectionContent {
		width: 100%;
		background: #FFFFFF;
		position: relative;
		z-index: 2;
	}
	
	.section1 {
		width: 98%;
		margin: 10px auto 2px;
	}
	
	img.productTitle {
		display: block;
		margin: 0 auto 6px;
		width: 100%;
	}
	
	#slider2 div.cateName {
		min-width: 50%;
		width: auto;
		max-width: 80%;
		height: 30px;
		line-height: 30px;
		margin: 0 auto;
		background: #FFFFFF;
		color: #454545;
		position: relative;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border: solid 0px #DCDCDC;
	}
	
	#slider2 {
		width: 76%;
		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 0px #EFEFEF;
	}
	/***/
	
	.section2 {
		width: 98%;
		margin: 16px auto 2px;
		display: table;
		clear: both;
		position: relative;
		top: 10px;
	}
	
	.section2 a,
	.section2 img {
		display: block;
	}
	
	.section2 img {
		width: 100%;
	}
	
	.section2 .d-1 a,
	.section2 .d-2 a {
		float: left;
	}
	
	.section2 .d-1 a:nth-of-type(1) {
		/*width: 32%;*/
		width: 32.66666666666667%;
	}
	
	.section2 .d-1 a:nth-of-type(2) {
		/*width: 38.4%;
			margin: 0 2%;*/
		width: 39.2%;
		margin: 0 1%;
	}
	
	.section2 .d-1 a:nth-of-type(3) {
		/*width: 25.6%;*/
		width: 26.13333333333333%;
	}
	
	.section2 .d-2 {
		padding-top: 1%;
		clear: both;
	}
	
	.section2 .d-2 a:nth-of-type(1) {
		width: 32.66666666666667%;
	}
	
	.section2 .d-2 a:nth-of-type(2) {
		float: right;
		width: 66%;
	}
	/***/
	.section3 {
				width: 98%;
				margin: 10px auto 2px;
				display: table;
				clear: both;
				position: relative;
				top: 10px;
			}
			
			img.newsTitle {
				display: block;
				margin: 0 auto 6px;
				width: 100%;
			}
			
			.newsList a.new-left {
				margin-left: 1%;
				width: 48%;
				float: left;
				border: solid 0px #CFCFCF;
				padding-bottom: 3px;
				display: block;
			}
			
			.newsList a.new-right {
				margin-left: 1%;
				width: 48%;
				float: right;
				border: solid 0px #CFCFCF;
				padding-bottom: 3px;
				display: block;
			}
			
			.newsList {
				width: 96%;
				margin: 0 auto 20px;
				display: table;
			}
			
			.newsList .new img {
				width: 100%;
				display: block;
				height: 100px;
			}
			
			.newsList .n-title {
				font-size: 14px;
				padding: 6px 0 2px;
				color: #1F1F1F;
				letter-spacing: 1px;
			}
			
			.newsList .n-brief {
				font-size: 12px;
				height: 32px;
				display: -webkit-box;
				text-overflow: ellipsis;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				line-height: 16px;
				color: #9A9A9A;
				letter-spacing: 1px;
			}
			
			.newsList .nMore {
				width: 100%;
				height: 35px;
				line-height: 35px;
				border-bottom: solid 1px #CFCFCF;
				position: relative;
			}
			
			.newsList .nMore span {
				display: inline;
				background: #A40000;
				color: #FFFFFF;
				font-size: 12px;
				position: relative;
				top: 5px;
				padding: 4px 8px;
				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;
			}