@charset "UTF-8";
/* line 1, ../sass/_default.scss */
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #1F1F1F;
  background-color: #ffffff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}

/* line 15, ../sass/_default.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 22, ../sass/_default.scss */
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0.8);
  z-index: 99999;
  display: block;
}

/* line 33, ../sass/_default.scss */
.pace-inactive {
  display: none;
}

/* line 37, ../sass/_default.scss */
.pace .pace-progress {
  background: #DDDDDD;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
/* line 51, ../sass/_default.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 57, ../sass/_default.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 62, ../sass/_default.scss */
a:hover {
  color: inherit;
}

/* line 66, ../sass/_default.scss */
a img {
  border: none;
}

/* line 69, ../sass/_default.scss */
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*泛用表格*/
/* line 78, ../sass/_default.scss */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

/* line 82, ../sass/_default.scss */
.t {
  display: table;
}

/* line 86, ../sass/_default.scss */
.t ul {
  display: table-row;
}

/* line 90, ../sass/_default.scss */
.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

/* line 99, ../sass/_default.scss */
dl dt,
dl dd {
  float: left;
}

/*定義區塊*/
/* line 109, ../sass/_default.scss */
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1100px;
  max-width: 100%;
}

/* line 117, ../sass/_default.scss */
.content {
  background-color: #ffffff;
  position: relative;
}

/* line 124, ../sass/_default.scss */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}

/* line 141, ../sass/_default.scss */
.col-12 {
  width: 100%;
}

/* line 145, ../sass/_default.scss */
.col-11 {
  width: 91.66666667%;
}

/* line 149, ../sass/_default.scss */
.col-10 {
  width: 83.33333333%;
}

/* line 153, ../sass/_default.scss */
.col-9 {
  width: 75%;
}

/* line 157, ../sass/_default.scss */
.col-8 {
  width: 66.66666667%;
}

/* line 161, ../sass/_default.scss */
.col-7 {
  width: 58.33333333%;
}

/* line 165, ../sass/_default.scss */
.col-6 {
  width: 50%;
}

/* line 169, ../sass/_default.scss */
.col-5 {
  width: 41.66666667%;
}

/* line 173, ../sass/_default.scss */
.col-4 {
  width: 33.33333333%;
}

/* line 177, ../sass/_default.scss */
.col-3 {
  width: 25%;
}

/* line 181, ../sass/_default.scss */
.col-2 {
  width: 16.66666667%;
}

/* line 185, ../sass/_default.scss */
.col-1 {
  width: 8.33333333%;
}

/* line 189, ../sass/_default.scss */
span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* line 200, ../sass/_default.scss */
span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative;
}
/* line 212, ../sass/_default.scss */
span.plus:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 226, ../sass/_default.scss */
span.plus:before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 242, ../sass/_default.scss */
.pic {
  position: relative;
  font-size: 0;
}
/* line 245, ../sass/_default.scss */
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
/* line 250, ../sass/_default.scss */
.pic > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
/* line 257, ../sass/_default.scss */
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
/* line 265, ../sass/_default.scss */
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

