@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*自定reset */
html body div.clear, html body span.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* -------------------------- 變量設定 ------------------------------ */
/* -------------------------- mix設定 ------------------------------ */
/* -------------------------- 基本設定 ------------------------------ */
body {
  background: white url(../../images/back_body.jpg) repeat-x left top;
  font-size: 12px;
  color: #7d7d7d;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 20px;
  margin: 0;
}
body a {
  color: #7d7d7d;
  text-decoration: none;
}
body a:hover {
  color: #023f9a;
}

/* -------------------------- 框架背景 ------------------------------ */
#wrap_box1 {
  width: 985px;
  margin: 0 auto;
}

#wrap_box2 {
  background: url(../../images/back_wrap_e.jpg) no-repeat left top;
  width: 985px;
  margin: 0 auto;
}

#wrap {
  width: 934px;
  margin: 0 24px 0 27px;
  position: relative;
  min-height: 990px;
}

/* -------------------------- header ------------------------------ */
#header_top {
  position: relative;
  padding: 0;
  height: 88px;
  z-index: 10;
}
#header_top #logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#header_top #logo h1 a {
  background: url("../../images/logo_e.jpg") no-repeat left top;
  width: 477px;
  height: 88px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}
#header_top #nav_sub {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 2;
  padding: 0;
}
#header_top #nav_sub a {
  background: url(../../images/arrow2.gif) no-repeat left center;
  padding: 0 8px 0 12px;
  margin: 0;
  text-decoration: underline;
  color: black;
}
#header_top #nav_sub a:first-child {
  background: none;
}
#header_top #nav_sub a:hover {
  text-decoration: none;
  color: white;
}
#header_top #nav_sub #languages_list {
  background: url(../../images/arrow1.gif) no-repeat left center;
  padding: 0 0 0 10px;
  margin: 0 10px 0 0;
  display: inline-block;
  color: #023f9a;
  font-weight: bold;
}

/* --------------------------- 主選單 ------------------------------- */
#nav_main ul {
  background: url(../../images/nav_main_e.jpg) no-repeat;
  width: 934px;
  height: 39px;
  padding: 0;
  z-index: 20;
}
#nav_main ul li {
  position: relative;
  float: left;
}
#nav_main ul li a {
  background: url(../../images/nav_main_e.jpg) no-repeat;
  display: block;
  height: 39px;
}
#nav_main ul li a span {
  display: none;
}
#nav_main ul li:nth-child(1) a {
  width: 392px;
  background-position: 0 0;
}
#nav_main ul li:nth-child(1) a:hover, #nav_main ul li.highlight:nth-child(1) a {
  background-position: 0 -39px;
}
#nav_main ul li:nth-child(2) a {
  width: 298px;
  background-position: -392px 0;
}
#nav_main ul li:nth-child(2) a:hover, #nav_main ul li.highlight:nth-child(2) a {
  background-position: -392px -39px;
}
#nav_main ul li:nth-child(3) a {
  width: 244px;
  background-position: -690px 0;
}
#nav_main ul li:nth-child(3) a:hover, #nav_main ul li.highlight:nth-child(3) a {
  background-position: -690px -39px;
}
#nav_main ul li:nth-child(4) a {
  width: 134px;
  background-position: -934px 0;
}
#nav_main ul li:nth-child(4) a:hover, #nav_main ul li.highlight:nth-child(4) a {
  background-position: -934px -39px;
}
#nav_main ul li:nth-child(5) a {
  width: 135px;
  background-position: -1068px 0;
}
#nav_main ul li:nth-child(5) a:hover, #nav_main ul li.highlight:nth-child(5) a {
  background-position: -1068px -39px;
}
#nav_main ul li:nth-child(6) a {
  width: 135px;
  background-position: -1203px 0;
}
#nav_main ul li:nth-child(6) a:hover, #nav_main ul li.highlight:nth-child(6) a {
  background-position: -1203px -39px;
}
#nav_main ul li:nth-child(7) a {
  width: 131px;
  background-position: -1338px 0;
}
#nav_main ul li:nth-child(7) a:hover, #nav_main ul li.highlight:nth-child(7) a {
  background-position: -1338px -39px;
}
#nav_main ul li:nth-child(8) a {
  width: 160px;
  background-position: -1469px 0;
}
#nav_main ul li:nth-child(8) a:hover, #nav_main ul li.highlight:nth-child(8) a {
  background-position: -1469px -39px;
}
#nav_main ul li:nth-child(9) a {
  width: 160px;
  background-position: -1629px 0;
}
#nav_main ul li:nth-child(9) a:hover, #nav_main ul li.highlight:nth-child(9) a {
  background-position: -1629px -39px;
}

/* --------------------------- banner ------------------------------- */
#banner {
  width: 934px;
  height: 353px;
  margin: 0;
}

/* -------------------------- 內頁框架 ------------------------------ */
.container {
  padding: 28px 0 0 0;
  width: 934px;
  position: relative;
  float: left;
}
.container h4 {
  background: url(../../images/back_h4.jpg) no-repeat left center;
  height: 35px;
  font-weight: bold;
  padding: 4px 0 0 12px;
  font-size: 13px;
}

/* -------------------------- 網頁底部 ----------------------------- */
#site_info {
  clear: both;
  width: 934px;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 24px 0 0 0;
}
#site_info address {
  padding: 0;
  font-style: normal;
  font-weight: normal;
  color: #6b6b6b;
}
#site_info address span {
  font-size: 13px;
  font-weight: bold;
  color: #397dac;
}
#site_info .qrcode {
  position: absolute;
  right: 40px;
  bottom: -10px;
  z-index: 99;
}

/*底部選單-no */
ul#nav_supp {
  text-align: center;
  margin: 0 auto;
  padding: 6px 0;
  border-bottom: 1px solid #4d9dce;
}
ul#nav_supp li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
ul#nav_supp li a {
  background: url(../../images/back_navp_line.jpg) no-repeat right center;
  display: block;
  color: #7d7d7d;
  padding: 1px 20px;
}
ul#nav_supp li a:hover {
  color: #4d9dce;
}
ul#nav_supp li:last-child a {
  background: none;
}
