@charset "UTF-8";
.page_article, #page_content #page_content_middle .content_page {
  zoom: 1;
}
.page_article:before, #page_content #page_content_middle .content_page:before {
  content: "";
  display: table;
}
.page_article:after, #page_content #page_content_middle .content_page:after {
  content: "";
  display: table;
  clear: both;
}

/* table css */
table.tb {
  border: 1px solid #c9c9c9;
  width: 100%;
  margin: 0 auto 1em;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
table.tb th {
  color: #000;
  border: 1px solid #c9c9c9;
  padding: 0.5em 1em;
  background-color: #dddfdf;
  text-align: center;
}
table.tb td {
  color: #0099cc;
  border: 1px solid #c9c9c9;
  padding: 0.3em 1em;
  text-align: center;
}
table.tb td span, table.tb td a {
  color: #47bba4;
}
table.tb td a:hover {
  text-decoration: underline;
}

table.tbStr td {
  width: 200px;
}

table.tbChild_1 {
  width: 95%;
  border: #4f81bd 2px solid;
}
table.tbChild_1 th {
  background-color: #EDF2F8;
  font-weight: bold;
  text-align: center;
  border: #4f81bd 1px solid;
  border-bottom-width: 2px;
}
table.tbChild_1 td {
  text-align: center;
  border: #4f81bd 1px solid;
}
table.tbChild_1 td:first-child {
  width: 160px;
}
table.tbChild_1 tr:nth-child(even) {
  background-color: #F8FAFC;
}
table.tbChild_1 tr:nth-child(odd) {
  background-color: #d3dfee;
}

table.tbChild_2 {
  width: 95%;
  border: #c0504d 2px solid;
}
table.tbChild_2 th {
  background-color: #EDF2F8;
  font-weight: bold;
  text-align: center;
  border: #c0504d 1px solid;
  border-bottom-width: 2px;
}
table.tbChild_2 td {
  text-align: center;
  border: #c0504d 1px solid;
}
table.tbChild_2 td:first-child {
  width: 160px;
}
table.tbChild_2 tr:nth-child(even) {
  background-color: #F8FAFC;
}
table.tbChild_2 tr:nth-child(odd) {
  background-color: #efd3d2;
}

table.tbChild_3 {
  width: 95%;
  border: #abc674 2px solid;
}
table.tbChild_3 th {
  background-color: #EDF2F8;
  font-weight: bold;
  text-align: center;
  border: #abc674 1px solid;
  border-bottom-width: 2px;
}
table.tbChild_3 td {
  text-align: center;
  border: #abc674 1px solid;
}
table.tbChild_3 td:first-child {
  width: 160px;
}
table.tbChild_3 tr:nth-child(even) {
  background-color: #F8FAFC;
}
table.tbChild_3 tr:nth-child(odd) {
  background-color: #e6eed5;
}

table.tbChild_4 {
  width: 95%;
  border: #623f8c 2px solid;
}
table.tbChild_4 th {
  background-color: #EDF2F8;
  font-weight: bold;
  text-align: center;
  border: #623f8c 1px solid;
  border-bottom-width: 2px;
}
table.tbChild_4 td {
  text-align: center;
  border: #623f8c 1px solid;
}
table.tbChild_4 td:first-child {
  width: 160px;
}
table.tbChild_4 tr:nth-child(even) {
  background-color: #F8FAFC;
}
table.tbChild_4 tr:nth-child(odd) {
  background-color: #dfd8e8;
}

table.tbChild_5 {
  width: 95%;
  border: #f57b17 2px solid;
}
table.tbChild_5 th {
  background-color: #EDF2F8;
  font-weight: bold;
  text-align: center;
  border: #f57b17 1px solid;
  border-bottom-width: 2px;
}
table.tbChild_5 td {
  text-align: center;
  border: #f57b17 1px solid;
}
table.tbChild_5 td:first-child {
  width: 160px;
}
table.tbChild_5 tr:nth-child(even) {
  background-color: #F8FAFC;
}
table.tbChild_5 tr:nth-child(odd) {
  background-color: #fde4d0;
}

table.width {
  width: 100%;
}
table.width td:first-child {
  width: auto;
  min-width: 50px;
}

ol {
  list-style-type: decimal;
  margin: 0 0 0.5em 2.5em;
  text-align: left;
}
ol li > ol {
  counter-reset: my-badass-counter;
  list-style-type: none;
}
ol li > ol li:before {
  content: counter(my-badass-counter,upper-alpha);
  counter-increment: my-badass-counter;
  margin: 0 0.5em 0 -2em;
}

.content_page a {
  font-weight: bold;
}

.textL {
  text-align: left;
}

.star {
  color: red;
}

#page {
  position: relative;
  text-align: center;
}
#page #pages {
  position: relative;
  margin-top: 20px;
  display: inline-block;
}
#page #pages a, #page #pages div, #page #pages span {
  float: left;
  display: block;
  color: #666;
  min-width: 22px;
  height: 22px;
  font-size: 16px;
  padding: 1px 1px 0 1px;
  line-height: 16px;
  position: relative;
}
#page #pages div {
  color: #c70000;
  font-weight: bold;
}
#page #pages a:hover {
  color: #c70000;
  font-weight: bold;
}
#page #pages a.btn {
  margin: 0px 5px;
  min-width: 30px;
  height: 22px;
}

