abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.3);
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 0.8em;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

code {
    padding: 3px 4px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
    opacity: 0.6;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
      Lists
      ========================================================================== */

ul,
ol {
    /* margin: 1em 0; */
    /* padding: 0 0 0 40px; */
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
      Embedded content
      ========================================================================== */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
      Figures
      ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
      Forms
      ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}


/* =============================================================================
      Headlines
      ========================================================================== */

h6 {
    margin: 0;
    font-size: 0.85em;
    text-transform: uppercase;
    color: #888;
}


/* =============================================================================
      Tables
      ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* =============================================================================
      Elements
      ========================================================================== */

/* Message bubbles */
.info-bubble {
    margin: 1em 0;
    padding: 1px 1em;
    color: #3a87ad;
    background: #d9edf7;
    border: 1px solid #bce8f1;
}

.info-bubble p {
    margin: 1em 0;
}

.btn-group .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
}

.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

.btn-group .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
}

.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

/* Labels */
.label {
    padding: 2px 4px 2px;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.50);
    background-color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #333;
}

.label-important {
    background-color: #b94a48;
}

.label-warning {
    background-color: #f89406;
}

.label-success {
    background-color: #468847;
}

.label-info {
    background-color: #3a87ad;
}

/* Progress */
.progress {
    overflow: hidden;
    height: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.progress .bar {
    width: 0%;
    height: 18px;
    float: left;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}


/* ==========================================================================
      Example page boilerplate styles
      ========================================================================== */

/* body {
    border: 2px solid #555;
    border-color: rgba(255, 255, 255, .1);
    border-left: 0;
    border-right: 0;
    margin: 5px 0;
    outline: 5px solid #222;
} */

.container {
    width: 100%;
    margin: 0 auto;
}



/* Content */
/* #content {
    padding: 10px;
} */

/* ==========================================================================
      Page styles
      ========================================================================== */

/* universal sly */
.slyWrap .controls {
    margin: 20px 0;
}

.controls {
    text-align: center;
}

.sly {
    overflow: hidden;
}

.sly>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sly>ul li {
    position: relative;
    margin: 0;
    padding: 0;
    background: #C42403;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.sly>ul li>img {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}
.pages {
    display: none;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}



.scrollbar {
    background:#E6E6E6 ;
    border-radius: 9px;
}

.scrollbar .handle {
    border-radius: 9px;
    background: #C9241D;
    cursor: pointer;
    line-height: 0;
}

#horizontal .scrollhandle .sly ul li:not(:last-child):hover .shadow {
    opacity: 1;
    width: 428px;
}

#horizontal .scrollhandle .sly ul li:last-child:hover .shadow {
    opacity: 1;
}

.shadow {
    transition: all 0.3s ease 0.1s;
    width: 210px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    opacity: 0;
    position: absolute;
    bottom: 0px;
    padding: 0px 18px;
}

.shadow a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: none;
    text-align: left !important;
}

/* Horizontal examples */
#horizontal .slyWrap {
    /* margin: 37px 0; */
    position: relative;
}

#horizontal .scrollbar {
    margin: 13px auto;
    height: 12px;
    width: 1095px;
}

#horizontal .scrollbar .handle {
    width: 100px;
    height: 100%;
}

#horizontal .scrollhandle .sly {
    width: 1095px;
    margin: auto;
    height: 170px;
}

#horizontal .scrollhandle .sly ul {
    height: 100%;
    overflow: hidden;
}

#horizontal .scrollhandle .sly ul li {
    transition: all 0.3s ease 0.1s;
    float: left;
    width: 264px;
    height: 170px;
    margin: 0 10px 0 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

/*#horizontal .scrollhandle .sly ul li:not(:last-child):hover {
    width: 430px;
}*/

.btn.prevPage {
    left: 0;
    background-image: url(../image/lunbo-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.btn {
    position: absolute;
    cursor: pointer;
    top: 65px;
    ;
}

.btn.prevPage:hover {
    background-image: url(../image/lunbo-left-active.png);
}

.btn.nextPage {
    right: 0;
    background-image: url(../image/lunbo-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.btn.nextPage:hover {
    background-image: url(../image/lunbo-right-active.png) !important;
}

/* Vertical examples */
#vertical .slyWrap {
    margin: 1em 0;
    width: 470px;
    float: left;
}

#vertical .scrollbar {
    width: 5px;
}

#vertical .scrollbar .handle {
    height: 100px;
    width: 100%;
}

/* Vertical example */
#infinite .controlbar {
    margin: 2em 0 1.5em;
}

#infinite .frameWrap {
    position: relative;
    height: 500px;
}

#infinite .frame {
    height: 500px;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid #888;
}

#infinite .frame ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#infinite .frame ul li {
    margin: 0 0 5px 0;
    padding: 0;
    height: 200px;
    line-height: 200px;
    font-size: 30px;
    border-bottom: 1px solid #aaa;
    background: #eee;
    color: #888;
    text-align: center;
}

#infinite .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 498px;
}

#infinite .scrollbar .handle {
    height: 100px;
    width: 100%;
}


/* ==========================================================================
      Non-semantic helper classes
      ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

/* Floats */
.fleft {
    float: left;
}

.fright {
    float: right;
}

/* Hide from both screenreaders */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: jq22.com*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: jq22.com */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: jq22.com */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* PrettyPrint styles */
.pln {
    color: #000
}


ol.linenums {
    margin-top: 0;
    margin-bottom: 0
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #eee
}