@charset "UTF-8";.input-group,table {
    border-collapse: collapse
}

.dropdown-menu li.disabled,table>tfoot {
    font-style: italic
}

.breadcrumb,.list-unstyled,.nav li,.navbar li {
    list-style: none
}

.breadcrumb:after,.breadcrumb:before,.btn-group:after,.btn-group:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.navbar:after,.navbar:before,.row:after,.row:before {
    content: " "
}

.breadcrumb:after,.btn-group:after,.clearfix:after,.container-fluid:after,.container:after,.navbar .navbar-header:after,.navbar:after,.row:after {
    clear: both
}

.visible-lg,.visible-lg-down,.visible-lg-up,.visible-md,.visible-md-down,.visible-md-up,.visible-sm,.visible-sm-down,.visible-sm-up,.visible-xs,.visible-xs-down,.visible-xs-up {
    display: none
}

@media (min-width: 768px) and (max-width:959px) {
    .visible-sm {
        display:block
    }
}

@media (min-width: 960px) and (max-width:1199px) {
    .visible-md {
        display:block
    }
}

@media (min-width: 767px) {
    .visible-xs-up {
        display:block
    }
}

@media (min-width: 959px) {
    .visible-sm-up {
        display:block
    }
}

@media (min-width: 1199px) {
    .visible-md-up {
        display:block
    }
}

@media (min-width: 1200px) {
    .visible-lg,.visible-lg-up {
        display:block
    }
}

@media (max-width: 1px) {
    .visible-xs-down {
        display:block
    }
}

@media (max-width: 768px) {
    .visible-sm-down {
        display:block
    }
}

@media (max-width: 960px) {
    .visible-md-down {
        display:block
    }
}

@media (max-width: 1200px) {
    .visible-lg-down {
        display:block
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display:block
    }

    .hidden-xs {
        display: none
    }
}

@media (min-width: 768px) and (max-width:959px) {
    .hidden-sm {
        display:none
    }
}

@media (min-width: 960px) and (max-width:1199px) {
    .hidden-md {
        display:none
    }
}

@media (min-width: 767px) {
    .hidden-xs-up {
        display:none
    }
}

@media (min-width: 959px) {
    .hidden-sm-up {
        display:none
    }
}

@media (min-width: 1199px) {
    .hidden-md-up {
        display:none
    }
}

@media (min-width: 1200px) {
    .hidden-lg,.hidden-lg-up {
        display:none
    }
}

@media (max-width: 1px) {
    .hidden-xs-down {
        display:none
    }
}

@media (max-width: 768px) {
    .hidden-sm-down {
        display:none
    }
}

@media (max-width: 960px) {
    .hidden-md-down {
        display:none
    }
}

@media (max-width: 1200px) {
    .hidden-lg-down {
        display:none
    }
}

.visible-print {
    display: none
}

@media print {
    .visible-print {
        display: block
    }

    .hidden-print {
        display: none
    }
}

.show {
    display: block!important
}

.hidden {
    display: none!important
}

