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

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

strong {
  font-weight: bold;
}

body {
  background: #f2f2f2 url(../images/back_body.jpg) repeat-x left top;
  font-size: 13px;
  color: #666666;
  font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
  line-height: 24px;
  margin: 0;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #202f85;
}

p {
  margin: 0 0 16px 0;
}

#wrap_box1 {
  width: 100%;
  margin: 0 auto;
}

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

#wrap {
  position: relative;
  min-height: 570px;
  padding: 0 22px;
}

#breadcrumbs {
  background: url(../images/back_breadcrumbs.jpg) repeat-x left top;
  text-align: right;
  font-size: 13px -1;
  padding: 5px 0;
}
#breadcrumbs li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 8px;
  font-size: 14px;
}
#breadcrumbs li a {
  text-decoration: underline;
}
#breadcrumbs li:nth-of-type(n+2):before {
  content: '';
  position: absolute;
  top: 8px;
  left: -4px;
  border-left: 4px solid #30567c;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#breadcrumbs li:nth-of-type(n+2):after {
  content: '';
  position: absolute;
  top: 10px;
  left: -4px;
  border-left: 2px solid #f2f2f2;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.container {
  float: left;
  padding: 0 0 40px 0;
  *zoom: 1;
  /*IE/7/6*/
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

#header_top {
  position: relative;
  padding: 0;
  height: 86px;
  z-index: 5;
}

#logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#logo h1 a {
  background: url("../../images/logo_c.jpg") no-repeat left top;
  width: 283px;
  height: 86px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
}

#nav_sub {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  text-align: right;
  border: 1px solid #7f7f7f;
  border-top: 0;
  padding: 0 5px 0 9px;
}
#nav_sub li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
}
#nav_sub li:nth-last-of-type(2) {
  background: url(../../images/header_info_cart.png) no-repeat left center;
  padding: 0 0 0 25px;
  margin: 0 0 0 5px;
}
#nav_sub li:nth-last-of-type(1) {
  background: url(../../images/header_info_email.png) no-repeat left center;
  padding: 0 0 0 20px;
  margin: 0 0 0 5px;
}
#nav_sub li a {
  display: inline-block;
  padding: 2px 10px 2px 5px;
  color: black;
}
#nav_sub li a:hover {
  color: #c9151e;
}
#nav_sub li:after {
  content: "";
  width: 1px;
  height: 12px;
  border-left: 1px solid #919191;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 10;
}
#nav_sub li:last-of-type:after {
  width: 0;
  border-left: 0;
}

.search {
  background: url(../../images/search_title.jpg) no-repeat left center;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10;
  padding: 0 0 0 86px;
}
.search label {
  display: none;
}
.search input {
  margin: 0;
  padding: 0;
}
.search input.search_input {
  border: 1px solid #d8d8d8;
  padding: 6px 5px 9px 5px;
  margin: 0 -5px 0 0;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}
.search input.input_ok {
  background: url(../../images/search_btn.jpg) no-repeat left top;
  border: none;
  width: 35px;
  height: 32px;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}

#header_info {
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 2;
  display: block;
  background: url(../../images/header_info.jpg) no-repeat left center;
  width: 242px;
  height: 77px;
}

#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: #202f85;
  font-weight: bold;
}

.user_login {
  background: url(../images/pic/user-silhouette.png) no-repeat left center;
  position: absolute;
  right: 320px;
  top: 45px;
  z-index: 2;
  padding: 0 0 0 20px;
}
.user_login span {
  font-weight: bold;
  color: #c9151e;
}

.skype {
  background: url(../../images/skype.png) no-repeat left top;
  width: 132px;
  height: 39px;
  position: absolute;
  top: 120px;
  right: 20px;
  z-index: 5;
}

