.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 990px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #f7f7f7;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.outer-wrapper {
  width: 990px;
  margin: 0 auto;
  background-color: white;
}
header {
  position: relative;
  z-index: 0;
  width: 1548px;
  margin-left: -279px;
  margin-right: -279px;
  background-color: white;
  clear: both;
  float: left;
}
#content {
  height: 100px;
  width: 990px;
  min-height: 100%;
}
.header-bar {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  background-image: url("../img/header/bar.png");
  background-repeat: repeat-x;
  width: 1548px;
  height: 33px;
}
nav {
  position: relative;
  left: 0;
  z-index: 0;
  height: 76px;
  width: 1548px;
}
.header-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  max-width: 1548px;
  height: 76px;
}
.header-logo {
  position: absolute;
  top: 12px;
  left: 279px;
  max-width: 1548px;
  z-index: 1;
}
nav > ul {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 378px;
  width: 484px;
  height: 44px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
nav > ul > li {
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.current {
  background-image: url(img/header/nav-shadow.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
nav > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #3b3b3b;
  font-size: 14px;
  padding: 0 18px;
  height: 100%;
}
.inline-helper {
  width: 100%;
  background-image: none;
}
.header-lang {
  position: absolute;
  top: 0;
  right: 300px;
  z-index: 1;
}
.header-lang > a {
  color: #0760b0;
  font-family: Microsoft JhengHei;
  font-size: 14px;
  line-height: 75px;
}
.banner {
  position: relative;
  z-index: 1;
  left: 0;
  height: 160px;
  width: 1548px;
  overflow: hidden;
}
.banner-title {
  position: absolute;
  z-index: 2;
  right: 292px;
  bottom: 19px;
}
.index-banner {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 164px;
}
.banner-left,
.banner-right {
  position: absolute;
  z-index: 1;
}
.banner-left {
  left: 0;
}
.banner-left > img {
  height: 500px;
  width: 1009px;
}
.banner-right {
  right: 0;
  bottom: 0;
}
.banner-right > img {
  height: 500px;
  width: 538px;
}
.slogan {
  position: absolute;
  z-index: 1001;
  right: 300px;
  bottom: 18px;
}
footer {
  clear: both;
  float: left;
  margin-left: -279px;
  margin-right: -279px;
  height: 83px;
  width: 1548px;
  border-top: 1px solid #e9e9e9;
  background-color: #f7f7f7;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  color: #999999;
}
footer .footer-link {
  position: absolute;
  left: 0;
  top: 15px;
}
footer .footer-link a {
  margin: 0 5px;
}
footer .footer-copyright {
  width: 990px;
  padding-top: 22px;
  padding-left: 3px;
  margin: 0 auto;
}
#b {
  color: #bd4c4c;
}
.header-container {
  min-width: 980px;
}
header {
  width: 980px;
}
footer {
  min-width: 980px;
}
.main {
  margin-top: 25px;
  width: 100%;
  min-width: 980px;
}
.about {
  width: 100%;
  height: 522px;
  background-image: url("img/body/about/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.about > .about-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 502px;
  margin-top: 12px;
  color: black;
  font-size: 14px;
  line-height: 1.72;
  font-weight: bold;
}
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
html,
body {
  font-size: 16px;
}
.about-content > .post > .post-content > h1:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.span-helper {
  height: 100%;
  vertical-align: middle;
}
.body-wrapper {
  margin-left: -279px;
  margin-right: -279px;
  height: 100%;
  width: 1548px;
  min-height: 500px;
  float: left;
  background-color: white;
}
.about-content {
  width: 990px;
  margin: 31px auto 0;
}
.about-content > .post {
  margin-bottom: 40px;
  overflow: auto;
  zoom: 1;
}
.about-content > .post > .post-content {
  overflow: auto;
}
.about-content > .post > .post-content > h1:first-child {
  background-image: url(img/body/about/separator.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 16px;
  width: 575px;
  color: #0964ab;
  font-size: 15px;
}
.about-content > .post > .left,
.about-content > .post .right {
  margin-top: 23px;
}
.about-content > .post > .left {
  float: left;
  clear: both;
  margin-right: 40px;
}
.about-content > .post > .right {
  float: right;
  clear: both;
  margin-left: 40px;
}
