.inline-block {
  display: inline-block;
  vertical-align: top;
}
.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
.clear > .float {
  float: left;
}
.editor {
  *zoom: 1;
}
.editor:after {
  clear: both;
  content: "";
  display: table;
}
.editor > .float {
  float: left;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.img-helper {
  font-size: 0;
}
.img-helper span,
.img-helper img {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.parent {
  font-size: 0;
}
.parent > .item {
  display: inline-block;
  vertical-align: top;
}
.grid > .row {
  *zoom: 1;
}
.grid > .row:after {
  clear: both;
  content: "";
  display: table;
}
.grid > .row > .float {
  float: left;
}
.grid > .row > .col {
  float: left;
  margin-right: -100%;
}
.no-record {
  line-height: 150px;
  text-align: center;
  font-weight: 700;
  color: red;
}
header,
#banner,
#navigation,
#content,
footer {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}
body {
  min-width: 480px;
}
body #container {
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
}
body header {
  height: 41px;
  border-bottom: 6px solid #F4F4F4;
  z-index: 2;
}
body header > nav {
  float: right;
}
body header > nav > .nav {
  text-align: center;
}
body header > nav > .nav > .item {
  float: left;
  height: 37px;
  padding: 4px 22px 0;
  border-bottom: 6px solid #F4F4F4;
  line-height: 37px;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #FFF;
}
body header > nav > .nav > .item.current,
body header > nav > .nav > .item:hover {
  color: #0056A6;
  border-bottom-color: #1898D7;
}
body header > nav > .nav > .item:hover {
  color: #FFF;
  background-color: #1898D7;
}
body header > nav > .lang {
  position: relative;
  min-width: 60px;
  height: 47px;
  padding: 0 11px;
  cursor: pointer;
  text-align: center;
  background-color: #0F73A4;
}
body header > nav > .lang > .label {
  display: inline-block;
  vertical-align: top;
  height: 47px;
  padding-right: 27px;
  cursor: pointer;
  line-height: 45px;
  font-size: 13px;
  background: url(img/arrow_down.png) no-repeat right center;
  color: #FFF;
}
body header > nav > .lang > .dropdown {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  border: 1px solid #0F73A4;
}
body header > nav > .lang > .dropdown > a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  background-color: #0F73A4;
  color: #FFF;
}
body header > nav > .lang > .dropdown > a:hover {
  background-color: #FFF;
  color: #0F73A4;
}
body header > .logo {
  position: absolute;
  top: 0;
  left: 6.99%;
  width: 334px;
  height: 256px;
  background: url(img/logo_plate.png) no-repeat center center;
}
body header > .logo > a {
  position: absolute;
  top: 12px;
  left: 63px;
  width: 153px;
  height: 92px;
}
body header > .logo > .preload {
  position: absolute;
  top: 0;
  left: 0;
}
body header > .logo > .preload > img {
  position: absolute;
  top: 12px;
  left: 63px;
  width: 0px;
  height: 0px;
}
body header > .nav-button {
  display: none;
  position: absolute;
  top: 0;
  left: 7px;
  width: 62px;
  height: 62px;
  cursor: pointer;
  background: url(img/menu_button.png) no-repeat;
}
body header > .mobile-nav {
  display: none;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
body header > .mobile-nav > .item {
  display: block;
  height: 62px;
  padding: 0 15px;
  border-bottom: 6px solid #F4F4F4;
  line-height: 62px;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #FFF;
}
body header > .mobile-nav > .item.current,
body header > .mobile-nav > .item:hover {
  color: #0056A6;
  border-bottom-color: #1898D7;
}
body header > .mobile-nav > .item:hover {
  color: #FFF;
  background-color: #1898D7;
}
body header > .mobile-logo {
  display: none;
  position: absolute;
  top: -47px;
  left: 50%;
  width: 334px;
  height: 256px;
  margin-left: -149px;
  z-index: 0;
  background: url(img/logo_plate.png) no-repeat center center;
}
body header > .mobile-logo > a {
  position: absolute;
  top: 61px;
  left: 91px;
}
body #banner {
  z-index: 0;
}
body #banner > .cycle-slideshow > .item {
  position: relative;
}
body #banner > .cycle-slideshow > .item > .mobile {
  display: none;
}
body #banner > .cycle-slideshow > .item > img {
  width: 100%;
  height: auto;
}
body #banner > .cycle-slideshow > .item > h2 {
  position: absolute;
  top: 22.71%;
  right: 0;
  height: 66px;
  padding: 0 11.37% 0 168px;
  overflow: hidden;
  line-height: 66px;
  font-size: 30px;
  font-weight: 400;
  background: url(img/slogan_layer.png) no-repeat left center;
  color: #4C4C4C;
}
body #navigation {
  margin-top: 3px;
  z-index: 0;
  background-color: #1898D7;
}
body #navigation > .container {
  max-width: 990px;
  min-height: 36px;
  padding: 13px 20px;
  margin: 0 auto;
  line-height: 36px;
  font-size: 30px;
  color: #FFF;
}
body #navigation > .container * {
  padding: 0 6px;
  line-height: 36px;
  font-size: 30px;
  color: #FFF;
}
body #navigation > .container *:first-child {
  padding-left: 0;
}
body #content {
  z-index: 1;
}
body #content > .container {
  max-width: 990px;
  padding: 0 20px;
  margin: 0 auto;
}
body footer {
  margin-top: 1px;
  border-top: 12px solid #5BC3F6;
}
body footer > .container {
  position: relative;
  padding-right: 73px;
  background-color: #545454;
}
body footer > .container > .social {
  padding: 1px 5px;
}
body footer > .container > .social > .float {
  margin: 0 1px;
}
body footer > .container > .copyright {
  float: right;
}
body footer > .container > .copyright > .line {
  line-height: 45px;
  font-size: 12px;
  color: #FFF;
}
body footer > .container > .copyright > .line a {
  font-size: 12px;
  color: #FFF;
}
body footer > .container > .to-top {
  position: absolute;
  top: -7px;
  right: 13px;
  width: 57px;
  height: 57px;
  margin: 5px 0 0 3px;
  cursor: pointer;
}
body footer > .container > .to-top > .mobile-text {
  display: none;
  cursor: pointer;
  line-height: 20px;
  font-size: 15px;
  color: #8AD3F7;
}
body footer > .container > .right {
  position: absolute;
  top: -12px;
  right: 0;
  bottom: 0;
  width: 13px;
  background: url(img/top_right.png) no-repeat right top #FFF;
}
body footer > .logo-list > .float {
  padding: 21px 0;
  margin-right: 30px;
}
body footer > .logo-list > .float.last {
  margin-right: 0;
}
body .standard {
  margin-top: 18px;
  text-align: center;
}
body .standard > .title > .text {
  padding: 8px 38px;
  border-bottom: 1px solid #1898D7;
  line-height: 26px;
  font-size: 20px;
  color: #1898D7;
}
body .standard > .editor {
  margin-top: 14px;
}
body .standard > .editor * {
  font-size: 15px;
}
body .button {
  height: 32px;
  padding: 0 16px;
  border: 3px solid #AAA;
  line-height: 32px;
  text-align: center;
  color: #000;
}
body .button:hover {
  border-color: #1898D7;
  background-color: #1898D7;
  color: #FFF;
}
body.normal footer > .logo-list {
  padding: 0 20px;
}
body.mobile header {
  height: 62px;
}
body.mobile header > nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body.mobile header > nav > .nav {
  display: none;
}
body.mobile header > nav > .lang {
  height: 62px;
}
body.mobile header > nav > .lang > .label {
  height: 62px;
  line-height: 60px;
}
body.mobile header > nav > .lang > .dropdown {
  top: 62px;
  left: 0;
  right: 0;
  border: 1px solid #0F73A4;
}
body.mobile header > nav > .lang > .dropdown > a {
  height: 68px;
  line-height: 66px;
}
body.mobile header > .logo {
  display: none;
}
body.mobile header > .nav-button,
body.mobile header > .mobile-logo {
  display: block;
}
body.mobile #banner > .cycle-slideshow > .item > .non-mobile {
  display: none;
}
body.mobile #banner > .cycle-slideshow > .item > .mobile {
  display: block;
}
body.mobile #banner > .cycle-slideshow > .item > h2 {
  top: 13.78%;
  font-size: 25px;
}
body.mobile footer {
  margin-top: 2px;
}
body.mobile footer > .container {
  padding: 14px 60px 14px 20px;
}
body.mobile footer > .container > .social,
body.mobile footer > .container > .copyright {
  float: left;
  clear: both;
}
body.mobile footer > .container > .social {
  padding: 0;
}
body.mobile footer > .container > .copyright {
  width: 80%;
  margin-top: 10px;
}
body.mobile footer > .container > .copyright > .line {
  line-height: 24px;
}
body.mobile footer > .container > .to-top {
  display: inline-block;
  vertical-align: top;
  top: 10px;
  right: 20px;
  width: auto;
  height: auto;
}
body.mobile footer > .container > .to-top img {
  display: none;
}
body.mobile footer > .container > .to-top > .mobile-text {
  display: block;
}
body.mobile footer > .container > .right {
  display: none;
}