#nav_main {
  background: url(../../images/back_nav.jpg) no-repeat left bottom;
  height: 54px;
}
#nav_main h2 {
  display: none;
}
#nav_main ul {
  background: url(../../images/nav_main_c.jpg) no-repeat;
  width: 959px;
  height: 42px;
  padding: 0;
}
#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: 42px;
}
#nav_main ul li a span {
  display: none;
}
#nav_main ul li:nth-child(1) a {
  width: 200px;
  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 -42px;
}
#nav_main ul li:nth-child(2) a {
  width: 188px;
  background-position: -200px 0;
}
#nav_main ul li:nth-child(2) a:hover, #nav_main ul li.highlight:nth-child(2) a {
  background-position: -200px -42px;
}
#nav_main ul li:nth-child(3) a {
  width: 189px;
  background-position: -388px 0;
}
#nav_main ul li:nth-child(3) a:hover, #nav_main ul li.highlight:nth-child(3) a {
  background-position: -388px -42px;
}
#nav_main ul li:nth-child(4) a {
  width: 188px;
  background-position: -577px 0;
}
#nav_main ul li:nth-child(4) a:hover, #nav_main ul li.highlight:nth-child(4) a {
  background-position: -577px -42px;
}
#nav_main ul li:nth-child(5) a {
  width: 194px;
  background-position: -765px 0;
}
#nav_main ul li:nth-child(5) a:hover, #nav_main ul li.highlight:nth-child(5) a {
  background-position: -765px -42px;
}
#nav_main ul li:nth-child(6) a {
  width: 102px;
  background-position: -959px 0;
}
#nav_main ul li:nth-child(6) a:hover, #nav_main ul li.highlight:nth-child(6) a {
  background-position: -959px -42px;
}
#nav_main ul li:nth-child(7) a {
  width: 99px;
  background-position: -1061px 0;
}
#nav_main ul li:nth-child(7) a:hover, #nav_main ul li.highlight:nth-child(7) a {
  background-position: -1061px -42px;
}
#nav_main ul li:nth-child(8) a {
  width: 116px;
  background-position: -1160px 0;
}
#nav_main ul li:nth-child(8) a:hover, #nav_main ul li.highlight:nth-child(8) a {
  background-position: -1160px -42px;
}
#nav_main ul li:nth-child(9) a {
  width: 91px;
  background-position: -1276px 0;
}
#nav_main ul li:nth-child(9) a:hover, #nav_main ul li.highlight:nth-child(9) a {
  background-position: -1276px -42px;
}
#nav_main ul li div {
  display: none;
}
#nav_main ul li:hover div {
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  background: none;
  background-color: white;
  z-index: 999;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding: 5px 0;
}
#nav_main ul li:hover div:nth-of-type(1) {
  left: 2px;
}
#nav_main ul li:hover div a {
  background: none;
  height: auto;
  margin: 2px 10px;
  padding: 3px 10px;
  border-bottom: 1px dotted #b5b5b5;
}
#nav_main ul li:hover div a:last-of-type {
  border-bottom: none;
}
#nav_main ul li:hover div a:hover {
  background-color: #4c83db;
  color: white;
}
#nav_main ul li:nth-of-type(1) div a {
  width: 156px;
}
#nav_main ul li:nth-of-type(2) div a {
  width: 145px;
}
#nav_main ul li:nth-of-type(3) div a {
  width: 146px;
}
#nav_main ul li:nth-of-type(4) div a {
  width: 146px;
}
#nav_main ul li:nth-of-type(5) div a {
  width: 148px;
}

.banner {
  width: 959px;
  height: 172px;
}

.content_sub {
  float: left;
  width: 230px;
  text-align: left;
  margin: 0 16px 0 0;
}
.content_sub h4.title {
  background: url(../images/navsub_title1.jpg) no-repeat left top;
  color: white;
  font-size: 19px;
  padding: 10px 0 0 15px;
  height: 34px;
}

.content_menu {
  margin: 0 0 20px 0;
}
.content_menu ul.navsub_menu li {
  background: url(../images/category_icon.gif) no-repeat 16px center;
  border: 1px solid #c6c6c6;
  border-top: none;
  padding: 5px 0 5px 36px;
  position: relative;
  /*第二層*/
}
.content_menu ul.navsub_menu li:hover {
  background-color: #f9f9f9;
}
.content_menu ul.navsub_menu li:first-child {
  border-top: 1px solid #fff;
}
.content_menu ul.navsub_menu li:first-child:hover {
  border-top: 1px solid #c6c6c6;
}
.content_menu ul.navsub_menu li div.category {
  display: none;
}
.content_menu ul.navsub_menu li:hover div.category {
  background: #f9f9f9 url(../images/category_line.jpg) no-repeat left 34px;
  display: block;
  position: absolute;
  top: 0px;
  left: 228px;
  z-index: 100;
  width: 707px;
  border: 1px solid #c6c6c6;
  border-left-width: 0px;
  margin: -1px 0 3px 0;
  padding: 4px 10px;
  height: 500px;
  overflow: hidden;
}
.content_menu ul.navsub_menu li:hover div.category div {
  margin: 0 0 10px 0;
}
.content_menu ul.navsub_menu li:hover div.category div h4 {
  background-color: #d8d8d8;
  color: black;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 0 4px 0;
}
.content_menu ul.navsub_menu li:hover div.category div dl {
  background-color: #f9f9f9;
  padding: 5px 10px 7px 10px;
  border-bottom: 1px dotted #bfbfbf;
  line-height: 12px;
}
.content_menu ul.navsub_menu li:hover div.category div dl:last-child {
  border-bottom: none;
}
.content_menu ul.navsub_menu li:hover div.category div dl dt {
  font-weight: bold;
  color: #30567c;
  text-align: left;
  margin: 0 0 4px 0;
}
.content_menu ul.navsub_menu li:hover div.category div dl dt a {
  color: #30567c;
  text-decoration: underline;
}
.content_menu ul.navsub_menu li:hover div.category div dl dt a:hover {
  color: #c9151e;
}
.content_menu ul.navsub_menu li:hover div.category div dl dd {
  /*overflow:hidden;*/
  text-align: left;
  padding: 0 2px;
  font-weight: normal;
}
.content_menu ul.navsub_menu li:hover div.category div dl dd a {
  display: inline-block;
  padding: 0 10px;
  margin: 4px 0;
  border-left: 1px solid #c7c7c7;
}
.content_menu ul.navsub_menu li:hover div.category div dl dd a:last-of-type {
  border-right: 1px solid #c7c7c7;
}
.content_menu ul.navsub_menu li:hover p {
  text-align: right;
}
.content_menu ul.navsub_menu li:hover p a {
  background-color: #477fb6;
  padding: 5px 10px 7px;
  color: white;
}
.content_menu ul.navsub_menu2 li {
  border: 1px solid #c6c6c6;
  border-top: none;
  position: relative;
}
.content_menu ul.navsub_menu2 li a {
  background: url(../images/category_icon.gif) no-repeat 16px center;
  padding: 5px 0 5px 36px;
  display: block;
}
.content_menu ul.navsub_menu2 li a:hover {
  background-color: #f9f9f9;
  font-weight: bold;
}

