@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, sub, sup, 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;
}

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: url(../../images/back_body.jpg) no-repeat center top;
  font-size: 15px;
  color: #6e6e6e;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 24px;
  margin: 0;
}
body a {
  color: #6e6e6e;
  text-decoration: none;
}
body a:hover {
  color: #056cb9;
}

/* -------------------------- 框架背景 ------------------------------ */
#wrap_box1 {
  background: url(../../images/back_wrap.jpg) no-repeat center 1125px;
  width: 100%;
  margin: 0 auto;
}

#wrap_box2 {
  width: 100%;
  margin: 0 auto;
}

#wrap {
  width: 1003px;
  margin: 0 auto;
  position: relative;
}

/* -------------------------- header ------------------------------ */
#header_top {
  position: relative;
  padding: 0;
  height: 274px;
  z-index: 5;
}
#header_top #logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#header_top #logo h1 a {
  background: url("../../images/logo.jpg") no-repeat left top;
  width: 1003px;
  height: 274px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}
#header_top #nav_sub {
  display: block;
  position: absolute;
  right: -70px;
  top: 20px;
  z-index: 2;
}

/* --------------------------- 主選單 ------------------------------- */
#nav_main ul {
  background: url(../../images/nav_main_c.jpg) no-repeat;
  width: 929px;
  height: 78px;
  margin: 0 auto;
}
#nav_main ul li {
  position: relative;
  float: left;
}
#nav_main ul li a {
  background: url(../../images/nav_main_c.jpg) no-repeat;
  display: block;
  height: 78px;
}
#nav_main ul li a span {
  display: none;
}
#nav_main ul li:nth-child(1) a {
  width: 135px;
  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 -78px;
}
#nav_main ul li:nth-child(2) a {
  width: 152px;
  background-position: -135px 0;
}
#nav_main ul li:nth-child(2) a:hover, #nav_main ul li.highlight:nth-child(2) a {
  background-position: -135px -78px;
}
#nav_main ul li:nth-child(3) a {
  width: 150px;
  background-position: -287px 0;
}
#nav_main ul li:nth-child(3) a:hover, #nav_main ul li.highlight:nth-child(3) a {
  background-position: -287px -78px;
}
#nav_main ul li:nth-child(4) a {
  width: 151px;
  background-position: -437px 0;
}
#nav_main ul li:nth-child(4) a:hover, #nav_main ul li.highlight:nth-child(4) a {
  background-position: -437px -78px;
}
#nav_main ul li:nth-child(5) a {
  width: 171px;
  background-position: -588px 0;
}
#nav_main ul li:nth-child(5) a:hover, #nav_main ul li.highlight:nth-child(5) a {
  background-position: -588px -78px;
}
#nav_main ul li:nth-child(6) a {
  width: 170px;
  background-position: -759px 0;
}
#nav_main ul li:nth-child(6) a:hover, #nav_main ul li.highlight:nth-child(6) a {
  background-position: -759px -78px;
}
#nav_main ul li:nth-child(7) a {
  width: 146px;
  background-position: -929px 0;
}
#nav_main ul li:nth-child(7) a:hover, #nav_main ul li.highlight:nth-child(7) a {
  background-position: -929px -78px;
}
#nav_main ul li:nth-child(8) a {
  width: 160px;
  background-position: -1075px 0;
}
#nav_main ul li:nth-child(8) a:hover, #nav_main ul li.highlight:nth-child(8) a {
  background-position: -1075px -78px;
}
#nav_main ul li:nth-child(9) a {
  width: 160px;
  background-position: -1235px 0;
}
#nav_main ul li:nth-child(9) a:hover, #nav_main ul li.highlight:nth-child(9) a {
  background-position: -1235px -78px;
}

/* --------------------------- banner ------------------------------- */
#banner {
  width: 1003px;
  height: 773px;
}

/* --------------------------- container ------------------------------- */
#container {
  float: left;
  min-height: 146px;
  padding: 34px 20px 0 28px;
}
#container h4 {
  display: none;
}

.news_list {
  float: left;
  width: 268px;
  padding: 12px 0 0 0;
}
.news_list li {
  background: url(../../images/news_icon.gif) no-repeat 6px 10px;
  padding: 3px 0 3px 14px;
  border-bottom: 1px solid #d3ddeb;
}

/* -------------------------- 網頁底部 ----------------------------- */
#site_info {
  clear: both;
  width: 1003px;
  position: relative;
  text-align: left;
  padding: 0;
  margin: 10px auto 0;
}

/*底部選單-no */
ul#nav_supp {
  text-align: center;
  margin: 0 auto;
  padding: 6px 0;
  border-bottom: 1px solid #7090bf;
}
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: #6e6e6e;
  padding: 1px 20px;
}
ul#nav_supp li a:hover {
  color: #056cb9;
}
ul#nav_supp li:last-child a {
  background: none;
}
