@charset "utf-8";
body {
  margin: 0px;
  color: #333;
}
img {
  border: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
table tr td {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
  margin: 0;
  padding: 0;
}
/*表單設定*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Sans-Serif','Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', 'LiHei Pro', '微軟正黑體';
}
select {
  border: 1px solid #ccc;
  padding: 8px 1px;
  color: #666;
}
input {
  border: 1px solid #ccc;
  padding: 8px 5px;
  color: #666;
}
textarea {
  border: 1px solid #ccc;
  padding: 3px 5px;
  color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
  display: none;
}
#menu-btn {
  display: none;
}
#toolbarnav {
  display: none;
}
/*主內容*/
#content {
padding-top: 100px;
}
#pagebody {
  margin: 0;
}
#w {
  margin: 0;
}
}
/*統一設定*/
.rel {
  position: relative;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: auto !important;
  width: 980px;
}
.container02 {
  margin: 0 auto;
  width: 90%;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
  display: block;
}
.mobile {
  display: none;
}
/*上方*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  z-index: 250;
  background-color: #fff;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1 );
}
header.fix {
  width: 100%;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1 );
}
#logo h1, #logo h2 {
  position: absolute;
  left: 25px;
  height: 100px;
  background: url(../images/logobg.png) center left;
  background-repeat: no-repeat;
  background-size: 100px 80px;
  padding-left: 110px;
  padding-top: 20px;
  font-size: 2em;
}
header.fix #logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  padding-left: 319px;
  padding-top: 3px;
}
/*純文字logo設定*/
#logo a {
  color: #757575;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 0.9em;
}
#logo span.big {
  display: block;
  padding: 10px 0 5px 0;
}
#logo span.smallen {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
}
/*純文字logo設定-fix*/
header.fix #logo a {
  color: #1b1b1b;
  font-size: 1em;
  line-height: 1em;
  padding-top: 3px;
  letter-spacing: 0.01em;
}
header.fix #logo span.small {
  display: inline;
  padding-left: 5px;
  font-size: 1em;
}
header.fix #logo h1, header.fix #logo h2 {
  background-size: 50px 40px;
  background-position: 0 0;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 1em;
}
header.fix #logo span.smallen {
  font-size: 0.4em;
  font-weight: 200;
  padding-left: 5px;
}
/*上方連結*/
#topnav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ee859e;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 5% 100%);
  margin-right: -35px;
  padding-right: 20px;
}
#topnav ul {
  list-style-type: none;
  padding: 0 25px ;
}
#topnav li {
  display: inline-block;
  padding: 0 15px;
  line-height: 1.8em;
  font-size: 0.95em;
}
#topnav li a {
  color: #fff;
}
header.fix #topnav {
  display: none;
}
/*連結*/
nav {
  z-index: 250;
  height: 50px;
  position: absolute;
  top: 35px;
  right: 0;
}
nav li {
  list-style-type: none;
}
header.fix nav {
  z-index: 250;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
header.fix nav li, header.fix nav li a {
  color: #1b1b1b;
}
/*第一層*/
ul.navigation li {
  position: relative;
  list-style-type: none;
  z-index: 100;
  display: inline-block;
  color: #434343;
  text-align: center;
  font-size: 1em;
  line-height: 50px;
  padding: 0 15px;
}
ul.navigation li a {
  display: block;
  text-align: center;
  color: #434343;
}
ul.navigation li:hover a {
  color: #fff;
}
ul.navigation li:last-child {
  border-right: none;
}
ul.navigation li ul {
  width: 100%;
  display: none;/*隱藏*/
  position: absolute;
  left: 0;
}
ul.navigation li:hover > ul {
  display: block;/*出現*/
}
ul.navigation ul li {
  color: #fff;
  width: 100%;
  background: #433d3b;
  line-height: 25px;
  padding: 10px 0;
}
ul.navigation ul li:hover {
  background: #0281cb;
}
ul.navigation ul li:last-child {
  border-bottom: none;
}
/*連結高度*/
.addheight {
  text-align: center;
}
.addheight:hover {
  background: #af525f;
  color: #fff;
}
.addheight ul li a {
  color: #fff;
  font-size: 0.8em;
}
.addheight ul li a:hover {
}
/*首頁banner*/
#banner {
  background-image: url(../images/banner.jpg);
  text-align: center;
  width: 100%;
  padding: 200px;
  height: 300px;
}
#banner h2 {
 font-size: 2em;
 letter-spacing: 0.2em;
 color: #fff;
}
#banner h3 {
 font-size: 1.5em;
 letter-spacing: 0.1em;
 color: #5c4c43;
}