/* page css */
.aside_l {
  width: 25%;
}

.aside_l_treemenu, #treemenu #treemenu_top, #treemenu #treemenu_bottom, #treemenu #treemenu_middle {
  margin: 0 auto;
}

.aside_l_margin {
  margin-top: 4px;
}

.aside_c {
  width: 65%;
}

.aside_l, .aside_c {
  display: inline-block;
}

.icon_title {
  width: 26px;
  height: 21px;
}

.icon_title2 {
  position: absolute;
  width: 17px;
  height: 16px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .kv {
  width: 1280px;
  height: 100px;
  margin: 0 auto;
}

.page_article {
  width: 1280px;
  margin: 0 auto;
}

/* 側邊選單 */
#treemenu ul, #treemenu li {
  list-style: none;
}
#treemenu #treemenu_top, #treemenu #treemenu_bottom, #treemenu #treemenu_middle {
  height: 8px;
}
#treemenu #treemenu_middle {
  height: auto;
}
#treemenu #treemenu_middle ul.topnav > li a {
  display: block;
  text-decoration: none;
  margin: 25px 0;
  overflow: hidden;
}
#treemenu #treemenu_middle ul.topnav > li a:hover {
  color: #ffcc33;
}
#treemenu #treemenu_middle ul.topnav > li a.active {
  color: #ffcc33;
  font-weight: bold;
}
#treemenu #treemenu_middle ul.topnav > li a.active ul li a {
  font-size: 15px;
  height: 25px;
  line-height: 25px;
}
#treemenu #treemenu_middle ul.topnav > li a.active ul li a:hover {
  color: #eda519;
}

/* 內頁大框架 */
#page_content {
  border-left: 2px solid #ccc;
}
#page_content #page_content_top {
  position: relative;
}
#page_content #page_content_top #breadcrumb {
  margin-top: 10px;
  overflow: hidden;
  font-size: 13px;
}
#page_content #page_content_top #breadcrumb .separator, #page_content #page_content_top #breadcrumb .separator_last {
  float: left;
  padding: 0px 8px;
}
#page_content #page_content_top #breadcrumb a {
  float: left;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}
