.productParam {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	display: table;
}

.productParam .left_ {
	width: 650px;
	float: left;
}

.productParam .left_ .slider {
	margin: 0 auto;
}

.productParam .left_ .slider img {
	width: 100%;
	max-width: 100%;
}

.productParam .right_ {
	width: 520px;
	float: right;
}

.productParam .right_ .prTitle {
	font-size: 30px;
	padding-bottom: 10px;
	word-break: break-all;
	line-height: 30px;
	letter-spacing: 2px;
	color: #232323;
	border-bottom: dashed 0px #DFDFDF;
	margin-top: 2px;
}

.productParam .right_ .prTitle span {
	width: 100%;
	display: block;
	font-weight: bold;
}

.productParam .right_ .pParameter {
	margin-top: -10px;
}

.productParam .right_ .pParameter div.paramTitle {
	border-left: solid 4px #db4d0f;
	height: 16px;
	font-size: 16px;
	padding-left: 10px;
	line-height: 14px;
	letter-spacing: 2px;
	margin-bottom: 13px;
	color: #232323;
}

.productParam .right_ .pParameter img {
	max-width: 100%;
}

.productShow {
	margin: 10px auto 20px;
	font-weight: bold;
	text-align: center;
	color: #454545;
	width: 100%;
}

.productShow span {
	height: 30px;
	display: block;
	line-height: 30px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	width: 200px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 15px;
}

.productShow hr {
	padding: 0;
	margin: 0;
	position: relative;
	top: -15px;
}

ul.gallery {
	width: 100%;
	margin: 0 auto;
}

.inner-all {
	clear: both;
	margin-top: 10px;
}

.nWrapper {
	max-width: 1920px;
	margin: 0 auto;
	min-height: 800px;
}

.nContent {
	width: 1200px;
	margin: 0 auto;
	display: table;
	height: auto;
	padding-bottom: 100px;
}

.rightContent {
	width: 100%;
	float: right;
	background: #FFFFFF;
}

.rightContent .nsection1 {
	padding-top: 35px;
	padding-bottom: 10px;
	border-bottom: dotted 0px #898989;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.rightContent .nsection1 .nleft {
	font-size: 22px;
	float: left;
}

.rightContent .nsection1 .nright {
	font-size: 12px;
	float: right;
	margin-top: 10PX;
	color: #cbb813;
}

.rightContent .nsection1 .nright a {
	color: #cbb813;
}

.rightContent .nsection1 a:hover {
	color: #9a913f;
}


/*****/

.inner-content .prev_next {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.inner-content .prev_next a {
	display: block;
	float: right;
	font-size: 35px;
	margin-left: 10px;
	/*background: #c85905;*/
	border: solid 1px #7f7f7f;
	height: 40px;
	width: 40px;
	line-height: 35px;
	color: #7f7f7f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.inner-content .prev_next a:hover {
	background: #e3711c;
	color: #FFFFFF;
	border: solid 1px #e3711c;
}

.inner-content .prev_next a.nodata_,
.inner-content .prev_next a.nodata_:hover {
	cursor: default;
	border: solid 1px #CFCFCF;
	color: #CFCFCF;
	background: #FFFFFF;
}


/*****/

.productShow2 {
	border-bottom: solid 2px #db4d0f;
	width: 180px;
	padding: 10px 0;
	margin-bottom: 22px;
	font-size: 16px;
	color: #3F3F3F;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.productShow2:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 0;
	background: #fd9444;
	height: 2px;
	z-index: -11;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.pLikeBtm:hover .productShow2:after {
	width: 100%;
}

.pLikeBtm {
	width: 100%;
}