 /*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;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill: #ECCDB5;fill-opacity: 1;stroke: #ECCDB5;stroke-width:1200;stroke-miterlimit:10;stroke-opacity: 1;}
.jssorb032 .i:hover .b {fill: #bcbcbc;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill: #00234C;fill-opacity:1;stroke: #00234C;stroke-opacity: 1;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.jssorb032 .i {
    width: 16px !important;
    height: 16px !important;
}

.jssorb032 .b {
    width: 16px;
    height: 16px;
    transition: all .3s ease;
}

.jssorb032 .iav .b {
    width: 45px;
}