@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 {
  background: url(../images/back_wrap1.jpg) repeat-y left top;
  width: 985px;
  margin: 0 auto;
}

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

#wrap {
  width: 934px;
  margin: 0 24px 0 27px;
  position: relative;
}

/* -------------------------- 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: 146px;
  margin: 0;
}

/* -------------------------- 內頁框架 ------------------------------ */
.container {
  width: 890px;
  position: relative;
  float: left;
  margin: 17px 0 0 0;
  padding: 0 22px;
}

/* ------------------------ 內頁右側選單 --------------------------- */
.content_sub {
  float: left;
  width: 221px;
  text-align: left;
  padding: 0 23px 40px 0;
}
.content_sub h4.title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  height: 35px;
}
.content_sub h4.title1 {
  background: url(../images/navsub_title1.jpg) no-repeat left top;
}
.content_sub h4.title2 {
  background: url(../images/navsub_title2.jpg) no-repeat left top;
}
.content_sub h4.title3 {
  background: url(../images/navsub_title3.jpg) no-repeat left top;
}
.content_sub h4.title4 {
  background: url(../images/navsub_title4.jpg) no-repeat left top;
}
.content_sub h4.title5 {
  background: url(../images/navsub_title5.jpg) no-repeat left top;
}
.content_sub h4.title6 {
  background: url(../images/navsub_title6.jpg) no-repeat left top;
}
.content_sub h4.title7 {
  background: url(../images/navsub_title7.jpg) no-repeat left top;
}
.content_sub h4.title8 {
  background: url(../images/navsub_title8.jpg) no-repeat left top;
}
.content_sub h4.title9 {
  background: url(../images/navsub_title9.jpg) no-repeat left top;
}
.content_sub .content_menu {
  padding: 0;
  margin: 0 auto 30px;
  text-align: left;
}
.content_sub .content_menu ul {
  padding: 0;
  margin: 4px 0 60px 0;
}
.content_sub .content_menu ul li {
  position: relative;
}
.content_sub .content_menu ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  background: white url(../images/content_sub_btn1.jpg) no-repeat 5px center;
  display: block;
  padding: 8px 12px 7px 8px;
  border-bottom: 1px solid #d9d9d9;
}
.content_sub .content_menu ul li a:hover {
  background: #5389af;
  color: white;
}
.content_sub .content_adv {
  width: 221px;
  margin: 0 auto;
}
.content_sub .content_adv li a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
  margin: 0 0 8px 0;
  color: white;
}
.content_sub .content_adv li.n1 a {
  height: 79px;
  background: url(../images/adv_c01.jpg) no-repeat left top;
}
.content_sub .content_adv li.n2 a {
  height: 57px;
  background: url(../images/adv_c02.jpg) no-repeat left top;
}
.content_sub .content_adv li.n3 a {
  background: url(../images/adv_c03.jpg) no-repeat left top;
}

/* -------------------------- 左側框架 ----------------------------- */
.container_main {
  width: 890px;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
}
.container_main h3.title {
  background: url(../images/back_title2.jpg) no-repeat left top;
  font-size: 15px;
  padding: 7px 0 7px 16px;
  margin: 0;
  color: #6b6b6b;
  font-weight: bold;
}
.container_main #breadcrumbs {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 99;
  font-size: 12px -1;
}
.container_main #breadcrumbs span {
  margin: 0 2px 0 4px;
  color: #cc0000;
  font-size: 13px;
  font-weight: bold;
}