#page_content #page_content_top #breadcrumb a:first-child {
  padding-left: 3%;
}
#page_content #page_content_top #breadcrumb a.last {
  max-width: 80%;
  color: #5F6178;
}
#page_content #page_content_middle {
  padding-top: 40px;
}
#page_content #page_content_middle .back_bottom {
  margin: 0 0 20px 3%;
}
#page_content #page_content_middle .btn_list {
  float: right;
  display: block;
  width: 123px;
  height: 36px;
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
}
#page_content #page_content_middle .content_title {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #666;
  margin-left: 3%;
  padding: 10px 20px;
  overflow: hidden;
  font-size: 22px;
}
#page_content #page_content_middle #product_img, #page_content #page_content_middle .container-fluid {
  margin-top: 40px;
}
#page_content #page_content_middle #product_img img, #page_content #page_content_middle .container-fluid img {
  max-width: 100%;
  height: auto;
}
@media \0screen {
  #page_content #page_content_middle #product_img img, #page_content #page_content_middle .container-fluid img {
    width: auto;
  }
}
#page_content #page_content_middle .panel-item {
  text-align: center;
}
#page_content #page_content_middle .content_page {
  padding: 0 0 40px 3%;
  position: relative;
}
#page_content #page_content_middle .content_page img {
  max-width: 100%;
  height: auto;
}
@media \0screen {
  #page_content #page_content_middle .content_page img {
    width: auto;
  }
}
#page_content #page_content_middle .content_page p {
  text-align: left;
  padding-left: 34px;
  background: url(../images/icon_arr.jpg) 0 3px no-repeat;
}
#page_content #page_content_middle .content_page hr {
  border-bottom: 1px solid #ffcc33;
  margin: 40px 0;
}
#page_content #page_content_middle .content_page .icon {
  color: #ffcc33;
}
#page_content #page_content_middle .content_page .note {
  color: #f90;
  font-weight: bold;
}
#page_content #page_content_middle .content_page .mark {
  color: #f00;
}
#page_content #page_content_middle .content_page .back {
  position: absolute;
  right: 0;
  top: -50px;
}
#page_content #page_content_middle .content_page h4 {
  color: #ffcc33;
  padding: 5px 0;
}
#page_content #page_content_middle .content_page .link {
  margin-bottom: 20px;
}
#page_content #page_content_middle .content_page .link > .pic {
  width: 100%;
}
#page_content #page_content_middle .content_page .link > .pic img {
  max-width: 100%;
  height: auto;
}
@media \0screen {
  #page_content #page_content_middle .content_page .link > .pic img {
    width: auto;
  }
}

#contact_table {
  margin: 0 auto;
}
#contact_table td {
  text-align: left;
  padding: 10px;
}

.tables {
  position: relative;
  width: 635px;
  margin-bottom: 60px;
}
.tables > i.b_icon {
  width: 39px;
  height: 38px;
  position: absolute;
  z-index: 5;
}
.tables > i.b_icon#lt, .tables > i.b_icon#rt {
  top: -10px;
}
.tables > i.b_icon#lb, .tables > i.b_icon#rb {
  bottom: -10px;
}
.tables > i.b_icon#lt, .tables > i.b_icon#lb {
  left: -10px;
}
.tables > i.b_icon#rt, .tables > i.b_icon#rb {
  right: -10px;
}
.tables > i.b_icon#rt {
  background-position: -40px 0px;
}
.tables > i.b_icon#rb {
  background-position: -40px -39px;
}
.tables > i.b_icon#lb {
  background-position: 0px -39px;
}
.tables > table {
  position: relative;
  z-index: 10;
  background: #bdaa83;
  width: 100%;
}
.tables > table > thead td, .tables > table > thead span {
  color: #823400;
  font-size: 16px;
  font-weight: bold;
}
.tables > table td {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5em;
}
.tables > table td span {
  color: #f00;
}
.tables > table td select, .tables > table td input {
  width: 90%;
  padding: 1% 5%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.tables > table td input {
  border: none;
  padding: 0 5%;
  color: #f00;
  font-weight: bold;
}
.tables > table td > a {
  color: #000;
}
.tables > table td > a > img {
  margin-bottom: -5px;
  margin-left: 5px;
}
.tables > table td:last-child {
  border-right: none;
}
.tables > table > tbody > tr:last-child > td {
  border-bottom: none;
}

/* 針對bootstrap的設定 */
@media screen and (max-width: 414px) {
  #contact_table td input {
    width: 100% !important;
  }
  #contact_table td:first-child {
    width: 45%;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .banner .kv {
    width: 100%;
  }

  #page_aside {
    display: none;
  }

  #page_content {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }

  .content_page, #breadcrumb a:first-child {
    padding-left: 0 !important;
  }

  .content_title {
    margin-left: 0 !important;
  }

  .panel-item {
    margin-bottom: 20px !important;
  }

  #product_img, #product_content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_article, .contact {
    width: 100%;
  }

  #page_content #page_content_middle .content_page .back {
    display: none;
  }
}
