.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-top {
  width: 100%;
  height: 404px;
  position: relative;
  overflow: hidden;
  background: #faf2f5;
}
.content-top .banner {
  width: 990px;
  background: #faf2f5;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.content-top .prev,
.content-top .next,
.content-top .pagers {
  position: absolute;
  z-index: 101;
}
.content-top .next,
.content-top .prev {
  width: 30px;
  height: 69px;
  left: 50%;
  top: 50%;
  margin-top: -34px;
  cursor: pointer;
}
.content-top .next {
  background: url(img/index/next.png) no-repeat;
  margin-left: 602px;
}
.content-top .prev {
  background: url(img/index/prev.png) no-repeat;
  margin-left: -602px;
}
.content-top .pagers {
  width: 100%;
  left: 0;
  right: 0;
  top: 384px;
  text-align: center;
}
.content-top .pagers .pager {
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
  background: url(img/index/pager.png) no-repeat;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.content-top .pagers .pager.cycle-pager-active {
  background: url(img/index/pager-selected.png) no-repeat;
  cursor: default;
}
.content-bot {
  width: 990px;
  margin: auto;
  overflow: hidden;
}
.content-bot-left {
  float: left;
  width: 615px;
  min-height: 10px;
}
.content-bot-left >* {
  float: left;
}
.content-bot-left-line {
  height: 324px;
  width: 6px;
  background: url(img/index/line.png) no-repeat;
  margin-top: 15px;
  margin-left: 13px;
  margin-right: 14px;
}
.content-bot-left-right,
.content-bot-left-left {
  width: 280px;
}
.content-bot-left-right .mini-content,
.content-bot-left-left .mini-content {
  height: 282px;
}
.content-bot-left-right .mini-content .title,
.content-bot-left-left .mini-content .title {
  margin-top: 30px;
}
.content-bot-left-right .mini-content .title *,
.content-bot-left-left .mini-content .title * {
  display: inline-block;
  font-size: 18px;
}
.content-bot-left-right .mini-content .title-prefix,
.content-bot-left-left .mini-content .title-prefix {
  color: #f26f9b;
}
.content-bot-left-right .mini-content .title-suffix,
.content-bot-left-left .mini-content .title-suffix {
  color: #a81366;
}
.content-bot-left-right .mini-content .line,
.content-bot-left-left .mini-content .line {
  width: 268px;
  height: 1px;
  background: #f26f9b;
  margin-top: 14px;
  margin-bottom: 13px;
}
.content-bot-left-right .mini-content .path,
.content-bot-left-left .mini-content .path {
  margin-top: 12px;
  background: url(img/index/path.png) no-repeat;
  line-height: 12px;
}
.content-bot-left-right .mini-content .path a,
.content-bot-left-left .mini-content .path a {
  color: #a81366;
  font-size: 13px;
  padding-left: 13px;
}
.content-bot-left-right .banners,
.content-bot-left-left .banners {
  height: 130px;
  margin-top: 15px;
  margin-bottom: 24px;
}
.content-bot-right {
  float: left;
  width: 319px;
  height: 100%;
  min-height: 480px;
  background: #fcdbe6 url(img/index/home-news-bg.jpg) no-repeat right top;
  padding-left: 28px;
  padding-right: 28px;
}
.content-bot-right .title {
  position: relative;
  margin-top: 30px;
}
.content-bot-right .title * {
  float: left;
  font-size: 18px;
}
.content-bot-right .title-prefix {
  color: #f26f9b;
}
.content-bot-right .title-suffix {
  color: #a81366;
}
.content-bot-right .title .news-pager {
  width: 202px;
  position: absolute;
  right: 0;
  margin-top: -5px;
}
.content-bot-right .title .news-pager * {
  display: inline-block;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.content-bot-right .title .news-pager .news-prev {
  margin-left: 146px;
  background: url(img/index/news-prev.png) no-repeat;
}
.content-bot-right .title .news-pager .news-next {
  margin-left: 2px;
  background: url(img/index/news-next.png) no-repeat;
}
.content-bot-right .line {
  height: 1px;
  background: #f26f9b;
  margin-top: 70px;
  margin-bottom: 20px;
}
.content-bot-right .news-container {
  width: 318px;
}
.content-bot-right .news-container .news-parent {
  width: 100%;
}
.content-bot-right .news-container .news-parent a {
  width: 100%;
  height: 100px;
}
.content-bot-right .news-container .news-parent a img {
  display: inline-block;
  float: left;
}
.content-bot-right .news-container .news-parent a .news-content {
  display: inline-block;
  float: left;
  padding-left: 13px;
  width: 204px;
  height: 100px;
  overflow: hidden;
}
.content-bot-right .news-container .news-parent a .news-content-date {
  font-size: 13px;
  color: #a81366;
}
.content-bot-right .news-container .news-parent a .news-content-title {
  font-size: 15px;
  color: #f26f9b;
  padding-top: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.content-bot-right .news-container .news-parent .news-line {
  background: url(img/index/news-line.png) repeat-x;
  height: 1px;
  width: 316px;
  margin-top: 18px;
  margin-bottom: 18px;
}
