.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
body {
  color: #5b5b5b;
  background-image: url(img/bg.png);
  background-repeat: no-repeat;
}
.container_wrapper {
  width: 986px;
  margin: auto;
  *position: relative;
  *z-index: 9997;
}
.container {
  width: 960px;
  margin: auto;
}
header {
  padding-top: 10px;
  height: 80px;
}
.logo {
  position: relative;
  top: 14px;
}
.social_media {
  float: right;
  overflow: hidden;
  *position: relative;
  *top: -45px;
}
.social_media>* {
  float: left;
  margin-left: 5px;
}
.fb-like {
  top: 2px;
}
.menu {
  position: relative;
}
.menu>ul {
  height: 39px;
  width: 882px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  list-style: none;
}
.menu>ul>li {
  position: absolute;
  z-index: 9997;
}
.menu>ul>li ul {
  display: none;
  list-style: none;
  width: 100%;
  position: relative;
  z-index: 9997;
}
.menu>ul>li ul li {
  float: left;
}
.menu>ul>li ul a {
  font-weight: bold;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  line-height: 42px;
  width: 140px;
  text-align: center;
}
.menu>ul>li ul a:hover {
  color: #ff6c4a;
}
.menu>ul>li:hover ul {
  display: block;
}
.menu>ul>li:nth-child(1) {
  left: -14px;
}
.menu>ul>li:nth-child(2) {
  left: 85px;
}
.menu>ul>li:nth-child(2) ul {
  width: 420px;
  left: 200px;
}
.menu>ul>li:nth-child(3) {
  left: 183px;
}
.menu>ul>li:nth-child(3) ul {
  width: 560px;
  left: 0px;
}
.menu>ul>li:nth-child(4) {
  left: 281px;
}
.menu>ul>li:nth-child(5) {
  left: 379px;
}
.menu>ul>li:nth-child(5) ul {
  width: 560px;
  left: -220px;
}
.menu>ul>li:nth-child(6) {
  left: 477px;
}
.menu>ul>li:nth-child(6) ul {
  width: 280px;
  left: -170px;
}
.menu>ul>li:nth-child(7) {
  left: 577px;
}
.menu>ul>li:nth-child(7) ul {
  width: 280px;
  left: -270px;
}
.menu>ul>li:nth-child(8) {
  left: 676px;
}
.menu>ul>li:nth-child(9) {
  left: 776px;
}
.menu>ul>li>a {
  display: block;
  text-indent: -99999px;
  width: 121px;
  height: 39px;
}
.menu>ul>li:hover>a {
  background: url(img/menu_over.png) center no-repeat;
}
.menu_2 {
  background-image: url(img/menu_2.png);
}
.menu_3 {
  background-image: url(img/menu_3.png);
}
.join_link {
  position: absolute;
  z-index: 9998;
  right: 0px;
  top: -41px;
}
.submenu {
  background: url(img/submenu.png) repeat-x;
  height: 42px;
  display: none;
  position: relative;
  z-index: 9996;
}
.sitemap {
  height: 162px;
  background: url(img/sitemap.png) no-repeat;
}
.sitemap ul {
  list-style: none;
}
.sitemap li {
  line-height: 20px;
}
.sitemap>ul {
  padding-left: 20px;
  padding-top: 25px;
}
.sitemap>ul>li {
  float: left;
  margin-right: 60px;
}
.sitemap>ul>li ul a {
  color: #727272;
}
.sitemap>ul>li>a {
  font-weight: bold;
  color: #3c3c3c;
}
.sitemap>ul>li:last-child {
  margin-right: 0px;
}
footer {
  padding: 10px 0;
  text-align: right;
  color: #636363;
}
footer a {
  color: #636363;
}
h1 {
  font-size: 13px;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 14px;
}
h1 a.current {
  font-weight: bold;
  color: #ff1883;
  font-size: 15px;
}
.pager {
  font-family: 'Century Gothic';
  float: right;
}
.pager a {
  width: 30px;
  text-align: center;
  display: block;
  float: left;
  font-size: 11px;
  color: #828282;
}
.pager a.current {
  color: #ff438f;
}
.editor_thumbnail {
  float: left;
  border: 5px solid #eaeaea;
  margin-top: 7px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.prev_next {
  text-align: right;
}
.prev_next a {
  font-size: 12px;
}
.prev_next a.back {
  color: #ff438f;
}
.top_prev_next {
  margin-top: -7px;
}
.pie {
  -webkit-box-shadow: 1px 1px 0px 0px rgba(126,126,126,0.36);
  -moz-box-shadow: 1px 1px 0px 0px rgba(126,126,126,0.36);
  box-shadow: 1px 1px 0px 0px rgba(126,126,126,0.36);
}
.bottom_prev_next {
  margin-bottom: 60px;
}
textarea {
  overflow: auto;
  resize: none;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 0 5px;
}
input[type=text] {
  font-size: 13px;
  border: 1px solid #e6e6e6;
  height: 20px;
  padding: 0 5px;
}
.star,
.error-message {
  color: #ff1883;
}
input.error,
textarea.error {
  border: 1px solid #ff1883;
}
button {
  width: 68px;
  height: 23px;
  padding-bottom: 1px;
  float: left;
  color: white;
  font-size: 13px;
}
button[type=submit] {
  background: url(img/btn_submit.png) no-repeat;
  margin-right: 9px;
}
button[type=reset] {
  background: url(img/btn_reset.png) no-repeat;
}
.menu>ul>li:nth-child(1)>a {
  background: url(img/menu_over.png) center no-repeat;
}
body {
  background-image: url(img/bg_index.png);
}
.banners {
  margin: 1px auto 0;
  width: 988px;
}
.banner_pager_wrapper {
  width: 960px;
  margin: auto;
  position: relative;
  z-index: 9995;
  top: -36px;
}
.banner_pager {
  position: absolute;
  right: 0px;
}
.banner_pager a {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(img/bullet.png) no-repeat;
  text-indent: -99999px;
}
.banner_pager a:hover,
.banner_pager a.activeSlide {
  background: url(img/bullet_current.png) no-repeat;
}
.container .section:nth-child(1) {
  *width: 265px;
}
.container .section:nth-child(2) {
  *width: 377px;
}
.container .section:nth-child(3) {
  width: 316px;
}
.section {
  float: left;
}
.section_tag {
  margin: auto;
  display: block;
}
.promotion_items {
  width: 249px;
  padding-right: 16px;
}
.promotion_items a {
  margin-bottom: 6px;
  display: block;
}
.news_items {
  padding: 0 16px;
  width: 343px;
  height: 274px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.news_item {
  float: left;
  width: 146px;
  height: 103px;
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding: 13px 10px 10px 7px;
  background-color: white;
}
.news_items .news_item:nth-child(odd) {
  margin-right: 13px;
}
.item_date,
a.item_more {
  color: #f13b91;
}
.item_title {
  background-color: #ebebeb;
  line-height: 22px;
  padding: 0px 2px;
  border: 6px solid #ebebeb;
  margin: 8px 0;
  height: 44px;
  overflow: hidden;
}
a.item_more {
  display: block;
  text-align: right;
}
.fb-like-box {
  border: 1px solid #f0f0f0;
  background-color: white;
  height: 269px;
}
.facebook_wrapper {
  padding-left: 14px;
}
