@charset "utf-8";
/* ================================ slide ================================ */

.slide {
    position: relative;
    z-index: 8000;
}
.slide .slide-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
}
.slide .slide-content ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.slide .slide-content ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.slide .slide-content ul li.move-scale-tsn {
    transition: all 1300ms;
    -o-transition: all 1300ms;
    -ms-transition: all 1300ms;
    -moz-transition: all 1300ms;
    -webkit-transition: all 1300ms;
}
.slide .slide-content ul li.move-scale {
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
    left: 0px;
}
.slide .slide-content ul li.scale {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.slide .slide-content ul li.move {
    left: -100%;
}
.slide .slide-content ul li>a {
    display: block;
    width: 100%;
    height: 100%;
}
.slide .slide-content ul li>.info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
}
.slide .slide-info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    text-align: center;
}
.slide .slide-btn {
    display: none;
    width: 8%;
    height: 100%;
    position: absolute;
    top: 0px;
    cursor: pointer;
    z-index: 3;
    background: 50% 50% no-repeat;
    background-size: 40% auto;
}
.slide .slide-btn.bg {
    background-color: rgba(0, 0, 0, 0.05);
}
.slide .slide-btn.bg:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.slide .slide-btn.left {
    left: 0px;
    background-image: url("../../res/imgs/slide/slide-btn-left-icon.png");
}
.slide .slide-btn.left:hover {
    background-image: url("../../res/imgs/slide/slide-btn-left-hover-icon.png");
}
.slide .slide-btn.right {
    right: 0px;
    background-image: url("../../res/imgs/slide/slide-btn-right-icon.png");
}
.slide .slide-btn.right:hover {
    background-image: url("../../res/imgs/slide/slide-btn-right-hover-icon.png");
}
.slide .slide-nav {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 5%;
    z-index: 4;
    text-align: center;
}
.slide .slide-nav span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50%;
    background-color: #888;
    cursor: pointer;
}
.slide .slide-nav span.current {
    background-color: #5f1785;
}
.slide .slide-bg {
    width: 100%;
    height: auto;
    vertical-align: middle;
    visibility: hidden;
}
/* ================================ focus-img ================================ */

.slide.focus-img {
    overflow: hidden;
}
.slide.focus-img .slide-content ul li a {
    background-size: 100% auto;
    background-position: 50% 90px;
    background-attachment: fixed;
    background-repeat: repeat-x;
}
.slide.focus-img .slide-info h1 {
    color: #5f1785;
    font-size: 50px;
    font-weight: normal;
    margin-top: 10%;
}
.slide.focus-img .slide-info h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 1% 0px 5%;
}
.slide.focus-img .slide-btn {
    background-size: auto auto;
}
.slide.focus-img .slide-btn.left {
    background-image: url(../../res/imgs/slide/fi-btn-left.png);
}
.slide.focus-img .slide-btn.left:hover {
    background-image: url(../../res/imgs/slide/fi-btn-left-hover.png);
}
.slide.focus-img .slide-btn.right {
    background-image: url(../../res/imgs/slide/fi-btn-right.png);
}
.slide.focus-img .slide-btn.right:hover {
    background-image: url(../../res/imgs/slide/fi-btn-right-hover.png);
}
.slide.focus-img .slide-nav span {
    border-radius: 5px;
    transition: all linear 300ms;
    -o-ransition: all linear 300ms;
    -ms-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -webkit-transition: all linear 300ms;
}
.slide.focus-img .slide-nav span.current {
    width: 28px;
}
/* ================================ focus-img2 ================================ */

.slide.focus-img2 {}
.slide.focus-img2 .slide-content ul li a {
    background-size: 100% auto;
    background-position: 50% 90px;
    background-attachment: fixed;
    background-repeat: repeat-x;
}
@media (min-width: 1px) and (max-width: 1024px) {
    /* ================================ slide ================================ */
    .slide .slide-nav span {
        width: 8px;
        height: 8px;
        margin: 0px 4px;
    }
    /* ================================ focus-img ================================ */
    .slide.focus-img {}
    .slide.focus-img .slide-content ul li a {
        background-position: 50% 50%;
        background-attachment: scroll;
    }
    .slide.focus-img .slide-info h1 {
        font-size: 20px;
        margin-top: 4%;
    }
    .slide.focus-img .slide-info h2 {
        font-size: 14px;
        margin: 1% 0px 1%;
    }
    .slide.focus-img .slide-info .xbtn {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        padding: 0px 10px;
    }
    .slide.focus-img .slide-btn {
        background-size: 20px auto;
    }
    .slide.focus-img .slide-btn.left {}
    .slide.focus-img .slide-btn.left:hover {}
    .slide.focus-img .slide-btn.right {}
    .slide.focus-img .slide-btn.right:hover {}
    .slide.focus-img .slide-nav span {}
    .slide.focus-img .slide-nav span.current {
        width: 20px;
    }
    /* ================================ focus-img2 ================================ */
    .slide.focus-img2 {}
    .slide.focus-img2 .slide-content ul li a {
        /*background-size: auto 100px;*/
        background-position: 50% 50%;
        background-attachment: scroll;
    }
    .slide.focus-img2 .slide-bg {
        height: 100px;
    }
}