@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.std-title {
  color: #685e74; }

.fontColor-title {
  color: #7b8a97; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.invisible {
  display: none; }

ul.list-unstyled li {
  list-style-type: none; }

ul.list-inline li {
  float: left;
  list-style-type: none; }

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (min-width: 320px) and (max-width: 991px) {
  .hidden-smxs {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: '微軟正黑體', Arial, sans-serif;
  line-height: 1.5; }

a {
  color: #428bca;
  text-decoration: none; }

img {
  display: block; }

ul {
  padding: 0; }

p {
  margin: 7px 0; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.section-header {
  width: 100%;
  margin: 0 0 10px;
  padding-top: 9px;
  padding-bottom: 0;
  border-bottom: 1px solid #bfbfbf; }
  .section-header h2 {
    margin: 0;
    color: #777;
    font-weight: normal;
    letter-spacing: 1px;
    text-indent: 71px;
    background: url(../img/bg_section_header.png) 0 0 no-repeat; }
  .section-header span {
    font-size: 14px; }

.index-main-wrap {
  margin-top: 30px; }

.page-banner {
  margin-bottom: 20px; }

.content .description a {
  color: #1c1c1c; }

.content .title, .content .title a {
  color: #b29e6e; }

.page-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-top: 40px; }

.page-container .section-header {
  margin-bottom: 20px; }
  .page-container .section-header h2 {
    font-size: 16px;
    font-weight: normal; }
  .page-container .section-header h2 span {
    color: #000;
    font-size: 24px;
    font-weight: bold; }

@media screen and (min-width: 320px) and (max-width: 991px) {
  .index-main-wrap {
    margin-top: 0; }

  .section-header {
    margin: 10px 0; }

  .section-header h2 {
    width: 100%;
    line-height: 1.2; }

  .section-header h2 span {
    display: block;
    font-size: 16px; }

  .section-header:before {
    width: 25px;
    height: 1px;
    top: -20px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #d6d2db;
    background-image: none; } }
.container {
  padding: 0 15px; }

.carousel-one {
  width: 100%; }
  .carousel-one img {
    width: 100%; }

.index-news, .index-products, .index-contact {
  width: 31.25%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }

.main-stage {
  position: relative; }

.side {
  min-height: 100px;
  margin-top: 30px;
  padding: 15px;
  background-image: url(../img/bg_line.png), url(../img/bg_line2.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%; }

.side .main-list li {
  margin-bottom: 30px; }
  .side .main-list li a {
    color: #1c1c1c; }

.side .second-list li {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left; }
  .side .second-list li:before {
    content: '•';
    margin-right: 5px; }

.side-xs {
  width: 100%;
  margin-bottom: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #1c1c1c; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }
@media screen and (min-width: 992px) {
  .main-stage {
    width: 72.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .side {
    width: 22.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; }

  .side {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .main-stage {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .index-news, .index-products, .index-contact {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
@media screen and (min-width: 320px) and (max-width: 991px) {
  .side {
    min-height: 30px;
    background-image: none; } }
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; }

  .side {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .main-stage {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .index-news, .index-products, .index-contact {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
.products-detail-top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .products-detail-top .content .title {
    font-size: 21px; }

@media screen and (min-width: 992px) {
  .main-products {
    margin-bottom: 60px; }
    .main-products img {
      width: 47.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; }
    .main-products .content {
      width: 47.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; }

  .page-products-list .main-products {
    width: 49.30555556%;
    float: left; }
    .page-products-list .main-products:nth-child(2n + 1) {
      margin-left: 0.34722222%;
      margin-right: -100%;
      clear: both; }
    .page-products-list .main-products:nth-child(2n + 2) {
      margin-left: 50.34722222%;
      margin-right: -100%;
      clear: none; }
    .page-products-list .main-products img {
      width: 97.91666667%;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%; }
    .page-products-list .main-products .content {
      width: 97.91666667%;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%;
      font-size: 18px; }

  .products-detail-top .products-img {
    width: 31.25%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }
  .products-detail-top .content {
    width: 64.58333333%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-products {
    margin-bottom: 30px; }
    .main-products img {
      width: 37.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; }
    .main-products .content {
      width: 57.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; }

  .page-products-list .main-products {
    width: 49.30555556%;
    float: left; }
    .page-products-list .main-products:nth-child(2n + 1) {
      margin-left: 0.34722222%;
      margin-right: -100%;
      clear: both; }
    .page-products-list .main-products:nth-child(2n + 2) {
      margin-left: 50.34722222%;
      margin-right: -100%;
      clear: none; }
    .page-products-list .main-products img {
      width: 97.91666667%;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%; }
    .page-products-list .main-products .content {
      width: 97.91666667%;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%;
      font-size: 16px; }

  .products-detail-top .products-img {
    width: 47.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }
  .products-detail-top .content {
    width: 47.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-products {
    margin-bottom: 30px; }
    .main-products img {
      width: 97.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; }
    .main-products .content {
      width: 97.5%;
      float: left;
      margin-left: 1.25%;
      margin-right: 1.25%; } }
footer {
  margin-top: 30px;
  padding: 5px 0;
  font-size: 14px;
  background-color: #ccc; }

.sitemap ul {
  margin-bottom: 0; }

.sitemap ul li:after {
  content: '•';
  margin: 0 20px; }

.sitemap ul li:last-child::after {
  content: none; }

.sitemap ul li a {
  color: #1c1c1c; }
  .sitemap ul li a:hover {
    text-decoration: underline; }

.guarantee {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    font-size: 12px; } }
.main-news {
  height: 75px;
  overflow: hidden; }
  .main-news img {
    width: 27.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%; }
  .main-news .content {
    width: 67.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%; }

.normal-news .content {
  height: 75px;
  margin-bottom: 30px;
  overflow: hidden; }

@media screen and (min-width: 992px) {
  .main-news {
    margin-bottom: 30px; } }
@media screen and (max-width: 991px) {
  .main-news {
    margin-bottom: 15px; } }
.page-news-list .normal-news {
  padding-top: 30px;
  border-top: 1px solid #ebebeb; }

.index-contact {
  min-height: 100px;
  padding: 50px 0;
  background-image: url(../img/bg_line.png), url(../img/bg_line2.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat; }

.index-contact {
  color: #777;
  text-align: center; }
  .index-contact img {
    margin: 0 auto; }
  .index-contact span[class*="icon"] {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  .index-contact .icon_phone {
    background: url(../img/contact_call.png); }
  .index-contact .icon_contact_facebook {
    background: url(../img/contact_facebook.png); }

.contact-phone {
  font-size: 24px; }

.contact-facebook {
  width: 250px;
  margin: 0 auto;
  background-color: #b29e6e; }
  .contact-facebook a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #fff; }

.side .index-contact {
  width: 100%; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .index-contact {
    margin-bottom: 30px;
    padding: 30px 0; } }
header {
  padding: 5px 0; }

.logo-container img {
  width: 100%; }

.nav-container {
  position: relative; }
  .nav-container ul {
    margin: 0; }

.social-nav-wrap span[class*="icon"] {
  display: block;
  width: 30px;
  height: 30px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  .social-nav-wrap span[class*="icon"]:hover {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
.social-nav-wrap .icon_youtube {
  background: url(../img/icon_youtube.png); }
.social-nav-wrap .icon_facebook {
  background: url(../img/icon_facebook.png); }
.social-nav-wrap .icon_google {
  background: url(../img/icon_google.png); }
.social-nav-wrap .icon_twitter {
  background: url(../img/icon_twitter.png); }
.social-nav-wrap .icon_youtube:hover {
  background: url(../img/icon_youtube_h.png); }
.social-nav-wrap .icon_facebook:hover {
  background: url(../img/icon_facebook_h.png); }
.social-nav-wrap .icon_google:hover {
  background: url(../img/icon_google_h.png); }
.social-nav-wrap .icon_twitter:hover {
  background: url(../img/icon_twitter_h.png); }

.online-check {
  border: 2px solid #bfbfbf; }
  .online-check a {
    display: block;
    padding: 0 10px;
    color: #bfbfbf; }

nav ul {
  list-style: none; }

.toggle-menu {
  float: right;
  width: 40px;
  margin-top: 10px; }

@media screen and (min-width: 992px) {
  .logo-container {
    width: 22.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .nav-container {
    width: 72.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
@media screen and (max-width: 991px) {
  .logo-container {
    width: 31.25%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
@media screen and (max-width: 500px) {
  .logo-container {
    width: 47.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
.breadcrumb {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px; }
  .breadcrumb li {
    position: relative;
    padding: 0; }
    .breadcrumb li a {
      margin-left: 25px;
      color: #929292; }
    .breadcrumb li:before {
      content: "．";
      margin-left: 25px;
      color: #929292; }
    .breadcrumb li:first-child:before {
      content: url(../img/hover_heart.png);
      display: block;
      width: 12px;
      height: 10px;
      position: absolute;
      left: 0;
      margin: 0; }
  .breadcrumb li.active:last-child a {
    color: #38153f; }

.edit-area {
  min-height: 500px;
  margin: 20px 0; }

.pagination {
  margin: 20px auto;
  text-align: center; }
  .pagination ul {
    display: inline-block; }
  .pagination li {
    display: inline; }
    .pagination li a {
      display: block;
      width: 25px;
      height: 25px;
      float: left;
      margin: 0 3px;
      color: #929292;
      font-family: 'Didact Gothic', sans-serif;
      font-size: 13px;
      line-height: 22px;
      text-align: center;
      border: 1px solid #cdcdcd;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .pagination li a:hover {
        color: #fff;
        background-color: #b29e6e;
        border: 1px solid #b29e6e; }
    .pagination li:nth-child(2) a {
      margin-right: 40px; }
    .pagination li:nth-last-child(2) a {
      margin-left: 40px; }
  .pagination li.active a {
    color: #fff;
    background-color: #b29e6e;
    border: 1px solid #b29e6e; }

@media screen and (max-width: 350px) {
  .pagination li:nth-child(2) a {
    margin-right: 20px; }

  .pagination li:nth-last-child(2) a {
    margin-left: 20px; } }
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  color: #1c1c1c;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc; }

textarea.form-control {
  height: 100%; }

.form-wrap {
  margin-bottom: 20px; }

.form-vcode img {
  margin-top: 10px; }

.form-btn {
  width: 30%;
  float: left;
  margin-right: 20px; }
  .form-btn input {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #b29e6e;
    border: 1px solid #b29e6e; }

.form-btn input[type="submit"]:hover {
  color: #000;
  background-color: #fff; }

.form-btn.reset input {
  color: #000;
  background-color: #fff; }

.form-wrap {
  width: 97.91666667%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }

.form-half {
  width: 47.91666667%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }

.form-third {
  width: 31.25%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }

.form-forth {
  width: 14.58333333%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }
