.product-category,
.product-name {
    font-size: 31px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    margin: 10px 0 60px;
}
.product-list {
    margin: 0 -10px;
}
.product-list li {
    width: 33.33%;
    padding: 0 10px;
}
.product-list li a {
	max-width: 325px;
	margin: 0 auto 50px;
}
.product-list .pic {
	height: 210px;
	position: relative;
	border: thin solid #E0E0E0;
	padding: 4px;
}
.pic:hover+.description {
	display: block;
}
.description {
	background: rgba(255,255,255,0.50);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.description:hover {
	opacity: 1;
}

.product-list .product-name {
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 5px;
	text-align: center;
}
.product-list li a:hover .product-name {
	color: #0F42AC;
}
.intro-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin: 20px 0;
}
.intro-table tr {
    border-bottom: 1px solid #ddd;
}
.intro-table th {
    color: #FF732F;
    width: 70px;
    text-align: left;
}
.intro-table th,
.intro-table td {
    padding: 5px;
    vertical-align: top;
}

.gallery {
    margin-bottom: 60px;
}
.gallery .breadcrumb {
    margin-bottom: 0;
}
.gallery .stage {
    float: left;
    width: 84.6%;
}
.gallery .txt {
    float: left;
    width: 12.38%;
	margin-left: 3%;
}
.gallery .thumbnails {
    margin-top: 0px;
}
.gallery .thumbnails ul {
    max-width: 100%;
    margin: -4px -2px 0;
}
.gallery .thumbnails ul li {
    width: 100%;
    padding: 20px 3px 0;
    margin: -16px auto 14px auto;
}
.gallery .thumbnails a {
    position: relative;
    max-width: 181px;
}
.gallery .thumbnails li.active a:before,
.gallery .thumbnails a:hover:before {
    content: " ";
    background: rgba(255,255,255,0.70) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery .product-name {
	color:#535353;
	font-size:24px;
	text-align: center;
	margin: 0.67em 0 1.5em 0;
}
.product-name {
    font-size: 32px;
    margin-bottom: 15px;
}
.detail-title {
    background: url(../images/products/detail_title.jpg) no-repeat 30px 0;
    height: 17px;
    text-indent: -99999px;
    margin: 0 -30px 30px;
}
.product-detail {
    margin: 0 -30px;
    padding: 0 30px 10px;
}
.product-detail .title {
    color: #FF732F;
    font-size: 33px;
    letter-spacing: 3px;
    font-family: "微軟正黑體", 'Lora', serif ;
    line-height: 1.2;
}
.product-detail-p{
	float:left;
	width:70%;
}
.product-detail-pic{
	float:left;
	width:30%;
}

@media screen and (max-width: 1440px) {
    .product-list {
        max-width: 1200px;
        margin: 0 auto;
    }
    .product-list li {
        width: 33.33%;
    }
@media screen and (max-width: 1300px) {
    .product-list {
		max-width: 1000px;
		margin: 0 50px !important;
		text-align: center !important;
    }
    .product-list li {
        width: 50%;
    }
    .gallery .stage,
    .gallery .txt {
        float: none;
        width: auto;
		margin-left: 0%;
    }
    .gallery .thumbnails ul {
        max-width: 102%;
        margin: 0 -2.5% 0px auto;
    }
	.gallery .thumbnails {
    margin-top: 10px;
	}
	.gallery .thumbnails ul li {
    width: 14%;
    padding: 26px 0px 0px 0;
    margin: -14px 2.6% 14px auto;
    float: left;
	}
}
@media screen and (max-width: 900px) {
	.product-detail-p{
	width:100%;
}
.product-detail-pic{
	width:100%;
}

}
@media screen and (max-width: 800px) {
    .product-category,
    .product-name {
        font-size: 20px;
    }
    .product-list li {
        width: auto;
        float: none;
        padding: 0;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
}
@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
}
@media screen and (max-width: 479px) {
.gallery .product-name {
	font-size:28px;
}
}