#wrapper {
  width: 100%;
  height: 360px;
  position: relative;
  z-index: 8;
}

#slider-wrap {
  width: 523px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

#slider-wrap ul#slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#slider-wrap ul#slider li {
  float: left;
  position: relative;
  width: 523px;
  height: 360px;
}

#slider-wrap ul#slider li .img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.tt-news {
  position: absolute;
  width: 450px;
  height: 56px;
  background: #ca9a43 url(../images/tt-bg.png) no-repeat center right;
  left: 0;
  bottom: -25px;
  color: #fff;
  text-indent: 15px;
  line-height: 56px;
  display: none;
}

#slider-wrap ul#slider li h3 {
  /* width:75%;*/
  padding-left: 135px;
  margin-top: 20px;
}

#slider-wrap ul#slider li h3 a {
  display: block;
  width: 100%;
  height: 50px;
  /* padding:10px 0 10px 20px;*/
  /* white-space:nowrap;*/
  overflow: hidden;
  /* text-overflow:ellipsis;*/
  /* font-family:"kaiti";*/
  font-size: 18px;
  color: #333;
  line-height: 25px;
}

#slider-wrap ul#slider li h3 a:hover {
  color: #3081a7;
  font-weight: bold;
}

#slider-wrap ul#slider li i {
  text-align: center;
  line-height: 400px;
  display: block;
  width: 100%;
  font-size: 90px;
}

/*btns*/
.btns {
  position: absolute;
  width: 26px;
  height: 26px;
  /* margin-top:-25px;*/
  /* line-height:57px;*/
  /* text-align:center;*/
  cursor: pointer;
  z-index: 100;
  /*-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;-ms-transition:all 0.1s ease;transition:all 0.1s ease;*/
  /* right:-10px;*/
}

/*.btns:hover {background:rgba(0,0,0,0.3);}
*/
#next {
  right: -26px;
  bottom: 30px;
  background: #3081a7 url(../images/btn-up.png) no-repeat center;
}

#next:hover {
  background: #19477f url(../images/btn-up.png) no-repeat center;
}

#previous {
  right: -26px;
  bottom: 0px;
  background: #3081a7 url(../images/btn-down.png) no-repeat center;
}

#previous:hover {
  background: #19477f url(../images/btn-down.png) no-repeat center;
}

#counter {
  bottom: -62px;
  left: 0;
  position: absolute;
  color: #333;
  font-size: 40px;
  text-align: center;
  height: 49px;
  z-index: 10;
}

/*#slider-wrap.active #next {right:0px;}
#slider-wrap.active #previous {left:0px;}
*/
/*bar*/
#pagination-wrap {
  display: none;
  min-width: 20px;
  margin-top: 295px;
  margin-right: 15px;
  height: 15px;
  position: relative;
  text-align: right;
}

#pagination-wrap ul {
  width: 100%;
}

#pagination-wrap ul li {
  margin: 0 4px;
  display: inline-block;
  width: 10px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #fff;
}

#pagination-wrap ul li.active {
  background-color: #8b8b8b;
  border: solid 1px #fff;
}

#slider img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider .img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*transition:all 0.6s;-moz-transition:all 0.6s;-ms-transition:all 0.6s;-o-transition:all 0.6s;-webkit-transition:all 0.6s;*/
}

/*#slider .img:hover img {transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
*/
/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
  -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
  -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
  -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
  -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
  transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}