body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: '微软雅黑', '宋体', 'Arial';
}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}
html {
    overflow-x: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

input, textarea {
    border: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 3px;
    padding-left: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

input:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

button {
    border: none;
    background: #fb503c;
    display: inline-block;
    padding: 6px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}





.ribbon {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #EB5F5A;
}

.ribbon a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.ribbon a:hover {
    background-color: #d7544f;
}

header {
    background: #fff;
}

.logo {
    display: block;
    width: 30%;
    height: auto;
    min-width: 100px;
    max-width: 150px;
    margin: 0 auto;
    padding: 50px 0;
}

.testscreen {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.description {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dist {
    display: block;
    width: 170px;
    margin: 20px auto;
    padding: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #09AE9B;
    color: #fff;
}

.dist:hover {
    background: #099681;
}

.examplecode {
    margin: 0 auto 30px;
}

.examplecode:last-child {
    margin-bottom: 0;
}

code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

tr {
    /*display: block;*/
    padding: 0 20px;
    margin-bottom: 20px;
}

.description {
    margin-bottom: 10px;
}

section {
    padding: 40px 0;
}

section:nth-child(odd) {
    /*background: #ececec;*/
}

td, th {
    /*display: block;*/
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 24px;
    font-weight: 300;
    color: #2E435A;
}

th {
    text-align: left;
    font-weight: 600;
}

footer {
    margin: 0 auto;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    text-align: center;
    background: #2E435A;
    color: #fff;
}

/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 320px;
    margin: 0 auto 40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame,
.events_log {
    position: relative;
    width: 270px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    height: auto;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.slides {
    display: inline-block;
}

.simple li,
.rewind li,
.events li {
    width: 270px;
    margin-right: 10px;
}

.percentage .slides {
    display: block;
}

.percentage .frame {
    width: 87.452%;
}

.percentage li {
    width: 100%;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.simple li:last-child,
.rewind li:last-child,
.events li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg, .prev svg {
    width: 25px;
}

.events_log {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #d2d2d2;
    margin-top: -20px;
    margin-bottom: 20px;
}

.events_log > span {
    display: none;
}

.events_log > span:nth-last-child(-n+5) {
    display: block;
}

@media screen and (min-width: 640px ) {
    /**
     * Demo Page Styles
     */
    .examplecode, .frame, .events_log {
        width: 580px;
    }

    .testscreen {
        width: 500px;
    }

    table {
        width: 580px;
        margin: 0 auto;
    }

    tr {
        padding: 0;
    }

    /**
     * Slider specific styles
     */
    .slider {
        width: 640px;
        margin: 0 auto 20px;
    }

    .simple li,
    .rewind li,
    .events li {
        width: 580px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 130px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 980px ) {
    /**
     * Demo Page Styles
     */
    .examplecode {
        width: 880px;
    }

    /**
     * Slider specific styles
     */
    .slider {
        width: 1200px;
    }

    .frame,
    .events_log {
        width: 1150px;
    }

    .simple li,
    .rewind li,
    .events li {
        width: 1200px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 205px;
        margin-right: 20px;
    }
}




.footer-left{width: 300px;}
    .newFooterWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    background: #1d1d1d;
}
.newFooter{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    background-size: 600px;
    padding-top: 58px;
}
.newFooter_top{
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
}
.newFooter_left{
    width: 260px;
    float: left;margin-top: 40px;
}
.remenxinwen{
    height: 50px;line-height: 50px;font-size: 22px;font-weight: 700;width: 100%;float: left;
}
.newFooter_left_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.newFooter_left_inp{
    width: 100%;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
    border: 1px solid #666666;
    border-radius: 5px;
    margin-top: 20px;
}
.newFooter_left_inp input{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    color: #666;
    padding: 10px;
    background: none;
    border: none;
}
.newFooter_left_btn{
    width: 100%;
    overflow: hidden;
    clear: both;
    border: none;
    background: #fc1472;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}
.newFooter_center{
    width: 600px;
    float: left;
    padding-top: 70px;
}
.newFooter_center_top{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: right;
}
.newFooter_center_top span{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
}
.newFooter_center_top span b{
    font-size: 30px;
}
.newFooter_center_top span:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 60%;
    background: #fff;
    height: 1px;
}
.newFooter_center_top span:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 60%;
    background: #fff;
    height: 1px;
}
.newFooter_center_bottom{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: right;
    margin-top: 30px;
    vertical-align: middle;
}
.newFooter_center_bottom a,.newFooter_center_bottom b,.newFooter_center_bottom span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.newFooter_center_bottom span{
    font-size: 16px;
    font-weight: bold;
}
.newFooter_center_bottom a{
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 0 10px;
}
.newFooter_center_bottom a:after{
    width: 1px;
    height: 10px;
    background: #666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
}
.newFooter_center_bottom a:last-child{
    padding-right: 0;
}
.newFooter_center_bottom a:last-child:after{
    display: none;
}
.newFooter_right{
    float: right;
    width:250px;
}
.newFooter_right img.img1{
    display: block;
    width: 135px;margin:auto;
}
.newFooter_right_p1{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-top: 5px;
    padding-bottom: 10px;
}
.newFooter_right_p2{
    width: 100%;text-align: center;
    overflow: hidden;
    clear: both;
    vertical-align: middle;
}
.newFooter_right_p2 img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
}
.newFooter_right_p2 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    line-height: 20px;
}
.newFooter_bottom{
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}
.newFooter_bottom_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: left;
    line-height: 22px;
    padding: 5px 0;
}
.newFooter_bottom_p1 span{
    font-size: 12px;
    color: #fff;
}
.newFooter_bottom_p1 a{
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    padding: 0 2px;
}
.newFooter_bottom_p1 a:hover{
    color: #fff;
}
.newFooter_bottom_p1 span.span1{
    color: rgba(255,255,255,0.6);
    position: relative;
    padding: 0 10px;
}
.newFooter_bottom_p1 span.span1:after{
    width: 1px;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: #666;
}
.newFooter_bottom_p1 span.span2{
    padding-left: 0;
}
.newFooter_bottom_p1 span.span2:after{
    display: none;
}














.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}