@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------*/
/*取消 Html 原有樣式
/*----------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,span{margin:0;padding:0;;}
table { border-collapse: separate; border-spacing: 0; vertical-align: middle; }
q, blockquote { quotes: "" ""; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }
*:focus { outline: 0; }
img a { border: none; }
caption { text-align: left; }

fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
/*----------------------------------------------------------------------------*/
/* 共用樣式
------------------------------------------------------------------------------*/
.button_btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.button1{
	color: #FFF !important;
	border: 1px solid #bab9b9;
	background-color: #3f3f3f;
	background-image: url(images/btn1bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.button2{
	color: #FFF !important;
	border: 1px solid #bab9b9;
	background-color: #175306;
	background-image: url(images/btn2bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.button3{
	color: #000 !important;
	border: 1px solid #bab9b9;
	background-color: #dbdbdb;
	background-image: url(images/btn3bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.red:hover {
	background: #cb0000 url(images/back_red_hover.jpg) repeat-x left top;
}
/*字型*/
h1{
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
h2{ font-size: 15px; }
h3{ font-size: 15px; }
h4{ font-size: 15px; }
h5{ font-size: 15px; }
h6{ font-size: 15px; }

/*文字設定*/
a {
	color: #000;
	text-decoration: none;
}
.date {
	font-size: 9px;
}

a:hover{
	color: #900;
}
.t_red{
	color: #C00;
}

/*----按鈕--*/
.btn { margin-bottom: 10px; text-align: center; margin-top: 10px; clear: both; }
.btn input,.btn a{ margin-right: 7px; margin-left: 7px; }
input.button { background-image: url(../../images/default/button.jpg); background-repeat: repeat-x; background-position: left top; border: 1px solid #ADADAD; color: #333; cursor: pointer; cursor:hand; font-size: 11px; font-weight: bold; line-height: 20px; .line-height: 18px; padding: 0 10px; .padding: 0 4px; text-decoration: none; text-shadow: #9b9b9b 0 -1px 1px; vertical-align: middle; vertical-align: baseline; /*各瀏覽器的圓角設定，這裡捨棄對 IE6 的支援*/ border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; } 
input.button2 { color: #FFF; background-color: #E8A763; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: 1px solid #EDC7A5; margin-right: 5px; margin-left: 5px; }

/*----表格--*/
.table { }
.table td {}
.table TR.even TD {  background-color: #F6F6F6;}/*雙數列*/
.table TR.odd TD { background-color: #FFC; }/*雙數列*/

.table1 { border-right-width: 2px; border-bottom-width: 1px; border-left-width: 2px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #68C0E0; border-bottom-color: #68C0E0; border-left-color: #68C0E0; }
.table1 td,.table1 th{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #68c0e0; padding-top: 6px; padding-right: 20px; padding-bottom: 6px; padding-left: 20px; background-color: #e9f4f8; }
.table1 th{ background-color: #68c0e0; font-weight: bold; color: #FFFFFF; font-size: 15px; }

/*----------------------------------------------------------------------------*/
/* Hack 瀏覽器解決方式
------------------------------------------------------------------------------*/


/* 避免無空格的長文拉寬畫面 */
td.code , td.quote {display: block !important;overflow: auto !important}

/* 兩邊等高*/
html[xmlns] .clearfix{	display: block;} 
.clearfix:after { content: "."; display: block; clear: both; : hidden;	line-height: 0; height: 0; visibility: hidden; } 
.clearfix{	display: inline-block;} 
* html .clearfix {	height: 1%;}

/* 兩邊等高-li*/
html[xmlns] .clearfix_ul {	display: block;} 
.clearfix_ul li:after{ content: "."; display: block; clear: both; : hidden;	line-height: 0; height: 0; visibility: hidden; } 
.clearfix_ul li {	display: inline-block;} 
* html .clearfix_ul {	height: 1%;}

/*自動垂直置中*/
.pic{ text-align: center; }
.pic *{vertical-align: middle;}
.pic span{  display: inline-block;height: 100%; }
/*圖片垂直至中*/
.img { vertical-align:middle; clear: both; }
.img span{ height:100%; display:inline-block; }
.img *{ vertical-align:middle;}

/*自動100%撐開*/
.auto { overflow: hidden; zoom: 1; }
.auto .left { float: left; }
.auto .right { overflow: hidden; zoom: 1; }

/*清除兩邊*/
.clear { clear: both; }#quickkeyU { visibility: hidden; height: 0px; width: 0px; font-size: 0px; }


/*靠左右*/
.fl {	float: left !important;}
.fr {	float: right !important;}
/*寬度*/
.width10 {	width: 9%;}
.width20 {	width: 19%;}
.width30 {	width: 29%;}
.width40 {	width: 39%;}
.width50 {	width: 49%;	padding: 0 !important;}
.width60 {	width: 59%;}
.width70 {	width: 69%;}
.width80 {	width: 79%;}
.width90 {	width: 89%;}
.width100 {	width: 100%;}

.width15 {	width: 14%;}
.width25 {	width: 24%;}
.width35 {	width: 34%;}
.width45 {	width: 44%;}
.width55 {	width: 54%;	padding: 0 !important;}
.width65 {	width: 65%;}
.width75 {	width: 74%;}
.width85 {	width: 84%;}
.width95 {	width: 94%;}
.width5 {	width: 4%;}

body {
	background-color: #6a90e4;
}
.en {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
}

*{margin:0;padding:0;}
#warp {
	min-height:679px;
	
}
#warp ,#submemu,#menuT,#menu{
	min-width:960px;
	}
#bg{
	position:fixed;
	top:0px;
	left:0px;
	z-index:-999;
}
#bl {
	background-image: url(images/b1.png);
	height: 247px;
	width: 225px;
	position: fixed;
	left: -2%;
	top: -3%;
}
#br {
	background-image: url(images/b2.png);
	height: 129px;
	width: 178px;
	position: fixed;
	top: 20px;
	right: -1px;
}
#logo a {
	background-image: url(images/logo.png);
	height: 85px;
	width: 176px;
	display: block;
	position: fixed;
	left: 0.5%;
	top: 1%;
	z-index: 999;
}
#logo a span {
	visibility: hidden;
}
#footer {
	position: fixed;
	bottom: 0px;
	z-index: -998;
	
}
#footer2 {
	position: fixed;
	left:0px;
	bottom: 0px;
	z-index: -998;
}
/*主選單*/
#menu{
	text-align: center;
	position: fixed;
	bottom: 20px;
	left: 4%;
	z-index: 999;
	width: 100%;
}

#menu .m1 .pic a {background-image: url(images/menu_01.png);}
#menu .m2 .pic a {background-image: url(images/menu_02.png);}
#menu .m3 .pic a {background-image: url(images/menu_03.png);}
#menu .m4 .pic a {background-image: url(images/menu_04.png);}
#menu .m5 .pic a {background-image: url(images/menu_05.png);}
#menu .m6 .pic a {background-image: url(images/menu_06.png);}

#menu .pic a {
	display: block;
	text-align: center;
	color: #FFF;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
}


#menu ul li{
	width: 15%;
	*width: 14%;
	min-width:150px;
	float: left;
	position: relative;

}
#menu .t {
	text-align: center;
	position: absolute;
	top: 135px;
	width: 100%;
	
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	font-size: 0.9em;
}
#menu .t a {
	color: #FFF;
}
/*產品類別*/
#Pmemu .pic {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Pmemu{
	position: fixed;
	z-index: 999;
	width: 90%;
	text-align: center;
	left: 4%;
	top: 15%;
}
#Pmemu a {

	display: block;
	text-align: center;
	color: #FFF;
}


