@charset "utf-8";
.track {
  width: 100%;
  position: relative;
}

.view-port, .track .inner {
  width:1228px;
}

.axis-y .view-port,
.axis-y .track .inner {
	width:283px;
	height:167px;	
}


.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;
  margin: auto;
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;
  height:167px;
}

.slider-container.big {
  height:167px;
}

.slider-container.huge {
  height:167px;
}

.slider-container .item {
  	position: absolute;
	width:283px;
	height:167px;	
	float:left;
	margin:0px 24px 0px 0px;
}
.slider-container a:hover .item{
}
.slider-container .item .fc-pic{
	width:283px;
	height:167px;
	overflow:hidden;
}
.slider-container.big .item,
.slider-container.big .item .img-area {
  height:167px;
}

.slider-container .item.cover {
  width:940px;
}

.slider-container .item.cover-2 {
  height:432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}

.editorial {
  float: right;
  width: 200px;

  padding-right: 20px;
  height: 272px;
  background: white;
}

.editorial .title {
  font-size: 24px;
  margin: 20px 0 0 20px;
}

.editorial .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  margin-left: 20px;
}

.side-a, .side-b {
  float: left;
  width: 462px;
}

.side-a {
  margin-right: 16px;
}

.side-a > img, .side-b > img {
  width: 462px;
  height: 272px;
}

.bullet-pagination {
  width: 100%;
  text-align: center;
  position:relative;
  top: 25px;
}

.bullet{
  display: inline-block;
  background: #999;
  padding:5px;
  border-radius: 6px;
  margin-right: 8px;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
  background: #f43c32;
}

.bullet:last-child {
  margin-right: 0;
}