.pg-prod-view {
}
.prod-info {
	background: #e4f1f1 url(../images/bg-case.jpg) left top repeat-x;
}
.prod-info .cate {
	color: #666;
	line-height: 150%;
}
.prod-info .tl {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 150%;
}
.prod-info .pdSlider {
	position: relative;
}
.pdSlider .btn-prev, .pdSlider .btn-next {
	top: 50%;
	margin-top: -30px;
	display: inline-block;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 48px;
	color: #00a0e9;
	opacity: 0.50;
	position: absolute;
	z-index: 999;
	/*background-color:rgba(0,160,230,0.15);
	border-radius:50%;
	*/
	
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.pdSlider .btn-prev {
	left: 0;
}
.pdSlider:hover .btn-prev, .pdSlider:hover .btn-next {
	opacity: 1.0;
}
.pdSlider .btn-prev:hover, .pdSlider .btn-next:hover, .pdSlider .btn-prev:focus, .pdSlider .btn-next:focus {
	opacity: 0.9;
}
.pdSlider .btn-next {
	right: 0;
}
.prod-info .cate, .prod-info .tl, .prod-info .pdSlider {
	padding: 5px 0;
	margin: 0;
}
.prod-info .pinfo {
}
.pinfo .title, .pinfo .title-sm, .pinfo .info2, .pinfo .down {
	padding-top: 8px;
	padding-bottom: 8px;
}
.pinfo .title {
	line-height: 24px;
	margin: 0;
	font-weight: bold;
	font-size: 1.25em;
}
.pinfo .title-sm {
	font-weight: bold;
	font-size: 1.125em;
	line-height: 150%;
	color: #444;
}
.pinfo .info {
	min-height: 476px;
}
.pinfo .info2 {
	color: #666;
	line-height: 150%;
}
.pinfo .down {
	line-height: 24px;
}
.pinfo .down a {
	display: inline-block;
	background-color: #adadad;
	color: #FFF;
	line-height: 36px;
	margin-right: 15px;
}
.pinfo .down i {
	line-height: 36px;
	color: #FFF;
	background-color: #00a0e9;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
.pinfo .down span {
	margin-left: 15px;
	margin-right: 15px;
}
.pinfo .down a:hover {
	background-color: #00a0e9;
}
/**************************/

.prod-sub {
	background: #e2eaea url(../images/bg-sub.jpg) top center no-repeat;
	background-size: 100% auto;
}
.prod-sub h1 {
	padding: 10px 0 30px 0;
	font-size: 1.75em;
	font-weight: bold;
}
.prod-items {
}
.prod-items .item {
	width: 25%;
	float: left;
}
.prod-items .item-box {
	padding: 3px;
}
.prod-items .item-box img {
	width: 100%;
}
.prod-items .item-bg {
	position: relative;
}
.prod-items .tl {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px;
	text-align: left;
	background-color: #d5d5d5;
	color: #444;
	z-index: 1000;
	width: 100%;
	line-height: 20px;
	background-color: rgba(0,0,0,0.15);
}
.prod-items li:hover .tl, .prod-items .tl:hover {
	color: #FFF;
	background-color: #33b3ed;
	background-color: rgba(0,160,232,0.75);
}
.prod-cont {
	background-color: #fff;
}
.prod-cont h1.title {
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom:20px;
}
.prod-cont h2, .prod-cont h3 {
	font-weight: bold;
	font-size: 1.125em;
}

.prod-cont .title span
{
	margin-left:20px;
	font-weight:normal;
	color:#666;
	font-size:14px;	
}

.contents {
	color: #666;
}
.prod-top {
	background-color: #b6b6b6;
}
.prod-top .topSlider {
	position: relative;
	width: 96%;
	margin: 0 auto;
	max-width: 1900px;
}
.prod-top .topSlider img {
	width: 100%;
}
.prod-top a.tl, .prod-top a.thu {
	display: block;
}
.prod-top a.tl {
	background-color: #d7d7d7;
	color: #333;
	padding: 8px;
	line-height: 24px;
	text-align: center;
}
.prod-top li:hover a.tl, .prod-top a.tl:hover {
	background-color: #00a0e9;
	color: #fff;
}
.topSlider .btn-prev, .topSlider .btn-next {
	top: 0;
	margin-top: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	text-align: center;
	font-size: 48px;
	color: #fff;
	opacity: 0.50;
	position: absolute;
	z-index: 999;
	background-color: rgba(0,160,232,0.85);
	border-radius: 4px;
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.topSlider .btn-prev i, .topSlider .btn-next i {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: -30px;
	line-height: 60px;
}
.topSlider .btn-prev {
	left: 0;
}
.topSlider:hover .btn-prev, .topSlider:hover .btn-next {
	background-color: rgba(0,160,232,0.80);
	opacity: 0.9;
}
.topSlider .btn-prev:hover, .topSlider .btn-next:hover, .topSlider .btn-prev:focus, .topSlider .btn-next:focus {
	background-color: rgba(0,160,232,0.95);
	opacity: 1.0;
}
.topSlider .btn-next {
	right: 0;
}
 @media screen and (max-width:767px) {
.pdSlider .btn-prev {
	margin-left: 0;
}
.pdSlider .btn-next {
	margin-right: 0;
}
.topSlider .btn-prev, .topSlider .btn-next {
	width: 30px;
	font-size: 24px;
}
.prod-items .item {
	width: 50%;
}
.pinfo .info {
	min-height: 100px;
}
}
 @media screen and (max-width:384px) {
.prod-items .item {
	width: 100%;
	float: none;
}
}
