﻿@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 所有設備共同的樣式及手機、小型平板版型
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
html,body{
          margin: 0;
          padding: 0;
            }

body {
	width: 100%;
	background-color: #000;
}


a {
	text-decoration: none;
	font-family: "微軟正黑體";
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	color: #333;

}

a:link {
	text-decoration: none;
	font-family: "微軟正黑體";
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}

a:hover {
	text-decoration: none;
	font-family: "微軟正黑體";
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
	color: #9C3;
}

.line-dot{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.line-dot-m{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ae945c;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.line-dot-main{
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

p{
	font-family: "微軟正黑體";
	line-height: 1.75em;
}

.news-title-mains{
	font-family: "微軟正黑體";
	font-size: 22px;
	line-height: 26px;
	color: #c3a766;
	padding-bottom: 10px;
}

.news-img{
	color: #FFF;
	border: 5px solid #f5f3ef;
}

.icon-img{
	float: left;
	width: 46px;
}

.title{
	float: left;
	margin-top: 10px;
	}
	
.p-area{
	float: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 20px;
}

.p-area2{
	float: left;
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-bottom: 20px;
}


/*==========================================
 banner style
===========================================*/
.banner{
	color: #FFF;
	float: left;
	width: 100%;
	background-color: #000;
}


/*==========================================
 main style
===========================================*/
.main-wap{
	float: left;
	width: 100%;
	background-color: #fbfbfa;
	background-image: url(../images/main-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-waps{
	float: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	padding-bottom: 10px;
}

/*==========================================
 nice style
===========================================*/
#box-img{
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
	position: relative;
	width: 33%;
	max-width: 215px;
	max-height: 172px;
	}

.box-img{
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.box-img2{
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	}



/*==========================================
 header style
===========================================*/
.header-top-tel{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3a766;
}

.header-top-tels{
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #c3a766;
	font-size: 16px;
	line-height: 1.25em;
	text-align: right;
	width: 94%;
	font-family: "微軟正黑體";
	margin-right: auto;
	margin-left: auto;
}

.header{
	float: left;
	width: 100%;
	background-color: #000000;
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	position: fixed;
	z-index: 999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0083a9;
}



/*==========================================
  title style
===========================================*/
.text-e{
	font-size: 108%;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
}

.text-line{
	background-color: #FFF;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.text-left{
	font-size: 100%;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	text-align: left;
}
.text-right{
	font-size: 100%;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	text-align: right;
	font-weight: normal;
}

.text-center{
	font-size: 100%;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	text-align: center;
}

/*==========================================
 右側固定 style
===========================================*/

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{margin:0;padding:0;}

li{list-style-type:none;}
img{border:0 none;}


#haiiskefu{
	width: 112px;
	position: fixed;
	right: -80px;
	top: 500px;
	margin-top: -283px;
	z-index: 999;
}
#haiiskefu .kfleft{width:32px;height:168px;background:url(../images/s.png) no-repeat;cursor:pointer;float:left;}
#haiiskefu ul{width:67px;height:339px;background:url(../images/service.png) no-repeat;float:left;}
#haiiskefu ul li a{width:67px;height:67px;display:block;margin-bottom:1px;background:#EEE;-moz-opacity:0.4;filter:alpha(opacity=40);opacity:0.4;}
#haiiskefu ul li a:hover{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;transition:all 0.5s linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;}
/*ie6*/
*html{overflow:hidden;}
*html #haiiskefu{position:absolute;right:expression(eval(document.documentElement.scrollLeft))-80;top:expression(eval(document.documentElement.scrollTop))-283;}

@media(max-width:767px){
#haiiskefu{
	width: 112px;
	position: fixed;
	right: -80px;
	top: 300px;
	margin-top: -283px;
	z-index: 999;
}
#haiiskefu .kfleft{width:32px;height:168px;background:url(../images/s.png) no-repeat;cursor:pointer;float:left;}
#haiiskefu ul{width:67px;height:339px;background:url(../images/service.png) no-repeat;float:left;}
#haiiskefu ul li a{width:67px;height:67px;display:block;margin-bottom:1px;background:#EEE;-moz-opacity:0.4;filter:alpha(opacity=40);opacity:0.4;}
#haiiskefu ul li a:hover{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;transition:all 0.5s linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;}
/*ie6*/
*html{overflow:hidden;}
*html #haiiskefu{position:absolute;right:expression(eval(document.documentElement.scrollLeft))-80;top:expression(eval(document.documentElement.scrollTop))-283;}	
	

	}
	
@media(max-width:415px){
#haiiskefu{
	width: 112px;
	position: fixed;
	right: -80px;
	top: 400px;
	margin-top: -283px;
	z-index: 999;
}
#haiiskefu .kfleft{width:32px;height:168px;background:url(../images/s.png) no-repeat;cursor:pointer;float:left;}
#haiiskefu ul{width:67px;height:339px;background:url(../images/service.png) no-repeat;float:left;}
#haiiskefu ul li a{width:67px;height:67px;display:block;margin-bottom:1px;background:#EEE;-moz-opacity:0.4;filter:alpha(opacity=40);opacity:0.4;}
#haiiskefu ul li a:hover{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;transition:all 0.5s linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;}
/*ie6*/
*html{overflow:hidden;}
*html #haiiskefu{position:absolute;right:expression(eval(document.documentElement.scrollLeft))-80;top:expression(eval(document.documentElement.scrollTop))-283;}	

	

	}

/*==========================================
 body area style
===========================================*/
.container-wap{
	float: left;
	width: 100%;

}

.container-wap-main{
	background-image: url(../images/main-body2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: contain;
	background-size: contain;
	float: left;
	width: 100%;
	padding-top: 15px;

}

/*==========================================
 content area -> left
===========================================*/
*{margin: 0;padding: 0}
body{
	font-family: "微軟正黑體";
}
ul,li{
	list-style: none;
	color: #c3a766;
}
a:link,a:visited{text-decoration: none;}

.list-main{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	background-image: url(../images/left-top.jpg);
	background-repeat: repeat-y;
	padding-top: 3px;
}
.list{
	width: 87%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(../images/left-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: 0px 0px 5px #eee;
	margin-bottom: 30px;
}
.list ul li{
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #55ba9d;
	border-left-color: #FFFFFF;
}
.list ul li a{
	color: #333333;
	display: block;
	line-height: 1.75em;
	position: relative;
	font-family: font-family
: 'Quicksand', sans-serif;
: 'Quicksand', sans-serif;;
	padding: 10px;
	font-size: 126%;
}
.list ul li .inactive{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/off.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55ba9d;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #CCC;

}
.list ul li .inactives{

	background-image: url(../images/on.png);
	background-repeat: no-repeat;
	background-position: right center;
} 
.list ul li ul{
	width: 100%;
	display: none;
	color: #333;
}
.list ul li ul li {
	background-color: #FFFFFF;
	color: #333333;
	border-right-width: 0;
	border-left-width: 0;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #cccccc;
	border-left-color: #FFFFFF;
	border-top-width: 0;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
}
.list ul li ul li ul{display: none;}
.list ul li ul li a{
	padding-left: 35px;
}
.list ul li ul li ul li {
	background-color: #FFFFFF;
	color: #c3a766;
}
.last{
	background-color: #FFFFFF;
	color: #c3a766;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.list ul li ul li ul li a{
	color: #666666;
	padding-left: 40px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #c3a766;
	font-family: "微軟正黑體";
	font-size: 16px;
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	line-height: 1.75em;
}

.list-menu{
	color: #666666;
	font-family: "微軟正黑體";
	font-size: 16px;
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	line-height: 1.75em;
}


/*==========================================
 content area -> WORKS
===========================================*/

/*==========================================
 content area -> NEWS
===========================================*/
.news-area{
	width: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
	}
	
.news-area>li{
	position: relative;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
.news-area>li>a{
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.news-area>li>a:hover{
	text-decoration: none;
	color: #c3a766;
}	

/*==========================================
 nav area ->INFORMATION
===========================================*/
.nav-area{
	float: left;
	width: 92%;
}

.nav-area{padding-left:0;margin-bottom:0;list-style:none}
.nav-area>li{position:relative;display:block}
.nav-area>li>a{
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.nav-area>li>a:hover{
	text-decoration: none;
	background-color: #c3a766;
	color: #FFF;
	padding-left: 5px;
}

/*==========================================
area map
===========================================*/
#map{
	float: left;
	width: 100%;
}

.map{
	float: left;
	height: 300px;
	width: 100%;
}


/*==========================================
page
===========================================*/
DIV.jogger {
	FONT-FAMILY: "微軟正黑體";
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
DIV.jogger A {
	PADDING-RIGHT: 0.74em;
	PADDING-LEFT: 0.74em;
	PADDING-BOTTOM: 0.5em;
	MARGIN: 2px;
	COLOR: #fbfbfa;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #fbfbfa;
	TEXT-DECORATION: none;
	border: 0px solid #009999;
}
DIV.jogger A:hover {
	PADDING-RIGHT: 0.74em;
	PADDING-LEFT: 0.74em;
	PADDING-BOTTOM: 0.5em;
	MARGIN: 2px;
	COLOR: #fbfbfa;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #fbfbfa;
	border: 0px solid #009999;
}
DIV.jogger A:active {
	PADDING-RIGHT: 0.74em;
	PADDING-LEFT: 0.74em;
	PADDING-BOTTOM: 0.5em;
	MARGIN: 2px;
	COLOR: #fbfbfa;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #fbfbfa;
	border: 0px solid #009999;
}
DIV.jogger SPAN.current {
	PADDING-RIGHT: 0.74em;
	PADDING-LEFT: 0.74em;
	PADDING-BOTTOM: 0.43em;
	MARGIN: 2px;
	COLOR: #fbfbfa;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #fbfbfa;
	border: 0px solid #009999;
}
DIV.jogger SPAN.disabled {
	DISPLAY: none}

/*==========================================
 footer style
===========================================*/
#footer-wap{
	color: #FFF;
	font-family: "微軟正黑體", 'Quicksand', sans-serif;
	float: left;
	width: 100%;
	position: relative;
	font-size: 100%;
	line-height: 1.25em;
	
}

.footer {
	color: #FFFFFF;
	font-family: "微軟正黑體", 'Quicksand', sans-serif;
	font-size: 80%;
	line-height: 1.75em;
	width: 100%;
	background-color: #000;
	background-image: url(../images/foot-bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 25px;
	float: left;
}


.footer a:link {
	color: #FFFFFF;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}

.footer a:hover {
	color: #0099CC;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
	
}

.footer a:visited {
	color: #FFF;
}

.footer-copyright {
	color: #666666;
	font-family: "微軟正黑體";
	font-size: 80%;
	line-height: 1.75em;
}

.footer-right {
	padding-top: 45px;
}
@media(max-width:1024px){

.box-img{
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
}

@media(max-width:959px){

	}

@media(max-width:768px){
	
.text-right{
	font-size: 100%;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
	line-height: 26px;
	text-align: left;
}
.footer-right {
	padding-top: 0px;
}

.box-img{
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

	}
