@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,

caption, tbody, tfoot, thead, 

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 {

  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, main, menu, nav, section, summary {

  display: block;

}



body {

  margin: 0px;

  padding: 0px;

  line-height: 170%;

  color: #6A6A6A;

  letter-spacing: .4px;

  background: #F0F0F0;

}



#wrapper {

  width: 1080px;

  margin: 0 auto;

  position: relative;

  background: #fff;

  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2), -5px 0 5px rgba(0, 0, 0, 0.2);

  overflow: hidden;

}



.index {

  background: url(../images/index/bg.jpg) repeat-x center 122px;

}



.inner {

  background: url(../images/inner/bg.jpg) repeat-x center 122px;

}



#main {

  width: 1080px;

  margin: 0 auto 0 auto;

  padding: 0 0 0 0;

  position: relative;

  overflow: hidden;

}



body {

  font-family: "微軟正黑體",Arial, Helvetica, sans-serif;

  font-size: 13px;

}



/*header*/

#header {

  width: 100%;

  height: 144px;

  position: relative;

  margin: 0 auto 0 auto;

  padding: 0;

  background: url(../images/module/header_bg.jpg) no-repeat right 0;

}

#header #logo {

  position: absolute;

  top: 15px;

  left: 68px;

  z-index: 999;

}

#header #logo a {

  width: 368px;

  height: 117px;

  background: url(../images/module/logo.png) no-repeat 0 0;

  display: block;

  text-indent: -999px;

  padding: 0;

}

#header #nav {

  position: absolute;

  left: 620px;

  top: 16px;

  background: url(../images/module/language.png) no-repeat 0 center;

  padding-left: 15px;

}

#header #nav .language {

  color: #C5C5C5;

  font-family: Arial, Helvetica, sans-serif;

  display: inline-block;

}

#header #nav .language a {

  margin: 0 10px;

  font-size: 13px;

  text-decoration: none;

  color: #FF7F00;

  text-decoration: underline;

}

#header #nav .language a:first-child {


  font-family: "微軟正黑體",Arial, Helvetica, sans-serif;

}

#header #nav .serach {

  display: inline-block;

  background: url(../images/module/serach_bg.png) repeat-x 0 0;

  border-radius: 4px;

  padding: 4px 6px;

  margin-left: 10px;

}

#header #nav .serach input[type="text"] {

  border: 0;

  background: transparent;

  color: #949494;

  width: 162px;

}

#header #nav .serach input[type="button"] {

  border: 0;

  background: url(../images/module/search.png) no-repeat 0 0;

  width: 32px;

  height: 22px;

  cursor: pointer;

}



/*menu*/

#menu {

  position: absolute;

  top: 60px;

  left: 563px;

}

#menu ul li {

  margin: 0 18px 0 0;

  padding: 0;

  float: left;

  list-style: none;

}

#menu ul li a {

  padding: 12px 13px 22px 13px;

  margin: 0;

  text-align: center;

  display: block;

  text-decoration: none;

  font-size: 17px;

  color: #404040;

  font-weight: bold;

  position: relative;

}

#menu ul li a b {

  width: 13px;

  height: 8px;

  background: url(../images/module/arrow.png) no-repeat 0 0;

  position: absolute;

  left: 42px;

  top: 38px;

}

#menu ul li a:hover {

  color: #0C2286;

}

#menu ul li ul {

  background: url(../images/module/menu_bg.png) repeat 0 0;

  position: absolute;

  z-index: 999;

  border-radius: 5px;

  border: 1px solid #fff;

  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);

  display: none;

}

#menu ul li ul li {

  display: block;

  float: none;

  margin: 0 0 0 0;

  background: url(../images/module/menu_shabow.png) no-repeat center 0;

}

#menu ul li ul li:first-child {

  background: none;

}

#menu ul li ul li a {

  padding: 10px 24px 10px 24px;

  color: #505050;

  font-size: 14px;

}

#menu ul li ul li a:hover {

  color: #FF7F00;

}

#menu ul li:hover ul {

  display: block;

}



/*community*/

#community {

  position: absolute;

  right: 63px;

  top: 85px;

}

#community li {

  width: 24px;

  height: 24px;

  margin: 0 5px 0px 0;

  list-style: none;

  float: left;

}

#community li a {

  width: 100%;

  height: 100%;

  margin: 0;

  display: block;

  text-decoration: none;

  -webkit-transition: background 200ms linear, color 200ms linear;

  -moz-transition: background 200ms linear, color 200ms linear;

  -o-transition: background 200ms linear, color 200ms linear;

  transition: background 200ms linear, color 200ms linear;

}

#community li:last-child {

  margin: 0 0px 0 0;

}



#community li a.facebook {

  background: url("../images/module/facebook.png") no-repeat;

}



#community li:hover a.facebook {

  background: url("../images/module/facebook_.png") no-repeat;

}



#community li a.google {

  background: url("../images/module/google.png") no-repeat;

}



#community li:hover a.google {

  background: url("../images/module/google_.png") no-repeat;

}



#community li a.twitter {

  background: url("../images/module/twitter.png") no-repeat;

}



#community li:hover a.twitter {

  background: url("../images/module/twitter_.png") no-repeat;

}



#community li a.add {

  background: url("../images/module/add.png") no-repeat;

}



#community li:hover a.add {

  background: url("../images/module/add_.png") no-repeat;

}



/*footer*/

#footer {

  width: auto;

  height: 125px;

  position: relative;

  text-align: center;

  padding-top: 28px;

  padding-left: 53px;

  padding-right: 40px;

  border-top: 1px solid #ccc;

  border-bottom: 4px solid #3967AF;

}

#footer .qrcode {

  position: relative;

  float: left;

}

#footer .qrcode img {

  width: 82px;

  height: 82px;

  padding: 4px;

  background: url(../images/module/qrcode_bg.png) no-repeat 0 0;

  margin-right: 14px;

}

#footer #footer_info {

  font-size: 12px;

  color: #7F7F7F;

  line-height: 170%;

  position: absolute;

  left: 270px;

  top: 35px;

  text-align: left;

}

#footer #footer_info .mail {

  background: url(../images/module/mail.png) no-repeat 0 center;

  padding-left: 21px;

}

#footer #footer_info .mail a {

  color: #7F7F7F;

  text-decoration: none;

}

#footer #footer_menu {

  position: absolute;

  right: 63px;

  top: 34px;

}

#footer #footer_menu ul {

  font-size: 12px;

}

#footer #footer_menu ul:after {

  content: "|";

  color: #687FB3;

}

#footer #footer_menu ul li {

  float: left;

  color: #687FB3;

  margin-right: 5px;

}

#footer #footer_menu ul li a {

  color: #687FB3;

  text-decoration: none;

}

#footer #footer_menu ul li a:hover {

  color: #272719;

}

#footer #footer_menu ul li:before {

  content: "|";

  color: #687FB3;

  margin-right: 5px;

}

#footer #copyright {

  position: absolute;

  right: 63px;

  top: 56px;

  color: #7F7F7F;

  font-size: 12px;

}

#footer #copyright a {

  color: #A0A0A0;

}

