.pg-prod-view {
}
.prod-info {
	background: #FFF;
}
.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;
	color: #00a0e9;
	line-height: 24px;
	padding: 5px 15px;
	font-size: 1.125em;
}

.pinfo .down i
{
	margin-right: 5px;
}



.pinfo .down a:hover {
	background-color: #00a0e9;
	color: #FFF;
}
/**************************/

.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: #FFF;
}

.prod-top .tl
{
	padding: 8px 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;
}
}
