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

a {
  color: #656565;
  text-decoration: none;
  outline: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
}

a:visited {
  outline: none;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

body {
  width: 100%;
  min-width: 980px;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體" ,"黑體-繁",  "新細明體", sans-serif, Arial, Helvetica,  "Times New Roman", Times, serif;
  -webkit-text-size-adjust: none;
  height: 100%;
}

html {
  width: 100%;
  min-width: 980px;
  height: 100%;
  background: url(../images/bg001.jpg) top left repeat-x #f4fafa;
}
html.context {
  background: url(../images/bg002.jpg) top left repeat-x #f4fafa;
}

.btn {
  cursor: pointer;
}

.drag {
  cursor: move;
}

.clear, .clr {
  clear: both;
}

.error {
  color: #E14900;
}

strong {
  font-weight: bold;
}

.site_width {
  width: 100%;
}

.content_width {
  width: 1010px;
  position: relative;
  margin: 0 auto;
}

.inner_width {
  width: 970px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -156px;
}

.push {
  height: 156px;
}

.footer {
  height: 156px;
  background: #fff;
}
.footer .distribute {
  height: 75px;
  border-bottom: 1px solid #D8D8D8;
}
.footer .footer_info {
  height: 80px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.footer .footer_info .down_link {
  color: #6d6767;
  padding-top: 10px;
  margin: 10px auto 10px;
  position: relative;
  text-align: center;
}
.footer .footer_info .down_link li {
  display: inline-block;
  border-right: 1px solid #6d6767;
  padding: 0 20px;
}
.footer .footer_info .down_link li:last-child {
  border-right: 0;
}
.footer .footer_info .info {
  text-align: center;
}
.footer .footer_info .info span {
  padding: 20px;
}

#header {
  height: 90px;
}
#header .logo {
  position: absolute;
  top: 30px;
  left: 57px;
  width: 83px;
  height: 37px;
  cursor: pointer;
  display: block;
}
#header .menu {
  width: 763px;
  height: 83px;
  width: 758px !important;
  height: 79px !important;
  position: absolute;
  padding: 4px 0 0 5px;
  top: 10px;
  left: 190px;
  background: url("../images/menu_bg.png") no-repeat;
}
#header .menu li {
  display: inline-block;
  width: 140px;
  height: 80px;
  margin: 5px 0 0;
}
#header .menu li a {
  display: block;
  width: 100%;
  height: 49px;
  text-indent: -9999px;
  border-right: 1px solid #E5E5E5;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#header .menu li a.about {
  background: url(../images/btn01.png) center center no-repeat;
}
#header .menu li a.product {
  background: url(../images/btn02.png) center center no-repeat;
}
#header .menu li a.contact {
  background: url(../images/btn03.png) center center no-repeat;
}
#header .menu li a.press {
  background: url(../images/btn04.png) center center no-repeat;
}
#header .menu li a.distribute {
  background: url(../images/btn05.png) center center no-repeat;
}
#header .menu li a:hover.about, #header .menu li a.active.about {
  background: url(../images/btn01_.png) center center no-repeat;
}
#header .menu li a:hover.product, #header .menu li a.active.product {
  background: url(../images/btn02_.png) center center no-repeat;
}
#header .menu li a:hover.contact, #header .menu li a.active.contact {
  background: url(../images/btn03_.png) center center no-repeat;
}
#header .menu li a:hover.press, #header .menu li a.active.press {
  background: url(../images/btn04_.png) center center no-repeat;
}
#header .menu li a:hover.distribute, #header .menu li a.active.distribute {
  background: url(../images/btn05_.png) center center no-repeat;
}
#header .menu li:last-child a {
  border-right: 0;
}
#header .page_title {
  text-indent: -9999px;
}
#header.content_hader {
  height: 248px;
}
#header.about_header {
  background: url(../images/top01.jpg) 0 11px no-repeat;
}
#header.product_header {
  background: url(../images/top02.jpg) 0 11px no-repeat;
}
#header.contact_header {
  background: url(../images/top04.jpg) 0 11px no-repeat;
}
#header.press_header {
  background: url(../images/top06.jpg) 0 11px no-repeat;
}
#header.distribute_header {
  background: url(../images/top05.jpg) 0 11px no-repeat;
}