/*首頁-公司簡介*/
#index-about {
 padding: 70px 0;
 line-height: 1.4em;
 letter-spacing: 0.01em;
}
#index-about .left {
 float: left;
 width: 50%;
 padding-right: 25px;
}
#index-about .right {
 float: right;
 width: calc(50% - 25px);
}
/*首頁-中心介紹-左*/
#index-about .left h2 {
 font-weight: 800;
 color: #393939;
 padding-bottom: 10px;
}
#index-about .left h2 .small {
 font-size: 70%;
 font-weight: 500;
}
#index-about .left h3 {
 font-size: 1.2em;
 font-weight: 600;
 color: #5ebd9c;
}

/*首頁-中心介紹-右*/
#index-about .right #index-service {
 background-color: #f4f4f4;
 -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding: 50px 50px 25px 50px;
margin-top: -25px;
position: relative;
}
#index-about .right #index-service ul {
 padding: 25px 0;
}
#index-about .right #index-service li {
 padding-bottom: 8px;
 list-style-type: none;
}
#index-about .right #index-service li::before {
 content: ' ◎ ';
}
#index-about-btn {
 position: absolute;
 left: 50%;
 margin-left: -100px;
}
#index-about-btn a {
 display: block;
 width: 200px;
 color: #fff;
 background: #b5b5b5;
 text-align: center;
 padding: 8px 0 ;
 margin: 0 auto;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#index-about-btn a:hover {
 background: #999;
}


/*首頁-商品介紹*/
#index-product {
 padding-top: 50px;
}
#index-product .index-product {
 float: left;
 width: 46%;
 margin: 2%;
 padding: 25px 25px 25px 25px;
 background-size: cover;
}
#index-product .index-product a {
 display: block;
 width: 100%;
 height: 200px;
 text-align: right;
 font-size: 2em;
 font-weight: 800;
 color: #999;
}
#index-product .bg01 {
 background-image: url(../images/index-product01.jpg);
}
#index-product .bg01 a {
 color: #fff;
}
#index-product .bg02 {
 background-image: url(../images/index-product02.jpg);
 color: #000;
}
#index-product .bg03 {
 background-image: url(../images/index-product03.jpg);
 color: #000;
}
#index-product .bg04 {
 background-image: url(../images/index-product04.jpg);
 color: #000;
}


/*內頁共用*/
#bannerin {
  padding: 100px 0 100px 0;
  text-align: center;
  background-size: cover;
}
#bannerin h1{
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 800;
}
#bannerin h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 800;
}
#bannerin.bg-about {
 background-image: url(../images/bg-about.jpg);
}

/*內頁底圖*/
.bannerin-about {
 background: url(../images/bannerin-about.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}

/*麵包屑*/
#sitemap {
  margin: 10px;
}
#sitemap li {
  display: inline-block;
  font-size: 0.9em;
  color: #434343;
  padding: 0 5px;
  margin-left: -5px;
  line-height: 1em;
}
#sitemap li:after {
  content: ' / ';
  margin-left: 5px;
  color: #eee;
}
#sitemap li:last-child:after {
  display: none;
}
#sitemap li a {
  color: #434343;
}
#sitemap li a:hover {
  color: #009a66;
}
#sitemap li:last-child {
  border-right: none;
  color: #434343;
}


/*分頁*/
.page {
  margin: 0 0 50px 0;
}
.page ul {
  text-align: center;
}
.page li {
  display: inline-block;
  margin: 0 3px;
  font-size: 0.8em;
}
.page li a {
  color: #333;
}
.page li a:hover {
  color: #0A7226;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/*公司簡介*/
#about .left {
 float: left;
 width: 50%;
 padding-right: 25px;
}
#about .left h2 {
 display: inline-block;
 padding: 10px 35px;
 background: #b5b5b5;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
color: #fff;
font-size: 1.2em;
}
#about .left ul {
list-style-type: none;
letter-spacing: 0.01em;
padding: 25px 0;
}
#about .left ul li {
 padding-bottom: 10px;
 color: #717171;
}
/*公司簡介-右邊*/
#about .right {
 float: right;
 width: calc(50% - 25px);
 background: #f4f4f4;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding: 3% 5% 12% 5%;
}
#about .right ul {
 padding-top: 25px;
}
#about .right li {
list-style-type: none;
 padding-bottom: 7px;
 color: #717171;
}
#about .right li::before {
 content: '◎ ';
}
#about .right p {
 position: absolute;
 left: -100px;
 z-index: 1;
}
/*公司簡介-下方*/
#about-bottom {
 padding: 25px 0;
}
#about-bottom h2 {
 display: inline-block;
 padding: 10px 35px;
 background: #b5b5b5;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