/* line 272, ../sass/_default.scss */
.bg_cover {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 275, ../sass/_default.scss */
.bg_contain {
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 282, ../sass/_default.scss */
.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

/* line 1, ../sass/_layout.scss */
body, html {
  overflow-x: hidden;
}

/* line 5, ../sass/_layout.scss */
header .container {
  z-index: 101;
}
/* line 8, ../sass/_layout.scss */
header .icon {
  text-align: right;
  font-size: 22px;
  margin-top: 1%;
  margin-right: 1%;
}
/* line 13, ../sass/_layout.scss */
header .icon .mail {
  float: right;
  display: block;
}
/* line 17, ../sass/_layout.scss */
header .icon .mail a:before {
  content: "\f003";
  font-family: 'fontAwesome';
}
/* line 22, ../sass/_layout.scss */
header .icon .mail a:hover:before {
  content: "\f0e0";
  font-family: 'fontAwesome';
}
/* line 29, ../sass/_layout.scss */
header .icon .fb {
  float: right;
  display: block;
  margin-left: 1%;
}
/* line 34, ../sass/_layout.scss */
header .icon .fb a:before {
  content: "\f082";
  font-family: 'fontAwesome';
}
/* line 38, ../sass/_layout.scss */
header .icon .fb a:hover {
  color: #44619D;
}
/* line 44, ../sass/_layout.scss */
header .logo {
  clear: both;
}
/* line 46, ../sass/_layout.scss */
header .logo img {
  display: block;
  margin: 0 auto;
}
/* line 51, ../sass/_layout.scss */
header nav {
  padding: 38px 0 20px;
}
/* line 53, ../sass/_layout.scss */
header nav > ul {
  font-size: 0;
  text-align: center;
}
/* line 56, ../sass/_layout.scss */
header nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding: 0 4.5%;
  text-align: center;
  position: relative;
  opacity: 0;
  z-index: 0;
}
/* line 65, ../sass/_layout.scss */
header nav > ul > li.move {
  -moz-animation: 1s sd linear forwards;
  -webkit-animation: 1s sd linear forwards;
  animation: 1s sd linear forwards;
}
@-moz-keyframes sd {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes sd {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes sd {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* line 81, ../sass/_layout.scss */
header nav > ul > li > a {
  color: #8A8A8A;
  cursor: pointer;
}
/* line 86, ../sass/_layout.scss */
header nav > ul > li:hover > a {
  color: #3C3C3C;
  text-decoration: underline;
}
/* line 92, ../sass/_layout.scss */
header nav > ul > li.active > a {
  color: #000000;
  text-decoration: underline;
}
/* line 97, ../sass/_layout.scss */
header nav > ul > li > ul {
  position: absolute;
  text-align: center;
  min-width: 100%;
  left: 0;
  float: left;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
  background-color: #EEEEEE;
}
/* line 109, ../sass/_layout.scss */
header nav > ul > li > ul.open {
  max-height: 500px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 113, ../sass/_layout.scss */
header nav > ul > li > ul li {
  border-bottom: 1px solid white;
}
/* line 115, ../sass/_layout.scss */
header nav > ul > li > ul li a {
  font-size: 15px;
  padding: 15px 0;
  display: block;
  color: #8A8A8A;
  word-break: break-all;
  white-space: nowrap;
}
/* line 123, ../sass/_layout.scss */
header nav > ul > li > ul li:hover {
  background-color: #DDDDDD;
}
/* line 125, ../sass/_layout.scss */
header nav > ul > li > ul li:hover a {
  color: #000000;
}
/* line 136, ../sass/_layout.scss */
header #phone_icon .button {
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 30px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 201;
  cursor: pointer;
}
/* line 148, ../sass/_layout.scss */
header #phone_icon .button:before, header #phone_icon .button:after {
  content: "";
  position: absolute;
  top: 20%;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}
/* line 156, ../sass/_layout.scss */
header #phone_icon .button:after {
  content: "";
  top: 60%;
}
/* line 160, ../sass/_layout.scss */
header #phone_icon .button.action {
  display: block;
  width: 30px;
  height: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-bottom: medium none !important;
  transition: all 0.5s ease 0s;
}
/* line 168, ../sass/_layout.scss */
header #phone_icon .button.action:before {
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}
/* line 174, ../sass/_layout.scss */
header #phone_icon .button.action:after {
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s ease 0s;
}