.invisible {
    visibility: hidden
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.btn-group .btn,.col-xs-1-10,.col-xs-1-12,.col-xs-10-10,.col-xs-10-12,.col-xs-11-12,.col-xs-12-12,.col-xs-2-10,.col-xs-2-12,.col-xs-3-10,.col-xs-3-12,.col-xs-4-10,.col-xs-4-12,.col-xs-5-10,.col-xs-5-12,.col-xs-6-10,.col-xs-6-12,.col-xs-7-10,.col-xs-7-12,.col-xs-8-10,.col-xs-8-12,.col-xs-9-10,.col-xs-9-12,.navbar .navbar-header,.navbar .navbar-nav,.navbar .navbar-nav li,dl.dl-horizontal dt {
    float: left
}

.clearfix:after,.clearfix:before {
    display: table
}

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-indent {
    text-indent: 2em
}

.text-primary {
    color: #267
}

.text-success {
    color: #7B0
}

.text-info {
    color: #39D
}

.text-warning {
    color: #F80
}

.text-danger {
    color: #D33
}

.bg-primary {
    background-color: #278;
    color: #FFF;
    padding: 1em
}

.bg-success {
    background-color: #dff0d8;
    color: #006400;
    padding: 1em
}

.bg-info {
    background-color: #d9edf7;
    color: #4682B4;
    padding: 1em
}

.bg-warning {
    background-color: #fcf8e3;
    color: sienna;
    padding: 1em
}

.bg-danger {
    background-color: #f2dede;
    color: #B22222;
    padding: 1em
}

.m-t {
    margin-top: 15px!important
}

.m-t-xs {
    margin-top: 10px!important
}

.m-t-sm {
    margin-top: 20px!important
}

.m-t-md {
    margin-top: 30px!important
}

.m-t-lg {
    margin-top: 45px!important
}

.m-r {
    margin-right: 15px!important
}

.m-r-xs {
    margin-right: 10px!important
}

.m-r-sm {
    margin-right: 20px!important
}

.m-r-md {
    margin-right: 30px!important
}

.m-r-lg {
    margin-right: 45px!important
}

.m-b {
    margin-bottom: 15px!important
}

.m-b-xs {
    margin-bottom: 10px!important
}

.m-b-sm {
    margin-bottom: 20px!important
}

.m-b-md {
    margin-bottom: 30px!important
}

.m-b-lg {
    margin-bottom: 45px!important
}

.m-l {
    margin-left: 15px!important
}

.m-l-xs {
    margin-left: 10px!important
}

.m-l-sm {
    margin-left: 20px!important
}

.m-l-md {
    margin-left: 30px!important
}

.m-l-lg {
    margin-left: 45px!important
}

.m-n {
    margin: 0!important
}

.p-t {
    padding-top: 15px!important
}

.p-t-xs {
    padding-top: 10px!important
}

.p-t-sm {
    padding-top: 20px!important
}

.p-t-md {
    padding-top: 30px!important
}

.p-t-lg {
    padding-top: 45px!important
}

.p-r {
    padding-right: 15px!important
}

.p-r-xs {
    padding-right: 10px!important
}

.p-r-sm {
    padding-right: 20px!important
}

.p-r-md {
    padding-right: 30px!important
}

.p-r-lg {
    padding-right: 45px!important
}

.p-b {
    padding-bottom: 15px!important
}

.p-b-xs {
    padding-bottom: 10px!important
}

.p-b-sm {
    padding-bottom: 20px!important
}

.p-b-md {
    padding-bottom: 30px!important
}

.p-b-lg {
    padding-bottom: 45px!important
}

.p-l {
    padding-left: 15px!important
}

.p-l-xs {
    padding-left: 10px!important
}

.p-l-sm {
    padding-left: 20px!important
}

.p-l-md {
    padding-left: 30px!important
}

.p-l-lg {
    padding-left: 45px!important
}

.p-n {
    padding: 0!important
}

.badge {
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    background-color: #EEE;
    color: #267
}

.badge-danger,.badge-info,.badge-primary,.badge-success,.badge-warning {
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF
}

.badge-primary {
    background-color: #267
}

.badge-success {
    background-color: #7B0
}

.badge-info {
    background-color: #39D
}

.badge-warning {
    background-color: #F80
}

.badge-danger {
    background-color: #D33
}

.badge-notification {
    border-radius: 1em!important
}

a,img {
    border: none
}

html {
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333
}

body,html {
    margin: 0
}

a {
    text-decoration: none;
    color: #37B
}

a:hover {
    color: #F55
}

::selection {
    background: #FFA;
    color: #333;
    text-shadow: none
}

code {
    color: #A00;
    background: #FEE;
    padding: 2px 5px;
    line-height: 1em;
    margin: 0 3px;
    display: inline-block;
    font-family: Consolas,Monaco,'Andale Mono',monospace
}

.btn,input[type=text] {
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    word-spacing: normal;
    vertical-align: middle
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.6em;
    margin: .5em 0;
    font-weight: 400
}

ol li,p,ul li {
    line-height: 1.8em
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

hr {
    border-color: #ddd;
    border-width: 0 0 1px
}

p {
    margin: 1em 0 1.5em
}

sub,sup {
    font-size: 12px
}

small {
    font-size: 70%;
    color: #777
}

ol,ul {
    margin: 1em 0;
    padding-left: 1.5em
}

.list-unstyled {
    padding: 0
}

dl,dl.dl-horizontal {
    margin: 1em 0;
    line-height: 1.8em
}

dl dt,dl.dl-horizontal dt {
    font-weight: 700
}

dl dd,dl.dl-horizontal dd {
    margin: 0
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto
}

dl.dl-horizontal dt {
    width: 160px
}

dl.dl-horizontal dd {
    padding-left: 190px
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

img.img-rounded {
    border-radius: 1em
}

img.img-circle {
    border-radius: 50%
}

img.img-thumbnail {
    border: 1px solid #ddd;
    padding: 5px;
    background: #FFF
}

.container,.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

img.img-preserve {
    max-width: auto
}

@media (min-width: 768px) {
    .container {
        width:738px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container:after,.container:before {
    display: table
}

.container-fluid:after,.container-fluid:before {
    display: table
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,.row:before {
    display: table
}

.col-xs-1-12 {
    width: 8.33333%
}

.col-xs-2-12 {
    width: 16.66667%
}

.col-xs-3-12 {
    width: 25%
}

.col-xs-4-12 {
    width: 33.33333%
}

.col-xs-5-12 {
    width: 41.66667%
}

.col-xs-6-12 {
    width: 50%
}

.col-xs-7-12 {
    width: 58.33333%
}

.col-xs-8-12 {
    width: 66.66667%
}

.col-xs-9-12 {
    width: 75%
}

.col-xs-10-12 {
    width: 83.33333%
}

.col-xs-11-12 {
    width: 91.66667%
}

.col-xs-12-12 {
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-1-12 {
        width:8.33333%
    }

    .col-sm-2-12 {
        width: 16.66667%
    }

    .col-sm-3-12 {
        width: 25%
    }

    .col-sm-4-12 {
        width: 33.33333%
    }

    .col-sm-5-12 {
        width: 41.66667%
    }

    .col-sm-6-12 {
        width: 50%
    }

    .col-sm-7-12 {
        width: 58.33333%
    }

    .col-sm-8-12 {
        width: 66.66667%
    }

    .col-sm-9-12 {
        width: 75%
    }

    .col-sm-10-12 {
        width: 83.33333%
    }

    .col-sm-11-12 {
        width: 91.66667%
    }

    .col-sm-12-12 {
        width: 100%
    }

    .col-sm-1-12,.col-sm-10-12,.col-sm-11-12,.col-sm-12-12,.col-sm-2-12,.col-sm-3-12,.col-sm-4-12,.col-sm-5-12,.col-sm-6-12,.col-sm-7-12,.col-sm-8-12,.col-sm-9-12 {
        float: left
    }
}

@media (min-width: 960px) {
    .col-md-1-12 {
        width:8.33333%
    }

    .col-md-2-12 {
        width: 16.66667%
    }

    .col-md-3-12 {
        width: 25%
    }

    .col-md-4-12 {
        width: 33.33333%
    }

    .col-md-5-12 {
        width: 41.66667%
    }

    .col-md-6-12 {
        width: 50%
    }

    .col-md-7-12 {
        width: 58.33333%
    }

    .col-md-8-12 {
        width: 66.66667%
    }

    .col-md-9-12 {
        width: 75%
    }

    .col-md-10-12 {
        width: 83.33333%
    }

    .col-md-11-12 {
        width: 91.66667%
    }

    .col-md-12-12 {
        width: 100%
    }

    .col-md-1-12,.col-md-10-12,.col-md-11-12,.col-md-12-12,.col-md-2-12,.col-md-3-12,.col-md-4-12,.col-md-5-12,.col-md-6-12,.col-md-7-12,.col-md-8-12,.col-md-9-12 {
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-1-12 {
        width:8.33333%
    }

    .col-lg-2-12 {
        width: 16.66667%
    }

    .col-lg-3-12 {
        width: 25%
    }

    .col-lg-4-12 {
        width: 33.33333%
    }

    .col-lg-5-12 {
        width: 41.66667%
    }

    .col-lg-6-12 {
        width: 50%
    }

    .col-lg-7-12 {
        width: 58.33333%
    }

    .col-lg-8-12 {
        width: 66.66667%
    }

    .col-lg-9-12 {
        width: 75%
    }

    .col-lg-10-12 {
        width: 83.33333%
    }

    .col-lg-11-12 {
        width: 91.66667%
    }

    .col-lg-12-12 {
        width: 100%
    }

    .col-lg-1-12,.col-lg-10-12,.col-lg-11-12,.col-lg-12-12,.col-lg-2-12,.col-lg-3-12,.col-lg-4-12,.col-lg-5-12,.col-lg-6-12,.col-lg-7-12,.col-lg-8-12,.col-lg-9-12 {
        float: left
    }
}

.col-xs-1-10 {
    width: 10%
}

.col-xs-2-10 {
    width: 20%
}

.col-xs-3-10 {
    width: 30%
}

.col-xs-4-10 {
    width: 40%
}

.col-xs-5-10 {
    width: 50%
}

.col-xs-6-10 {
    width: 60%
}

.col-xs-7-10 {
    width: 70%
}

.col-xs-8-10 {
    width: 80%
}

.col-xs-9-10 {
    width: 90%
}

.col-xs-10-10 {
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        width:10%
    }

    .col-sm-2-10 {
        width: 20%
    }

    .col-sm-3-10 {
        width: 30%
    }

    .col-sm-4-10 {
        width: 40%
    }

    .col-sm-5-10 {
        width: 50%
    }

    .col-sm-6-10 {
        width: 60%
    }

    .col-sm-7-10 {
        width: 70%
    }

    .col-sm-8-10 {
        width: 80%
    }

    .col-sm-9-10 {
        width: 90%
    }

    .col-sm-10-10 {
        width: 100%
    }

    .col-sm-1-10,.col-sm-10-10,.col-sm-2-10,.col-sm-3-10,.col-sm-4-10,.col-sm-5-10,.col-sm-6-10,.col-sm-7-10,.col-sm-8-10,.col-sm-9-10 {
        float: left
    }
}

@media (min-width: 960px) {
    .col-md-1-10 {
        width:10%
    }

    .col-md-2-10 {
        width: 20%
    }

    .col-md-3-10 {
        width: 30%
    }

    .col-md-4-10 {
        width: 40%
    }

    .col-md-5-10 {
        width: 50%
    }

    .col-md-6-10 {
        width: 60%
    }

    .col-md-7-10 {
        width: 70%
    }

    .col-md-8-10 {
        width: 80%
    }

    .col-md-9-10 {
        width: 90%
    }

    .col-md-10-10 {
        width: 100%
    }

    .col-md-1-10,.col-md-10-10,.col-md-2-10,.col-md-3-10,.col-md-4-10,.col-md-5-10,.col-md-6-10,.col-md-7-10,.col-md-8-10,.col-md-9-10 {
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        width:10%
    }

    .col-lg-2-10 {
        width: 20%
    }

    .col-lg-3-10 {
        width: 30%
    }

    .col-lg-4-10 {
        width: 40%
    }

    .col-lg-5-10 {
        width: 50%
    }

    .col-lg-6-10 {
        width: 60%
    }

    .col-lg-7-10 {
        width: 70%
    }

    .col-lg-8-10 {
        width: 80%
    }

    .col-lg-9-10 {
        width: 90%
    }

    .col-lg-10-10 {
        width: 100%
    }

    .col-lg-1-10,.col-lg-10-10,.col-lg-2-10,.col-lg-3-10,.col-lg-4-10,.col-lg-5-10,.col-lg-6-10,.col-lg-7-10,.col-lg-8-10,.col-lg-9-10 {
        float: left
    }
}

.input-group input[type=text],table {
    width: 100%
}

.col-lg-1-10,.col-lg-1-12,.col-lg-10-10,.col-lg-10-12,.col-lg-11-12,.col-lg-12-12,.col-lg-2-10,.col-lg-2-12,.col-lg-3-10,.col-lg-3-12,.col-lg-4-10,.col-lg-4-12,.col-lg-5-10,.col-lg-5-12,.col-lg-6-10,.col-lg-6-12,.col-lg-7-10,.col-lg-7-12,.col-lg-8-10,.col-lg-8-12,.col-lg-9-10,.col-lg-9-12,.col-md-1-10,.col-md-1-12,.col-md-10-10,.col-md-10-12,.col-md-11-12,.col-md-12-12,.col-md-2-10,.col-md-2-12,.col-md-3-10,.col-md-3-12,.col-md-4-10,.col-md-4-12,.col-md-5-10,.col-md-5-12,.col-md-6-10,.col-md-6-12,.col-md-7-10,.col-md-7-12,.col-md-8-10,.col-md-8-12,.col-md-9-10,.col-md-9-12,.col-sm-1-10,.col-sm-1-12,.col-sm-10-10,.col-sm-10-12,.col-sm-11-12,.col-sm-12-12,.col-sm-2-10,.col-sm-2-12,.col-sm-3-10,.col-sm-3-12,.col-sm-4-10,.col-sm-4-12,.col-sm-5-10,.col-sm-5-12,.col-sm-6-10,.col-sm-6-12,.col-sm-7-10,.col-sm-7-12,.col-sm-8-10,.col-sm-8-12,.col-sm-9-10,.col-sm-9-12,.col-xs-1-10,.col-xs-1-12,.col-xs-10-10,.col-xs-10-12,.col-xs-11-12,.col-xs-12-12,.col-xs-2-10,.col-xs-2-12,.col-xs-3-10,.col-xs-3-12,.col-xs-4-10,.col-xs-4-12,.col-xs-5-10,.col-xs-5-12,.col-xs-6-10,.col-xs-6-12,.col-xs-7-10,.col-xs-7-12,.col-xs-8-10,.col-xs-8-12,.col-xs-9-10,.col-xs-9-12 {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: none
}

@media (max-width: 767px) {
    .row {
        margin-left:-5px;
        margin-right: -5px
    }

    .col-lg-1-10,.col-lg-1-12,.col-lg-10-10,.col-lg-10-12,.col-lg-11-12,.col-lg-12-12,.col-lg-2-10,.col-lg-2-12,.col-lg-3-10,.col-lg-3-12,.col-lg-4-10,.col-lg-4-12,.col-lg-5-10,.col-lg-5-12,.col-lg-6-10,.col-lg-6-12,.col-lg-7-10,.col-lg-7-12,.col-lg-8-10,.col-lg-8-12,.col-lg-9-10,.col-lg-9-12,.col-md-1-10,.col-md-1-12,.col-md-10-10,.col-md-10-12,.col-md-11-12,.col-md-12-12,.col-md-2-10,.col-md-2-12,.col-md-3-10,.col-md-3-12,.col-md-4-10,.col-md-4-12,.col-md-5-10,.col-md-5-12,.col-md-6-10,.col-md-6-12,.col-md-7-10,.col-md-7-12,.col-md-8-10,.col-md-8-12,.col-md-9-10,.col-md-9-12,.col-sm-1-10,.col-sm-1-12,.col-sm-10-10,.col-sm-10-12,.col-sm-11-12,.col-sm-12-12,.col-sm-2-10,.col-sm-2-12,.col-sm-3-10,.col-sm-3-12,.col-sm-4-10,.col-sm-4-12,.col-sm-5-10,.col-sm-5-12,.col-sm-6-10,.col-sm-6-12,.col-sm-7-10,.col-sm-7-12,.col-sm-8-10,.col-sm-8-12,.col-sm-9-10,.col-sm-9-12,.col-xs-1-10,.col-xs-1-12,.col-xs-10-10,.col-xs-10-12,.col-xs-11-12,.col-xs-12-12,.col-xs-2-10,.col-xs-2-12,.col-xs-3-10,.col-xs-3-12,.col-xs-4-10,.col-xs-4-12,.col-xs-5-10,.col-xs-5-12,.col-xs-6-10,.col-xs-6-12,.col-xs-7-10,.col-xs-7-12,.col-xs-8-10,.col-xs-8-12,.col-xs-9-10,.col-xs-9-12 {
        padding-right: 5px;
        padding-left: 5px
    }
}

.row.gutter-collapse {
    margin-left: 0;
    margin-right: 0
}

.row.gutter-collapse>div {
    padding-left: 0;
    padding-right: 0
}

.row.gutter-small {
    margin-left: -5px;
    margin-right: -5px
}

.row.gutter-small>div {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 767px) {
    .row.gutter-small {
        margin-left:-2px;
        margin-right: -2px
    }

    .row.gutter-small>div {
        padding-left: 2px;
        padding-right: 2px
    }
}

.row.gutter-larger {
    margin-left: -25px;
    margin-right: -25px
}

.row.gutter-larger>div {
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width: 767px) {
    .row.gutter-larger {
        margin-left:-10px;
        margin-right: -10px
    }

    .row.gutter-larger>div {
        padding-left: 10px;
        padding-right: 10px
    }
}

table {
    border-spacing: 0;
    border-bottom: 1px solid #ddd
}

table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th {
    padding: 1em;
    text-align: left;
    border-bottom: 1px solid #ddd
}

table>thead>tr>td,table>thead>tr>th {
    border-bottom-width: 2px
}

table>tfoot {
    color: #888
}

.btn,.btn:hover {
    color: #333
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-unstyled,.table-unstyled>tbody>tr>td,.table-unstyled>tbody>tr>th,.table-unstyled>tfoot>tr>td,.table-unstyled>tfoot>tr>th,.table-unstyled>thead>tr>td,.table-unstyled>thead>tr>th {
    border: none
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: .5em
}

.table-striped tbody>tr:nth-of-type(odd) {
    background: #fafafa
}

.btn,.table-hover tbody>tr:hover {
    background: #F2F2F2
}

.btn {
    box-sizing: border-box;
    padding: .5em 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #e1e1e1
}

.btn-danger,.btn-danger:hover,.btn-info:hover,.btn-primary,.btn-primary:hover,.btn-success,.btn-success:hover,.btn-warning,.btn-warning:hover {
    color: #FFF
}

.btn.active,.btn:hover {
    background: #fff;
    border: 1px solid #e9e9e9
}

.btn-primary {
    background: #267;
    border: 1px solid #156
}

.btn-primary.active,.btn-primary:hover {
    background: #378;
    border: 1px solid #195d6e
}

.btn-success {
    background: #7B0;
    border: 1px solid #6a0
}

.btn-success.active,.btn-success:hover {
    background: #8c1;
    border: 1px solid #6eb200
}

.btn-info {
    background: #39D;
    border: 1px solid #28c;
    color: #FFF
}

.btn-info.active,.btn-info:hover {
    background: #4ae;
    border: 1px solid #2a90d4
}

.btn-warning {
    background: #F80;
    border: 1px solid #e70
}

.btn-warning.active,.btn-warning:hover {
    background: #f91;
    border: 1px solid #f67f00
}

.btn-danger {
    background: #D33;
    border: 1px solid #c22
}

.btn-danger.active,.btn-danger:hover {
    background: #e44;
    border: 1px solid #d42a2a
}

.btn-xs {
    font-size: 12px;
    padding: 1px 5px
}

.btn-sm {
    font-size: 12px;
    padding: 5px 10px
}

.btn-md {
    font-size: 22px
}

.btn-lg {
    font-size: 30px
}

button[disabled],button[disabled]:hover {
    color: #AAA;
    background-color: #EEE;
    border-color: #DDD;
    cursor: not-allowed
}

.btn-group:after,.btn-group:before {
    display: table
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px
}

.btn-group .btn:first-child {
    margin-left: 0;
    border-radius: 2px 0 0 2px
}

.btn-group .btn:last-child {
    margin-right: 0;
    border-radius: 0 2px 2px 0
}

input[type=text] {
    box-sizing: border-box;
    padding: .5em 1em;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    color: #666
}

input[type=text]:focus {
    box-shadow: 0 0 .5em #bfbfbf;
    outline: 0
}

.input-group {
    display: table
}

.input-group .input-group-btn,.input-group input[type=text] {
    display: table-cell;
    position: relative;
    box-sizing: border-box
}

.input-group input[type=text]:first-child {
    border-radius: 2px 0 0 2px
}

.input-group input[type=text]:last-child {
    border-radius: 0 2px 2px 0
}

.input-group .btn-group {
    display: table-cell;
    word-spacing: normal;
    width: 1%;
    vertical-align: middle
}

.nav li>a,.navbar li>a {
    display: block;
    line-height: 20px
}

.input-group .btn-group .btn {
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0;
    z-index: 2;
    position: relative
}

.input-group .btn-group:first-child .btn {
    border-radius: 2px 0 0 2px;
    margin-right: -1px;
    margin-left: 0
}

.input-group .btn-group:last-child .btn {
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    margin-right: 0
}

.nav {
    margin: 0;
    padding: 0
}

.nav li {
    position: relative
}

.nav li>a {
    padding: 15px;
    color: #333
}

.nav li>a:hover {
    color: #000
}

.navbar {
    position: relative;
    padding: 0;
    margin: 0;
    background: #F2F2F2
}

.navbar li {
    position: relative
}

.navbar li.active {
    background: #e1e1e1
}

.navbar li>a {
    padding: 15px;
    color: #333
}

.navbar li>a:hover {
    color: #000
}

.navbar .navbar-header:after,.navbar .navbar-header:before {
    content: " ";
    display: table
}

.navbar .navbar-header .navbar-logo {
    float: left;
    height: 20px;
    margin: 15px;
    line-height: 20px;
    font-weight: 700
}

.navbar .navbar-header .navbar-toggle {
    margin: 10px 15px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    display: none
}

.navbar .navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.navbar .navbar-right {
    float: right
}

.navbar:after,.navbar:before {
    display: table
}

.dropdown-menu {
    position: absolute;
    padding: 5px 0;
    margin: 0;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
    background: #FFF;
    box-shadow: 0 6px 8px rgba(0,0,0,.2);
    min-width: 160px;
    display: none;
    z-index: 999
}

.dropdown-menu li {
    float: none!important
}

.dropdown-menu li.header {
    padding: 6px 15px;
    margin: 0;
    font-weight: 700;
    color: #555
}

.dropdown-menu li.disabled,.dropdown-menu li.disabled a {
    color: #DDD;
    cursor: not-allowed
}

.dropdown-menu li.disabled a:hover {
    background: 0 0
}

.dropdown-menu li.active,.dropdown-menu li.active a {
    background: #e1e1e1
}

.dropdown-menu li.divider {
    margin: 5px 0;
    border-top: 1px solid #ddd;
    line-height: 0;
    height: 0
}

.dropdown-menu li a {
    color: #333;
    display: block;
    padding: 6px 15px
}

.dropdown-menu li a:hover {
    background: #e9e9e9
}

.navbar-default {
    background: #F2F2F2;
    border: 1px solid #ddd
}

.navbar-default li.active {
    background: #e1e1e1
}

.navbar-inverse {
    color: #F2F2F2;
    background: #267;
    border: none
}

.navbar-inverse li.active,.navbar-inverse li.active>a {
    background: #045!important
}

.navbar-inverse li>a {
    color: #F2F2F2
}

.navbar-inverse li>a:hover {
    color: #fff;
    background: #195d6e
}

.navbar-inverse li .dropdown-menu li {
    background: #FFF
}

.navbar-inverse li .dropdown-menu li>a {
    color: #267
}

.navbar-inverse li .dropdown-menu li.active>a,.navbar-inverse li .dropdown-menu li>a:hover {
    color: #FFF
}

.navbar-inverse li .dropdown-menu li.disabled>a {
    color: #DDD
}

@media (max-width: 479px) {
    .navbar-xs .navbar-header,.navbar-xs .navbar-nav,.navbar-xs .navbar-nav li {
        float:none
    }

    .navbar-xs .navbar-header:after,.navbar-xs .navbar-header:before {
        content: " ";
        display: table
    }

    .navbar-xs .navbar-header:after {
        clear: both
    }

    .navbar-xs .navbar-header .navbar-toggle {
        display: block
    }

    .navbar-xs .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333
    }

    .navbar-xs .dropdown-menu li.header {
        padding-left: 20px
    }

    .navbar-xs .dropdown-menu li a {
        color: #333;
        padding-left: 20px
    }

    .navbar-xs .dropdown-menu li a:hover {
        background: 0 0
    }
}

@media (max-width: 767px) {
    .navbar-sm .navbar-header,.navbar-sm .navbar-nav,.navbar-sm .navbar-nav li {
        float:none
    }

    .navbar-sm .navbar-header:after,.navbar-sm .navbar-header:before {
        content: " ";
        display: table
    }

    .navbar-sm .navbar-header:after {
        clear: both
    }

    .navbar-sm .navbar-header .navbar-toggle {
        display: block
    }

    .navbar-sm .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333
    }

    .navbar-sm .dropdown-menu li.header {
        padding-left: 20px
    }

    .navbar-sm .dropdown-menu li a {
        color: #333;
        padding-left: 20px
    }

    .navbar-sm .dropdown-menu li a:hover {
        background: 0 0
    }
}

@media (max-width: 959px) {
    .navbar-md .navbar-header,.navbar-md .navbar-nav,.navbar-md .navbar-nav li {
        float:none
    }

    .navbar-md .navbar-header:after,.navbar-md .navbar-header:before {
        content: " ";
        display: table
    }

    .navbar-md .navbar-header:after {
        clear: both
    }

    .navbar-md .navbar-header .navbar-toggle {
        display: block
    }

    .navbar-md .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333
    }

    .navbar-md .dropdown-menu li.header {
        padding-left: 20px
    }

    .navbar-md .dropdown-menu li a {
        color: #333;
        padding-left: 20px
    }

    .navbar-md .dropdown-menu li a:hover {
        background: 0 0
    }
}

@media (max-width: 1199px) {
    .navbar-lg .navbar-header,.navbar-lg .navbar-nav,.navbar-lg .navbar-nav li {
        float:none
    }

    .navbar-lg .navbar-header:after,.navbar-lg .navbar-header:before {
        content: " ";
        display: table
    }

    .navbar-lg .navbar-header:after {
        clear: both
    }

    .navbar-lg .navbar-header .navbar-toggle {
        display: block
    }

    .navbar-lg .dropdown-menu {
        position: relative;
        box-shadow: none;
        border: none;
        background: #F2F2F2;
        color: #333
    }

    .navbar-lg .dropdown-menu li.header {
        padding-left: 20px
    }

    .navbar-lg .dropdown-menu li a {
        color: #333;
        padding-left: 20px
    }

    .navbar-lg .dropdown-menu li a:hover {
        background: 0 0
    }
}

.breadcrumb {
    padding: 0;
    margin: .6em 0
}

.breadcrumb:after,.breadcrumb:before {
    display: table
}

.breadcrumb li,.breadcrumb>a {
    float: left;
    margin-right: 1.6em;
    position: relative
}

.breadcrumb li:after,.breadcrumb>a:after {
    content: '/';
    position: absolute;
    right: -1.2em;
    font-size: .5em;
    color: #999
}

.breadcrumb li:last-child,.breadcrumb>a:last-child {
    overflow: hidden
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/*======================================================================================*/
.container {
    width: 1170px !important;
}

body {
    background: #fae8dd;
    background-attachment: fixed;
}

a {
    color: #333;
}

a:hover {
    color: #d90009;
}

@media (max-width: 1199px) {
    html .hidden-1200 {
        display: none !important;
    }
}

/*百度分享*/
.share-box {
    text-align: center;
    position: fixed;
    right: 80px;
    top: 150px;
    background: #FFF;
    padding: 15px 5px 0 5px;
    border-radius: 5px;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.share-box a {
    float: left;
    width: 50px;
    height: 50px !important;
    line-height: 50px !important;
    opacity: 0.7;
    padding: 0;
    margin: 0 !important;
    display: block;
    padding-left: 0 !important;
}

.share-custom {
    width: 50px;
    overflow: hidden;
}

.share-custom a {
    background-image: url("http://tv.81.cn/mcwt/37301.files/icon.png") !important;
    background-repeat: no-repeat;
    transition: all 0.4s;
    opacity: 0.6;
}

.share-custom a:hover {
    opacity: 1;
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.icon {
    background: url("http://tv.81.cn/mcwt/37301.files/icon.png");
    height: 36px;
    width: 36px;
    position: relative;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.icon-weibo {
    background-position: 7px 0;
}

.icon-people {
    background-position: 7px -160px;
}

.icon-weixin {
    background-position: 7px -240px;
}

.icon-qq {
    background-position: 7px -320px;
}

.icon-qzone {
    background-position: 7px -400px;
}

.icon-renren {
    background-position: 7px -480px;
}

.icon-down {
    background-position: 0 -560px;
}

.icon-mobile {
    background-position: 0 -640px;
}

/*百度分享*/
/*页头*/
.top-bar {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.top-bar .header {
    float: left;
    padding: 13px 0;
}

.top-bar .header .brand {
    display: block;
    width: 85px;
    max-width: none;
}

.top-bar .btn-touch-search {
    float: right;
    margin: 10px 0;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    background-color: #4a9b86;
    color: #FFF;
}

.top-bar .navbar {
    background-color: #FFF;
    line-height: 50px;
    font-size: 16px;
    float: left;
    margin-left: 2em;
}

.top-bar .navbar li {
    float: left;
}

.top-bar .navbar a {
    font-size: 14px;
}

.top-bar .navbar li a:hover {
    color: #333;
}

.top-bar .searchbox {
    border-radius: 3px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 36px;
    overflow: hidden;
    float: right;
    margin: 8px 0;
    padding: 3px;
}

.top-bar .searchbox:hover, .top-bar .searchbox:active {
    box-shadow: 0 0 0 3px #fff8e0;
}

.top-bar .searchbox:hover button, .top-bar .searchbox:active button {
    background-color: #089762;
    color: #FFF;
}

.top-bar .searchbox input[type='text'] {
    height: 28px;
    padding: 0.5em;
    border: none;
}

.top-bar .searchbox input[type='text']:focus, .top-bar .searchbox input[type='text']:hover {
    outline: 0;
    box-shadow: none;
}

.top-bar .searchbox button {
    border: none;
    height: 28px;
    line-height: 28px;
    padding: 0 .8em;
    border-radius: 3px;
    background: #b9cba1;
    color: #fff;
}

.top-bar .searchbox button:hover {
    background-color: #08935a;
    color: #FFF;
}

/*页脚*/
.footer {
    font-size: 12px;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
    background-color: #fafafa;
    width: 100%;
    color: #888;
}

.footer .link {
    margin-bottom: 0.5em;
}

.footer .link a {
    color: #010101;
    font-size: 14px;
}

.footer .link a:hover {
    color: #000;
}

.footer .link em {
    color: #ccc;
    margin: 0 8px;
}

.footer .info {
    font-size: 12px;
    line-height: 2.5em;
    padding-top: 12px;
}

.footer .info em {
    margin: 0 0.5em;
}

.footer .copyright p {
    margin: 0;
}

/*lantou*/
.title-column {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.title-column a img {
    display: inline-block;
}

.title-column-spc {
    text-align: center;
    margin-bottom: 30px;
}

.title-column-spc a {
    display: block;
    font-size: 36px;
    color: #cd3729;
    font-weight: bold;
}

.title-column-single {
    margin-bottom: 0;
}

.title-column-mrjj {
    position: relative;
}

.title-column-mrjj .title-column-mrjj1 {
    content: "";
    position: absolute;
    right: 210px;
    top: 52px;
    width: 110px;
    height: 30px;
}

.title-column-mrjj .title-column-mrjj2 {
    content: "";
    position: absolute;
    right: 90px;
    top: 52px;
    width: 110px;
    height: 30px;
}

/*lantou end*/
/*右侧导航*/
.J_barfixed {
    position: fixed;
    display: none;
    top: 4%;
    z-index: 999;
    background: url(nav-bg.png) no-repeat top right;
    padding: 140px 0 10px 0;
    right: 2%;
    width: 213px;
}

@media (max-width: 1920px) {
    .J_barfixed {
        right: 4%;
    }
}

@media (max-width: 1400px) {
    .J_barfixed {
        right: 0;
    }
}

.J_barfixed a {
    color: #d03d1b;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: .3s;
    padding: 0 3px;
    font-family: cursive;
    font-weight: bold;
    text-align: center;
    padding-bottom: 14px;
}

.J_barfixed a:hover {
    color: #fff;
}

.J_floor {
    position: relative;
}

.J_barfixed .on {
    color: #fff;
}

.J_barfixed .gotop {
    border-bottom: none;
}

/*右侧导航end*/
/*banner*/
.banner-pt {
    padding-top: 894px;
}

.main {
    background: #ffeee5 url(banner.png) top center no-repeat;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
}

.banner-box {
    width: 1200px;
    height: 360px;
    position: absolute;
    top: 230px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.banner-box img {
    position: absolute;
}

.t1 {
    width: 834px;
    height: 288px;
    top: 16px;
    left: 22px;
    animation: fadeInDown .8s .2s backwards;
    -webkit-animation: fadeInDown .8s .2s backwards;
}

.t2 {
    width: 911px;
    height: 322px;
    bottom: -136px;
    right: 54px;
    animation: fadeInUp .8s .2s backwards;
    -webkit-animation: fadeInUp .8s .2s backwards;
}

.t3 {
    width: 830px;
    height: 44px;
    top: -100px;
    left: 96px;
    animation: fadeInDown .8s .2s backwards;
    -webkit-animation: fadeInDown .8s .2s backwards;
}

.t4 {
    width: 572px;
    height: 67px;
    bottom: -138px;
    left: 210px;
    animation: fadeInUp .8s .2s backwards;
    -webkit-animation: fadeInUp .8s .2s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3) translateX(-500px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

/*bannerend*/
/*头条*/
.topline {
    background: url(bg-tt.png) no-repeat top center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
}

.topline .articles {
    text-align: center;
    padding: 0 25px 0 300px;
}

.topline .articles h2 {
    font-size: 24px;
    line-height: 1.2em;
}

.topline .articles h2 a {
    /*color: #fcf8e3; *text-shadow: 2px 2px #990000;*/
}

.description {
    color: #fff;
}

@media (max-width: 1199px) {
    .topline .articles h2 {
        font-size: 26px;
    }

    .topline {
        background-position: left top;
    }
}

@media (max-width: 959px) {
    .topline .articles h2 {
        font-size: 20px;
    }
}

.bg-sjjj {
    background: url(bg-hjhsy.png) bottom center no-repeat;
    margin-top: 20px;
    padding-bottom: 60px;
}

/*头条end*/
/*两会时间列表*/
.lhsj-bg {
    background: url(bg-lhsj1.png) top center no-repeat;
    padding-top: 44px;
}

.ywbg {
    margin-top: -80px;
}

.row.nowrap > div {
    padding: 0;
}

.box_dec {
    border-bottom: 1px dashed #a3a29f;
    padding-top: 20px;
}

.news-list {
    padding: 20px 20px 1px;
}

.news-list .box_dec h3 {
    font-size: 18px;
    font-weight: bolder;
}

.news-list .box_dec p {
    font-size: 14px;
    height: 3.6em;
    overflow: hidden;
    text-indent: 2em;
    color: #eee;
}

.news-list .box_dec a {
    height: 1.6em;
    overflow: hidden;
    display: block;
    color: #fae4bb;
}

.boxlist li {
    margin-top: 8px;
    height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.boxlist li a {
    font-size: 16px;
    color: #fae4bb;
}

@media (max-width: 1199px) {
    .news-list h3 {
        font-size: 16px;
        margin: 1em 0;
        height: 3.2em;
        overflow: hidden;
    }

    .news-list p {
        display: none;
    }
}

@media (max-width: 959px) {
    .news-list {
        margin-top: 0;
    }

    .box_dec {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 0px 10px;
    }
}

.more a {
    color: #fff;
    float: right;
}

/*end*/
/*两会时间 焦点图*/
/*焦点图*/
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    float: left;
    zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #ffe8da;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

#jdt .item a {
    display: block;
    position: relative;
}

#jdt .item .fou-img {
    width: 70%;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#jdt .item .fou-img .img {
    padding: 15px 15px 0 10px;
}

#jdt .item a h3 {
    width: 30%;
    float: left;
    margin: 0;
    color: #333;
}

#jdt .item a h3 span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 20px 0 0 0;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
}

@media (max-width: 1199px) {
    #jdt .item a h3 span {
        height: auto;
    }
}

@media (max-width: 1199px) {
    #jdt .item a h3 span {
        padding: 10px;
    }
}

#jdt .item a h3 p {
    font-size: 14px;
    padding-left: 15px;
    text-indent: 2em;
    line-height: 1.6em;
    height: 8em;
    overflow: hidden;
}

#jdt .owl-dots {
    display: none;
}

#jdt .owl-prev {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 19%;
    background: url(prev.png) no-repeat;
    height: 35px;
    width: 35px;
    margin: 0;
    padding: 0;
}

#jdt .owl-next {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 25%;
    background: url(next.png) no-repeat;
    height: 35px;
    width: 35px;
    margin: 0;
    padding: 0;
}

#jdt {
    overflow: hidden;
}

@media (max-width: 1199px) {
    #jdt .item a h3 {
        font-size: 16px;
    }

    #jdt .item a h3 {
        position: initial;
        color: #333;
    }
}

