
.seq {
    position: relative;
    width: 1266px;
    height: 574px;
    margin: auto -33px 80px;
    background: url("../../Image/UICourse/Index/part10/center_bg.png") no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.seq .seq-canvas{
    position: relative;
    width: 1200px;
    height: 457px;
    margin: auto;
    background-color: #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    list-style: none;
}

.seq .seq-canvas li {
    position: absolute;
    top: 8px;
}

/*.seq .seq-feature {*/
    /*width: 70%;*/
    /*max-width: 100%;*/
    /*height: auto;*/
/*}*/

.seq .seq-valign {
    /* Remove 4px gap to allow consistent valign */
    font-size: 0;
}

.seq .seq-feature {
    -webkit-transform: translateZ(0) scale(0);
    -ms-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.seq .seq-in .seq-feature {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.seq .seq-out .seq-feature {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 0;
}

/*.seq .seq-nav {*/
    /*display: none;*/
    /*position: absolute;*/
    /*z-index: 100;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*max-width: 640px;*/
    /*width: 100%;*/
    /*border: none;*/
    /*margin: 0 auto;*/
    /*padding: 0;*/
/*}*/
.seq .seq-nav {
    position: absolute;
    width: 100%;
    height: 14px;
    bottom: 14%;
    z-index: 100;
}
.seq .seq-nav ul {
    position: absolute;
    left: 50%;
    margin-left: -65px;
}
.seq .seq-nav2 {
    height: 48px;
    bottom: -2%;
}
.seq .seq-nav2 ul {
    margin-left: -570px;
}

.seq.seq-active .seq-nav {
    display: block;
}

.seq-next,
.seq-prev {
    position: absolute;
    top: 50%;
    margin-top: -88px;
    text-transform: uppercase;
    opacity: .7;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.seq-next:hover,
.seq-prev:hover {
    opacity: 1;
}

.seq .seq-next {
    right: -40px;
}

.seq .seq-prev {
    left: -40px;
}

.seq-pagination {
}

.seq-pagination li {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.seq-pagination li.seq-current {
    box-shadow: 0 0 20px 1px #afafaf;
}
.seq-pagination li:last-child {
    margin-right: 0;
}

.seq .seq-nav2 li {
    width: 164px;
    height: 48px;
    line-height: 52px;
    margin-right: 80px;
    border-radius: 0;
    font-family:fzltzchjt;
    font-size: 22px;
    background: url("../../Image/UICourse/Index/part10/btn.png") no-repeat;
}
.seq .seq-nav2 li:last-child {
    margin-right: 0;
}
.seq .seq-nav2 li.seq-current {
    box-shadow: none;
    background: url("../../Image/UICourse/Index/part10/btn_click.png") no-repeat;
}

/*.seq .seq-pagination li:before {*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*width: 6px;*/
    /*height: 6px;*/
    /*margin-top: .5em;*/
    /*border-radius: 50%;*/
    /*background: white;*/
    /*opacity: 0;*/
    /*-webkit-transition-duration: .25s;*/
    /*transition-duration: .25s;*/
    /*-webkit-transition-property: opacity;*/
    /*transition-property: opacity;*/
/*}*/

.seq-pagination .seq-current:before {
    opacity: .7;
}

.seq-pagination img,
.seq-pagination a {
    display: block;
    border: none;
}

/*@media only screen and (min-width: 460px) {*/
    /*.seq .seq-feature {*/
        /*max-height: 50vh;*/
        /*width: auto;*/
        /*max-width: 100%;*/
        /*height: auto;*/
    /*}*/
/*}*/

/*@media only screen and (min-width: 320px) and (min-height: 320px) {*/
    /*.seq .seq-canvas > * {*/
        /*bottom: 80px;*/
        /*bottom: 5rem;*/
    /*}*/

    /*.seq .seq-title {*/
        /*font-size: 1.4em;*/
    /*}*/

    /*.seq .seq-nav {*/
        /*!**/
         /** Position the nav across the bottom*/
         /**!*/
        /*top: auto;*/
        /*bottom: 2.5em;*/
    /*}*/

    /*.seq .seq-next,*/
    /*.seq .seq-prev,*/
    /*.seq .seq-pagination {*/
        /*position: relative;*/
        /*display: inline-block;*/
        /*vertical-align: middle;*/
        /*margin-top: 0;*/
    /*}*/

    /*.seq .seq-pagination {*/
        /*!**/
         /** Show the pagination*/
         /**!*/
        /*display: inline-block;*/
    /*}*/
/*}*/

/*@media only screen and (min-height: 480px) {*/
    /*.seq .seq-feature {*/
        /*!**/
         /** The image can now become its full native height*/
         /**!*/
        /*max-height: 100%;*/
    /*}*/
/*}*/
