style.css 2.95 KB

/*
    ==== loading ====
*/

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading .load-1 {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    background-color: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading .load-2 {
    position: absolute;
    display: block;
    background: url(./img/10.png) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*
    ==== Module ====
*/

#HOME_SLIDER {
    position: relative;
    top: 0px;
    left: 0px;
    width: 720px;
    height: 340px;
    overflow: hidden;

    display: inline-block;
    vertical-align: top;
}

#HOME_SLIDER .item-list {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 720px;
    height: 340px;
    overflow: hidden;
}

#HOME_SLIDER .item a {
    text-decoration: none;
}

#HOME_SLIDER .item .title {

    color: #fff;
    display: block;
    font-size: 24px;
    margin-top: 223px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    white-space: nowrap;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#HOME_SLIDER .item:hover .title {
}

#HOME_SLIDER .item img {
    border-radius: 0;
}

#HOME_SLIDER .jssorb03 {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 304px;
}

#HOME_SLIDER .jssorb03 div,
#HOME_SLIDER .jssorb03 div:hover,
#HOME_SLIDER .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url(./img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

#HOME_SLIDER .jssorb03 div {
    background-position: -5px -4px;
}

#HOME_SLIDER .jssorb03 div:hover,
#HOME_SLIDER .jssorb03 .av:hover {
    background-position: -35px -4px;
}

#HOME_SLIDER .jssorb03 .av {
    background-position: -65px -4px;
}

#HOME_SLIDER .jssorb03 .dn,
#HOME_SLIDER .jssorb03 .dn:hover {
    background-position: -95px -4px;
}

#HOME_SLIDER .jssora03l,
#HOME_SLIDER .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(./img/a14.png) no-repeat;
    overflow: hidden;
}

#HOME_SLIDER .jssora03l {
    background-position: -3px -33px;
    top: 142px;
    left: -13px;
}

#HOME_SLIDER .jssora03r {
    background-position: -63px -33px;
    top: 142px;
    right: -13px;
}

#HOME_SLIDER .jssora03l:hover {
    background-position: -123px -33px;
}

#HOME_SLIDER .jssora03r:hover {
    background-position: -183px -33px;
}

#HOME_SLIDER .jssora03l.jssora03ldn {
    background-position: -243px -33px;
}

#HOME_SLIDER .jssora03r.jssora03rdn {
    background-position: -303px -33px;
}