.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  min-width: 990px;
  font-size: 13px;
  background: url(img/bg.png) no-repeat top center #63263a;
}
.container {
  min-width: 990px;
  margin: auto;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  height: 142px;
  background: #fcfcfc;
  z-index: 101;
}
header .header-bg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 17px;
  background: url(img/header-bg.png) repeat-x bottom;
}
header .inner-header {
  width: 990px;
  height: 100%;
  margin: auto;
  position: relative;
}
header .inner-header .logo {
  background: url(img/logo.png) no-repeat;
  width: 139px;
  height: 142px;
  float: left;
}
header .inner-header .menu {
  float: left;
  width: 851px;
  height: 100%;
}
header .inner-header .menu * {
  color: #808080;
}
header .inner-header .menu >* {
  text-align: right;
}
header .inner-header .menu >* >* {
  text-align: center;
}
header .inner-header .menu-top {
  width: 100%;
  height: 54px;
}
header .inner-header .menu-top >* {
  display: inline-block;
  padding: 11px 0;
  margin-left: 5px;
  font-size: 14px;
  line-height: 22px;
}
header .inner-header .menu-top >* .ico-selected {
  display: none;
}
header .inner-header .menu-top >* .ico {
  display: inline-block;
}
header .inner-header .menu-top-home {
  width: 112px;
  background: url(img/menu-home-bg.png) no-repeat;
}
header .inner-header .menu-top-home.selected,
header .inner-header .menu-top-home:hover {
  color: #f2759f;
  background: url(img/menu-home-bg-selected.png) no-repeat;
}
header .inner-header .menu-top-home.selected .ico-selected,
header .inner-header .menu-top-home:hover .ico-selected {
  display: inline-block;
}
header .inner-header .menu-top-home.selected .ico,
header .inner-header .menu-top-home:hover .ico {
  display: none;
}
header .inner-header .menu-top-contact {
  width: 128px;
  background: url(img/menu-contact-bg.png) no-repeat;
}
header .inner-header .menu-top-contact.selected,
header .inner-header .menu-top-contact:hover {
  color: #f2759f;
  background: url(img/menu-contact-bg-selected.png) no-repeat;
}
header .inner-header .menu-top-contact.selected .ico-selected,
header .inner-header .menu-top-contact:hover .ico-selected {
  display: inline-block;
}
header .inner-header .menu-top-contact.selected .ico,
header .inner-header .menu-top-contact:hover .ico {
  display: none;
}
header .inner-header .menu-top-language {
  width: 135px;
}
header .inner-header .menu-top-language * {
  font-size: 14px;
}
header .inner-header .menu-top-language *.selected,
header .inner-header .menu-top-language *:hover {
  color: #f2759f;
}
header .inner-header .menu-bot {
  width: 100%;
  height: 72px;
  margin-top: 16px;
}
header .inner-header .menu-bot-item {
  display: inline-block;
  position: relative;
}
header .inner-header .menu-bot-item:hover .ctitle-set {
  display: block;
}
header .inner-header .menu-bot-item:hover >a .left {
  background: url(img/menu-top-left-selected.png) no-repeat bottom left;
}
header .inner-header .menu-bot-item:hover >a .mid {
  background: url(img/menu-top-mid-selected.png) repeat-x bottom;
  color: #f2759f;
}
header .inner-header .menu-bot-item:hover >a .right {
  background: url(img/menu-top-right-selected.png) no-repeat bottom right;
}
header .inner-header .menu-bot-item .ctitle-set {
  display: none;
  position: absolute;
  z-index: 102;
  text-align: left;
  left: 0;
  top: 100%;
}
header .inner-header .menu-bot-item .ctitle-set:hover {
  display: block;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-margin {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-top {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-mid {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-mid a {
  width: 176px;
}
header .inner-header .menu-bot-item .ctitle-set-1 .inner-ctitle-bot {
  width: 196px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-margin {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-top {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-mid {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-mid a {
  width: 258px;
}
header .inner-header .menu-bot-item .ctitle-set-2 .inner-ctitle-bot {
  width: 278px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-margin {
  height: 6px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-margin {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-top {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-mid {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-mid a {
  width: 130px;
}
header .inner-header .menu-bot-item .ctitle-set-4 .inner-ctitle-bot {
  width: 150px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-margin {
  height: 6px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-top {
  background: url(img/inner-ctitle-top-bg.png) no-repeat right;
  height: 7px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-mid {
  background: url(img/inner-ctitle-mid-bg.png) repeat-y right;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-mid a {
  line-height: 45px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 10px;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-mid a:hover {
  background: url(img/ctitle-bg-selected.png) repeat-x;
  color: #f2759f;
}
header .inner-header .menu-bot-item .ctitle-set .inner-ctitle-bot {
  background: url(img/inner-ctitle-bot-bg.png) no-repeat right bottom;
  height: 7px;
}
header .inner-header .menu-bot-item * {
  display: inline-block;
  vertical-align: top;
  float: left;
}
header .inner-header .menu-bot-item > a {
  line-height: 72px;
}
header .inner-header .menu-bot-item > a * {
  font-size: 16px;
}
header .inner-header .menu-bot-item > a .left {
  margin-left: -5px;
  z-index: 0;
  width: 14px;
  height: 72px;
  position: relative;
}
header .inner-header .menu-bot-item > a .mid {
  z-index: 1;
  padding-top: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
header .inner-header .menu-bot-item > a .right {
  margin-right: -1px;
  z-index: 0;
  width: 11px;
  height: 72px;
  text-align: right;
  position: relative;
}
header .inner-header .menu-bot-item > a .right * {
  margin-top: 36px;
}
header .inner-header .menu-bot-item > a .right-line {
  margin-top: 36px;
  width: 1px;
  height: 26px;
  background-color: #dadada;
}
header .inner-header .menu-bot-item > a .right-line2 {
  margin-top: 36px;
  width: 1px;
  height: 26px;
  background-color: #ececec;
}
header .inner-header .menu-bot-item > a.selected .left {
  background: url(img/menu-top-left-selected.png) no-repeat bottom left;
}
header .inner-header .menu-bot-item > a.selected .mid {
  background: url(img/menu-top-mid-selected.png) repeat-x bottom;
  color: #f2759f;
}
header .inner-header .menu-bot-item > a.selected .right {
  background: url(img/menu-top-right-selected.png) no-repeat bottom right;
}
#content {
  min-height: 500px;
  background-color: #ffffff;
  z-index: 1;
  padding-bottom: 20px;
}
footer {
  min-width: 990px;
  height: 67px;
  z-index: 0;
}
footer *,
footer *:hover,
footer *:link,
footer *:visited {
  color: #ffffff;
}
footer .footer-line {
  margin-top: 1px;
  width: 100%;
  height: 2px;
  background: #fff;
  background: #ffffff;
}
footer .footer-copyright {
  width: 990px;
  margin: auto;
  margin-top: 21px;
  color: #fff;
  font-size: 13px;
}
#content {
  background: url(img/about/bg.jpg) no-repeat #fff center top;
}
.inner-content {
  width: 990px;
  margin: auto;
  margin-top: 170px;
  margin-bottom: 20px;
}
.inner-content .title-list {
  float: left;
  background: url(img/common/title-list-bg.png) no-repeat left top;
  width: 271px;
  min-height: 544px;
  padding-top: 20px;
  margin-top: 10px;
}
.inner-content .title-list hr {
  width: 242px;
  margin-left: 20px;
  margin-top: -1px;
  margin-bottom: -5px;
}
.inner-content .title-list .title {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 25px;
  margin-left: -3px;
  padding-top: 18px;
  position: relative;
}
.inner-content .title-list .title.selected,
.inner-content .title-list .title:hover {
  background: url(img/common/title-list-bg-selected.png) no-repeat;
}
.inner-content .title-list .title.selected .title-allow,
.inner-content .title-list .title:hover .title-allow {
  background: url(img/common/title-list-allow-selected.png) no-repeat;
}
.inner-content .title-list .title.selected .title-text,
.inner-content .title-list .title:hover .title-text {
  color: #fff;
  font-weight: bold;
}
.inner-content .title-list .title-allow {
  float: left;
  background: url(img/common/title-list-allow.png) no-repeat;
  width: 7px;
  height: 7px;
  margin-top: 5px;
}
.inner-content .title-list .title-text {
  float: left;
  font-size: 13px;
  color: #757575;
  margin-left: 5px;
}
.inner-content .about-content {
  float: left;
  background: url(img/common/about-content-bg.png) no-repeat left top;
  width: 719px;
  min-height: 555px;
}
.inner-content .about-content-margin {
  margin-top: 34px;
  margin-left: 28px;
  margin-right: 24px;
}
.inner-content .about-content-title {
  font-size: 15px;
  color: #f26f9b;
  margin-bottom: 18px;
  font-weight: bold;
}
.inner-content .about-content-line {
  margin-bottom: 22px;
}
