html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#header {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  padding:15px;
  background-color:white;
}

#header p{
  cursor:pointer;
  font-weight:900;
}
.logo{
  height:100%;
  cursor:pointer;
}
#luxy{
  padding-top:90px;
}
#preloader {/*   這是整個會蓋住畫面的底色色塊  */
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-color:#576C7F;
  z-index: 999;
}
/* div{
  border:1px #505050 dashed;
} */
.rwd_display{
  display:none!important;
}
.rwd_flex{
  display:none!important;
}
@media (max-width: 1024px){
  .rwd_none{
    display:none!important;
  }
  .rwd_display{
    display:block!important;
  }
  .rwd_flex{
    display:flex!important;
  }
}
.mobile_list{
  height:100vh;
  width:100vw;
  background:#576C7F;
  position:fixed;
  left:0px;
  top:0px;
}
.language_list{
  position:absolute;
  right:0px;
}

.product_list{
  position:absolute;
  right:-30px;
  width:200px;
}
.header_list p{
  padding:20px;
  cursor:pointer;
  transition: all .2s linear;
}
.header_list p:hover{
  color:#3E8667;
}


.index_content h5{
  font-size: 20px;
  font-weight:900;
  padding-top:50px;
}

.index_content hr{
  margin:30px 0
}


.index_content p{
  line-height:1.3;
}

.index_banner img{
  width:100%;
}

.index_pic1{
  padding-top:50px;
}
.index_pic1 img{
  width:100%;
  padding:10px;
}


.index_pic2 img{
  width:100%;
}

.index_pic2 p{
  padding-left:20px;
}
#footer{
  background-image:url('../img/footer_logo.png');
  background-repeat: no-repeat;
  background-position:80% 80%;
  background-size:200px
}
.footer_b{
  padding:50px 0;
  border-top:1px #555555 solid;
  margin-top:100px;
  line-height:2;
}

.footer_b h5{
  font-size: 20px;
  font-weight:900;
  padding-top:50px;
}

.product_sidebar{
  padding-top:50px;
}

.product_sidebar p{
  line-height:1.3;
  padding:10px 0;
  font-weight:900;
  transition: all .2s linear;
  cursor:pointer;
}
.product_sidebar img{
  padding-bottom:40px;
}

.actt{
  color:#3E8667;
}

.product_sidebar p:hover{
  color:#3E8667;
  padding-left:10px;
}


.product_content img{
  padding:10px;
  box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.1);
}
.product_list{
  background-color:white;
}

.product_list p:hover{
  color:#3E8667;
  font-weight:900;
}

.copyright{
  background-color:rgba(0,0,0,0.3);
  padding:10px;
}

.copyright p{
  font-size:14px;
  line-height:1.5;
  color:white;
}
.copyright span:hover{
  cursor:pointer;
  color:#3E8667;
}

.mobile_list p{
  color:white;
  font-size:18px;
  font-weight:900;
  padding:10px 0;
}

.mobile_list p:hover{
  background-color:white;
  color:#576C7F;
}



@media (max-width: 576px){
  .index_pic2 p{
    padding:10px;
  }
}