.content_main {
  border: 1px solid #b4b4b4;
  padding: 25px 25px 40px 25px;
}
.content_main p {
  margin: 0 0 16px 0;
}
.content_main p.top_info {
  margin: 0 4px 10px 4px;
}
.content_main p.top_info2 {
  margin: 20px 4px 10px 4px;
  padding: 20px 0 0 0;
  border-top: 1px dotted #b3b3b3;
}
.content_main p.font1 {
  font-size: 15px;
  color: #c9151e;
  text-decoration: underline;
}
.content_main p.font2 {
  font-size: 30px;
  line-height: 300px;
  text-align: center;
}
.content_main b {
  font-weight: bold;
}
.content_main i {
  text-decoration: underline;
}
.content_main h4 {
  background: url(../images/pic/icon_plus2.png) no-repeat left center;
  font-size: 15px;
  padding: 4px 0 4px 20px;
  margin: 0 0 6px 0;
  font-weight: bold;
  color: #397dac;
}
.content_main h4 span a {
  font-size: 13px;
  color: #ed701a;
  margin: 0 0 0 30px;
  font-weight: normal;
}

.content_main2 {
  padding: 1px;
}
.content_main2 img {
  vertical-align: bottom;
}

/* ---------------------- 頁數 ---------------------- */
#pager p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#pager p span {
  color: #c9151e;
  font-size: 13px;
  font-weight: bold;
  margin: 0 3px;
}
#pager ul.pages {
  display: block;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 0;
}
#pager ul.pages li {
  list-style: none;
  text-decoration: none;
  margin: 0 5px 0 0;
  display: inline;
  line-height: 30px;
  cursor: pointer;
}
#pager ul.pages li a {
  border: 1px solid #4d9dce;
  padding: 3px 5px;
}
#pager ul.pages li a:hover {
  border: 1px solid #397dac;
  color: white;
  background-color: #397dac;
}
#pager ul.pages li.pgEmpty {
  border: 1px solid #f6fafd;
  padding: 3px 5px;
  color: #f6fafd;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
  border: 1px solid #f6fafd;
  color: #f6fafd;
  cursor: default;
  background-color: #f9f9f9;
}
#pager ul.pages li.pgCurrent a {
  border: 1px solid #397dac;
  font-weight: bold;
  background-color: #397dac;
  color: white;
}

.pager_line {
  border-top: 1px dotted #7cb8dc;
  padding: 14px 0 0 0;
}

.pager_noline {
  border-top: none;
  padding: 14px 0 0 0;
}

/*回目錄頁 */
.back_list a {
  float: right;
  padding: 1px 10px;
  background-color: #397dac;
  border: 1px solid #397dac;
  text-align: center;
  color: white;
  margin: 10px 0 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.back_list a:hover {
  background-color: #397dac;
  color: #397dac;
}

/* ---------------------- 網底 ---------------------- */
#site_info {
  clear: both;
  background: #b4d5e9 url(../images/back_footer.jpg) no-repeat left top;
  width: 934px;
  height: 103px;
  line-height: 20px -4px;
  position: relative;
  text-align: center;
  padding: 0 0 26px 0;
}
#site_info address {
  padding: 20px 0 12px 0;
  font-style: normal;
  font-weight: normal;
  color: #7d7d7d;
}
#site_info address span {
  font-size: 13px;
  font-weight: bold;
  color: #69a9cf;
}

/*底部選單-no */
ul#nav_supp {
  background: #4d9dce;
  text-align: center;
  margin: 0 auto;
  padding: 6px 0;
}
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: #2a6994;
  padding: 1px 20px;
}
ul#nav_supp li a:hover {
  color: white;
}
ul#nav_supp li:last-child a {
  background: none;
}

/* --------- 置頂樣式設定 ---------- */
/* Image style */
#scrollUp {
  background: url(../images/pic/up-arrow.png) no-repeat center center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 51px;
  height: 51px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}

/* ------------------------------ 表單基本樣式 ------------------------------ */
.form_out {
  background: url(../images/pic/back_contact.jpg) no-repeat left top;
  margin: 0;
  padding: 30px 20px 0;
}