#main_content {
  position: relative;
  padding-bottom: 20px;
}
#main_content .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 99;
  background: url(../images/shadow.png) center top no-repeat;
}

.content .video_area {
  clear: both;
  width: 100%;
}
.content .video_area iframe {
  margin-left: 105px;
}

.about_page {
  height: 658px;
  height: 578px !important;
  padding-top: 80px;
  background: url(../images/pic01.jpg) right top no-repeat;
}
.about_page h2 {
  position: relative;
  margin-left: 65px;
  width: 166px;
  height: 57px;
  text-indent: -9999px;
  background: url(../images/about_logo.png) no-repeat;
  margin-bottom: 22px;
}
.about_page h3 {
  margin-left: 65px;
  font-size: 20px;
  line-height: 38px;
}
.about_page h3.last-child {
  margin-bottom: 20px;
}
.about_page .about_detail {
  margin-left: 65px;
}
.about_page .about_detail p {
  font-size: 13px;
  line-height: 30px;
}
.about_page .about_detail h3 {
  margin-left: 0;
}
.about_page .about_detail .gap {
  margin-bottom: 10px;
}

.product_page {
  position: relative;
  height: 800px;
  background: #FFF;
}
.product_page .item_block {
  position: absolute;
}
.product_page .item_block h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  font-size: 16px;
}
.product_page .center_block {
  top: 340px;
  left: 373px;
  width: 210px;
  height: 85px;
  text-align: center;
}
.product_page .center_block h2 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}
.product_page .center_block p {
  font-size: 16px;
  line-height: 22px;
}
.product_page .top_center {
  top: 52px;
  left: 332px;
  width: 302px;
  height: 230px;
  background: url(../images/products06.jpg) center top no-repeat;
}
.product_page .top_center:hover {
  background: url(../images/products06_.jpg) center top no-repeat;
}
.product_page .top_right {
  width: 307px;
  height: 230px;
  top: 197px;
  right: 38px;
  background: url(../images/products05.jpg) center top no-repeat;
}
.product_page .top_right:hover {
  background: url(../images/products05_.jpg) center top no-repeat;
}
.product_page .down_right {
  width: 231px;
  height: 290px;
  top: 429px;
  right: 144px;
  background: url(../images/products04.jpg) center top no-repeat;
}
.product_page .down_right:hover {
  background: url(../images/products04_.jpg) center top no-repeat;
}
.product_page .down_center {
  width: 219px;
  height: 330px;
  top: 460px;
  left: 373px;
  background: url(../images/products03.jpg) center top no-repeat;
}
.product_page .down_center:hover {
  background: url(../images/products03_.jpg) center top no-repeat;
}
.product_page .down_left {
  width: 246px;
  height: 300px;
  top: 426px;
  left: 101px;
  background: url(../images/products02.jpg) center top no-repeat;
}
.product_page .down_left:hover {
  background: url(../images/products02_.jpg) center top no-repeat;
}
.product_page .top_left {
  top: 151px;
  left: 67px;
  width: 205px;
  height: 284px;
  background: url(../images/products01.jpg) center top no-repeat;
}
.product_page .top_left:hover {
  background: url(../images/products01_.jpg) center top no-repeat;
}
.product_page .product_title_jp {
  margin: 0 0 0 60px;
  padding-top: 112px;
  font-size: 23px;
  line-height: 50px;
}
.product_page .product_title {
  font-size: 20px;
  margin-left: 60px;
  line-height: 28px;
}
.product_page .description {
  font-size: 13px;
  margin-left: 60px;
  padding-top: 40px;
}
.product_page .description p {
  line-height: 30px;
}
.product_page .more_block {
  margin-left: 60px;
  padding-top: 50px;
}
.product_page .more_block h5 {
  display: block;
  width: 462px;
  height: 22px;
  background: url(../images/more_products.png) no-repeat;
  text-indent: -9999px;
  margin-bottom: 20px;
}
.product_page .more_block ul {
  padding-left: 14px;
}
.product_page .more_block li {
  display: inline-block;
  margin-right: 14px;
  width: 54px;
  height: 54px;
  border: 1px solid #c5c5c5;
}
.product_page.p01 {
  height: 649px;
  background: url(../images/pic02.jpg) right top no-repeat;
}
.product_page.p02 {
  height: 649px;
  background: url(../images/pic03.jpg) right top no-repeat;
}
.product_page.p03 {
  height: 649px;
  background: url(../images/pic04.jpg) right top no-repeat;
}
.product_page.p04 {
  height: 649px;
  background: url(../images/pic05.jpg) right top no-repeat;
}
.product_page.p05 {
  height: 649px;
  background: url(../images/pic06.jpg) right top no-repeat;
}
.product_page.p06 {
  height: 649px;
  background: url(../images/pic07.jpg) right top no-repeat;
}