.products_search {
  background-color: #f2f2f2;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  height: 110px;
  margin: 6px 0 20px 0;
}
.products_search h3 {
  font-size: 16px;
  color: black;
  margin: 0 0 5px 0;
}
.products_search .select_s1 {
  width: 100%;
  border: 1px solid #b5b5b5;
  padding: 5px 10px;
  background: url(../../images/products_search_h4.jpg) no-repeat right top;
  margin: 0 0 10px 0;
}
.products_search input {
  margin: 0;
  padding: 0;
}
.products_search input.search_input {
  float: left;
  border: 1px solid #d8d8d8;
  padding: 6px 5px 9px 5px;
  margin: 0 -8px 0 0;
}
.products_search input.input_ok {
  background: url(../../images/search_btn.jpg) no-repeat left top;
  border: none;
  float: left;
  width: 35px;
  height: 32px;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}

.content_adv {
  width: 230px;
  margin: 0 auto;
}
.content_adv li a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  display: block;
  margin: 0 0 8px 0;
  color: white;
  height: 87px;
}
.content_adv li.n1 a {
  background: url(../images/adv_c01.jpg) no-repeat left top;
}
.content_adv li.n2 a {
  background: url(../images/adv_c02.jpg) no-repeat left top;
}
.content_adv li.n3 a {
  background: url(../images/adv_c03.jpg) no-repeat left top;
}
.content_adv li.n4 a {
  background: url(../images/adv_c04.jpg) no-repeat left top;
}
.content_adv li.n5 a {
  background: url(../images/adv_c05.jpg) no-repeat left top;
}

.container_main {
  width: 711px;
  float: left;
  padding: 0;
  margin: 0;
}
.container_main h3.title {
  border: 1px solid #c7c7c7;
  padding: 12px 15px;
  margin: 0 0 20px 0;
  font-size: 19px;
}
.container_main h3.title:before {
  content: "";
  border-left: 5px solid #5a89c3;
  margin: 0 6px 0 0;
}

.content_main {
  min-height: 550px;
}
.content_main .top_info {
  margin: 0 4px 10px 4px;
}
.content_main .top_info span {
  color: #c9151e;
  font-size: 16px;
  margin: 0 3px;
  vertical-align: bottom;
}
.content_main .f300 {
  font-size: 30px;
  line-height: 300px;
  text-align: center;
}

#site_info {
  background: url(../../images/back_footer.jpg) no-repeat left top;
  clear: both;
  height: 74px;
  position: relative;
  text-align: center;
  padding: 0;
}
#site_info address {
  padding: 10px 0 0 0;
  font-style: normal;
  font-weight: normal;
  color: #d8d8d8;
  line-height: 18px;
}
#site_info address span {
  font-size: 14px;
  font-weight: bold;
}

#nav_supp li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-right: 1px solid #b5b5b5;
  line-height: 14px;
  padding: 0 16px 0 14px;
  margin: 8px 0 10px 0;
  text-align: center;
  font-size: 13px -1;
}
#nav_supp li:last-of-type {
  border-right: none;
}
#nav_supp li a {
  display: block;
}