/* line 184, ../sass/_layout.scss */
footer {
  clear: both;
  margin-top: 1%;
  background-color: #DDDDDD;
}
/* line 188, ../sass/_layout.scss */
footer .footer {
  padding: 15px 0;
  text-align: center;
  line-height: 32px;
  margin: auto;
  position: relative;
  width: 1100px;
  max-width: 100%;
}
/* line 197, ../sass/_layout.scss */
footer .logo_footer {
  margin: 16px 0 5px;
  z-index: 200;
}
/* line 201, ../sass/_layout.scss */
footer .design {
  font-size: 12px;
  line-height: 1.6;
  color: #9A9A9A;
}
/* line 206, ../sass/_layout.scss */
footer .copyright {
  font-size: 13px;
  letter-spacing: 0.5px;
}
/* line 210, ../sass/_layout.scss */
footer #gotop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  background: black;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 100;
}
/* line 226, ../sass/_layout.scss */
footer #gotop i {
  margin-top: -1%;
  margin-left: 23%;
}
/* line 229, ../sass/_layout.scss */
footer #gotop i.fa-5x {
  font-size: 3.5em;
}
/* line 233, ../sass/_layout.scss */
footer #gotop:hover {
  -o-transition: all .35s linear;
  -webkit-transition: all .35s linear;
  -moz-transition: all .35s linear;
  transition: all .35s linear;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 239, ../sass/_layout.scss */
.l_page {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
/* line 243, ../sass/_layout.scss */
.l_page > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin: 0 10px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 249, ../sass/_layout.scss */
.l_page > a:hover, .l_page > a.active {
  color: #DDDDDD;
  text-decoration: underline;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 257, ../sass/_layout.scss */
.editor p {
  line-height: normal;
}
/* line 260, ../sass/_layout.scss */
.editor img {
  height: auto !important;
}

/* line 265, ../sass/_layout.scss */
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.9) !important;
}
/* line 267, ../sass/_layout.scss */
.fancybox-overlay .fancybox-close {
  background-image: url(../_img/btn_close_p.png);
  background-repeat: no-repeat;
}
/* line 271, ../sass/_layout.scss */
.fancybox-overlay .fancybox-opened {
  border: 1px solid #DDDDDD;
}
/* line 273, ../sass/_layout.scss */
.fancybox-overlay .fancybox-opened .fancybox-skin {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

/* line 1, ../sass/_index.scss */
#banner {
  margin-bottom: 4%;
}
/* line 3, ../sass/_index.scss */
#banner .slick-list {
  overflow: visible;
  width: 100%;
}
/* line 7, ../sass/_index.scss */
#banner .slick-dots {
  bottom: -30px;
}
/* line 9, ../sass/_index.scss */
#banner .slick-dots li {
  margin: 0;
}
/* line 13, ../sass/_index.scss */
#banner .banner_img {
  position: relative;
  width: auto;
  height: 600px;
  background-position: 50% 50%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 18, ../sass/_index.scss */
#banner .banner_img:active, #banner .banner_img:focus {
  outline: none;
}
/* line 21, ../sass/_index.scss */
#banner .banner_img:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 33, ../sass/_index.scss */
#banner .banner_img.slick-active:after {
  background-color: transparent;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 38, ../sass/_index.scss */
#banner .banner_img .slick-slide {
  width: 1100px;
}

/* line 1, ../sass/_about.scss */
#about {
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 8%;
}
/* line 6, ../sass/_about.scss */
#about img {
  margin: 0 auto;
  display: block;
}
/* line 10, ../sass/_about.scss */
#about h2 {
  margin: 1% 0;
  font-size: 23px;
  line-height: 58px;
}
/* line 15, ../sass/_about.scss */
#about article {
  letter-spacing: 0.5px;
  color: #868686;
}

/* line 1, ../sass/_album.scss */
#album {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 5000;
}
/* line 11, ../sass/_album.scss */
#album #mask_for_close {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
/* line 18, ../sass/_album.scss */
#album #loader {
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 1%;
  background-image: url(../_img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  z-index: 200;
}
/* line 30, ../sass/_album.scss */
#album .content {
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 1%;
  border-radius: 10px;
  background: #FFFFFF;
  position: absolute;
  z-index: 100;
}
/* line 40, ../sass/_album.scss */
#album .content p {
  padding: 10px;
}
/* line 44, ../sass/_album.scss */
#album .content #main_pic {
  width: 95%;
  height: 70%;
  margin: auto;
}
/* line 49, ../sass/_album.scss */
#album .content #main_pic a::before {
  content: '';
  display: inline-block;
  height: 0;
}
/* line 54, ../sass/_album.scss */
#album .content #main_pic a img {
  display: block;
  margin: 0 auto;
}
/* line 60, ../sass/_album.scss */
#album .content #slick_here {
  width: 100%;
  height: 20%;
  margin: auto;
  margin-top: 1%;
}
/* line 65, ../sass/_album.scss */
#album .content #slick_here div {
  cursor: pointer;
  max-height: 228px;
}

