/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top:-19px;position:relative;top:50%;width:38px;height:38px;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
#jssor_1 {
  position:relative;margin:0 auto;top:0px;left:0px;width:930px;height:400px;overflow:hidden;visibility:hidden;
}
#jssor_1 .slides-u
{
  cursor:default;position:relative;top:0px;left:0px;width:930px;height:400px;overflow:hidden;
}
#jssor_1 .jssorl-009-spin {
  position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;background-color:rgba(0,0,0,0.7);
}
/*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute;bottom:24px;right:16px;}
.jssorb031 .i {position:absolute;cursor:pointer;width:15px;height:15px;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.6;stroke:#fff;stroke-width:1400;stroke-miterlimit:10;stroke-opacity:0.8;width: 15px;height: 15px;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#000;stroke-opacity:1;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;stroke-width:1600;fill-opacity:.6;}
.jssorb031 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;width:55px;height:55px;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.arrowleft {
  top: 0;
  left: 25px;
}
.arrowright {
  top: 0;
  right: 25px;
}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity: 1;pointer-events:none;}