color: #fff;
font-size: 1.2em;
}
#about-bottom p {
 padding: 1% 1% 0 1%;
 color: #717171;
}


/*產品介紹*/
#products-pic {
 margin-top: 50px;
}
#products-pic h1 {
 font-size: 1.5em;
 font-weight: 700;
 padding-bottom: 25px;
 float: left;
}
#products-pic h1 span {
 font-size: 70%;
}

/*產品介紹-下拉*/
#products-pic #sublink {
	width: 220px;
  float: right;
	margin: 10px auto;
}
#products-pic #sublink select {
	width:220px;
  border: 1px solid #cdcdcd;
	padding:5px 8px;
	font-size:1em;
  /*移除箭頭樣式*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*改變右邊箭頭樣式*/
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
  background-position: right 10px center;
}
#products-pic #sublink select:focus , #products-pic #sublink option:focus{outline: none;}

/*產品夜-列表*/
#products-pic .image-row {
  margin-bottom: 20px;
}
#products-pic .image-row .image-set {
 float: left;
 margin: 15px;
 width: calc( 20% - 30px );
}
#products-pic .image-row .image-set img {
 width: 100%; 
 aspect-ratio: 3/4; 
 object-fit: contain;
}
#products-pic .image-row .image-set h3 {
 font-weight: 500;
 padding: 10px 0;
}
#products-pic .image-row .image-set h4 {
 font-weight: 500;
 padding: 5px 0;
 font-size: 0.95em;
 position: relative;
 color: #717171;
}
#products-pic .image-row .image-set h4::after {
 position: absolute;
 top: 15px;
 left: -5px;
 content: '';
 width: 50px;
 height: 17px;
 background: #e7e7e7;
 z-index: -1;
}

/*案例介紹*/
#case {
 padding: 70px 0;
 line-height: 1.4em;
 letter-spacing: 0.01em;
}
#case h2 {
 font-weight: 800;
 color: #393939;
 padding-bottom: 10px;
}
#case .small {
 font-size: 70%;
 font-weight: 500;
}
#case .case {
 float: left;
 width: 46%;
 margin: 2%;
}
#case .case h3 {
 text-align: left;
 display: inline-block;
 width: 40%;
 padding-top: 5px;
 color: #1b1b1b;
}
#case .case h4 {
 text-align: right;
 float: right;
 clear: right;
 display: block;
 position: relative;
 color: #717171;
 width: 50%;
 padding-top: 5px;
}
#case .case h4 b {
 display: block;
 padding-bottom: 6px;
}
#case .case h4 b::after {
 position: absolute;
 top: 15px;
 right: -5px;
 content: '';
 width: 75px;
 height: 13px;
 background: #e7e7e7;
 z-index: -1;
}

/*聯絡我們*/
.bg-contact {
 background-image: url(../images/bg-contact.jpg);
 background-size: cover;
}
#contact {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fff;
  padding: 5%;
  margin: 5%;
  letter-spacing: 0.01em;
}
#contact h2 {
 font-size: 2em;
 padding-bottom: 5px;
}
#contact b {
margin-bottom: 30px;
padding-bottom: 8px;
border-bottom: 5px solid #ccc;
font-size: 1.1em;
color: #626262;
font-weight: 700;
}
#contact .column {
 margin: 25px 0 0 0;
}
#contact .column li {
 list-style-type: none;
 padding-bottom: 5px;
 color: #626262;
}


/*尾部*/
footer {
  background-color: #f7f7f7;
  font-size: 0.9em;
  padding: 25px;
}
footer .logo {
  float: left;
  padding: 50px 15px 15px 15px;
  display: flex;
}
footer .contact {
  float: right;
  padding: 15px 35px;
  border-left:1px solid #ccc;
  padding-right: 20px;
}
footer .contact h3 {
  margin: 0;
  color: #af525f;
  font-size: 16px;
  font-weight: 700;
}
footer .contact ul {
  padding-top: 10px;
  list-style-type: none;  
}
footer .contact ul li {
 padding-bottom: 8px;
}
footer .contact ul li i {
 color: #888;
 padding-right: 3px;
}
#copyright {
 color: #eee;
 text-align: center;
 background-color: #666;
 padding: 10px 0;
 font-size: 0.9em;
}