.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
html,
body {
  min-width: 978px;
}
body {
  font-family: Arial;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  width: 978px;
  margin: auto;
}
header,
#content,
#main-menu,
footer,
#banner,
#nav {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 98px;
  padding-top: 20px;
  background: white;
}
#main-menu {
  height: 40px;
  background: url(img/bg-header.png) repeat-x;
}
#main-menu ul {
  list-style: none;
  height: 40px;
  float: left;
}
#main-menu ul li {
  float: left;
  height: 40px;
  margin-right: 4px;
}
#main-menu ul li:hover {
  background: #3a5b90;
}
#main-menu ul li a {
  display: block;
  text-indent: -9999px;
  height: 40px;
  background-repeat: no-repeat;
}
#lang {
  float: right;
}
#lang a {
  font-size: 12px;
  width: 24px;
  line-height: 24px;
  display: block;
  color: white;
  margin: 9px 1px 9px 9px;
  float: right;
  background: #b2ccff;
  text-align: center;
}
#lang a:hover {
  background: #5172a7;
}
#nav {
  line-height: 22px;
  padding: 9px 0;
  border-bottom: 1px solid #ededed;
  background: white;
}
#banner {
  padding-top: 1px;
}
#banner .container {
  position: relative;
}
#section-name {
  position: absolute;
  width: 388px;
  height: 38px;
  right: 0px;
  bottom: 10px;
  background-repeat: no-repeat;
}
footer .footer-copyright {
  line-height: 58px;
  text-align: right;
}
#main-menu ul li:nth-child(1) {
  width: 84px;
}
#main-menu ul li:nth-child(1) a {
  background-position: 18px center;
}
#main-menu ul li:nth-child(2) {
  width: 99px;
}
#main-menu ul li:nth-child(2) a {
  background-position: -66px center;
}
#main-menu ul li:nth-child(3) {
  width: 119px;
}
#main-menu ul li:nth-child(3) a {
  background-position: -171px center;
}
#main-menu ul li:nth-child(4) {
  width: 84px;
}
#main-menu ul li:nth-child(4) a {
  background-position: -293px center;
}
#main-menu ul li:nth-child(5) {
  width: 134px;
}
#main-menu ul li:nth-child(5) a {
  background-position: -382px center;
}
#main-menu ul li a {
  background-image: url(img/menu-1.png);
}
#lang #lang-en {
  background: #5172a7;
}
#section-name {
  background-image: url(img/banner-overlay-1.png);
}
