.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 -245px;
}
.contact-container {
  margin-top: 21px;
  margin-bottom: 34px;
}
.contact-container .content-top {
  display: inline-block;
  vertical-align: top;
  width: 496px;
}
.contact-container .content-top .contact-left .editor * {
  line-height: normal;
  font-size: 13px;
}
.contact-container .content-top .contact-right {
  margin-top: 13px;
}
.contact-container .content-top .contact-right #map {
  width: 487px;
  height: 310px;
  border: 1px solid #000;
}
.contact-container .contact-bot {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  border: 1px solid #d2d1d1;
  padding-left: 21px;
  padding-top: 21px;
  width: 448px;
  height: 466px;
}
.contact-container .contact-bot .form-title .title {
  font-weight: bold;
  font-size: 14px;
  color: #393939;
}
.contact-container .contact-bot .form-title .title-compulsory {
  margin-top: 3px;
  font-size: 13px;
  color: #075bce;
}
.contact-container .contact-bot form .bgc-container {
  margin-top: 19px;
}
.contact-container .contact-bot form .bgc-container .row .col,
.contact-container .contact-bot form .bgc-container .row .col-2 {
  margin-top: 8px;
}
.contact-container .contact-bot form .bgc-container .row .col .star,
.contact-container .contact-bot form .bgc-container .row .col-2 .star {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  margin-top: 2px;
  text-align: right;
  font-size: 13px;
  color: #075bce;
}
.contact-container .contact-bot form .bgc-container .row .col .label,
.contact-container .contact-bot form .bgc-container .row .col-2 .label {
  display: inline-block;
  vertical-align: middle;
  width: 69px;
  height: 20px;
  font-size: 13px;
  line-height: 23px;
}
.contact-container .contact-bot form .bgc-container .row .col .label.vcode-label,
.contact-container .contact-bot form .bgc-container .row .col-2 .label.vcode-label {
  line-height: 20px;
}
.contact-container .contact-bot form .bgc-container .row .col .input-container,
.contact-container .contact-bot form .bgc-container .row .col-2 .input-container {
  display: inline-block;
  vertical-align: top;
  width: 349px;
  height: 20px;
  border: 1px solid #b7b7b7;
}
.contact-container .contact-bot form .bgc-container .row .col .input-container input,
.contact-container .contact-bot form .bgc-container .row .col-2 .input-container input {
  padding: 2px 6px;
  width: 337px;
  height: 16px;
  background: url(img/input-bg.png);
}
.contact-container .contact-bot form .bgc-container .row .col .text-container,
.contact-container .contact-bot form .bgc-container .row .col-2 .text-container {
  display: inline-block;
  vertical-align: top;
  width: 349px;
  height: 80px;
  border: 1px solid #b7b7b7;
}
.contact-container .contact-bot form .bgc-container .row .col .text-container textarea,
.contact-container .contact-bot form .bgc-container .row .col-2 .text-container textarea {
  padding: 4px 6px;
  width: 337px;
  height: 72px;
  background: url(img/text-bg.png);
  resize: none;
}
.contact-container .contact-bot form .bgc-container .row .col .text-container.error,
.contact-container .contact-bot form .bgc-container .row .col .input-container.error,
.contact-container .contact-bot form .bgc-container .row .col-2 .text-container.error,
.contact-container .contact-bot form .bgc-container .row .col-2 .input-container.error {
  border: 1px solid #345fa6;
}
.contact-container .contact-bot form .bgc-container .row .col-3 {
  margin-top: 8px;
}
.contact-container .contact-bot form .bgc-container .row .col-3 .label {
  display: inline-block;
  vertical-align: middle;
  width: 69px;
  height: 20px;
  font-size: 13px;
  line-height: 23px;
}
.contact-container .contact-bot form .bgc-container .row .col-3 .label.vcode-label {
  line-height: 20px;
}
.contact-container .contact-bot form .bgc-container .row .col-3 .star {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  margin-top: 2px;
  text-align: right;
  font-size: 13px;
  color: #075bce;
}
.contact-container .contact-bot form .bgc-container .row .col-3 .vode-container {
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 20px;
  margin-top: -1px;
  margin-left: 8px;
  border: 1px solid #b7b7b7;
}
.contact-container .contact-bot form .bgc-container .row .col-3 .vode-container input {
  text-align: center;
  width: 68px;
  height: 20px;
  background: url(img/input-bg.png);
}
.contact-container .contact-bot form .bgc-container .row .col-3 .vode-container.error {
  border: 1px solid #345fa6;
}
.contact-container .contact-bot form .bgc-container .row .col-3 .refresh {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.contact-container .contact-bot form .button-set {
  margin-top: 15px;
}
.contact-container .contact-bot form .button-set label {
  display: inline-block;
  vertical-align: middle;
  width: 69px;
  height: 20px;
  font-size: 13px;
  line-height: 23px;
}
.contact-container .contact-bot form .button-set .col {
  display: inline-block;
}
.contact-container .contact-bot form .button-set .col .error-message {
  color: #075bce;
}
.contact-container .contact-bot form .button-set .col .error-message.margin {
  margin-top: -1px;
  margin-bottom: 16px;
}
.contact-container .contact-bot form .button-set .col #submit,
.contact-container .contact-bot form .button-set .col #reset {
  width: 123px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.contact-container .contact-bot form .button-set .col #submit {
  background: #345fa6;
}
.contact-container .contact-bot form .button-set .col #submit .title {
  font-size: 13px;
  color: #ffffff;
}
.contact-container .contact-bot form .button-set .col #reset {
  margin-left: 10px;
  background: #cce2ff;
}
.contact-container .contact-bot form .button-set .col #reset .title {
  font-size: 13px;
  color: #393939;
}
