/*Evy Edit 20150401*/

/*.insideHeader {

	background: url(../images/inside/header_bg.jpg) repeat-x bottom center;

	opacity: 1;

}

.sabit {

	background: url(../images/inside/header_bg.jpg) repeat-x bottom center;

}*/

/*----------------For Product List----------------*/

.product {
	margin: 140px auto 30px auto;
}
.productBanner {
	position: relative;
	width: 1200px;
	height: 220px;
	margin: 0 auto 0px auto;
	background: url(../images/inside/inside_bg_product.png) no-repeat bottom center;
}
.productBanner figure {
	position: absolute;
	left: 20px;
	width: 600px;
	height: 220px;
	background: url(../images/index/dr_luo.png) no-repeat bottom center;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}
.productBanner h2 {
	position: absolute;
	width: 40%;
	top: 50px;
	right: 0px;
	font-family: "標楷體", "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
	font-size: 26px;
	color: #cdac43;
	line-height: 30px;
	padding-right: 10%;
	padding-bottom: 10px;
}
.productBanner p {
	position: absolute;
	right: 0px;
	top: 90px;
	width: 40%;
	padding-right: 10%;
	color: #333;
}
.productList {
	width: 1000px;
	margin: 0 auto;
}
.productList h2 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.productList h2 span {
	font-size: 18px;
	font-weight: normal;
	margin-left: 15px;
}
.productList mark {
	background: #FFF;
	color: #A67E00;
	font-size: 13px;
}
.productList figcaption a, .productList figcaption a:visited {
	font-size: 14px;
	color: #333;
}
.productList figcaption a:visited {
	font-size: 14px;
	color: #999;
}
.productList figcaption a:hover {
	color: #F06;
}
.productList ul {
	text-align: center;
}
.productList ul li {
	width: 250px;
	display: inline-block;
	margin-left: -4px;
	margin-bottom: 40px;
	vertical-align: top;
	text-align: center;
}
.productList ul li figure {
	width: 250px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
	opacity: 0.7;
	transition: linear 0.3s;
}
.productList ul li figure:hover {
	opacity: 1;
}
.productList ul li img {
	max-width: 100%;
}
/*----------------For Product Detail----------------*/

.clearFloat {
	clear: both;
}
.crumb {
	width: 1000px;
	margin: 0 auto 0 auto;
	font-size: 12px;
}
.crumb a::after {
	content: ">";
	height: 36px;
	display: inline-block;
	font-size: 11px;
	color: #aaa;
	margin: 0 8px;
}
.productDescribe {
	width: 1000px;
	min-height: 400px;
	margin: 0 auto 20px auto;
}
.productDescribe h1 {
	font-size: 24px;
	line-height: 32px;
}
.productDescribe h2 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.productDescribe h3 {
	font-size: 14px;
	line-height: 24px;
	color: #F06;
}
.productDescribe p {
	margin-bottom: 20px;
}
.productDescribe figure {
	float: left;
	width: 400px;
	height: 400px;
}
.productDescribe figure img {
	max-width: 100%;
}
.productDescribe .titleGroup {
	border-bottom: 1px solid #cacaca;
	margin: 10px 0;
}
.productDescribe .productInfo {
	position: relative;
	margin-left: 420px;
}
.productDescribe .productInfo .fb-like {
	position: absolute;
	right: 0;
	top: 30px;
}
.productInfo ul{
	
}
.productInfo ul li{
	list-style:square;
	margin-left:20px;
}
.productDetail {
	width: 1000px;
	margin: 0 auto;
	min-height: 300px;
}
ul.productTap {
	position: relative;
}
ul.productTap li {
	display: inline-block;
	min-width: 150px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #cacaca;
	border-bottom: 0px;
	padding: 0 10px;
	background: #fff;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-right: -4px;
	text-align: center;
}
ul.productTap li.select {
	background: url(../images/inside/tap_bg.jpg) repeat-x left bottom;
}
.productContent {
	padding: 30px;
	border-top: 1px solid #cacaca;
}
.productContent img {
	max-width: 100%;
}
.productContent .show {
	display: block;
}
.productContent section figure {
	text-align: center;
}
ul.productTap li a {
	display: block;
}
/*----------------For Product Recommend----------------*/

.productRecommend {
	width: 1000px;
	margin: auto;
	padding: 40px 0px;
}
.productRecommend h2 {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 20px;
}
.productRecommend mark {
	background: #FFF;
	color: #A67E00;
	font-size: 13px;
}
.productRecommend figcaption a, .productRecommend figcaption a:visited {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.productRecommend figcaption a:visited {
	font-size: 14px;
	color: #999;
}
.productRecommend figcaption a:hover {
	color: #F06;
}
.productRecommend ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.productRecommend ul li figure {
	overflow: hidden;
	margin-bottom: 10px;
	opacity: 0.7;
	transition: linear 0.3s;
	position: relative;
	padding: 0px 30px;
	height:200px;
	line-height:200px;
}
.productRecommend ul li figure:hover {
	opacity: 1;
}
.productRecommend ul li img {
	max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

/*768-1023*/

@media only screen and (max-width : 1023px) {
.productList, .crumb, .productDescribe, .productDetail, .productRecommend {
	width: 96%;
}
.productBanner {
	width: 100%;
}
.productBanner h2 {
	position: absolute;
	width: 50%;
	top: 0px;
}
.productBanner p {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 50%;
}
}



/*320-767*/

@media only screen and (max-width : 767px) {
.productList, .crumb, .productDescribe, .productDetail, .productRecommend {
	width: 94%;
}
.productBanner figure {
	position: absolute;
	left: 0px;
	background: url(../images/index/dr_luo_phone.png) no-repeat left bottom;
	width: 100%;
}
.productBanner h2 {
	position: absolute;
	width: 65%;
	top: 0px;
	padding-right: 5%;
}
.productBanner p {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 65%;
	font-size: 13px;
	line-height: 20px;
	padding-right: 5%;
}
.productList h2 {
	text-align: center;
}
.productList ul li {
	width: 100%;
	display: block;
	margin-left: 0px;
}
.productList ul li figure {
	overflow: hidden;
	margin: 0 auto;
}
.productDescribe figure {
	float: none;
	max-width: 100%;
	height: auto;
}
.productDescribe .productInfo {
	margin-left: 0px;
}
.productContent {
	padding: 20px 0px;
}
.productContent section figure {
	max-width: 90%;
}
.productRecommend {
}
.product {
	margin: 0;
	padding-top: 180px;
}
}
