.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  font-size: 13px;
  background: #062353;
}
.container {
  width: 986px;
  margin: auto;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 154px;
  z-index: 99;
  background: #FFF;
}
header .header-top {
  width: 100%;
  height: 102px;
  position: relative;
}
header .header-top .logo {
  display: inline-block;
  width: 401px;
  height: 85px;
  margin-left: -7px;
  margin-top: 11px;
}
header .header-top .membership {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 28px;
}
header .header-top .membership .logout,
header .header-top .membership .info,
header .header-top .membership .login {
  display: inline-block;
  height: 41px;
  border: 2px solid #C2CFE4;
  line-height: 42px;
  font-size: 13px;
  color: #345FA6;
}
header .header-top .membership .login {
  width: 67px;
  padding-left: 28px;
  margin-right: 2px;
  background: url(img/login.png) no-repeat 11px 11px #F3F5FA;
}
header .header-top .membership .info {
  width: 64px;
  padding-left: 31px;
  margin-right: 2px;
  background: url(img/icon_member_profile.png) no-repeat 11px 13px #F3F5FA;
}
header .header-top .membership .logout {
  width: 67px;
  padding-left: 28px;
  margin-right: 15px;
  background: url(img/login.png) no-repeat 11px 11px #F3F5FA;
}
header .header-bot {
  position: relative;
  width: 100%;
  background: #345FA6;
}
header .header-bot .menu {
  display: inline-block;
  vertical-align: top;
}
header .header-bot .menu > ul {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  font-size: 15px;
  color: #819DCA;
}
header .header-bot .menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 108px;
  min-height: 51px;
}
header .header-bot .menu > ul > li > a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 48px;
  text-align: center;
  background-image: url(img/Production.png);
}
header .header-bot .menu > ul > li > a > span {
  font-size: 15px;
  color: #FFF;
}
header .header-bot .menu > ul > li.num-1 > a {
  background-position: -32px -14px;
}
header .header-bot .menu > ul > li.num-2 > a {
  background-position: -101px -14px;
}
header .header-bot .menu > ul > li.num-3 > a {
  background-position: -220px -14px;
}
header .header-bot .menu > ul > li.num-4 > a {
  background-position: -340px -14px;
}
header .header-bot .menu > ul > li.num-5 > a {
  background-position: -458px -14px;
}
header .header-bot .menu > ul > li.num-6 > a {
  background-position: -577px -14px;
}
header .header-bot .menu > ul > li.num-7 > a {
  background-position: -696px -14px;
}
header .header-bot .menu > ul > li .deep-1 {
  display: none;
  position: absolute;
  top: 100%;
  left: -35px;
  right: -35px;
  line-height: normal;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 3px;
  padding-bottom: 1px;
  background: url(img/sup_menu_bg.png) repeat;
}
header .header-bot .menu > ul > li .deep-1 > li.content {
  display: inline-block;
  width: 100%;
  height: 39px;
}
header .header-bot .menu > ul > li .deep-1 > li.content > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
header .header-bot .menu > ul > li .deep-1 > li.content > a > span {
  font-size: 13px;
  color: #393939;
}
header .header-bot .menu > ul > li .deep-1 > .sup-menu-breaker {
  display: block;
  height: 1px;
  width: 100%;
  background: #D7D7D7;
}
header .header-bot .menu > ul > li.content:hover,
header .header-bot .menu > ul > li.content.selected {
  background: url(img/menu_rollover_arrow.png) no-repeat 41px 42px;
}
header .header-bot .menu > ul > li:hover .deep-1 {
  display: block;
}
header .header-bot .menu > ul .block-breaker {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 100%;
  background: url(img/menu_sep.png) no-repeat center center;
}
header .header-bot .menu > ul > .num-1.content {
  margin-left: -2px;
  width: 56px;
}
header .header-bot .menu > ul > .num-1.content > a {
  text-align: left;
}
header .header-bot .menu > ul > .num-1.content:hover,
header .header-bot .menu > ul > .num-1.content.selected {
  background: url(img/menu_rollover_arrow.png) no-repeat 6px 42px;
}
header .header-bot .lang {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
}
header .header-bot .lang .lang-button {
  display: inline-block;
  margin-top: 12px;
  margin-left: 8px;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #9AAACC;
  border: 1px solid #345FA6;
}
header .header-bot .lang .lang-button.selected,
header .header-bot .lang .lang-button:hover {
  color: #FFF;
  border: 1px solid #FFF;
}
#content {
  background: #FFF;
  min-height: 660px;
}
#content .container {
  z-index: 2;
}
#content .section-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
#content .section-banner .banner-container {
  width: 100%;
  position: relative;
}
#content .section-banner .banner-container .banner {
  position: absolute;
  width: 2100px;
  height: 194px;
  left: 50%;
  margin-left: -1050px;
}
#content .section-banner .section-title {
  position: relative;
  z-index: 1;
  height: 194px;
  line-height: 152px;
  margin-left: 3px;
}
#content .section-banner .section-title > .container > span {
  display: inline-block;
  width: 224px;
  height: 59px;
  margin-top: 44px;
  background-image: url(img/Page-Title.png);
}
#content .section-banner .banner-cover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(img/banner-cover.png) center center no-repeat;
}
#content .section-banner .banner-cover > .container > .nav {
  margin-top: 21px;
  margin-left: -4px;
}
#content .section-banner .banner-cover > .container > .nav > * {
  font-size: 13px;
  color: #393939;
}
#content .section-banner .banner-cover > .container > .nav a {
  display: inline-block;
  font-weight: bold;
}
#content .section-banner .banner-cover > .container > .nav a.path {
  font-weight: normal;
}
#content .section-banner .banner-cover > .container > .nav > .block {
  display: inline-block;
  width: 20px;
  text-align: center;
}
#content .pager .prev,
#content .pager .next {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 22px;
}
#content .pager .prev {
  background: url(img/pager_arrow_left.png) no-repeat center left;
}
#content .pager .next {
  background: url(img/pager_arrow_right.png) no-repeat center right;
}
#content .pager .page {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #D8D8D8;
}
#content .pager .page > span {
  font-size: 11px;
  color: #828282;
}
#content .pager .page.selected {
  border: 1px solid #345FA6;
  background: #345FA6;
}
#content .pager .page.selected > span {
  color: #FFF;
}
footer {
  height: 83px;
  background: #062353;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  color: #FFF;
}
footer .footer-link a {
  margin: 0 5px;
}
footer .footer-menu {
  margin-top: 16px;
  margin-left: -1px;
}
footer .footer-menu > ul > li {
  display: inline-block;
}
footer .footer-menu > ul > li > a {
  font-size: 13px;
}
footer .footer-menu > ul .footer-menu-block {
  display: inline-block;
  width: 24px;
  font-size: 13px;
  text-align: center;
}
footer .footer-copyright {
  margin-top: 8px;
  margin-left: -1px;
  font-size: 13px;
  font-family: 'Arial';
}
footer .footer-copyright a {
  font-family: 'Arial';
  font-size: 13px;
}
.section-title >.container >span {
  background-position: -35px 97px;
}
.section-content {
  height: 548px;
}
.section-content .login-form {
  display: inline-block;
  width: 420px;
  height: 231px;
  margin-top: 104px;
  margin-left: 231px;
  margin-right: 225px;
  margin-bottom: 211px;
  padding-left: 52px;
  padding-right: 56px;
  background: #f4f8ff;
  border: 1px solid #becbe0;
}
.section-content .login-form form .form-title {
  margin-top: 6px;
  margin-left: -1px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #393939;
}
.section-content .login-form form .title-line {
  height: 2px;
  background: #345fa6;
  margin-bottom: 16px;
}
.section-content .login-form form .row {
  margin-top: 8px;
  height: 22px;
}
.section-content .login-form form .row .label {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  width: 69px;
  height: 22px;
  margin-left: -1px;
  font-size: 13px;
  color: #393939;
}
.section-content .login-form form .row .input {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #b7b7b7;
}
.section-content .login-form form .row .input.error {
  border: 1px solid #345fa6;
}
.section-content .login-form form .row .input .input-container {
  width: 349px;
  height: 20px;
  background: url(img/input-bg.png);
}
.section-content .login-form form .row .input .input-container input {
  display: inline-block;
  padding: 2px 4px;
  width: 340px;
  background: transparent;
}
.section-content .login-form form .row .vcode {
  display: inline-block;
}
.section-content .login-form form .row .vcode >* {
  display: inline-block;
  vertical-align: top;
}
.section-content .login-form form .row .vcode .refresh {
  width: 37px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.section-content .login-form form .row .vcode .refresh img {
  display: inline-block;
}
.section-content .login-form form .row .vcode .vcode-container {
  margin-top: 1px;
  margin-left: 3px;
  border: 1px solid #b7b7b7;
}
.section-content .login-form form .row .vcode .vcode-container.error {
  border: 1px solid #345fa6;
}
.section-content .login-form form .row .vcode .vcode-container .vcode-input-container {
  width: 68px;
  height: 20px;
  background: url(img/vcode-bg.png);
}
.section-content .login-form form .row .vcode .vcode-container .vcode-input-container input {
  display: inline-block;
  padding: 2px 4px;
  text-align: center;
  background: transparent;
}
.section-content .login-form form .row.error-message-container {
  height: initial;
}
.section-content .login-form form .row.error-message-container .label {
  height: 0;
}
.section-content .login-form form .row.error-message-container .error-message {
  display: inline-block;
  color: #075bce;
}
.section-content .login-form form .row.error-message-container .error-message.margin {
  margin-top: -1px;
  margin-bottom: 16px;
}
.section-content .login-form form .row.button-set {
  margin-top: 1px;
}
.section-content .login-form form .row.button-set .button-set-container {
  display: inline-block;
}
.section-content .login-form form .row.button-set .button-set-container #submit,
.section-content .login-form form .row.button-set .button-set-container #reset {
  width: 123px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-content .login-form form .row.button-set .button-set-container #submit .title,
.section-content .login-form form .row.button-set .button-set-container #reset .title {
  font-size: 13px;
}
.section-content .login-form form .row.button-set .button-set-container #submit {
  background: #345fa6;
}
.section-content .login-form form .row.button-set .button-set-container #submit .title {
  color: #fff;
}
.section-content .login-form form .row.button-set .button-set-container #reset {
  margin-left: 10px;
  background: #cce2ff;
}
.section-content .login-form form .row.button-set .button-set-container #reset .title {
  color: #393939;
}
