
/************************************************************\
* pproduct_list  / 產品介紹
\************************************************************/

#product{
	float: left;
	position: relative;
	width: 100%;
	z-index: 99;
	/*height: 644px;
	min-height: 644px;*/
	opacity: 0;
	opacity: 1\9\0;
}
#product_type{
	float: left;
	width: 100%;
}
#product_type li{
	background-image: none;
	position: relative;
	overflow: hidden;
	/*min-height: 644px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition: all 1s ease ;
	transition: all 1s ease ;*/
	border-left: none;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
	opacity: 0;
	opacity: 1\9\0;
}
#product_type li:hover{
	border-left: 1px solid #000000;
}

#product_type a{
    color: white;
    float: left;
    font-family: "標楷體";
    height: 100%;
    width: 100%;
    z-index: 5;
}
#product_type .slogan{
	float: left;
	padding: 25px;
	position: absolute;
	z-index: 5;
	top: 445px;
	width: 46%;
	height: 100px;
	opacity: 0;
	opacity: 1\9\0;
}
#product_type .slogan2{
	float: left;
	padding: 25px;
	position: absolute;
	z-index: 5;
	top: 400px;
	width: 46%;
	height: 100px;
	opacity: 0;
	opacity: 0\9;
}
#product_type li h3{
	float: right;
	text-align: right;
	font-family: "SimSun", 'cwTeXFangSong', serif;
	font-size: 25px;
	line-height: 31px;
	margin-top: 3px;
	color: #ffffff;
}
#product_type li h3 div{
	float: right;
	width: 25px;
	margin-left: 23px;
}
#product_type li h4{
	position: absolute;
	bottom: 5px;
	right: 0;
	text-align: right;
	font-family: "SimSun", 'cwTeXFangSong', serif;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
}
#product_type li h4 div{
	float: right;
	width: 25px;
}
#product_type li h4 div:before,
#product_type li h4 div:after{
	content: " ";
	position: absolute;
}
#product_type li h4 div:before{
	background: url(../images/txa.png) no-repeat;
	top: -5px;
	left: 10px;
	width: 14px;
	height: 6px;
}
#product_type li h4 div:after{
	background: url(../images/txb.png) no-repeat;
	bottom: -5px;
	left: 10px;
	width: 14px;
	height: 5px;
}
#product_type li h5{
	position: absolute;
	bottom: -55px;
	right: 15px;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	font-family: myriad pro;
	letter-spacing: 2px;
}
#product_type li img{
	position: absolute;
	top: 0;
	width: 300px;
}
#product_type li img:nth-child(2){
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
#product .bx-pager{
	display: none;
}
#product .bx-wrapper .bx-viewport{
	left: 0;
}
#product .bx-wrapper{
	max-width: none !important;
	margin: 0;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition: all 0.5s ease ;
	transition: all 0.5s ease ;   
	/*  background-image: url("../images/product/product-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	float: left;
	width: 100%;
}

/*****************************\
* btn
\*****************************/
.btnArea .btnWrap{
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0;
	opacity: 1\9\0;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	     -o-transform: translateX(0px);
	        transform: translateX(0px);
			
	display: inline-block;
	opacity: 0.5;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;
}
.btnArea .btnWrap:hover{
	opacity: 1;
}
.btnArea a{
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0;
	opacity: 1\9\0;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	     -o-transform: translateX(0px);
	        transform: translateX(0px);
}
.btnArea .btnWrap:nth-child(1){
	left: 19px;
}
.btnArea .btnWrap:nth-child(2){
	right: 19px;
}
.btnArea .pre{
	background: url(../images/pprev.png) no-repeat;
}
.btnArea .next{
	background: url(../images/pnext.png) no-repeat;
}

/************************************************************\
* customer footer
\************************************************************/
#footer .menu{
	display: none;
}