/* Minification failed. Returning unminified contents.
(135,1): run-time error CSS1019: Unexpected token, found '@'
(135,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(136,10): run-time error CSS1035: Expected colon, found '{'
 */
/*jssor slider loading skin spin css*/

#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 80px;
    overflow: hidden;
    visibility: hidden;
    margin-top: -15px !important;
}

    #jssor_1.jssor_1_slides {
        cursor: default;
        position: relative;
        top: 10px;
        left: 0px;
        width: 980px;
        height: 80px;
        overflow: hidden;
    }

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/*jssor slider bullet skin 057 css*/
.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb057 .i .b {
        fill: none;
        stroke: #fff;
        stroke-width: 2000;
        stroke-miterlimit: 10;
        stroke-opacity: 0.4;
    }

    .jssorb057 .i:hover .b {
        stroke-opacity: .7;
    }

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 073 css*/
.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 50px;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

    .jssora073 .a {
        fill: #ddd;
        fill-opacity: .7;
        stroke: #000;
        stroke-width: 160;
        stroke-miterlimit: 10;
        stroke-opacity: .7;
    }

    .jssora073:hover {
        opacity: .8;
    }

    .jssora073.jssora073dn {
        opacity: .4;
    }

    .jssora073.jssora073ds {
        opacity: .3;
        pointer-events: none;
    }

    .icon {
        margin-top: 40px;
        font-size: 16px;
    }

img.scrollimage {
    height: 0px !important;
    width: 0px !important;
}

span.scrollspan a{
    z-index: 1;
    top: 0;
    left: 0px;
    position: absolute;
    text-align: center;
    float: left;
    vertical-align: middle;
    color: #0000ff;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0;
}
    span.scrollspan a:hover {
        color: #000;
    }


    

@media only screen and (max-width:930px) {
    span.scrollspan a {
         font-size: 16px;
    }
}

@media (max-width:480px){
     span.scrollspan a {
         font-size: 18px;
    }
}

@@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
