@charset "utf-8";
/*****************背景輪播出***************/
 .sect-banner {
     margin: 0px auto;
     width: 100%;
     height: 70vh;
     text-align: center;
     color: rgba(255, 255, 255, 0.9);
     overflow: hidden;
     display: table;
     position: relative;
	 
}

.sect-banner::after {
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 0;
     content: "";
}
 .sect-banner .v-center {
	padding: 0px 5%;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	z-index: 4;
	opacity: 0.7;
	font-family: "微軟正黑體";
	font-size: 3em;
	
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}

.slider-img {
	-webkit-box-shadow: 0px 0px 15px #8C8C8C;
	box-shadow: 0px 0px 15px #8C8C8C;
	-o-box-shadow: 0px 0px 15px #8C8C8C;
	-moz-box-shadow: 0px 0px 15px #8C8C8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

}
 .v-center h2 {
     margin: 20px 0px 0px;
     color: rgb(255, 255, 255);
     text-transform: uppercase;
     line-height: 1;
     letter-spacing: 15px;
     font-family: "gotham", Arial, Helvetica, sans-serif;
     font-size: 25px;
     font-weight: lighter;
}
 img.banner-logo {
     margin-bottom: 50px;
}
 ul.home-slider {
     margin: 0px;
     padding: 0px;
}


 li.slider-img {
     background-position: center;
     top: 0px;
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 1;
     background-repeat: no-repeat;
     background-size: 100%;
	 
}
 .slider-img.active {
     z-index: 3;
}
 @media only screen and (max-width:480px) {
     .sect-banner .v-center {
         padding: 0px 10%;
         font-weight: bold;
         vertical-align: middle;
         display: table-cell;
         position: relative;
         z-index: 4;
         opacity: 0.7;
    }
     .v-center h2 {
         margin: 20px 0px 0px;
         color: rgb(255, 255, 255);
         text-transform: uppercase;
         line-height: 1;
         letter-spacing: 1px;
         font-family: "gotham", Arial, Helvetica, sans-serif;
         font-size: 18px;
         font-weight: lighter;
         opacity: 1;
    }
}
 
/*********************************Main*****************************/


.box_menu {
	z-index: 9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	position: fixed;	
}

.box_main {
	width: 88%;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
}


.bg {
	background-color: #E8E8E8;
}

.bg02 {
	background-color: #FFF;
}