.contact_page {
  height: 649px;
  background: url(../images/pic_mail.jpg) right top no-repeat;
}
.contact_page h4 {
  color: #3386A4;
  font-size: 18px;
  margin-left: 65px;
  padding-top: 60px;
  line-height: 26px;
  margin-bottom: 10px;
}
.contact_page P {
  color: #6c6867;
  margin-left: 65px;
  line-height: 22px;
  font-size: 16px;
}
.contact_page .form_block {
  margin-left: 65px;
  padding-top: 26px;
}
.contact_page .form_block .row {
  width: 530px;
  height: 32px;
  margin-bottom: 12px;
}
.contact_page .form_block .row label {
  border-right: 6px solid #a1cfdf;
  width: 78px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
}
.contact_page .form_block .row input {
  width: 192px;
  width: 184px !important;
  height: 30px;
  height: 26px !important;
  border: 1px solid #ccc;
  padding: 2px 4px;
  margin-left: 14px;
}
.contact_page .form_block .row textarea {
  width: 406px;
  height: 116px;
  border: 1px solid #ccc;
  margin-left: 14px;
}
.contact_page .form_block .row .long {
  width: 272px;
}
.contact_page .form_block .row .error {
  line-height: 32px;
  font-size: 14px;
  padding-left: 10px;
}
.contact_page .form_block .row button {
  margin-left: 112px;
}
.contact_page .form_block .row button, .contact_page .form_block .row .clear {
  width: 145px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  color: white;
  background: #a3b0b6;
  display: inline-block;
  margin-right: 25px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.contact_page .form_block .row button:hover, .contact_page .form_block .row .clear:hover {
  background: #8B969C;
}
.contact_page .form_block .row .captcha_img {
  padding: 0  5px 0 14px;
}
.contact_page .form_block .row .captcha_img img {
  height: 32px;
}
.contact_page .form_block .row .refrash {
  font-size: 12px;
}
.contact_page .form_block .row .help-inline {
  font-size: 12px;
  padding-left: 10px;
  line-height: 28px;
}
.contact_page .form_block .verify {
  margin-bottom: 20px;
}
.contact_page .form_block .content_row {
  padding-top: 46px;
  background: url(../images/form_sep.png) 0 19px no-repeat;
  height: 173px;
  height: 127px !important;
  margin-bottom: 0;
}

.distribute_page .way_block {
  margin-left: 47px;
  padding-top: 57px;
  padding-bottom: 20px;
}
.distribute_page .way_block .way_title {
  width: 195px;
  height: 46px;
  text-align: center;
  color: white;
  line-height: 34px;
  font-size: 16px;
  background: url(../images/b_title.png) no-repeat;
  margin-bottom: 30px;
}
.distribute_page .way_block .way_point {
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.distribute_page .way_block .way_point .point_name {
  display: block;
  float: left;
  width: 190px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-right: 3px solid #5191c5;
}
.distribute_page .way_block .way_point .phone {
  width: 200px;
  display: block;
  float: left;
  text-indent: 10px;
  line-height: 30px;
}
.distribute_page .way_block .way_point .address {
  width: 400px;
  display: block;
  float: left;
  line-height: 30px;
}
.distribute_page .way_block .way_point a {
  display: block;
  float: left;
}
