@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, .row:before,
.cf:after,
.row:after {
  content: "";
  display: table; }

.cf:after, .row: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; }

body.fullnav {
  height: 100%;
  overflow: hidden; }

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; }
  .section-header h2 {
    margin: 0;
    color: #032455;
    font-family: 'MeiryoUI', sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 50px; }

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

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

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

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

.page-main-wrap .section-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }

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

  .section-header {
    margin-top: 30px; } }
.container {
  padding: 0 15px; }

.row {
  margin-bottom: 60px; }

.carousel-one {
  width: 100%;
  margin-top: -20px; }
  .carousel-one img {
    width: 100%; }

.carousel {
  margin-top: -20px; }

.index-about, .index-products {
  width: 64.58333333%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }

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

.main-stage {
  position: relative; }

.page-main-wrap {
  margin: 30px 0; }

@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%; } }
@media screen and (min-width: 320px) and (max-width: 991px) {
  .index-about, .index-news, .index-products, .index-contact {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .carousel, .carousel-one {
    margin-top: 0; }

  .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-main-wrap {
  margin-top: 50px; }

.index-about img {
  width: 30%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
.index-about .right {
  width: 60%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%; }
  .index-about .right p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.7; }

.index-news .section-header {
  background: url(../img/news_title.png) 0 0 no-repeat; }
  .index-news .section-header h2 {
    text-indent: 60px; }

.normal-news .content {
  height: 80px;
  margin-bottom: 5px;
  font-size: 13px;
  overflow: hidden; }

.main-products .content .title h3 {
  display: block;
  height: 54px;
  overflow: hidden;
  margin: 10px 0;
  color: #032455 !important;
  font-size: 17px; }
.main-products .content .description {
  height: 210px;
  overflow: hidden;
  color: #71787d;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px; }

@media screen and (min-width: 992px) {
  .main-products {
    width: 31.25%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
	margin-bottom:7%; } }
.index-contact .section-header {
  background: url(../img/contact_title.png) 0 0 no-repeat; }
  .index-contact .section-header h2 {
    text-indent: 60px; }

.index-contact {
  color: #283138; }
  .index-contact a {
    color: #283138; }
  .index-contact .contact-wrap {
    margin: 10px 0;
    padding: 20px 0;
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #ccc; }
    .index-contact .contact-wrap:last-child {
      border: 0; }
  .index-contact .contact-wrap:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  .index-contact .contact-phone:before {
    background: url(../img/contact_call.png); }
  .index-contact .contact-fax:before {
    background: url(../img/contact_fax.png); }
  .index-contact .contact-mail:before {
    background: url(../img/contact_mail.png); }
  .index-contact .contact-address:before {
    background: url(../img/contact_address.png); }
  .index-contact .c-content {
    padding-left: 50px; }

@media screen and (min-width: 320px) and (max-width: 991px) {
  .main-products {
    margin-bottom: 30px;
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .main-products .content .title a {
    margin: 5px 0; }

  .main-products .content .description {
    height: 170px; }

  .index-about img {
    width: 47.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
    margin-left: 26.04166667%; }

  .index-about .right {
    width: 97.91666667%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
.products-detail-top {
  position: relative;
  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) {
  .page-products-list .main-products {
    width: 31.25%;
    float: left; }
    .page-products-list .main-products:nth-child(3n + 1) {
      margin-left: 1.04166667%;
      margin-right: -100%;
      clear: both; }
    .page-products-list .main-products:nth-child(3n + 2) {
      margin-left: 34.375%;
      margin-right: -100%;
      clear: none; }
    .page-products-list .main-products:nth-child(3n + 3) {
      margin-left: 67.70833333%;
      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) {
  .page-products-list .main-products {
    width: 31.25%;
    float: left; }
    .page-products-list .main-products:nth-child(3n + 1) {
      margin-left: 1.04166667%;
      margin-right: -100%;
      clear: both; }
    .page-products-list .main-products:nth-child(3n + 2) {
      margin-left: 34.375%;
      margin-right: -100%;
      clear: none; }
    .page-products-list .main-products:nth-child(3n + 3) {
      margin-left: 67.70833333%;
      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) {
  .page-products-list .main-products {
    width: 47.91666667%;
    float: left; }
    .page-products-list .main-products:nth-child(2n + 1) {
      margin-left: 1.04166667%;
      margin-right: -100%;
      clear: both; }
    .page-products-list .main-products:nth-child(2n + 2) {
      margin-left: 51.04166667%;
      margin-right: -100%;
      clear: none; } }
footer {
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background-color: #032455;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 3px 15px 0px rgba(0, 0, 0, 0.5); }

.sitemap ul {
  margin-bottom: 0; }

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

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

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

.social-media li {
  margin-right: 10px; }

.copyright {
  text-align: right; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    font-size: 12px; } }
.page-news-list .normal-news {
  padding-top: 30px;
  border-top: 1px solid #ebebeb; }

.side {
  min-height: 100px; }

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

.side .main-list > li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -13px;
  margin: 0;
  background-color: #032455; }

.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; }

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

header {
  padding: 10px 0; }

.logo-container {
  margin-bottom: 15px; }

.lang-wrap {
  padding: 20px 0; }
  .lang-wrap select {
    color: #00a0e9;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 0;
    outline: 0; }

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

nav ul {
  list-style: none; }

@media screen and (min-width: 992px) {
  .logo-container {
    width: 81.25%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }
    .logo-container .main-logo {
      width: 47.91666667%;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%; }
    .logo-container .second-logo {
      width: 68px;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%; }
    .logo-container .third-logo {
      width: 200px;
      float: left;
      margin-left: 1.04166667%;
      margin-right: 1.04166667%;
      padding: 25px 0; }

  .lang-wrap {
    width: 14.58333333%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .nav-container {
    width: 100%; } }
@media screen and (max-width: 991px) {
  header {
    margin: 10px 0;
    padding: 0; }

  .logo-container {
    width: 81.25%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; }

  .toggle-menu {
    width: 14.58333333%;
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%; } }
#menu_custom2 {
  display: none; }

.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: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 7px;
      left: 0;
      margin: 0;
      background-color: #032455; }
  .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-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%; }

.btn, .btn-reverse, .form-btn input[type="reset"], .form-btn input[type="submit"] {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #032455;
  border: 1px solid #032455; }
  .btn:hover, .btn-reverse:hover, .form-btn input[type="reset"]:hover, .form-btn input[type="submit"]:hover {
    color: #000;
    background-color: #fff; }

.btn-reverse, .form-btn input[type="reset"] {
  color: #032455;
  background-color: #fff;
  border: 1px solid #032455; }

.btn-dl {
  width: 120px;
  height: 35px;
  position: absolute;
  bottom: 5px;
  right: 0; }

.form-btn input {
  width: 120px;
  display: inline-block; }
