@charset "UTF-8";
body {
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  background: #FFFFFF;
}

ol, ul, li {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div, input, select, textarea, a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width:100%;
  height:auto;
}

a, a:hover, a:link, a:visited {
  color: inherit;
  text-decoration: inherit;
}

input:focus, textarea:focus {
  outline: none;
}

input, textarea {
  appearance: none;
  -webkit-appearance: none;
}

button, input[type="submit"] {
  border: 0;
}


h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #99D059;
}

h2 {
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #FF6600;
}

h3 {
  font-size: 15px;
  color: #FF6600;
}

h4{
 font-family: 微軟正黑體, "Microsoft JhengHei";
 font-size:22px;    /*字體大小*/
 font-weight:bold; /*字體粗度*/
 line-height:28px; /*行高*/
 color:#FF6600;	
}

@media screen and (min-width: 0px) and (max-width: 1920px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }

  h2 {
	font-family: 微軟正黑體, "Microsoft JhengHei";  
    font-size: 22px;
	font-weight:bold;
    line-height:28px;
    color:#FF6600;	
  }
	
}

.outFrame {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  overflow: hidden;
  margin: 0 auto;
}

.main {
  padding: 88px 0 0 0;
}


.nav {
  position: fixed;
  display: flex;
  width: 100%;
  max-width: 1920px;
  height: 104px;
  background: #FFFFFF;
  z-index: 95;
}
.nav .navLogoBox {
  position: relative;
  flex: 1;
  height: 100%;
  text-align: left;
  padding: 30px 0 0 120px;
}
.nav .navLogoBox img {
  width:260px;  /*logo寬度*/
  height: auto;
}
.nav .navListBox {
  position: relative;
  flex: 3.2;
  height: 100%;
  font-weight: bold;
  text-align: right;
}
.nav .navMobileBtnBox {
  position: absolute;
  right: 35px;
  top: 39px;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
}
.nav .navMobileBtn {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 99;
}
.nav .navBtnItem {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}
.nav .navBtnItem:nth-child(1) {
  top: 0;
}
.nav .navBtnItem:nth-child(2) {
  top: calc( 50% - 2px );
}
.nav .navBtnItem:nth-child(3) {
  top: calc( 100% - 4px );
}
.nav .menuOn .navBtnItem {
  width: 29px;
  height: 2px;
  transform-origin: 0;
}
.nav .menuOn .navBtnItem:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 0;
}
.nav .menuOn .navBtnItem:nth-child(2) {
  opacity: 0;
}
.nav .menuOn .navBtnItem:nth-child(3) {
  transform: rotate(-45deg);
}
.nav .navBtnItem > span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #EA5414;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.nav .menuOn .navBtnItem > span {
  width: 2px;
  height: 2px;
}
.nav .navBtnItem > span:nth-child(1) {
  left: 0;
}
.nav .navBtnItem > span:nth-child(2) {
  left: calc( 50% - 2px );
}
.nav .navBtnItem > span:nth-child(3) {
  right: 0;
}
.nav .menuOn .navBtnItem > span:nth-child(1) {
  width: 100%;
}
.nav .menuOn .navBtnItem > span:nth-child(2) {
  opacity: 0;
}
.nav .menuOn .navBtnItem > span:nth-child(3) {
  opacity: 0;
}
.nav .navInner {
  width: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -150%;
  opacity: 0;
}
.nav .menuOn .navInner {
  animation: menu_In 0.5s ease-in-out forwards;
}
.nav .menuOff .navInner {
  animation: menu_Out 0.5s ease-in-out forwards;
}
.nav .navBox {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 150px 0 0 0;
  color: #FFF;
  z-index: 96;
  transform: scale(1.05);
}
.nav .menuOn .navBox {
  animation: menuBox_In 0.5s ease-in-out 0.5s forwards;
}
.nav .menuOff .navBox {
  animation: menuBox_Out 0.6s ease-in-out forwards;
}
.nav .navBox li {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 26px 60px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
}
.nav .naveng {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 15px;
}
.nav .option-cont{
  list-style-type: none;
  padding:0;
  display: none;
}
.nav .option-cont li{
 background-color:white;
 color:black;
 padding:10px;
}
.nav .active{
 display: block;
}

.navBg {
  display: none;
  position: fixed;
  background: #FFF;
  width: 100vw;
  height: 100vh;
  z-index: 94;
  opacity: 0.85;
}

.eng{
	margin: -232px 65px 0 0px;
	position: absolute;
	width: 90px;
	right: 52px;
	top: 282px;
	text-align: left;
	z-index: 9;
}

.ShowBg {
  width: 87%;
  max-width: 1650px;
  height: 776px;
  position: relative;
  top: 45px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #000000; /*首頁圖底色*/
}

.ShowPic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  opacity: 0;
  animation: showpicAct 18s linear infinite;
}

.ShowPic:nth-child(1) {
	background: url("../images/img01.jpg"); /*首圖1*/
	background-position: center 0;
	background-repeat: no-repeat;
	animation-delay: 0s;
}


.ShowPic:nth-child(2) {
  background: url("../images/img02.jpg") no-repeat center 0; /*首圖2*/
  animation-delay: 6s;
}

.ShowPic:nth-child(3) {
  background: url("../images/img03.jpg") no-repeat center 0; /*首圖3*/
  animation-delay: 12s;
}

.Showgif{
	position:relative;
	margin: 676px 0 0 125px;
    display: inline-block;
	width: 1650px;
	right: 126px;
}

@-webkit-keyframes showpicAct {
  11.111% {
    opacity: 1;
  }
  33.333% {
    opacity: 1;
  }
  44.444% {
    opacity: 0;
  }
}


.ShowTxts {
	position: absolute;
	width: 320px;
	right: 56px;
	top: 52px;
	text-align: left;
	z-index: 9;
}

.word1{
	position:relative;
	margin: 35px 0 0 910px;
    display: inline-block;
	width: 1000px;
	right: 476px;
}

.word2{
	position:relative;
	margin: 120px 0 0 910px;
    display: inline-block;
	width: 1000px;
	right: 476px;
}

.product{
	position:relative;
	margin: 50px 0 0 780px;
    display: inline-block;
	width: 1280px;
	right: 476px;
}

.product2{
	position:relative;
	margin: 50px 0 0 780px;
    display: inline-block;
	width: 1280px;
	right: 476px;
}

.about{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}
.about1{
	margin: 5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}
.about2{
	margin: -35px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.process{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.process1{
	margin: 5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.color{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.color1{
	margin: 5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.color2{
	margin: -5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.acrylic{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.acrylic1{
	margin: 5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.image{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.image1{
	margin: 5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.design{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.design1{
	margin: 5px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 476px;
}

.photo{
	margin: 120px 0 0 450px;
    display: inline-block;
	width: 1024px;
	right: 150px;
}
.photo1{
	margin:-40px 0 0 10px;
    display: inline-block;
	width: 1904px;
	right: 770px;
}

.container{
	margin: 0px 0 0 450px;
    display: inline-block;
	width: 1904px;
	right: 770px;
}

.information{
	margin: 60px 0 0 0px;
	position: absolute;
	width: 320px;
	right: 949px;
	top: 93px;
	text-align: left;
	z-index: 9;
}

.email{
	position: absolute;
	width: 200px;
	right: 989px;
	top: 240px;
	text-align: left;
	z-index: 9;
}

.opentime{
	margin: 60px 0 0 0px;
	position: absolute;
	width: 320px;
	right: 608px;
	top: 91px;
	text-align: left;
	z-index: 9;
}

.marquee{
	margin: 60px 0 0 0px;
	position: absolute;
	width: 300px;
	right: 401px;
	top: 92px;
	text-align: left;
	z-index: 9;
}

.icon-logo{
	margin: 50px 0 0 0px;
	position: absolute;
	width: 300px;
	right: 970px;
	top: 295px;
	text-align: left;
	z-index: 9;
}

.fb-window{
	margin: 30px 680px 0 0px;
	position: absolute;
	width: 180px;
	right: 70px;
	top: 295px;
	text-align: left;
	z-index: 9;
}

.copyright{
	margin: 80px 0 0 0px;
	position: absolute;
	width: 300px;
	right: 401px;
	top: 294px;
	text-align: left;
	z-index: 9;
}

.gotop{
	margin: 70px 0 0 0px;
	position: absolute;
	width: 90px;
	right: 52px;
	top: 282px;
	text-align: left;
	z-index: 9;
}

.ShowTxt01 {
  display: block;
  font-family: "Roboto", "verdana";
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  padding: 0 0 0 7px;
  color: #FFCA1D;
  text-shadow: 0 0 0.3em #000000;
}

.ShowTxt02 {
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 74px;
  font-weight: bold;
  line-height: 84px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-shadow: 0 0 0.3em #000000;
}

.ShowTxt03 {
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 4px;
  padding: 0 0 0 4px;
  margin: 3px 0 0 0;
  color: #FFFFFF;
  text-shadow: 0 0 0.3em #000000;
}

.ShowTxt04{
  display: block;
  font-family:微軟正黑體, "Microsoft JhengHei";
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  color: #FF6100;
}

.ShowTxt05{
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 16px;
  line-height: 28px;
  letter-spacing:0px ; /*間距*/
  padding: 0 0 0 0px;  /*上下左右內距*/
  margin: 0px 0 0 0;   /*上下左右外距*/
  color: #FFFFFF;
}

.ShowTxt06{
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 14px;
  line-height: 28px;
  letter-spacing:0px ; /*間距*/
  padding: 0 0 0 0px;  /*上下左右內距*/
  margin: 0px 0 0 0;   /*上下左右外距*/
  color: #FFFFFF;
}

.ShowTxt07{
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 13px;
  line-height: 28px;
  letter-spacing:0px ; /*間距*/
  padding: 0 0 0 0px;  /*上下左右內距*/
  margin: 0px 0 0 0;   /*上下左右外距*/
  color: #FFFFFF;
}

.ShowTxt08{
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 0 0 7px;
  color: #FF6600;
}

.ShowTxt09{
  display: block;
  font-family: 微軟正黑體, "Microsoft JhengHei";
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0 0 7px;
  color: #1D1D1D;
}


.ContactBg {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 120px 0 0 0;
}

.ContactBg .txt {
  width: 88%;
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
}
.ContactBg .ContactWaveBox {
  width: 100%;
  max-width: 1904px;
  height: auto;
  position: relative;
  top: 1px;
  margin: 0 auto;
}
.ContactBg .ContactWaveBox svg {
  width: 100%;
  min-width: 320px;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.ContactBg .ContactWaveBox img {
  width: 100%;
  min-width: 320px;
  height: auto;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.ContactBg .ContactBox {
  width: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  min-height: 350px; /*頁尾高度*/
  padding: 20px 0 80px 0;
  background: #FFA800; /*頁尾顏色*/
}
.ContactBg .ContactWrapper {
  width: 78%;
  max-width: 1904px; /*頁尾文字區塊*/
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  margin: 0 auto;
}

.ContactBg .InputRequired {
  display: none;
  height: 22px;
  position: absolute;
  top: -13px;
  left: 90px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 21px;
  background: #FF7213;
}