/* line 1, ../sass/_product.scss */
#product {
  min-height: 587px;
  margin: 2% 1% 4% 1%;
}
/* line 5, ../sass/_product.scss */
#product.index {
  min-height: 265px;
  margin-bottom: 0;
  margin-top: 6%;
}
/* line 10, ../sass/_product.scss */
#product h2 {
  text-align: center;
  margin: 2% 0;
  font-size: 20px;
}
/* line 15, ../sass/_product.scss */
#product .productTittle {
  font-size: 23px;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
}
/* line 20, ../sass/_product.scss */
#product .productTittle h2 {
  z-index: 1;
  background-color: #FFFFFF;
  display: table;
  margin: 0 auto;
  will-change: color;
  padding: 0 8px;
}
/* line 29, ../sass/_product.scss */
#product .productTittle line {
  display: block;
  height: 1px;
  z-index: -1;
  width: 100%;
  background-color: #E7E7E7;
  position: absolute;
  will-change: transform;
  top: 50%;
}
/* line 44, ../sass/_product.scss */
#product .productTittle:before {
  padding-right: 1%;
}
/* line 47, ../sass/_product.scss */
#product .productTittle:after {
  padding-left: 1%;
}
/* line 51, ../sass/_product.scss */
#product .productItem {
  margin: 0 2%;
}
/* line 55, ../sass/_product.scss */
#product .productItem.pro_slider .slick-prev:before {
  content: url(../_img/prev.jpg);
}
/* line 60, ../sass/_product.scss */
#product .productItem.pro_slider .slick-next:before {
  content: url(../_img/next.jpg);
}
/* line 65, ../sass/_product.scss */
#product .productItem .proList {
  width: 31.33333333333%;
  float: left;
  display: block;
  margin: 1%;
}
/* line 70, ../sass/_product.scss */
#product .productItem .proList .proListImg {
  position: relative;
  width: 99%;
  height: 210px;
  margin: auto;
  font-size: 0;
}
/* line 77, ../sass/_product.scss */
#product .productItem .proList .proListImg > a {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
}
/* line 84, ../sass/_product.scss */
#product .productItem .proList .proListImg > a:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
/* line 91, ../sass/_product.scss */
#product .productItem .proList .proListImg > a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
/* line 102, ../sass/_product.scss */
#product .productItem .proList .proListImg a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
}
/* line 113, ../sass/_product.scss */
#product .productItem .proList .proListTittle {
  font-weight: bold;
  padding: 5%;
}
/* line 116, ../sass/_product.scss */
#product .productItem .proList .proListTittle a:hover {
  text-decoration: underline;
}
/* line 120, ../sass/_product.scss */
#product .productItem .proList.Detail {
  margin: 1%;
  width: 31.333333333%;
}
/* line 128, ../sass/_product.scss */
#product .read {
  clear: both;
  text-align: center;
  font-size: 13px;
}
/* line 132, ../sass/_product.scss */
#product .read a {
  padding: 10px 30px;
  display: inline-block;
  border: 1px #CBCBCB solid;
  margin-top: 10px;
}

