/* --------------------------------- Vertical tabs--------------------------------- */
html:not(.ie) .slider {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 100%!important;
  margin-bottom: 20px; }

html:not(.ie) .slider > div:not(.jssorb05),
html:not(.ie) .slider-list,
html:not(.ie) .slider-list div {
  width: 100%!important; }

html:not(.ie) .slider .slider-list {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%!important;
  height: auto;
  overflow: hidden; }

html:not(.ie) .slider .slider-list img {
  width: 100%!important;
  height: auto!important;
  position: relative!important; }

.ie .slider {
  height: 330px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 736px; }

.ie .slider .slider-list {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 736px;
  height: 300px;
  overflow: hidden; }

.tsfz-slider-copy {
  background: #5abc7f;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 10px;
  position: absolute;
  width: 100%; }

.tsfz-slider-copy h3 {
  color: #fff;
  margin-bottom: 0; }

html:not(.ie) .slider .slider-list img:hover {
  cursor: pointer; }

@media only screen and (max-width: 1024px) {
  .slider {
    width: 100%!important; } }
@media only screen and (max-width: 600px) {
  .tsfz-slider-copy span {
    display: none; } }
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
  position: absolute;
  bottom: 5px;
  left: 50%!important;
  right: 6px; }

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.jssorb05 div {
  background: #494949; }

.jssorb05 div:hover, .jssorb05 .av:hover {
  background-color: #009534; }

.jssorb05 .av {
  background-color: #009534; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l,
.jssora12r {
  display: block;
  position: absolute;
  /* size of arrow element */
  margin-top: -43px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  overflow: hidden;
  top: 50%; }

.jssora12l {
  background: white url(../images/custom/slider_arrow_left.png) no-repeat 50%;
  left: 0px; }

.jssora12r {
  background: white url(../images/custom/slider_arrow_right.png) no-repeat 50%;
  right: 0px; }

