.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  margin: 0;
  font-family: Microsoft JhengHei;
  font-size: 13px;
  position: relative;
  background-color: #626262;
}
.inner-l-container {
  width: 1020px;
  height: auto;
  margin: 0 auto;
}
.inner-m-container {
  width: 980px;
  height: auto;
  margin: 0 auto;
}
.container {
  margin: 0 auto;
  height: auto;
  background-color: white;
}
.container > img {
  width: 1920px;
  min-width: 980px;
  height: 238px;
}
.header-container {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  background: url(img/header/header-bg.png) center no-repeat;
  padding-bottom: 5px;
}
header {
  margin: 0 auto;
}
header > .inner-container {
  background-image: url("img/main-logo.png");
  background-repeat: no-repeat;
  background-position: left center;
}
header > .inner-container > .header-padding {
  padding: 32px 0;
  height: 49px;
  overflow: hidden;
}
header > .inner-container > .header-padding > .header-nav {
  height: 49px;
  float: right;
  text-align: right;
  margin-right: 50px;
}
header > .inner-container > .header-padding > .header-nav > a {
  font-family: Microsoft JhengHei;
  font-size: 15.5px;
  color: black;
  height: 49px;
  line-height: 49px;
}
header > .inner-container > .header-padding > .header-nav > a:hover {
  color: #bd4c4c;
}
header > .inner-container > .header-padding > .header-nav > .h-nav-f,
header > .inner-container > .header-padding > .header-nav .h-nav-m,
header > .inner-container > .header-padding > .header-nav .h-nav-l {
  height: 49px;
  border-right: 1px solid black;
  padding: 14px 22px;
  font-weight: bold;
}
header > .inner-container > .header-padding > .header-nav .h-nav-l {
  border-right: 0;
}
header > .inner-container > .header-padding .social-media-icons {
  float: right;
  padding-top: 5px;
}
header > .inner-container > .header-padding .social-media-icons a {
  margin-left: 15px;
}
header > .inner-container > .header-padding .social-media-icons a:first-child {
  margin-left: 0px;
}
.header-sep {
  width: 100%;
  height: 5px;
  background-image: url("img/header/header-separator.png");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.footer {
  height: 88px;
}
footer {
  position: relative;
  margin-top: 30px;
  height: 88px;
  background-color: #8b8b8b;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  color: #999999;
}
footer .footer-margin {
  width: 100%;
  margin-top: 35px;
  overflow: hidden;
  display: inline-block;
}
footer .footer-margin .footer-nav {
  float: left;
}
footer .footer-margin .footer-nav a {
  font-family: Microsoft JhengHei;
  color: white;
}
footer .footer-margin .footer-copyright {
  float: right;
  color: white;
}
footer .footer-margin .footer-copyright a {
  color: white;
}
footer .footer-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #626262;
}
.banner {
  width: 100%;
  min-width: 980px;
  height: 628px;
  background-image: url("img/header/index-banner-1.jpg");
  background-position: center center;
}
.normal {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  min-width: 980px;
  height: 238px;
  background-repeat: no-repeat;
  background-position: center center;
}
.cycle-slideshow {
  margin-bottom: 30px;
}
.cycle-pager {
  position: absolute;
  bottom: 0;
  top: 593px;
  left: 50%;
  margin-left: 388px;
  width: 92px;
  z-index: 999;
  height: 50px;
}
.cycle-pager > span {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin-left: 9px;
  color: transparent;
  cursor: pointer;
  background-image: url("img/body/index/inactive.png");
  text-indent: -99999px;
}
.cycle-pager > .cycle-pager-active {
  background-image: url("img/body/index/active.png");
}
.index,
.about,
.items,
.photos,
.cert,
.contact {
  color: #bd4c4c;
}
#c {
  color: #bd4c4c;
}
.header-container {
  min-width: 980px;
}
header {
  width: 980px;
}
footer {
  min-width: 980px;
}
.inner-m-container {
  margin-top: 36px;
}