/* line 1, ../sass/_content.scss */
#contact {
  font-size: 15px;
}
/* line 3, ../sass/_content.scss */
#contact .inner {
  height: 380px;
}
/* line 5, ../sass/_content.scss */
#contact .inner.switch2 {
  height: 0;
}
/* line 8, ../sass/_content.scss */
#contact .inner .map {
  float: left;
  width: 55%;
  display: block;
}
/* line 12, ../sass/_content.scss */
#contact .inner .map.switch {
  display: none;
}
/* line 16, ../sass/_content.scss */
#contact .inner .angle {
  float: left;
  width: 40%;
  display: block;
  margin-left: 1%;
  line-height: 45px;
}
/* line 22, ../sass/_content.scss */
#contact .inner .angle .msg {
  border-bottom: 2px #eee solid;
  padding: 6%;
}
/* line 25, ../sass/_content.scss */
#contact .inner .angle .msg span {
  font-size: 25px;
  font-weight: bold;
}
/* line 30, ../sass/_content.scss */
#contact .inner .angle .facebook {
  padding: 6%;
}
/* line 35, ../sass/_content.scss */
#contact .information {
  clear: both;
  margin: 5% auto;
}
/* line 38, ../sass/_content.scss */
#contact .information .title {
  font-size: 25px;
  margin-bottom: 5%;
  text-align: center;
}
/* line 43, ../sass/_content.scss */
#contact .information .title h2:before, #contact .information .title h2:after {
  content: '—————————————————';
  color: #E7E7E7;
}
/* line 47, ../sass/_content.scss */
#contact .information .title h2:before {
  padding-right: 1%;
}
/* line 50, ../sass/_content.scss */
#contact .information .title h2:after {
  padding-left: 1%;
}
/* line 56, ../sass/_content.scss */
#contact .information .edit #send {
  border: none;
  border: 1px #000 solid;
  background-color: #FFFFFF;
  margin-left: 30%;
}
/* line 62, ../sass/_content.scss */
#contact .information .edit ul {
  width: 50%;
  margin: 0 auto;
}
/* line 65, ../sass/_content.scss */
#contact .information .edit ul li {
  padding-bottom: 5%;
}
/* line 67, ../sass/_content.scss */
#contact .information .edit ul li label {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-top: 1%;
  text-align: right;
  padding-right: 2%;
}
/* line 76, ../sass/_content.scss */
#contact .information .edit ul li input, #contact .information .edit ul li select {
  width: 70%;
  height: 30px;
}
/* line 81, ../sass/_content.scss */
#contact .information .edit ul li input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* line 87, ../sass/_content.scss */
#contact .information .edit ul li textarea {
  width: 70%;
  resize: none;
}
/* line 92, ../sass/_content.scss */
#contact .information .edit ul #line_id {
  display: none;
  float: right;
  width: 41%;
  margin-top: -0.5%;
}

/* line 1, ../sass/_service.scss */
#service {
  font-size: 15px;
  line-height: 25px;
}
/* line 4, ../sass/_service.scss */
#service .service_logo {
  margin-bottom: 5%;
}
/* line 7, ../sass/_service.scss */
#service .article {
  margin-bottom: 10%;
}
/* line 9, ../sass/_service.scss */
#service .article .title {
  border-bottom: 1px #000000 solid;
}
/* line 11, ../sass/_service.scss */
#service .article .title h2 {
  margin: 0 3%;
  margin-bottom: 1%;
  font-size: 23px;
}
/* line 15, ../sass/_service.scss */
#service .article .title h2 span {
  font-size: 18px;
  float: right;
  font-weight: bold;
}
/* line 22, ../sass/_service.scss */
#service .article .edit {
  clear: right;
  margin: 2% 3%;
}

