@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;
}
body a {
  color: #666666;
  text-decoration: none;
}
body a:hover {
  color: #202f85;
}

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

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

#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 {
  background: url(../../images/back_banner.jpg) no-repeat left top;
  padding: 4px 4px 0 4px;
  height: 339px;
  position: relative;
}

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

#container {
  float: left;
  min-height: 500px;
  margin: 0 0 40px 0;
  *zoom: 1;
  /*IE/7/6*/
}
#container:before, #container:after {
  content: "";
  display: table;
}
#container:after {
  clear: both;
}

.left_box {
  float: left;
  width: 234px;
  margin: 0 17px 0 0;
}

.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 -5px 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;
}

.navsub_adv li a {
  display: block;
  margin: 0 0 8px 0;
  color: white;
  height: 87px;
}

.application_down {
  margin: 20px 0 0 0;
}
.application_down h3 {
  background: url(../../images/application_down_title.jpg) no-repeat left top;
  height: 30px;
  color: white;
  padding: 5px 0 0 10px;
  font-size: 16px;
}

.right_box {
  float: left;
  width: 708px;
}
.right_box h3 {
  background: url(../../images/back_title.jpg) no-repeat left center;
  font-weight: bold;
  color: black;
  font-size: 16px;
  padding: 4px 0 8px 16px;
}

.news {
  position: relative;
}
.news li {
  position: relative;
  background: url(../../images/news_icon.jpg) no-repeat 4px 13px;
  padding: 7px 80px 7px 90px;
  border-bottom: 1px solid #eaeaea;
}
.news li span {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 99;
  display: inline-block;
  width: 80px;
}
.news li b {
  position: absolute;
  left: 22px;
  top: 6px;
  z-index: 99;
  display: inline-block;
  width: 70px;
  color: #c9151e;
}
.news span.more {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 99;
}
.news span.more a {
  background: url(../../images/news_icon2.jpg) no-repeat left center;
  display: block;
  padding: 0 0 0 16px;
}

.brand_list {
  margin: 10px 0;
}
.brand_list li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 18px 0 0;
}
.brand_list li:last-of-type {
  margin: 0;
}

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