#pager p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#pager p span {
  color: #c9151e;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px;
}
#pager ul.pages {
  display: block;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding: 0;
}
#pager ul.pages li {
  list-style: none;
  border: 1px solid #477fb6;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 4px 6px 4px 7px;
  display: inline;
  line-height: 30px;
  cursor: pointer;
}
#pager ul.pages li:hover {
  border: 1px solid #3c6a99;
  color: white;
  background-color: #3c6a99;
}
#pager ul.pages li a:hover {
  color: white;
}
#pager ul.pages li.pgEmpty {
  border: 1px solid #e8eff6;
  color: #e8eff6;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
  border: 1px solid #e8eff6;
  color: #e8eff6;
  cursor: default;
  background-color: white;
}
#pager ul.pages li.pgCurrent {
  border: 1px solid #3c6a99;
  color: white;
  font-weight: bold;
  background-color: #3c6a99;
}

.pager_line {
  border-top: 1px dotted #81a8ce;
  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: #3c6a99;
  border: 1px solid #3c6a99;
  text-align: center;
  color: white;
  margin: 10px 0 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.back_list a:hover {
  background-color: #3c6a99;
  color: #3c6a99;
}

/* Image style */
#scrollUp {
  background: url(../javascript/scrollUp/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;
}

.contact_top {
  *zoom: 1;
  /*IE/7/6*/
}
.contact_top:before, .contact_top:after {
  content: "";
  display: table;
}
.contact_top:after {
  clear: both;
}
.contact_top h5 {
  font-size: 16px;
  color: #3c6a99;
  margin: 0 0 0 5px;
  font-weight: bold;
}
.contact_top h5:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}
.contact_top ul {
  margin: 5px;
}
.contact_top ul li {
  background: url(../images/pic/ul_icon1.jpg) no-repeat left 8px;
  padding: 0 0 0 10px;
}
.contact_top ul li span {
  font-weight: bold;
  color: black;
}
.contact_top small a {
  background: url(../images/pic/icon_search.png) no-repeat left 8px;
  margin: 0 4px 0 0;
  float: right;
  padding: 4px 0 4px 20px;
}
.contact_top .map {
  margin: 0;
  padding: 9px;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

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

.form_out {
  margin: 0;
  padding: 10px 0 0 0;
}
.form_out h5 {
  background: #477fb6;
  color: white;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form_out .top_info {
  font-weight: bold;
}

.form {
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 5px 10px;
}
.form caption {
  background: #477fb6;
  color: white;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form tr th {
  background: #e8eff6;
  text-align: center;
  padding: 0;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d9e5f0;
}
.form tr td {
  padding: 0 7px;
  text-align: left;
}
.form tr td.s1 {
  background: #477fb6;
  color: white;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form span {
  color: #c9151e;
}
.form img#captchaimg {
  vertical-align: middle;
}

.input {
  text-decoration: none;
  border: 1px solid #d8d8d8;
  width: 209px;
  padding: 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: white;
}

.btn1 {
  -moz-box-shadow: inset 0px 1px 0px #bcd0e5;
  -webkit-box-shadow: inset 0px 1px 0px #bcd0e5;
  box-shadow: inset 0px 1px 0px #bcd0e5;
  background-color: #477fb6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzQ3N2ZiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNTY3YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #477fb6), color-stop(100%, #30567c));
  background-image: -moz-linear-gradient(center top, #477fb6 5%, #30567c 100%);
  background-image: -webkit-linear-gradient(center top, #477fb6 5%, #30567c 100%);
  background-image: linear-gradient(to center bottom, #477fb6 5%, #30567c 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #30567c;
  display: inline-block;
  cursor: pointer;
  color: white;
  text-decoration: none;
  padding: 5px 30px;
  margin: 0 5px;
}
.btn1:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzMwNTY3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3N2ZiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #30567c), color-stop(100%, #477fb6));
  background-image: -moz-linear-gradient(center top, #30567c 5%, #477fb6 100%);
  background-image: -webkit-linear-gradient(center top, #30567c 5%, #477fb6 100%);
  background-image: linear-gradient(to center bottom, #30567c 5%, #477fb6 100%);
  background-color: #30567c;
  color: white;
}
.btn1:active {
  position: relative;
  top: 1px;
}

.btn2 {
  background-color: #3C3C3C;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3C3C3C', endColorstr='#FF999999');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjM2MzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c3c3c), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(top, #3c3c3c, #999999);
  background-image: -webkit-linear-gradient(top, #3c3c3c, #999999);
  background-image: linear-gradient(to bottom, #3c3c3c, #999999);
  padding: 5px 30px;
  margin: 0 5px;
  color: white;
  border: 0;
}
.btn2:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF999999', endColorstr='#FF3C3C3C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjM2MzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #3c3c3c));
  background-image: -moz-linear-gradient(top, #999999, #3c3c3c);
  background-image: -webkit-linear-gradient(top, #999999, #3c3c3c);
  background-image: linear-gradient(to bottom, #999999, #3c3c3c);
}

.table_01 {
  border-collapse: collapse;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #477fb6;
  margin: 0 0 10px 0;
}
.table_01 tr:nth-of-type(odd) {
  background: #fefeff;
}
.table_01 tr th {
  background: #477fb6;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 7px 5px;
}
.table_01 tr th:first-of-type {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
}
.table_01 tr th:last-of-type {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
}
.table_01 tr td {
  padding: 5px 5px;
  text-align: center;
  border-bottom: 1px solid #9fbcd9;
}
.table_01 tr td.y1 {
  text-align: left;
}
.table_01 tr td img {
  max-width: 120px;
  max-height: 90px;
}
.table_01 tr td span.sort {
  color: #c9151e;
  margin: 0 5px 0 0;
}
.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: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #477fb6;
  margin: 0 0 10px 0;
}
.table_02 tr:nth-of-type(odd) {
  background: #fefeff;
}
.table_02 tr th {
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEAEAEA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(to bottom, #ffffff, #eaeaea);
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 5px 5px;
  border-top: 2px solid #007fc5;
  border-bottom: 1px solid #b5b5b5;
}
.table_02 tr th:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAEAEA', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
  background-image: -webkit-linear-gradient(top, #eaeaea, #ffffff);
  background-image: linear-gradient(to bottom, #eaeaea, #ffffff);
}
.table_02 tr th:first-of-type {
  border-left: 1px solid #b5b5b5;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
.table_02 tr th:last-of-type {
  border-right: 1px solid #b5b5b5;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}
.table_02 tr td {
  padding: 5px 5px;
  text-align: center;
  border-bottom: 1px solid #9fbcd9;
}
.table_02 tr td.y1 {
  text-align: left;
}
.table_02 tr td img {
  max-width: 120px;
  max-height: 90px;
}

.table_03 {
  border-collapse: collapse;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #9fbcd9;
  margin: 0 0 10px 0;
}
.table_03 tr:nth-of-type(odd) {
  background: white;
}
.table_03 tr th {
  background: #9fbcd9;
  text-align: center;
  font-weight: bold;
  padding: 4px 5px;
  color: #30567c;
}
.table_03 tr td {
  padding: 3px 5px;
  text-align: center;
  border-bottom: 1px solid #9fbcd9;
}
.table_03 tr td.y1 {
  text-align: left;
}

.table_04 {
  border-collapse: collapse;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #81a8ce;
  margin: 0 0 30px 0;
}
.table_04 tr:nth-of-type(odd) {
  background: #fefeff;
}
.table_04 tr th {
  background: #81a8ce;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 4px 5px;
}
.table_04 tr td {
  padding: 4px 5px;
  text-align: center;
  border-bottom: 1px solid #9fbcd9;
}
.table_04 tr td.y1 {
  text-align: left;
}
.table_04 a[href] {
  background: url(../images/pic/file_down.png) no-repeat left center;
  padding: 2px 0 2px 20px;
}
.table_04 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_file a[href*=".doc"], .table_file a[href*=".docx"] {
  background: url(../images/pic/file_doc.png) no-repeat left center;
}
.table_file a[href*=".xls"], .table_file a[href*=".xlsx"] {
  background: url(../images/pic/file_xls.png) no-repeat left center;
}
.table_file a[href*=".pdf"] {
  background: url(../images/pic/file_pdf.png) no-repeat left center;
}
.table_file a[href*=".jpg"], .table_file a[href*=".jpge"] {
  background: url(../images/pic/file_jpg.png) no-repeat left center;
}
.table_file a[href*=".ppt"] {
  background: url(../images/pic/file_ppt.png) no-repeat left center;
}
.table_file a[href*=".zip"] {
  background: url(../images/pic/file_zip.png) no-repeat left center;
}

.table_left tr td {
  border: 1px solid #9fbcd9;
  text-align: left;
}
.table_left tr td a {
  color: #3c6a99;
  margin: 0 6px 0 0;
}
.table_left tr td a:hover {
  color: #c9151e;
}

/* 最新消息-內頁 */
p.news_title {
  font-weight: bold;
  color: white;
  padding: 6px 15px;
  margin: 0;
  background: #477fb6;
  text-align: left;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
}

div.news_main {
  text-align: left;
  padding: 15px 20px;
  margin: 0 0 10px 0;
  border-width: 0 1px 2px 1px;
  border-style: solid dotted;
  border-color: #81a8ce;
}
div.news_main strong {
  font-weight: bold;
}
div.news_main p {
  margin: 0 0 10px 0;
}
div.news_main p.filedown {
  background: url(../images/pic/file_down1.png) no-repeat left center;
  padding: 0 0 0 28px;
}
div.news_main p.filedown a {
  font-size: 14px;
  text-decoration: underline;
}
div.news_main p.filedown a:hover {
  text-decoration: none;
}
div.news_main img {
  max-width: 620px;
  _width: 620px;
  height: auto !important;
}

/* 回目錄頁 */
.back_news {
  text-align: right;
}
.back_news a {
  height: 24px;
  background-color: #477fb6;
  border: 1px solid #6493c2;
  color: white;
  line-height: 24px;
  text-align: center;
  padding: 5px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.back_news a:hover {
  background-color: #d9e5f0;
  border: 1px solid #6493c2;
  color: #3c6a99;
}

.products_category {
  margin: 0 0 10px 0;
}
.products_category h4 {
  background-color: #d8d8d8;
  color: black;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 0 4px 0;
}
.products_category h4:nth-of-type(n+2) {
  margin: 30px 0 4px 0;
}
.products_category dl {
  padding: 5px 10px 7px 10px;
  border-bottom: 1px dotted #bfbfbf;
  line-height: 12px;
}
.products_category dl dt {
  font-weight: bold;
  color: #30567c;
  text-align: left;
  margin: 0 0 4px 0;
}
.products_category dl dt a {
  color: #30567c;
  text-decoration: underline;
}
.products_category dl dt a:hover {
  color: #c9151e;
}
.products_category dl dd {
  /*overflow:hidden;*/
  text-align: left;
  padding: 0 2px;
  font-weight: normal;
}
.products_category dl dd a {
  display: inline-block;
  padding: 0 10px;
  margin: 4px 0;
  border-left: 1px solid #c7c7c7;
}
.products_category dl dd a:last-of-type {
  border-right: 1px solid #c7c7c7;
}

.products_list {
  border-bottom: 1px dotted #b5b5b5;
}
.products_list figure {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 7px 20px 0;
  width: 170px;
  min-height: 130px;
  _height: 130px;
  position: relative;
}
.products_list figure:nth-of-type(4n) {
  margin: 0 0 20px 0;
}
.products_list figure .box {
  text-align: center;
  font-size: 0;
  width: 160px;
  height: 120px;
  display: block;
  border: 1px solid #d8d8d8;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.products_list figure .box * {
  vertical-align: middle;
}
.products_list figure .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.products_list figure .box img {
  max-width: 160px;
  max-height: 120px;
  _width: 160px;
  _height: 120px;
}
.products_list figure .box em {
  background: transparent;
  width: 170px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.products_list 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_list figure figcaption {
  padding: 3px 0 0 0;
}
.products_list figure figcaption p {
  margin: 0;
  padding: 0;
}
.products_list figure figcaption p:first-of-type {
  color: black;
}
.products_list figure figcaption p:last-of-type {
  color: #919191;
}

/* 產品內頁顯示 */
#products_show {
  margin: 10px 0 0 0;
}
#products_show dl {
  margin: 0 0 10px 0;
}
#products_show dl dt {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
}
#products_show dl dt .box {
  text-align: center;
  font-size: 0;
  width: 300px;
  height: 225px;
  display: block;
  border: 1px dotted #477fb6;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#products_show dl dt .box * {
  vertical-align: middle;
}
#products_show dl dt .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
#products_show dl dt .box img {
  max-width: 300px;
  max-height: 225px;
  _width: 300px;
  _height: 225px;
}
#products_show dl dt .box em {
  background: transparent;
  width: 310px;
  height: 235px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
#products_show 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_show dl dd {
  overflow: hidden;
}
#products_show dl dd h5 {
  background-color: #477fb6;
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  margin: 0 0 10px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#products_show dl dd h6 {
  color: black;
  text-align: right;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#products_show dl dd p {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #d8d8d8;
  position: relative;
}
#products_show dl dd p:last-of-type {
  border-bottom: none;
  margin: 10px 0 0 0;
  text-align: right;
}
#products_show dl dd p:last-of-type a {
  padding: 4px 15px 4px 30px;
  font-weight: bold;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#products_show dl dd p:last-of-type .ask a {
  background: #3c6a99 url(../images/pic/US-dollar-icon.png) no-repeat 10px center;
}
#products_show dl dd p:last-of-type .price {
  margin: 0 10px;
  color: black;
}

.show_info {
  margin: 0 0 15px 0;
}

/* 產品內頁顯示-下載列表 */
.file_down li {
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
}
.file_down li a[href] {
  background: url(../images/pic/document-arrow-down-icon.png) no-repeat 10px center;
  padding: 2px 0 2px 30px;
}

/* 產品搜尋結果 */
.products_search_result {
  margin: 0 0 10px 0;
}
.products_search_result dl {
  clear: both;
  padding: 10px 20px;
  min-height: 130px;
}
.products_search_result dl:nth-of-type(2n) {
  background-color: #eff4f9;
}
.products_search_result dl span.light {
  color: #c9151e;
  font-weight: bold;
}
.products_search_result dl dt {
  color: #30567c;
  font-weight: bold;
  font-size: 14px;
}
.products_search_result dl dd {
  position: relative;
  padding: 0 0 0 120px;
}
.products_search_result dl dd .img_box {
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 99;
  margin: 0 10px 20px 0;
}
.products_search_result dl dd .img_box .box {
  text-align: center;
  font-size: 0;
  width: 100px;
  height: 75px;
  display: block;
  background-color: #fff;
  border: 1px dotted #477fb6;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.products_search_result dl dd .img_box .box * {
  vertical-align: middle;
}
.products_search_result dl dd .img_box .box span {
  display: inline-block;
  height: 100%;
  _height: auto;
}
.products_search_result dl dd .img_box .box img {
  max-width: 100px;
  max-height: 75px;
  _width: 100px;
  _height: 75px;
}

.member_login {
  background: url(../images/member_login_bg.jpg) no-repeat center center;
  width: 395px;
  height: 272px;
  margin: 100px auto 0;
  padding: 0 40px 30px;
}
.member_login h3 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  height: 85px;
}
.member_login p b {
  display: inline-block;
  width: 70px;
  font-weight: bold;
}
.member_login img {
  vertical-align: bottom;
}

.member_register {
  background: url(../images/pic/member_register.png) no-repeat left center;
  padding: 0 0 0 20px;
  margin: 0 10px;
}

.member_forget {
  background: url(../images/pic/member_forget.png) no-repeat left center;
  padding: 0 0 0 20px;
  margin: 0 10px;
}

.refresh {
  background: url(../images/pic/refresh.png) no-repeat left center;
  padding: 0 0 0 20px;
  margin: 0 10px;
}

.getcode {
  background: url(../images/pic/key.png) no-repeat left center;
  padding: 0 0 0 18px;
  margin: 0 0 0 6px;
}

.resetcode {
  background: url(../images/pic/mail.png) no-repeat left center;
  padding: 0 0 0 18px;
  margin: 0 0 0 6px;
}

.tick {
  background: url(../images/pic/tick.png) no-repeat left center;
  padding: 0 0 0 18px;
  margin: 0 0 0 6px;
  color: #203455;
}

.member_table {
  border-collapse: collapse;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #477fb6;
  margin: 0 0 10px 0;
}
.member_table tr:nth-of-type(odd) {
  background: white;
}
.member_table tr th {
  background: #477fb6;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 7px 5px;
  border-bottom: 1px solid white;
}
.member_table tr td {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #9fbcd9;
}
.member_table tr td.y1 {
  text-align: left;
}
.member_table tr td img {
  vertical-align: bottom;
}

.consent_title {
  background: url(../images/pic/Button-info-icon.png) no-repeat left center;
  font-size: 21px;
  color: #30567c;
  padding: 5px 0 5px 36px;
  margin: 35px 0 6px 0;
}

.consent_info {
  height: 200px;
  padding: 15px;
  overflow-y: auto;
  border: 1px solid #b5b5b5;
  border-top: 2px solid #477fb6;
}
.consent_info h4 {
  font-size: 16px;
  font-weight: bold;
}
.consent_info ul {
  margin-left: 20px;
  list-style: decimal;
  list-style-position: outside;
}

.consent_agree {
  text-align: center;
  margin: 10px 0 0 0;
}

.member_btn {
  text-align: center;
  padding: 6px 0 0 0;
}
.member_btn li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

#show_box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  width: 100%;
  height: 100%;
  padding: 10% 0 0 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

.show_content {
  background-color: white;
  width: 500px;
  height: 380px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #a3a3a3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -280px;
  margin-top: -220px;
  z-index: 10;
  display: none;
}
.show_content h1 {
  background-color: #81a8ce;
  font-size: 16px;
  padding: 5px;
  color: white;
  margin: 0 0 10px 0;
}
.show_content h2 {
  font-size: 16px;
  margin: 20px 0;
  color: black;
  text-align: center;
}
.show_content p.info {
  border-top: 1px dashed #6d6d6d;
  border-bottom: 1px dashed #6d6d6d;
  padding: 30px 0;
  text-align: center;
}
.show_content dl dt {
  color: #c9151e;
  font-weight: bold;
}
.show_content dl dd li {
  background: url(../images/pic/arrow2.jpg) no-repeat left 7px;
  padding: 0 0 0 10px;
}

.show_btn {
  cursor: pointer;
}

.hide_btn {
  background: url(../images/pic/cross.png) no-repeat left top;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.f-fwb {
  font-weight: bold;
}

.f-tdu {
  text-decoration: underline;
}

.f-red {
  color: #c9151e;
}

.f-green {
  color: #609833;
}

.ta-l {
  text-align: left;
}

.line {
  border-bottom: 1px dotted #bcd0e5;
}

.search_time {
  margin: 0 20px 20px 20px;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #b5b5b5;
}
.search_time span {
  font-weight: bold;
  color: #c9151e;
  margin: 0 3px;
}

.about_box h4 {
  background: url(../images/pic/arrow4.jpg) no-repeat left center;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.about_box .about_1 {
  background: url(../images/about_1_pic1.jpg) no-repeat left top;
  height: 245px;
  padding: 14px 30px 14px 470px;
  color: white;
  line-height: 20px;
  margin: 0;
}
.about_box .about_1 li {
  border-top: 1px solid #6796ce;
  border-bottom: 1px solid #4a78b1;
}
.about_box .about_1 li:first-child {
  border-top: none;
}
.about_box .about_1 li:last-child {
  border-bottom: none;
}
.about_box .about_3 dl {
  background: url(../images/about_3_bg.jpg) no-repeat right bottom;
  border: 1px solid #b5b5b5;
  padding: 15px 30px 15px 15px;
  margin: 10px 0 30px 0;
}
.about_box .about_3 dl dt {
  float: left;
  border-right: 1px solid #b5b5b5;
  padding: 0 15px 0 0;
  margin: 0 30px 0 0;
}
.about_box .about_3 dl dd {
  overflow: hidden;
}
.about_box .about_3 dl dd h5 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
  height: 50px;
  margin: 0 5px 0 -5px;
}
.about_box .about_3 dl dd h5.about_3_t1 {
  background: url(../images/about_3_t1.jpg) no-repeat left top;
}
.about_box .about_3 dl dd h5.about_3_t2 {
  background: url(../images/about_3_t2.jpg) no-repeat left top;
}
.about_box .about_3 dl dd h5.about_3_t3 {
  background: url(../images/about_3_t3.jpg) no-repeat left top;
}
.about_box .about_3 dl dd h6 {
  font-weight: bold;
  font-size: 14px;
}
.about_box .about_3 dl dd ul li {
  padding: 0 0 0 16px;
}
.about_box .about_3 dl dd ul.about_3_c1 li {
  background: url(../images/pic/about_3_icon1.jpg) no-repeat left center;
}
.about_box .about_3 dl dd ul.about_3_c2 li {
  background: url(../images/pic/about_3_icon2.jpg) no-repeat left center;
}
.about_box .about_3 dl dd ul.about_3_c3 li {
  background: url(../images/pic/about_3_icon3.jpg) no-repeat left center;
}

.support_box .support_nav {
  margin: 0 0 10px 0;
}
.support_box .support_nav li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
.support_box .support_nav li:nth-of-type(5n) {
  margin: 0 0 10px 0;
}
.support_box .support_nav li img {
  width: 130px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.support_box .support_nav li.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.support_box .support_navsub {
  margin: 0 0 20px 0;
}
.support_box .support_navsub li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 10px;
}
.support_box .support_navsub li a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #9fbcd9;
}
.support_box .support_navsub li.active a {
  border: 1px dotted #ed701a;
  background-color: #ed701a;
  color: white;
}
.support_box .support_navsub2 {
  border-top: 1px dotted #6493c2;
  border-bottom: 1px dotted #6493c2;
  padding: 15px;
  margin: 0 0 20px 0;
}
.support_box .support_navsub2 li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 10px;
}
.support_box .support_navsub2 li a {
  display: inline-block;
}
.support_box .support_navsub2 li.active a {
  color: #ed701a;
  font-weight: bold;
  font-size: 14px;
}

.support_box2 h3 {
  font-size: 21px;
  font-weight: bold;
  color: #c9151e;
}
.support_box2 h4 {
  font-size: 14px;
  color: #ed701a;
}
.support_box2 .support_nav {
  margin: 0 0 10px 0;
}
.support_box2 .support_nav select {
  margin: 0 10px 0 0;
  min-width: 120px;
}
.support_box2 .support_nav select option[selected] {
  background-color: #30567c;
}
.support_box2 .support_title {
  margin: 20px 0 6px;
}
.support_box2 .support_title .fz-h3 {
  font-size: 16px;
  font-weight: bold;
  color: #c9151e;
}
.support_box2 .support_title .fz-h4 {
  font-size: 16px;
  color: #c9151e;
}
.support_box2 .support_title .fz-h5 {
  font-size: 16px;
  color: #ed701a;
}

.editor table {
  border: 1px solid #cdcdcd;
}
.editor table th {
  font-weight: bold;
  border: 1px solid #cdcdcd;
  padding: 3px;
}
.editor table td {
  border: 1px solid #cdcdcd;
  padding: 3px;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-weight: bold;
  margin: 20px 0;
}
.editor h1 {
  font-size: 2em;
}
.editor h2 {
  font-size: 1.5em;
}
.editor h3 {
  font-size: 1.17em;
}
.editor h4 {
  font-size: 1em;
}
.editor h5 {
  font-size: 0.83em;
}
.editor h6 {
  font-size: 0.67em;
}
.editor p {
  margin: 0 0 6px 0;
}
.editor ul, .editor ol {
  margin: 0 0 0 20px;
}