.form {
  line-height: 22px;
  margin: 0px;
  font-weight: bold;
}
.form caption {
  background: #4d9dce;
  color: white;
  padding: 4px 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form tr th {
  background: url(../images/pic/contact_line.jpg) no-repeat right 10px;
  text-align: right;
  padding: 6px 10px 0 0;
  font-weight: bold;
  vertical-align: top;
}
.form tr td {
  padding: 5px;
  text-align: left;
}
.form span {
  color: #c9151e;
}

.input {
  text-decoration: none;
  border: 1px solid #69a9cf;
  width: 200px;
  height: 20px;
  padding: 1px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.input3 {
  background: #397dac;
  color: white;
  text-decoration: none;
  padding: 1px 20px 2px 20px;
  margin: 0 5px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.input3:hover {
  background: #023f9a;
}

div.contact_btn {
  margin: 15px 0;
  text-align: center;
}

/* -------------------------- 各樣式設定 ------------------------------ */
/* 字型設定 */
.f1 {
  margin: 0 0 0 30px;
  color: #c9151e;
}

.f2 {
  color: #c9151e;
  font-weight: bold;
}

.f3 {
  color: #ed701a;
  font-weight: bold;
}

/* 線上訂購單 */
.order_btn {
  text-align: right;
}
.order_btn a {
  font-size: 13px;
  font-weight: bold;
  color: #c9151e;
}
.order_btn a span {
  width: 15px;
  height: 7px;
  display: inline-block;
  margin: 0 5px;
}
.order_btn a span:first-of-type {
  background: url(../images/pic/nanaicon054_03.gif) no-repeat center center;
}
.order_btn a span:last-of-type {
  background: url(../images/pic/nanaicon054_08.gif) no-repeat center center;
}

/* 商品目錄列表頁 */
.products_list dl {
  -webkit-box-shadow: #b3b3b3 0px 0px 5px;
  -moz-box-shadow: #b3b3b3 0px 0px 5px;
  box-shadow: #b3b3b3 0px 0px 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: -moz-linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: -o-linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6fafd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#f6fafd, #ffffff);
  background-image: -moz-linear-gradient(#f6fafd, #ffffff);
  background-image: -o-linear-gradient(#f6fafd, #ffffff);
  background-image: linear-gradient(#f6fafd, #ffffff);
  margin: 0 20px 40px 20px;
  padding: 30px 20px 20px;
  width: 23%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  min-height: 290px;
}
.products_list dl dt {
  border: 1px solid #e8e8e8;
  background-color: white;
  margin: 0 26px 14px 10px;
  width: 170px;
  min-height: 239px;
  _height: 239px;
  position: relative;
}
.products_list dl dt:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.products_list dl dt .box {
  text-align: center;
  font-size: 0;
  width: 160px;
  height: 229px;
  display: block;
  padding: 5px;
}
.products_list dl dt .box * {
  vertical-align: middle;
}
.products_list dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.products_list dl dt .box img {
  max-width: 160px;
  max-height: 229px;
  _width: 160px;
  _height: 229px;
}
.products_list dl dt .box em {
  background: transparent;
  width: 170px;
  height: 239px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.products_list dl dt .box em:hover {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.products_list dl dd {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

/* 商品目錄列表頁-內頁列表 */
.products_pic {
  border-bottom: 2px dotted #d6d6d6;
  margin: 0 0 20px 0;
}
.products_pic figure {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 34px 30px 10px;
  width: 170px;
  min-height: 239px;
  _height: 239px;
  position: relative;
}
.products_pic figure:nth-of-type(4n) {
  margin: 0 0 30px 0;
}
.products_pic figure .box {
  text-align: center;
  font-size: 0;
  width: 160px;
  height: 229px;
  display: block;
  border: 1px solid #7cb8dc;
  padding: 4px;
}
.products_pic figure .box * {
  vertical-align: middle;
}
.products_pic figure .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.products_pic figure .box img {
  max-width: 160px;
  max-height: 229px;
  _width: 160px;
  _height: 229px;
}
.products_pic figure .box em {
  background: transparent;
  width: 170px;
  height: 239px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.products_pic figure .box em:hover {
  background: url(../images/pic/magnify_more.png) no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.products_pic figure figcaption {
  text-align: center;
}

/* 最新消息 */
.table_01 {
  border-collapse: collapse;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #69a9cf;
  margin: 0 0 10px 0;
}
.table_01 tr:nth-of-type(odd) {
  background: #f6fafd;
}
.table_01 tr th {
  background: #69a9cf;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 8px 5px;
}
.table_01 tr th:first-of-type {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.table_01 tr th:last-of-type {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.table_01 tr td {
  padding: 5px 5px;
  text-align: center;
  border-bottom: 1px solid #bedbeb;
}
.table_01 tr td.y1 {
  text-align: left;
}
.table_01 tr td img {
  max-width: 120px;
  max-height: 90px;
}
.table_01 a.file {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/pic/file_doc.png) no-repeat left top;
}

.table_02 {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #7cb8dc;
  text-align: left;
  margin: 0 0 30px 0;
}
.table_02 tr:nth-child(odd) {
  background: none;
}
.table_02 tr th {
  background: #7cb8dc;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 3px 5px;
  border-bottom: none;
}
.table_02 tr td {
  padding: 3px 5px;
  border-bottom: 1px dotted #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.table_02 tr td:last-child {
  border-right: none;
}
.table_02 tr td.y1 {
  text-align: left;
}
.table_02 tr td.s1 {
  background-color: #f6fafd;
  text-align: center;
}
.table_02 tr td.s2 {
  background-color: #f6fafd;
  text-align: left;
}

.table_03 {
  text-align: center;
}
.table_03 tr td {
  text-align: center;
}

/* 回目錄頁 */
.back_news {
  text-align: right;
}
.back_news a {
  height: 24px;
  background-color: #397dac;
  border: 1px solid #69a9cf;
  color: white;
  line-height: 24px;
  text-align: center;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.back_news a:hover {
  background-color: #e3eff5;
  border: 1px solid #69a9cf;
  color: #397dac;
}

/* 位置地圖 */
.contact_top {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 2px dotted #c4c4c4;
}
.contact_top h5 {
  font-size: 15px;
  color: #397dac;
  margin: 0 5px;
  font-weight: bold;
}
.contact_top ul {
  margin: 5px;
}
.contact_top ul li {
  background: url(../images/pic/ul_icon1.jpg) no-repeat left 6px;
  padding: 0 0 0 10px;
}
.contact_top small a {
  background: url(../images/pic/map_zoom.gif) no-repeat left 5px;
  margin: 4px 4px 0 0;
  float: right;
  padding: 4px 0 4px 22px;
}
.contact_top .map {
  margin: 0;
  padding: 9px;
  border: 1px solid #b6d7ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* 表單基本樣式 */
.top_info span {
  color: #c9151e;
  font-weight: bold;
  margin: 0 5px;
}

.form_out {
  margin: 0;
  padding: 0;
}

.form {
  line-height: 22px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 4px;
}
.form caption {
  background: #4d9dce;
  color: white;
  padding: 4px 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form tr th {
  background: #e3eff5;
  text-align: center;
  padding: 1px 0;
  font-weight: bold;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form tr td {
  padding: 1px 5px;
  text-align: left;
}
.form tr td.s1 {
  background: #4d9dce;
  color: white;
  padding: 4px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form tr td.s2 {
  color: #023f9a;
  text-align: left;
}
.form span {
  color: #c9151e;
}

.input {
  text-decoration: none;
  border: 1px solid #a1a1a1;
  width: 200px;
  height: 20px;
  padding: 1px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.input2 {
  text-decoration: none;
  border: 1px solid #a1a1a1;
  width: 66px;
  height: 20px;
  padding: 1px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.input3 {
  background: #397dac;
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  margin: 0 5px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.input3:hover {
  background: #ed701a;
}

.input4 {
  background: #397dac;
  color: white;
  text-decoration: none;
  padding: 4px 25px 6px 25px;
  margin: 0 5px;
  border: none;
  border-collapse: collapse;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
}
.input4:hover {
  background: #2a6994;
}

div.contact_btn {
  margin: 15px 0;
  text-align: center;
}

.test p span {
  width: 40px;
  height: 40px;
  color: #c9151e;
  font-size: 30px;
  padding: 5px;
  margin: 30px 0;
}