.topnews {
    background: #FBDDA1;
    border-radius: 20px;
}

.topnews .headline {
    border-bottom: 1px dashed #854329;
}

.topnews h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

.topnews h3 a {
    color: #990000;
    display: block;
    padding: 0 30px;
}

.topnews p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.topnews h3 img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.newslist {
    padding: 0 30px 30px;
}

.newslist li {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 8px;
}

.banner-zt {
    position: relative;
    margin-bottom: -9%;
}

@media (max-width: 2559px) {
    .banner-zt {
        position: relative;
        margin-bottom: -12%;
    }
}

@media (max-width: 1199px) {
    .banner-zt {
        margin-bottom: 0;
    }
}

.banner-zt .banner-bg {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.banner-zt .banner-text {
    position: absolute;
    left: 50%;
    top: 22%;
    margin-left: -575px;
    opacity: 0;
    animation: fadeIn 3000ms 100ms forwards;
}

@media (max-width: 1510px) {
    .banner-zt .banner-text {
        width: 60%;
        margin-left: -355px;
    }
}

.banner-zt .banner-gz {
    position: absolute;
    top: 34%;
    right: 7%;
    opacity: 0;
    animation: zoomIn 2s ease-in-out 1000ms forwards;
}

@media (max-width: 1919px) and (min-width: 1620px) {
    .banner-zt .banner-gz {
        right: 4%;
    }
}

@media (max-width: 2561px) and (min-width: 2080px) {
    .banner-zt .banner-gz {
        right: 12%;
    }
}

.banner-zt .banner-img {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

@media (max-width: 1199px) {
    .banner-zt .banner-img {
        display: block;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3) translateY(300px) translateX(300px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.img-list {
    list-style: circle;
    padding: 24px;
    position: relative;
    margin: 0;
    right: 15px;
    margin-right: -15px;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.img-list li {
    font-size: 18px;
    line-height: 2em;
    color: #000;
}

.img-list li a {
    color: #000;
}

.img-list .two a {
    bottom: -15px;
    right: -25px;
}

@media (max-width: 757px) {
    .topnews h3 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        height: 2.8em;
    }

    .topnews p {
        height: 6.6em;
    }
}

/*end*/
/*两会日历*/
.lhrl {
    background: url(lhrl-bg.png) top center no-repeat;
    min-height: 535px;
}

.lhrl .lhrl-left {
    float: left;
    width: 16%;
}

@media (max-width: 1199px) {
    .lhrl .lhrl-left {
        padding-left: 15px;
    }
}

.lhrl .lhrl-left .lhrl-num {
    text-align: center;
}

@media (max-width: 1199px) {
    .lhrl .lhrl-left .lhrl-num {
        padding-right: 25px;
    }
}

.lhrl .lhrl-left .lhrl-num p {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 0;
}

.lhrl .lhrl-left .lhrl-num h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1em;
}

.lhrl .lhrl-left .lhrl-num span {
    color: #fff;
    font-size: 18px;
}

.lhrl .lhrl-left ul {
    margin-top: 32px;
    margin-left: 14px;
}

@media (max-width: 1199px) {
    .lhrl .lhrl-left ul {
        margin-left: 0;
        margin-right: -10px;
    }
}

.lhrl .lhrl-left ul li {
    float: left;
    width: 30%;
    text-align: center;
    color: #a79374;
    font-size: 18px;
    margin-bottom: 40px;
    cursor: pointer;
}

.lhrl .lhrl-left ul li:hover {
    cursor: pointer;
}

.lhrl .lhrl-left ul .kai:hover span {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: #dd2727;
    width: 32px;
    height: 32px;
    position: relative;
}

.lhrl .lhrl-left ul li.active span {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: #dd2727;
    width: 32px;
    height: 32px;
    position: relative;
}

.lhrl .lhrl-right {
    float: left;
    width: 84%;
    padding: 60px 60px 0 60px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .lhrl .lhrl-right {
        width: 80%;
        padding: 45px 20px 0 20px;
    }
}

.lhrl .lhrl-right .lhrl-top {
    background: #edd793;
}

.lhrl .lhrl-right .lhrl-top .lhrl-top-l {
    float: left;
    width: 45%;
    font-size: 18px;
    font-weight: bold;
}

.lhrl .lhrl-right .lhrl-top .lhrl-top-l img {
    display: block;
    width: 100%;
}

.lhrl .lhrl-right .lhrl-top .lhrl-top-r {
    float: left;
    width: 55%;
    box-sizing: border-box;
    padding: 20px 15px 0 15px;
}

.lhrl .lhrl-right .lhrl-top .lhrl-top-r a {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.lhrl .lhrl-right .lhrl-top .lhrl-top-r p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

@media (max-width: 1199px) {
    .lhrl .lhrl-right .lhrl-top .lhrl-top-r p {
        display: none;
    }
}

.lhrl .lhrl-right .lhrl-bottom {
    margin-top: 50px;
}

/*两会日历end*/
/*两会时刻*/
.lhsk-bg {
    background: #ffeac8;
    padding: 10px;
}

.lhsk {
    position: relative;
}

.lhsk .lhsk-tit {
    display: block;
    background: linear-gradient(to right, #f73232, #eb7a7a, #f71919);
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 6px;
}

@media (max-width: 1199px) {
    .lhsk .lhsk-tit {
        font-size: 16px;
    }
}

.lhsk-list {
    margin-top: 20px;
}

.lhsk-list a {
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
    height: 3.2em;
}

.lhsk-list p {
    color: #888;
}

.lhsk-img img {
    display: block;
    width: 100%;
}

/*end*/
/*军报特刊*/
.jbtk {
    background: url(bg-jbtk.png) bottom center no-repeat;
    padding-bottom: 200px;
    margin-bottom: -86px;
    position: relative;
}

.jbtk .row {
    padding-top: 100px;
}

.jbtk a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.jbtk a:hover {
    text-shadow: 1px 1px 0 #999;
}

.jbtk a img {
    display: block;
    width: 100%;
}

.jbtk .title-column img {
    display: inline;
    width: auto;
}

.jbtk-tit {
    text-align: center;
    margin-top: 10px;
}

/*军报特刊end*/
/*全息军报*/
.qxjb {
    background: url(bg-qxjb.png) bottom center no-repeat;
    padding: 50px;
}

.vr {
    width: 100%;
}

.vr iframe {
    width: 100%;
    height: 600px;
}

.vr a {
    display: block;
}

.vr a img {
    display: block;
    width: 100%
}

/*end*/
/*共话强军*/
.jmsj {
    background: url(bg-jmsj.png) top center no-repeat;
}

.jmsj-left .jmsj-img-list {
    position: relative;
    margin-bottom: 40px;
}

.jmsj-left .jmsj-img-list-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    background: url(bg-ty.png) no-repeat center;
    padding: 18px;
}

@media (max-width: 1199px) {
    .jmsj-left .jmsj-img-list-left {
        background: none;
        top: 10px;
    }
}

.jmsj-left .jmsj-img-list-left img {
    padding-top: 8px;
    border-radius: 50%;
}

.jmsj-left .jmsj-img-list-right {
    float: right;
    margin-top: 30px;
    margin-left: 90px;
    padding: 15px 15px 15px 130px;
    padding-bottom: 0;
    box-sizing: border-box;
    background: #f9b772;
}

@media (max-width: 1199px) {
    .jmsj-left .jmsj-img-list-right {
        padding-left: 60px;
    }
}

.jmsj-left .jmsj-img-list-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
}

.jmsj-left p {
    color: #888;
    line-height: 1.6em;
    height: 4.8em;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 12px;
}

.jmsj-right .jmsj-right-top {
    position: relative;
}

.jmsj-right .jmsj-right-top .jmsj-right-top-img img {
    display: block;
    width: 100%;
}

.jmsj-right .jmsj-right-top .jmsj-right-top-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px 6px;
}

.jmsj-right ul li {
    position: relative;
    padding: 18px 0;
}

.jmsj-right ul li:hover span {
    background: red;
}

.jmsj-right ul li a {
    padding-left: 20px;
    font-size: 18px;
}

.jmsj-right ul li span {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 30px;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
}

/*end*/
/*军媒视角*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.ghqj {
    margin-bottom: 50px;
}

.ghqj .lhsk {
    margin-bottom: 30px;
}

.ghqj .lhsk:nth-child(2) {
    margin-bottom: 0;
}

.ghqj .lhsk .lhsk-tit {
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    height: 1.4em;
    overflow: hidden;
}

.ghqj-focus {
    position: relative;
}

.ghqj-focus .mySwiper2 {
    position: relative;
}

.ghqj-focus .mySwiper2 .swiper-button-next {
    position: absolute;
    right: 0;
    bottom: 44px;
    height: inherit;
    margin-top: 0;
    top: auto;
    z-index: 9;
}

.ghqj-focus .mySwiper2 .swiper-button-prev {
    position: absolute;
    right: 350px;
    bottom: 44px;
    height: inherit;
    margin-top: 0;
    top: auto;
    left: auto;
    z-index: 9;
}

.mySwiper2-img {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.mySwiper2-name {
    color: #fff;
    overflow: hidden;
    background-image: -webkit-linear-gradient(40deg, #ed8a6c 0%, #d83f39 100%);
}

.mySwiper2-name i {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    padding: 6px 15px;
    float: left;
}

.mySwiper2-title {
    position: relative;
    width: 46%;
    float: right;
    box-sizing: border-box;
    padding: 24px 23px 50px 42px;
    margin-top: 46px;
    background: url(facebox.png) top center no-repeat;
    margin-right: 30px;
}

.mySwiper2-title a {
    font-size: 18px;
    font-weight: bold;
    height: 3.2em;
    display: block;
    overflow: hidden;
}

.mySwiper2-title p {
    color: #888;
    margin-bottom: 0;
    line-height: 1.6em;
    height: 4.8em;
    overflow: hidden;
}

.mySwiper2-title .ab-tit {
    content: "";
    position: absolute;
    right: 64px;
    bottom: 14px;
    width: 90px;
    height: 26px;
}

.mySwiper {
    position: absolute;
    width: 40%;
    right: 6%;
    bottom: 0;
}

.mySwiper img {
    border: 1px solid transparent;
}

.mySwiper .swiper-slide-thumb-active img {
    border: 1px solid red;
}

/*end*/
/**/
/*end*/
/*报告解读*/
.lhxjd {
    padding-bottom: 40px;
}

.dgwy {
    position: relative;
    top: 20px;
    background: url(bg-qjzj.png) top center no-repeat;
    padding-top: 120px;
    padding-bottom: 170px;
}

.dgwy .article {
    position: relative;
}

.dgwy .article .left {
    /*padding: 0;*/
    padding-left: 0;
}

.dgwy .article .left .content {
    position: relative;
}

.dgwy .article .left .content .img {
    display: block;
    overflow: hidden;
}

.dgwy .article .left .content .img img {
    display: block;
    width: 100%;
    transition: all 0.3s linear;
    border-radius: 50%;
    margin-top: 110px;
}

.dgwy .article .left .content span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.dgwy .article .left .content span em {
    position: absolute;
    top: -200%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0\9;
    border-radius: 5px;
    background: #333 \9;
    opacity: 0.5\9;
    filter: Alpha(opacity=50);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    transition: linear all 0.3s;
}

.dgwy .article .left .content span a {
    display: block;
    position: relative;
    padding: 8px 20px;
    line-height: 1.4em;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    z-index: 2;
}

.dgwy .content-up {
    margin-bottom: 10px;
}

.dgwy .content-up p {
    padding: 0 10px;
    margin-top: 0;
    color: #999;
    height: 5em;
}

.dgwy .content-up span a {
    display: block;
    position: relative;
    padding: 10px;
    line-height: 1.4em;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    height: 50px;
}

.dgwy .content-up .img img {
    display: block;
    width: 100%;
}

.lhxjd_down {
    clear: both;
    /*padding-left: 20px;*/
}

.lhxjd_down li {
    line-height: 30px;
    padding: 10px;
    background: #e7c273;
    margin-bottom: 15px;
}

.lhxjd_down li:hover {
    background: #ffe763;
}

.lhxjd_down li a {
    font-size: 18px;
}

.lhxjd {
    position: relative;
}

.lhxjd_bg {
    width: 100%;
    height: 760px;
    background: #F4B840;
    position: absolute;
}

.black_bg {
    width: 98%;
    height: 664px;
    position: absolute;
    top: 30px;
    left: 0;
    background: #4C3728;
}

.black_bg:before {
    content: "";
    background: #F4B83F;
    height: 200px;
    width: 15px;
    position: absolute;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: 11;
    left: 33px;
    top: -40px;
}

.black_bg:after {
    content: "";
    background: url(new-angle.png) no-repeat;
    height: 101px;
    width: 57px;
    position: absolute;
    bottom: -19px;
    right: 11px;
    z-index: 5;
}

@media (max-width: 1199px) {
    .lhxjd_bg {
        height: 598px;
    }

    .black_bg {
        height: 527px;
    }

    .dgwy .content-up span a {
        font-size: 16px;
    }

    .dgwy .content-up p {
        display: none;
    }

    .lhxjd_down li a {
        font-size: 16px;
    }

    .voice .article .content h4 a {
        font-size: 14px;
    }

    .voice .article .qjkm-tit {
        font-size: 14px;
    }
}

.read-together {
    position: absolute;
    z-index: 9;
}

.read-together ul {
    border-bottom: 1px solid #dbd8d7;
    margin-bottom: 0;
}

.read-together ul li.active {
    /* background: #fa5b27; */
    /* background-image: -webkit-gradient(linear, left center, right center, from(#fd430c), to(#f39568)); */
}

.read-together ul li.active h3 {
    font-weight: bold;
}

.read-together li.active:after {
    bottom: 0px;
}

.dgwy .article .right {
    padding-right: 0;
}

.tab-item {
    display: none;
    position: relative;
    left: 70px;
}

.tabnav1 {
    position: absolute;
    top: -24px;
    left: 90px;
}

.tabnav2 {
    position: absolute;
    top: 60px;
    left: -46px;
}

.tabnav3 {
    position: absolute;
    top: 210px;
    left: -90px;
}

.tabnav4 {
    position: absolute;
    top: 340px;
    left: -48px;
}

.tabnav5 {
    position: absolute;
    top: 410px;
    left: 90px;
}

.read-together ul li {
    width: 120px;
    height: 120px;
    background: url(bg-cir.png) center center no-repeat;
    cursor: pointer;
}

.read-together ul li img {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    left: 11px;
    top: 6px;
}

.read-together ul li.active {
    background: url(bg-ty-hover.png) center center no-repeat;
}

/*end*/
/*汇聚好声音*/
.hjhsy {
    background: url(bg-hjhsy.png) top center no-repeat;
    padding-bottom: 50px;
    margin-top: 40px;
}

.hjhsy-bg {
    position: relative;
    box-sizing: border-box;
}

.hjhsy-bg::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 136px;
    left: -30px;
    top: -30px;
    background: #bf0000;
    z-index: 9;
}

.hjhsy-bg::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 9px;
    left: -30px;
    top: -30px;
    background: #bf0000;
    z-index: 9;
}

