﻿#pcontent {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}

@media only screen and (min-width: 1350px) {
#pcontent .container { 
	min-width: 1320px;
}
}

.pbox1 {
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 1em;
	line-height: 1.8em;
	min-height: 300px;
}
.itemarea {
	width: 100%;
	float: left;
}
.pageright {
	float: left;
	width: calc(100% - 200px);
	padding: 0 0 0 40px;
}
@media (max-width: 991px) {
.pageright {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
}

/*************************
*******Product CSS******
**************************/
#product-ov {
	width: 100%;
	float: left;
}
#product-ov ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#product-ov li { 
	display:block;
	list-style:none;
	width:50%;
	float: left;
	padding: 20px 2%;
	margin: 0;
}
#product-ov li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 0;
	border: 1px solid #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#product-ov li a:hover .pro-img {
	border: 1px solid #77de76;
}
#product-ov ul li .pro-name {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000000;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov li a:hover .pro-name {
	color: #02a301;
}
#product-ov ul li .pro-format {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #999;
	margin-top: 3px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov ul li .pro-money {
	font-size: 1em;
	line-height: 1.4em;
	color: #d80000;
	display: inline-block;
	float: right;
	width: 100%;
	margin-top: 6px;
	text-align: center;
	font-weight: bold;
}
#product-ov ul li .pro-money del {
	color: #b8b8b8;
	margin-right: 10px;
	font-weight: normal;
}
#product-ov ul li .productimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#product-ov ul li a:hover .productimg {
	opacity: 0.8;
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
#product-ov ul li .productimg2 {
	width: 100%;
	height: 40px;
	outline: none;
	display: inline-block;
	float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (max-width: 767px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (max-width: 480px) {
#product-ov li { 
	width:98%;
	padding: 20px 1%;
}
}