.ind01 {
	font-family: "微軟正黑體";
	font-size: 1.8em;
	text-align: center;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
	background: #FFF;
	background: -moz-linear-gradient(top,#F4F4F4 0%,#FFF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F4F4F4),color-stop(100%,#FFF));
	background: -webkit-linear-gradient(top,#F4F4F4 0%,#F2F2F2 100%);
	background: -o-linear-gradient(top,#F4F4F4 0%,#FFF 100%);
	background: -ms-linear-gradient(top,#F4F4F4 0%,#FFF 100%);
	background: linear-gradient(to bottom,#F4F4F4 0%,#FFF 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ffffff',GradientType=0);
	margin-bottom: 2em;
	margin-top: 2em;

}
.ind02 {
	margin-bottom: 3em;
	display: inline-block;
	width: 48%;
	margin-left: 1.5%;
	vertical-align: top;
}

.ind02 a {
	color: #333;
	text-decoration: none;

}

.ind02 a:link {
	color: #333;
	text-decoration: none;

}

.ind02 a:visited {
	color: #333;
	text-decoration: none;

}

.ind02 a:hover {
	color: #004D71;
	text-decoration: none;
}


.ind02 img {
	margin-bottom: 0.7em;
	width: 100%;	
}
.ind02 b {
	display: block;
	margin-bottom: 0.2em;
	font-size: 1.3em;
	font-family: "微軟正黑體";
	margin-right: auto;
	margin-left: auto;
	color: #C80000;
}
.ind02 b a {
	color: #C80000;
}
.ind02 b a:link {
	color: #C80000;
}
.ind02 b a:visited {
	color: #C80000;
}
.ind02 b a:hover {
	color: #C80000;
}
.ind02 b a:active {
	color: #C80000;
}
.ind02 span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-family: "微軟正黑體";
}
.adv01 {
	font-family: "微軟正黑體";
	background-color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
}
.adv01b {
	padding-bottom: 1em;
}
.adv01 img {
	width: 100%;
}
.ind03 {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 2em;
}
.ind03 span {
	background-color: #e8e8e8;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-family: "微軟正黑體";
	font-size: 1.8em;
	font-weight: bold;
	color: #C80000;
}
.ind04 {
	margin-bottom: 1em;
	width: 18%;
	display: inline-block;
	margin-left: 1.5%;
	vertical-align: top;
}

.ind04 a {
	text-decoration: none;

}

.ind04 a:link {
	text-decoration: none;

}

.ind04 a:visited {
	text-decoration: none;

}

.ind04 a:hover {
	text-decoration: none;
}

.ind04 a p {
	color: #333;
	text-decoration: none;
	position:relative;
  line-height:1.5em;
  height:3em;
  overflow:hidden;
}

.ind04 a:link p {
	color: #333;
	text-decoration: none;

}

.ind04 a:visited p {
	color: #333;
	text-decoration: none;

}

.ind04 a:hover p {
	color: #960;
	text-decoration: none;
}

.ind04 img {
	margin-bottom: 0.5em;
	width: 100%;
}

.ind04 a:hover img {
	/**
	-webkit-filter:sepia(5);
	**/
}

.ind04 p {
	font-family: "微軟正黑體";
	font-size: 1em;
	margin-bottom: 1em;
	height: 50px;
}
.ind05 {
	margin-top: 2em;
	margin-bottom: 4em;
}
.adv02 {
	padding: 0.2em;

}
.adv02  img{
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #999;
}

.banner {
	padding: 0px;
}

.banner img {
	width: 100%;
}

.banner02 {
	height: 26px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../img/product01.jpg);

}
.back {
	font-family: "微軟正黑體";
	text-align: center;
	margin-top: 2em;
	margin-bottom: 4em;
	color: #000;
}
.back button {
	font-family: "微軟正黑體";
	width: 200px;
	color: #000;
}
 .space {
	height: 110px;
}
/********************************************/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){
.sect-banner {
     height: 65vh;
	 }	
	}
@media(max-width:1024px){
.sect-banner {
     height: 52vh;
	 }
	 
.ind04 {
	width: 23%;
	margin-left: 1.4%;

}	
.space {
	height: 120px;
}
}

@media(max-width:991px){
 .space {
	height: 127px;
}
	}
	
@media(max-width:834px){
	.sect-banner {
     height: 43vh;
	 }	
 }	
	
@media(max-width:800px){
	.sect-banner {
     height: 42vh;
	 }	
 }
	
@media(max-width:768px){
	.sect-banner {
     height: 29vh;
	 }
	 
	 .box_main {
	width: 100%;

}

.ind04 {
	width: 31%;
	margin-left: 1.4%;

}


	}
	
@media(max-width:736px){
	.sect-banner {
     height: 57vh;
	 }
	 
	 .ind04 {
	width: 31%;
	margin-left: 1.5%;
}
.adv01a {
	padding-bottom: 1em;
}
	}
	
@media(max-width:640px){
		.sect-banner {
     height: 58vh;
	 }	
	}
@media(max-width:603px){
		.sect-banner {
     height: 32vh;
	 }	
	}	
	
	
@media(max-width:598px){
.sect-banner {
     height: 57vh;
	 }	
	 
 .ind04 {
	width: 47%;
	margin-left: 1.5%;

}
	}


@media(max-width:533px){
.sect-banner {
     height: 28vh;
	 }	
	}

		
@media(max-width:480px){
.sect-banner {
     height: 22vh;
	 }	

.ind04 {
	margin-bottom: 1em;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}

.ind02 {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	

}

.ind01 {

	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
	width: 90%;
}

 .space {
	height: 100px;
}

}		 
	 
	}
	
@media(max-width:414px){
	.sect-banner {
     height: 0vh;
	 }
	 
	 .ind01 {
	margin-bottom: 1em;

}

.ind05 {
	margin-top: 0em;
	margin-bottom: 2em;
}
	}
		
		
@media(max-width:384px){
	.sect-banner {
     height: 18vh;
	 }
	  }
	 
	 		
@media(max-width:375px){
	.sect-banner {
     height: 19vh;
	 }
	
	
	.page {
	 font-size: 0.5em;
}
	
	}
	
	
@media(max-width:320px){
	.sect-banner {
     height: 19vh;
	 }
	
	
	.page {
	 font-size: 0.5em;
}
	
	}	
	




.here {
	font-family: "微軟正黑體";
	font-size: 1em;
	color: #C80000;
	margin-bottom: 1em;
}

.page {
	text-align: center;
	margin-bottom: 4em;
}
.page02 {
	margin-top: 3em;
	margin-bottom: 4em;
	text-align: center;
}
.page03 {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}

.clear{
	clear:both;
}