#Pmemu ul li{
	width: 20%;
	*width: 19%;
	min-width:168px;
	float: left;
	margin-bottom: 3%;
	position: relative;
	height: 150px;
}
#Pmemu .t {
	text-align: center;
	position: absolute;
	top: 135px;
	width: 100%;
	height: 35px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	font-size: 0.9em;
}

#Pmemu .pic {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*產品頁面列表*/

#ProductList{
	position: fixed;
	z-index: 999;
	width: 84%;
	text-align: center;
	left: 8%;
	top: 15%;
	right: 8%;
}
#ProductList a {
	display: block;
	text-align: center;
	color: #FFF;
}


#ProductList ul li{
	width: 20%;
	*width: 19%;
	min-width:178px;
	float: left;
	margin-bottom: 3%;
	position: relative;
	height: 178px;
}
/*
#ProductList ol{
	width: 20%;
	min-width:160px;
	float: left;
	margin-bottom: 3%;
	position: relative;
	height: 178px;
}
*/
#ProductList .t {
	text-align: center;
	position: absolute;
	top: 155px;
	width: 178px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	font-size: 0.9em;
}

#ProductList .pic {
	width: 100%;
	min-height:155px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	

}
#ProductList .pic a {
	background-image: url(images/product_list.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:160px;
	width:160px;		
	padding: 2px;
	vertical-align:middle; clear: both;
	 display:table-cell;	
	
}


#mov1 .lbtn {
	position: fixed;
	left: 2%;
	top: 45%;
}
#mov1 .rbtn {
	position: fixed;
	top: 45%;
	right: 2%;
}
/*
#ProductList .lbtn {
	position: fixed;
	left: 2%;
	top: 45%;
}
#ProductList .rbtn {
	position: fixed;
	top: 45%;
	right: 2%;
}
*/
/*產品頁面選單*/
.product #menu{
	bottom: -150px;
}
.product #footer{
	display: none;
}
#inWp{
	/*bottom: 26%;*/
	top:26%;
	position: fixed;
	width: 100%;
}
#ProductDia {
	color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
   
}
#ProductDia .img {
	width: 365px;
	text-align: right;
	padding-top: 20px;
    
}