@media only screen and (max-width: 1024px) {
  /* line 7, ../sass/_media.scss */
  #product .productItem.pro_slider .slick-prev:before {
    margin-left: 30%;
  }
  /* line 12, ../sass/_media.scss */
  #product .productItem.pro_slider .slick-next:before {
    margin-left: -40%;
  }

  /* line 23, ../sass/_media.scss */
  #album .content #main_pic a::before {
    height: 60px;
  }

  /* line 33, ../sass/_media.scss */
  #contact .inner .angle {
    margin-left: 5%;
  }
  /* line 35, ../sass/_media.scss */
  #contact .inner .angle .msg, #contact .inner .angle .facebook {
    margin: 0 3%;
  }
  /* line 43, ../sass/_media.scss */
  #contact .information .title h2:before, #contact .information .title h2:after {
    content: '————————————————';
  }

  /* line 52, ../sass/_media.scss */
  #service .article {
    padding: 0 2%;
  }

  /* line 58, ../sass/_media.scss */
  #banner .banner_img {
    height: 560px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 68, ../sass/_media.scss */
  #recommend .recommend_list .pic.item {
    width: 31%;
  }

  /* line 79, ../sass/_media.scss */
  #product .productItem.pro_slider .slick-prev:before {
    margin-left: 50%;
  }
  /* line 85, ../sass/_media.scss */
  #product .productItem.pro_slider .slick-next:before {
    margin-left: -80%;
  }

  /* line 93, ../sass/_media.scss */
  #album .content {
    height: 85%;
  }
  /* line 97, ../sass/_media.scss */
  #album .content #main_pic a::before {
    height: 60px;
  }

  /* line 107, ../sass/_media.scss */
  #contact .inner.switch2 {
    height: 380px;
  }
  /* line 110, ../sass/_media.scss */
  #contact .inner .map {
    float: none;
    text-align: center;
    width: auto;
    display: none;
  }
  /* line 115, ../sass/_media.scss */
  #contact .inner .map.switch {
    display: block;
  }
  /* line 119, ../sass/_media.scss */
  #contact .inner .angle {
    margin-left: 7%;
    line-height: 53px;
    width: 100%;
  }
  /* line 123, ../sass/_media.scss */
  #contact .inner .angle .msg, #contact .inner .angle .facebook {
    margin: 0 1%;
  }
  /* line 126, ../sass/_media.scss */
  #contact .inner .angle .msg {
    border-bottom: 0;
    float: left;
  }
  /* line 136, ../sass/_media.scss */
  #contact .information .title h2:before, #contact .information .title h2:after {
    content: '———————————';
  }
  /* line 142, ../sass/_media.scss */
  #contact .information .edit ul {
    width: 72%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 151, ../sass/_media.scss */
  header {
    width: 100%;
  }
  /* line 153, ../sass/_media.scss */
  header .logo {
    margin-bottom: 3%;
    padding-right: 10%;
  }
  /* line 157, ../sass/_media.scss */
  header .icon {
    font-size: 18px;
  }
  /* line 159, ../sass/_media.scss */
  header .icon .fb {
    margin-left: 2%;
    margin-right: 3%;
  }
  /* line 166, ../sass/_media.scss */
  header #phone_icon .button {
    display: block;
    top: 30px;
    right: 24px;
  }
  /* line 172, ../sass/_media.scss */
  header nav {
    max-height: 100%;
    overflow: auto;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    float: none;
    left: 0;
    top: -100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: none;
    color: #000000;
  }
  /* line 187, ../sass/_media.scss */
  header nav ul li {
    width: 100%;
    float: none;
    line-height: 45px;
    padding: 0;
    border-bottom: 1px #EEEEEE solid;
  }
  /* line 194, ../sass/_media.scss */
  header nav ul li:hover > a {
    color: #FFFFFF;
  }
  /* line 198, ../sass/_media.scss */
  header nav ul li a {
    display: block;
    color: #FFFFFF;
  }
  /* line 201, ../sass/_media.scss */
  header nav ul li a .fa {
    padding: 10px;
  }
  /* line 205, ../sass/_media.scss */
  header nav ul li > ul {
    position: relative;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  /* line 210, ../sass/_media.scss */
  header nav ul li > ul li a {
    padding: 0;
    color: #FFFFFF;
  }

  /* line 224, ../sass/_media.scss */
  #recommend .recommend_list .pic.item {
    width: 48%;
  }

  /* line 233, ../sass/_media.scss */
  #product .productItem .proList {
    width: 47%;
  }
  /* line 235, ../sass/_media.scss */
  #product .productItem .proList.Detail {
    width: 47%;
  }
  /* line 241, ../sass/_media.scss */
  #product .productItem.pro_slider .slick-prev:before {
    display: none;
  }
  /* line 247, ../sass/_media.scss */
  #product .productItem.pro_slider .slick-next:before {
    display: none;
  }

  /* line 255, ../sass/_media.scss */
  #about {
    font-size: 14px;
  }

  /* line 261, ../sass/_media.scss */
  #contact .inner .angle {
    margin: 0;
  }
  /* line 263, ../sass/_media.scss */
  #contact .inner .angle .msg, #contact .inner .angle .facebook {
    margin: 0;
  }
  /* line 272, ../sass/_media.scss */
  #contact .information .title h2:before, #contact .information .title h2:after {
    content: '—————————';
  }
  /* line 278, ../sass/_media.scss */
  #contact .information .edit ul {
    width: 86%;
  }

  /* line 295, ../sass/_media.scss */
  #album .content #slick_here .slick-prev:before, #album .content #slick_here .slick-next:before {
    font-size: 0px;
  }

  /* line 303, ../sass/_media.scss */
  footer .logo_footer {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 311, ../sass/_media.scss */
  #product .productTittle {
    margin-top: 10%;
    margin-bottom: 4%;
  }
  /* line 316, ../sass/_media.scss */
  #product .productItem .proList {
    width: 100%;
  }
  /* line 318, ../sass/_media.scss */
  #product .productItem .proList .proListTittle {
    text-align: center;
  }
  /* line 321, ../sass/_media.scss */
  #product .productItem .proList.Detail {
    width: 99%;
    margin-top: 5%;
  }

  /* line 329, ../sass/_media.scss */
  #about {
    font-size: 18px;
    padding: 3%;
  }

  /* line 338, ../sass/_media.scss */
  #contact .information .title h2:before, #contact .information .title h2:after {
    content: '——————';
  }
  /* line 344, ../sass/_media.scss */
  #contact .information .edit ul {
    width: 95%;
  }
  /* line 346, ../sass/_media.scss */
  #contact .information .edit ul #line_id {
    width: 71%;
    margin: 1% 0;
  }
}
@media only screen and (max-width: 400px) {
  /* line 359, ../sass/_media.scss */
  #product .productItem .proList {
    margin: 0 0.5% 0 0.5%;
  }

  /* line 369, ../sass/_media.scss */
  #contact .information .title h2:before, #contact .information .title h2:after {
    content: '———';
  }
  /* line 375, ../sass/_media.scss */
  #contact .information .edit ul {
    width: 95%;
  }
  /* line 378, ../sass/_media.scss */
  #contact .information .edit ul li span {
    display: inline-block;
  }
  /* line 380, ../sass/_media.scss */
  #contact .information .edit ul li span.special {
    margin-left: 30%;
  }

  /* line 393, ../sass/_media.scss */
  footer .design span {
    display: block;
  }
  /* line 398, ../sass/_media.scss */
  footer .copyright span {
    display: block;
  }

  /* line 404, ../sass/_media.scss */
  header {
    width: 100%;
  }
  /* line 406, ../sass/_media.scss */
  header .logo {
    width: 69%;
  }
  /* line 408, ../sass/_media.scss */
  header .logo img {
    margin-left: 10%;
    margin-bottom: 10%;
  }
  /* line 413, ../sass/_media.scss */
  header .icon {
    font-size: 18px;
  }
  /* line 415, ../sass/_media.scss */
  header .icon .fb {
    margin-left: 2%;
    margin-right: 5%;
  }
  /* line 421, ../sass/_media.scss */
  header #phone_icon .button {
    top: 23px;
    right: 15px;
  }

  /* line 429, ../sass/_media.scss */
  #banner .banner_img {
    height: 250px;
  }
}
/* line 1, ../sass/_recommend.scss */
#recommend {
  min-height: 589px;
}
/* line 4, ../sass/_recommend.scss */
#recommend .recommend_list .item {
  width: 23%;
  height: 0;
  padding-bottom: 23%;
  float: left;
  display: block;
  margin-bottom: 2%;
  margin-left: 2%;
  margin: 0 1% 2% 1%;
  border: 1px #CACACA solid;
}
/* line 14, ../sass/_recommend.scss */
#recommend .recommend_list .item > span {
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */
