.sm_slider {
  height: 455px;
  margin: 0px;
  position: relative;
  width: 686px;
}
.sm_slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
background-color: #CECECE;
}

.sm_slide {
  color: #3d3d3d;
  display: none;
/*  font-size: 100px;*/
  height:455px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.sm_slide .desc{
    display: block; position: absolute; bottom: 0px; left: 0px; background: url('../i/bg-white2.png'); width: 100%; opacity: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.sm_slide:hover .desc{opacity: 1;}
.sm_slide .desc p{margin: 0px; padding: 10px; text-align: left;}
.sm_slide .desc p span {display: block; margin-bottom: 0px;}

.sm_slide.active {
  display: block;
  visibility: visible;
}
.sm_slide img {
  max-width: 100%;
}

.sm_prev,
.sm_next {
  background: url('../i/str-right.png') no-repeat center center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
/*  border: 2px solid transparent;*/
  margin: -20px 0 0 0;
  cursor: pointer;
  display: block;
  font-style: normal;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 999;
  background-color: #dcdcdc;
  opacity: 0.5;
  /*border-style: solid;
  border-color: #4e4e4e;
  border-width: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);/**/
}

.sm_prev {
  background: url('../i/str-left.png') no-repeat center center;
  left: 10px;
  background-color: #dcdcdc;
  opacity: 0.5;
}
.sm_prev:hover {
  opacity: 1;
/*  border: 2px solid white;*/
}

.sm_next {
  right: 10px;
}
.sm_next:hover {
  opacity: 1;
/*  border: 2px solid white;*/
}

.sm_nav {
  bottom: 0px;
  clear: both;
  display: inline-block;
  overflow: hidden;
  padding: 5px 0px;
  position: absolute;
  right: 0px;
  z-index: 999;
}

.sm_nav-item {
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 4px;
  width: 14px;
  z-index: 999;
  list-style-type: none;
  font-size: 11px;
  color: #ccc;
}
.sm_nav-item i {
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  top: 5px;
  left: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #7f7f7f;
}
.sm_nav-item.active {
  cursor: default;
  color: #7e7e7e;
}
.sm_nav-item.active:hover {
  cursor: default;
  color: #7e7e7e;
}
.sm_nav-item.active i {
  background-color: #bfbfbf;
}
.sm_nav-item:hover i {
  background: #7f7f7f;
}
.sm_nav-item.active:hover i {
  background-color: #bfbfbf;
}
