	.productShow {
		margin-bottom: 0px;
		font-weight: bold;
		text-align: center;
		color: #181818;
	}
	
	.productShow span {
		height: 30px;
		display: block;
		line-height: 30px;
		position: relative;
		z-index: 2;
		background: #FFFFFF;
		width: 150px;
		margin: 0 auto;
		font-size: 15px;
		text-transform: uppercase;
	}
	
	.productShow hr {
		padding: 0;
		margin: 0;
		position: relative;
		top: -15px;
	}
	/*++++++++++++++++++zoom++++++++++++++++++*/
	
	.mui-preview-image.mui-fullscreen {
		position: fixed;
		z-index: 9999;
		background-color: #000;
	}
	
	.mui-preview-header,
	.mui-preview-footer {
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 10;
	}
	
	.mui-preview-header {
		height: 44px;
		top: 0;
	}
	
	.mui-preview-footer {
		height: 50px;
		bottom: 0px;
	}
	
	.mui-preview-header .mui-preview-indicator {
		display: block;
		line-height: 25px;
		color: #fff;
		text-align: center;
		margin: 15px auto 4;
		width: 70px;
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 12px;
		font-size: 16px;
	}
	
	.mui-preview-image {
		display: none;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	.mui-preview-image.mui-preview-in {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}
	
	.mui-preview-image.mui-preview-out {
		background: none;
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut;
	}
	
	.mui-preview-image.mui-preview-out .mui-preview-header,
	.mui-preview-image.mui-preview-out .mui-preview-footer {
		display: none;
	}
	
	.mui-zoom-scroller {
		position: absolute;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		-webkit-backface-visibility: hidden;
	}
	
	.mui-zoom {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	.mui-slider .mui-slider-group .mui-slider-item img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
		width: 100%;
	}
	
	.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
		display: inline-table;
	}
	
	.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
		display: table-cell;
		vertical-align: middle;
	}
	
	.mui-preview-loading {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}
	
	.mui-preview-loading.mui-active {
		display: block;
	}
	
	.mui-preview-loading .mui-spinner-white {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
		height: 50px;
		width: 50px;
	}
	
	.mui-preview-image img.mui-transitioning {
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
	}
	
	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	
	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	
	@keyframes fadeOut {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	/*++++++++++++++++++zoom++++++++++++++++++*/
	
	.index-img {
		margin-bottom: 10px;
		display: table;
	}
	
	.index-img img {
		display: block;
		width: 50%;
		margin-top: 6px;
		margin: 0;
		padding: 0;
	}
	
	.index-img img.img-1 {
		float: left;
	}
	
	.index-img img.img-2 {
		float: right;
	}
	
	img.index-news-img {
		width: 100%;
		margin: 0 auto;
	}
	/*********++++++++++++++*************/
	
	.mui-table-view:before,
	.mui-table-view:after {
		left: 100%;
	}
	
	#index_news2 {
		display: none;
	}
	
	#index_news,
	#index_news2 {
		background: #FFFFFF;
		clear: both;
		border-top: solid 2px #CFCFCF;
	}
	
	#index_news li,
	#index_news2 li {
		padding-left: 10px;
	}
	
	#index_news a,
	#index_news2 a {
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 13px;
		color: #454545;
	}
	
	#index_news a img,
	#index_news2 a img {
		vertical-align: middle;
		width: 18px;
		height: 12px;
		border: none;
		margin-right: 4px;
		margin-top: -2px;
	}
	
	#index_news a .left-1,
	#index_news2 a .left-1 {
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 65%;
	}
	
	#index_news a .right-1,
	#index_news2 a .right-1 {
		float: left;
		width: 35%;
		text-align: center;
	}
	
	#cateList .nowPage {
		color: #286fe1;
	}
	
	#cateList .totalPage {
		color: #232323;
	}
	
	.product-series {
		width: 120px;
		height: 36px;
		margin: 0 auto;
		display: block;
		margin-top: 4px;
	}
	
	#slider2 div.cateName {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}
	
	.news_content {
		width: 100%;
		background: #f2f2f2;
	}
	
	.news_content .news_content-1 {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		width: 200px;
		margin: 0 auto;
		height: 30px;
	}
	
	.news_content .news_content-1 a {
		color: #232323;
		height: 100%;
		line-height: 30px;
		background: #b2b2b2;
		display: block;
		float: left;
		width: 100px;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.news_content .news_content-1 a.news-active {
		background: #840d07;
		color: #FFFFFF;
	}
	
	.news_content .news_content-1 a.news-1 {
		-webkit-border-radius: 4px 0px 0px 4px;
		-moz-border-radius: 4px 0px 0px 4px;
		border-radius: 4px 0px 0px 4px;
	}
	
	.news_content .news_content-1 a.news-2 {
		-webkit-border-radius: 0px 4px 4px 0px;
		-moz-border-radius: 0px 4px 4px 0px;
		border-radius: 0px 4px 4px 0px;
	}