#hjhsy {
    position: relative;
}

#hjhsy::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 136px;
    right: -30px;
    bottom: -30px;
    background: #bf0000;
    z-index: 99;
}

#hjhsy::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 9px;
    right: -30px;
    bottom: -30px;
    background: #bf0000;
    z-index: 9;
}

#hjhsy .hjhsy-img img {
    display: block;
    width: 100%;
}

#hjhsy .hjhsy-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    line-height: 1.6em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 6px 20px 6px;
}

#hjhsy .owl-nav {
    display: block !important;
}

#hjhsy .owl-next, #hjhsy .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 48px;
    height: 57px;
}

#hjhsy .owl-next {
    right: 0;
    background: url(title-right.png);
}

#hjhsy .owl-prev {
    left: 0;
    background: url(title-left.png);
}

#hjhsy .owl-dots {
    position: absolute;
    right: 5%;
    bottom: 2px;
    z-index: 99;
}

#hjhsy .owl-dots .owl-dot span {
    background: #fff;
    width: 8px;
    height: 8px;
    margin: 5px;
}

#hjhsy .owl-dots .owl-dot.active span {
    width: 15px;
    border-radius: 5px;
    background: #bf0000;
}

.hjhsy .col-sm-6-12 {
    margin-left: 90px;
}

