a,
img {
  outline: 0;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
body {
  font-family: Arial;
  min-width: 980px;
}
.container {
  width: 980px;
  margin: auto;
}
header {
  border-top: 5px solid #da605a;
  background: url(img/bg_header.png) repeat-x;
  min-width: 980px;
}
header .container {
  height: 135px;
}
header .container a {
  display: block;
  width: 84px;
  height: 95px;
  text-indent: -99999px;
}
header .container a:nth-child(1) {
  background: url(img/menu_1.png) center no-repeat;
  float: left;
  margin-left: 80px;
  margin-top: 15px;
}
header .container a:nth-child(2) {
  background: url(img/menu_2.png) center no-repeat;
  float: left;
  margin-left: 45px;
  margin-top: 15px;
}
header .container a:nth-child(4) {
  background: url(img/menu_3.png) center no-repeat;
  float: right;
  margin-right: 45px;
  margin-top: 15px;
}
header .container a:nth-child(3) {
  background: url(img/menu_4.png) center no-repeat;
  float: right;
  margin-right: 80px;
  margin-top: 15px;
}
header .container a:nth-child(1):hover {
  background: url(img/menu_1_over.png) center no-repeat;
}
header .container a:nth-child(2):hover {
  background: url(img/menu_2_over.png) center no-repeat;
}
header .container a:nth-child(4):hover {
  background: url(img/menu_3_over.png) center no-repeat;
}
header .container a:nth-child(3):hover {
  background: url(img/menu_4_over.png) center no-repeat;
}
header .container a:nth-child(5) {
  position: relative;
  z-index: 9998;
  text-indent: 0px;
  background: url(img/logo_bg.png) no-repeat bottom;
  width: 251px;
  height: 170px;
  text-align: center;
  margin: auto;
}
header .container a:nth-child(5) img {
  position: relative;
  top: 15px;
}
.banner {
  height: 170px;
}
footer {
  line-height: 67px;
  text-align: center;
  margin-bottom: 9px;
  color: #646464;
  font-size: 12px;
}
footer a {
  font-size: 12px;
}
.title {
  margin-top: 21px;
  margin-bottom: 22px;
  display: block;
}
header .container a:nth-child(1) {
  background: url(img/menu_1_over.png) center no-repeat;
}
.index_banners_wrapper {
  position: relative;
  height: 380px;
}
.index_banners a {
  position: absolute;
  display: block;
  height: 380px;
  width: 100%;
  text-indent: -99999px;
}
.arrow_left,
.arrow_right {
  position: absolute;
  cursor: pointer;
  width: 48px;
  height: 70px;
  top: 155px;
  z-index: 9998;
}
.arrow_left {
  left: 50%;
  margin-left: -490px;
  background: url(img/arrow_left.png) no-repeat;
}
.arrow_right {
  right: 50%;
  margin-right: -490px;
  background: url(img/arrow_right.png) no-repeat;
}
.bullet {
  position: absolute;
  bottom: 23px;
  left: 50%;
  z-index: 9998;
}
.bullet a {
  text-indent: -99999px;
  display: block;
  float: left;
  margin-right: 11px;
  width: 11px;
  height: 11px;
  background: url(img/bullet.png) no-repeat;
}
.bullet a:hover,
.bullet a.activeSlide {
  background: url(img/bullet_active.png) no-repeat;
}
.bullet a:last-child {
  margin-right: 0px;
}
.items_wrapper {
  margin-top: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.items_wrapper .items_title {
  position: relative;
  left: -11px;
  float: left;
}
.items_wrapper .btn_more {
  float: right;
}
.items_wrapper .items {
  overflow: hidden;
}
.items_wrapper .item {
  float: left;
  width: 162px;
  border-right: 1px solid #e1e1e1;
  margin-bottom: -10000px;
  padding-bottom: 10023px;
}
.items_wrapper .item:nth-last-child(2) {
  border: 0px;
}
.items_wrapper .item_thumbnail {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}
.items_wrapper a.item_title {
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 20px;
}
.best_items a.item_title {
  color: #35b388;
}
.latest_items a.item_title {
  color: #c3483f;
}