#ProductDia h1 {
	color: #FFF;
	letter-spacing: 0.3em;
}
#ProductDia .fr .info {
	
	font-size: 12px;
	color: #FFF;
	height: 420px;
	/* [disabled]overflow: auto; */
	width: 520px;
}
#ProductDia .fr .info .sc {
	height: 360px;
	overflow: auto;
	padding-right: 15px;
}
#ProductDia .fr .info p{
	line-height:2em;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b38b6b;
	*/
}#ProductDia .fr .info blockquote {
	margin-left: 40px;
}
#ProductDia .img.fl {
	text-align: right;

}
#ProductDia .imgb {
	vertical-align:bottom;
	text-align: center;			
	height:370px;
	width:370px;
	display:table-cell;
}

#ProductDia .img .left {
	margin-right: 10px;
	margin-left: 10px;
}


#ProductDia .img .color {
	margin-left: 80px;
	margin-top: 20px;
}
#ProductDia .img .color li {
	display: block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	float: left;
	border: 1px solid #FFF;
}
#ProductDia .info a img {
	border: 1px solid #FFF;
	margin-right: 5px;
}

#ProductDia .imgs a img {
	border: 0px solid #FFF;
	margin-right: 5px;
	
}

#ProductDia .info {

	position: relative;
}
#ProductDia .info .imgs {
	padding-top: 15px;
	
}

#ProductDia .btn {
	text-align: center;
	padding-left: 30px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#inquery{
	color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 600px;
	}
#inquery .info table tr th {
	background-color: #FFF;
	text-align: center;
	color: #000;
	padding: 5px;
	font-size: 12px;
}
#inquery .info table tr td {
	padding: 5px;
	border: 1px solid #FFF;
}
#inquery h1 {
	color: #FFF;
	margin-bottom: 10px;
}
#inquery form .flist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	display: block;
	line-height: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
#inquery .info form .textarea {
	vertical-align: top;
	margin-bottom: 5px;
	width: 85%;
	background-color: #FFF;
	border: 2px solid #EAEAEA;
}
#inquery .info form .width30 .inputtext {
	width: 60%;
}

#inquery .info form .inputtext {
	width: 70%;
	line-height: 20px;
	filter:alpha(opacity=50);
	background-color: #AD4D02;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inqueryWp{
	top: 15%;
	position: fixed;
	width: 100%;
}
#inquery form {
	margin-bottom: 10px;
}
#inquery .info h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#inquery .info .btn {
	margin-top: 15px;
	clear: both;
}
#inquery .info form .width30 {

}
#inquery .info form .btn {
	float: right;
	width: 19%;
	clear: none;
	margin-top: 5px;
}
#inquery .info form .width80 {
	font-size: 12px;
	line-height: 2em;
}
#download .info ul li{
	background-image: url(images/download_bG.png);
	height: 50px;
	width: 399px;
	margin-right: auto;
	margin-left: auto;
}
#downloadWp{
	
     height:400px;
	position: fixed;
	width: 100%;
	bottom: 30%;
}
#download {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#download .info{
	
	height: 400px;
	overflow: auto;
}
#download .info ul li a {
	color: #FFF;
	margin-left: 15px;
	display: block;
	padding-top: 16px;
}
#contact li {
	margin-bottom: 7px;
	font-size: 12px;
}
#contact h1 {
	text-align: left;
}
#contact {
	color: #FFF;
	
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contact a {
	color: #FFF;
}

#contact .info {
	font-size: 12px;
	margin-top: 350px;
}
#contact .map iframe {
	
	border: 5px solid #FFF;
}



#contact ul {
	margin-top: 10px;
}
#contact li li {
	margin-left: 17px;
}
#about .text {
	line-height: 2em;
	color: #FFF;
	text-align: center;
}
#about .text1 {
    line-height: 1.4em;
	color: #FEB981;
	text-align: left;
	padding-left: 400px;
}
#about .h7{
	font-size: 24px;
	color: #FFF;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 1.2em;
	}

body #lan {

	position: fixed;
	top: 10px;
	right: 10px;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px !important;
	color: #FFF;
	
}
#lan .laninfo {
	background-image: url(images/len.jpg);
	height: 18px;
	width: 157px;
	position: relative;
	font-size: 12px;
	margin-bottom: 5px;
	
}
#lan .laninfo strong {
	color: #FFF;
	margin-left: 1px;
	font-weight: normal;
	font-size: 12px!important;
}
#lan .lanselect a {
	color: #000;
}
#lan .lanselect {
	color: #900;
	position: absolute;
	top: 1px;
	
	left: 65px;
}