.hjhsy ul {
    margin: 0;
    padding: 0 50px 0 25px;
    background: #fff;
    overflow-y: auto;
    height: 628px;
}

.hjhsy ul li {
    padding: 24.5px 0;
}

.hjhsy ul a {
    display: block;
    width: 100%;
    height: 100%;
}

.hjhsy ul .img-box {
    width: 50%;
    float: left;
    overflow: hidden;
}

.hjhsy ul h3 {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    line-height: 36px;
    font-size: 20px;
    margin: 0;
    height: 150px;
}

.hjhsy .col-sm-7-12 {
    padding-left: 48px;
}

/*end*/
/*两会观澜*/
.top-r, .zbch-l, .dbwysy-item:first-child {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

@media (max-width: 1199px) {
    .top-r, .zbch-l, .dbwysy-item:first-child {
        margin: 0 auto;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.on .top-r, .on .zbch-l, .on .dbwysy-item, .on .news, .on .zbch-r, .on .tit1, .on .tit3, .on .tit4, .on .tit5, .on .tit6, .on .lhzb, .on .s2-focus, .on .lhst, .on .jctj {
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 1s;
}

.dbwysy {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .dbwysy {
        display: block;
    }
}

.dbwysy-item {
    width: 598px;
    height: 627px;
    background: url("bg-lhgl.png") no-repeat 0 0/100% 100%;
}

@media (max-width: 1199px) {
    .dbwysy-item {
        width: 100%;
    }
}

.dbwysy-item-spc {
    background: none;
}

.dbwysy-item h2 {
    font-size: 28px;
    font-weight: bold;
    color: #e39b3d;
    text-align: center;
}

.dbwysy-item h2 a {
    color: #e39b3d;
}

@media (max-width: 1199px) {
    .dbwysy-item h2 a {
        display: block;
        padding-top: 10px;
    }
}

.dbwysy-item ul {
    width: 520px;
    margin: auto;
}

.dbwysy-item .ul1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 358px;
    overflow: hidden;
    margin-top: 47px;
}

.dbwysy-item .ul1 li {
    width: 230px;
}

.face {
    position: relative;
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
}

.face img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.face span {
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    transition: bottom 0.5s;
}

.face span h3 {
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.face span p {
    line-height: 18px;
    padding: 0 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.dbwysy-item .ul1 li .p1 {
    line-height: 25px;
    padding-top: 15px;
    font-size: 20px;
    text-align: center;
}

.dbwysy-item .ul2 {
    margin-top: 22px;
}

.dbwysy-item .ul2 li {
    line-height: 22px;
    font-size: 18px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center;
}

.dbwysy-item .ul2 li em {
    font-style: normal;
    font-weight: bold;
}

.glzj-list {
    border-bottom: 1px solid #ffd8bd;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.glzj-list .left-pic {
    float: left;
    margin-right: 20px;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.glzj-list .left-pic img {
    display: block;
}

.glzj-list .right-title {
    overflow: hidden;
    zoom: 1; }

.right-title p {
    margin-bottom: 0;
}

.glzj-list .right-title h3 {
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    font-weight: bold;
    margin-top: -6px;
}

/*end*/
/*影像记录*/
.yxjl-bg {
    background: url(bg-yxjl.png) top center no-repeat;
    padding-bottom: 40px;
}

.owl-yxjl {
    position: relative;
    text-align: center;
}

.owl-yxjl .owl-yxjl-img {
    display: block;
}

.owl-yxjl .owl-yxjl-img img {
    display: block;
    width: 100%;
    border-radius: 40px;
}

.owl-yxjl .owl-yxjl-title {
    display: block;
    margin-top: 20px;
    line-height: 1.6em;
    font-size: 18px;
    color: #fff;
}

.owl-yxjl .owl-yxjl-title:hover {
    text-shadow: 1px 1px 0 #999;
}

.owl-yxjl .item {
    margin-top: 60px;
}

.owl-yxjl .item .owl-yxjl-img img {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.owl-yxjl .center .owl-yxjl-img img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 1199px) {
    .owl-yxjl .center .owl-yxjl-img img {
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }
}

.owl-yxjl .center .owl-yxjl-title {
    margin-top: 60px;
}

.owl-yxjl .owl-prev, .owl-yxjl .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    width: 96px;
    height: 96px;
}

@media (max-width: 1199px) {
    .owl-yxjl .owl-prev, .owl-yxjl .owl-next {
        top: 45%;
    }
}

.owl-yxjl .owl-prev {
    background: url(left.png);
    left: 17%;
}

@media (max-width: 1199px) {
    .owl-yxjl .owl-prev {
        left: 10%;
    }
}

.owl-yxjl .owl-next {
    right: 17%;
    background: url(right.png);
}

@media (max-width: 1199px) {
    .owl-yxjl .owl-next {
        right: 10%;
    }
}

/*end*/
/*全媒交互*/
.g-economyBox {
    width: 100%;
    height: 777px;
    background: url(bg5.png) center 167px no-repeat;
    position: relative;
    padding-bottom: 60px;
}

.g-economy {
    margin-left: auto;
    margin-right: auto;
}

.m-economy {
    zoom: 1; }

.m-economy:after {
    content: "";
    display: block;
    clear: both;
}

.m-economy .picScroll-left {
    overflow: hidden;
    position: relative;
    width: 628px;
    height: 623px;
    float: left;
    margin-top: -20px;
}

.m-economy .picScroll-left .hd {
    position: absolute;
    z-index: 4;
    top: 378px;
    left: 384px;
    overflow: hidden;
    width: 205px;
    height: 37px;
    background: url(hd_bg1.png) no-repeat center center;
}

.m-economy .picScroll-left .hd .prev {
    display: block;
    width: 38px;
    height: 37px;
    cursor: pointer;
    background: url(btn_prev5.png) no-repeat;
    float: left;
}

.m-economy .picScroll-left .hd .next {
    display: block;
    width: 38px;
    height: 37px;
    cursor: pointer;
    background: url(btn_next5.png) no-repeat;
    float: right;
}

.m-economy .picScroll-left .bd {
    width: 590px;
    overflow: hidden;
}

.m-economy .picScroll-left .bd ul li {
    width: 100%;
    height: 623px;
    float: left;
    overflow: hidden;
}

.m-economy .picScroll-left .bd ul li .m-pic {
    float: left;
    width: 318px;
    height: 598px;
    padding: 13px 12px 12px 14px;
    background: url(phone_bg.png) top center no-repeat;
}

.m-economy .picScroll-left .bd ul li .m-pic a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.m-economy .picScroll-left .bd ul li .m-pic img {
    vertical-align: top;
    width: 318px;
    height: 598px;
    border-radius: 30px;
}

.m-economy .picScroll-left .bd ul li .m-pic i {
    position: absolute;
    width: 148px;
    height: 20px;
    background: url(icon_phone_header.png) top center no-repeat;
    top: -1px;
    left: 85px;
}

.m-economy .picScroll-left .bd ul li b {
    width: 206px;
    float: right;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-top: 200px;
    padding-right: 10px;
}

.m-economy .picScroll-left .bd ul li b a {
    color: #fff;
}

.m-economy .m-right {
    float: right;
    width: 468px;
    overflow: hidden;
}

.m-economy .m-right .m-picList ul {
    zoom: 1; width: 520px;
}

.m-economy .m-right .m-picList ul:after {
    content: "";
    display: block;
    clear: both;
}

.m-economy .m-right .m-picList ul li {
    box-sizing: border-box;
    width: 132px;
    float: left;
    margin-right: 36px;
}

.m-economy .m-right .m-picList ul li img {
    width: 100%;
    height: 248px;
    border: 2px solid #fff;
    display: block;
}

#qmjh-left {
    margin-top: 0;
    position: relative;
}

#qmjh-left .owl-nav::before {
    content: "";
    position: absolute;
    top: 380px;
    right: 0;
    width: 205px;
    height: 37px;
    background: url(hd_bg1.png) center center no-repeat;
}

#qmjh-left .owl-prev, #qmjh-left .owl-next {
    position: absolute;
    top: 380px;
    width: 38px;
    height: 37px;
    z-index: 99;
}

#qmjh-left .owl-prev {
    background: url(btn_prev5.png);
    right: 170px;
}

#qmjh-left .owl-next {
    background: url(btn_next5.png);
    right: 0;
}

#qmjh-right {
    position: relative;
    padding-bottom: 40px;
}

#qmjh-right .hjhsy-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    line-height: 1.6em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 6px 10px 6px;
}

#qmjh-right .owl-prev, #qmjh-right .owl-next {
    position: absolute;
    bottom: 0;
    width: 32px;
    height: 27px;
    z-index: 99;
}

#qmjh-right .owl-prev {
    background: url(btn_prev6_on.png);
    right: 40px;
}

#qmjh-right .owl-prev:hover {
    background: url(btn_prev6.png);
}

#qmjh-right .owl-next {
    background: url(btn_next6_on.png);
    right: 0;
}

#qmjh-right .owl-next:hover {
    background: url(btn_next6.png);
}

/*end*/
.rili-content {
    display: none;
}
