@charset "UTF-8";
.visible-md,
.visible-md-up,
.visible-md-down,
.visible-lg,
.visible-lg-up,
.visible-lg-down,
.visible-xl,
.visible-xl-up,
.visible-xl-down {
    display: none;
}

@media (max-width: 1279px) {
    .visible-md {
        display: block;
    }
}

@media (min-width: 1280px) and (max-width: 1499px) {
    .visible-lg {
        display: block;
    }
}

@media (min-width: 1500px) {
    .visible-xl {
        display: block;
    }
}

@media (min-width: 1279px) {
    .visible-md-up {
        display: block;
    }
}

@media (min-width: 1499px) {
    .visible-lg-up {
        display: block;
    }
}

@media (max-width: 1280px) {
    .visible-lg-down {
        display: block;
    }
}

@media (max-width: 1500px) {
    .visible-xl-down {
        display: block;
    }
}

@media (max-width: 1279px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1499px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 1500px) {
    .hidden-xl {
        display: none;
    }
}

@media (min-width: 1279px) {
    .hidden-md-up {
        display: none;
    }
}

@media (min-width: 1499px) {
    .hidden-lg-up {
        display: none;
    }
}

@media (max-width: 1280px) {
    .hidden-lg-down {
        display: none;
    }
}

@media (max-width: 1500px) {
    .hidden-xl-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;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.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: #A0522D;
    padding: 1em;
}

.bg-danger {
    background-color: #f2dede;
    color: #B22222;
    padding: 1em;
}

.m-t {
    margin-top: 15px !important;
}

.m-t-sm {
    margin-top: 10px !important;
}

.m-t-md {
    margin-top: 20px !important;
}

.m-t-lg {
    margin-top: 35px !important;
}

.m-t-xl {
    margin-top: 60px !important;
}

.m-r {
    margin-right: 15px !important;
}

.m-r-sm {
    margin-right: 10px !important;
}

.m-r-md {
    margin-right: 20px !important;
}

.m-r-lg {
    margin-right: 35px !important;
}

.m-r-xl {
    margin-right: 60px !important;
}

.m-b {
    margin-bottom: 15px !important;
}

.m-b-sm {
    margin-bottom: 10px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-lg {
    margin-bottom: 35px !important;
}

.m-b-xl {
    margin-bottom: 60px !important;
}

.m-l {
    margin-left: 15px !important;
}

.m-l-sm {
    margin-left: 10px !important;
}

.m-l-md {
    margin-left: 20px !important;
}

.m-l-lg {
    margin-left: 35px !important;
}

.m-l-xl {
    margin-left: 60px !important;
}

.m-n {
    margin: 0 !important;
}

.p-t {
    padding-top: 15px !important;
}

.p-t-sm {
    padding-top: 10px !important;
}

.p-t-md {
    padding-top: 20px !important;
}

.p-t-lg {
    padding-top: 35px !important;
}

.p-t-xl {
    padding-top: 60px !important;
}

.p-r {
    padding-right: 15px !important;
}

.p-r-sm {
    padding-right: 10px !important;
}

.p-r-md {
    padding-right: 20px !important;
}

.p-r-lg {
    padding-right: 35px !important;
}

.p-r-xl {
    padding-right: 60px !important;
}

.p-b {
    padding-bottom: 15px !important;
}

.p-b-sm {
    padding-bottom: 10px !important;
}

.p-b-md {
    padding-bottom: 20px !important;
}

.p-b-lg {
    padding-bottom: 35px !important;
}

.p-b-xl {
    padding-bottom: 60px !important;
}

.p-l {
    padding-left: 15px !important;
}

.p-l-sm {
    padding-left: 10px !important;
}

.p-l-md {
    padding-left: 20px !important;
}

.p-l-lg {
    padding-left: 35px !important;
}

.p-l-xl {
    padding-left: 60px !important;
}

.p-n {
    padding: 0 !important;
}

.badge {
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
    background-color: #EEE;
    color: #267;
}

.badge-primary {
    background-color: #267;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-success {
    background-color: #7B0;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-info {
    background-color: #39D;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-warning {
    background-color: #F80;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-danger {
    background-color: #D33;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 80%;
    color: #FFF;
}

.badge-notification {
    border-radius: 1em !important;
}

html {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #121212;
}

html,
body {
    margin: 0;
}

img,
a {
    border: none;
}

a {
    text-decoration: none;
    color: #181818;
}

a:hover {
    color: #098;
}

::selection {
    background: #FFA;
    color: #121212;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6em;
    margin: 0.5em 0;
    font-weight: normal;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

hr {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-color: #ddd;
}

p {
    line-height: 1.8em;
    margin: 1em 0 1.5em 0;
}

sub,
sup {
    font-size: 12px;
}

small {
    font-size: 70%;
    color: #565656;
}

ul,
ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

ul li,
ol li {
    line-height: 1.8em;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

dl,
dl.dl-horizontal {
    margin: 1em 0;
    line-height: 1.8em;
}

dl dt,
dl.dl-horizontal dt {
    font-weight: bold;
}

dl dd,
dl.dl-horizontal dd {
    margin: 0;
}

dl.dl-horizontal dt {
    width: 160px;
    float: left;
}

dl.dl-horizontal dd {
    padding-left: 190px;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    box-sizing: border-box;
}

img.img-rounded {
    border-radius: 3px;
}

img.img-circle {
    border-radius: 50%;
}

img.img-thumbnail {
    border: 1px solid #ddd;
    padding: 5px;
    background: #FFF;
}

img.img-preserve {
    max-width: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (max-width: 1499px) {
    .container {
        width: 1230px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1279px) {
    .container {
        width: 1020px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

@media (max-width: 1499px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 1279px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 1500px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.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-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,
.col-md-10-12,
.col-md-11-12,
.col-md-12-12 {
    float: left;
}

@media (min-width: 1280px) {
    .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-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,
    .col-lg-10-12,
    .col-lg-11-12,
    .col-lg-12-12 {
        float: left;
    }
}

@media (min-width: 1500px) {
    .col-xl-1-12 {
        width: 8.33333%;
    }
    .col-xl-2-12 {
        width: 16.66667%;
    }
    .col-xl-3-12 {
        width: 25%;
    }
    .col-xl-4-12 {
        width: 33.33333%;
    }
    .col-xl-5-12 {
        width: 41.66667%;
    }
    .col-xl-6-12 {
        width: 50%;
    }
    .col-xl-7-12 {
        width: 58.33333%;
    }
    .col-xl-8-12 {
        width: 66.66667%;
    }
    .col-xl-9-12 {
        width: 75%;
    }
    .col-xl-10-12 {
        width: 83.33333%;
    }
    .col-xl-11-12 {
        width: 91.66667%;
    }
    .col-xl-12-12 {
        width: 100%;
    }
    .col-xl-1-12,
    .col-xl-2-12,
    .col-xl-3-12,
    .col-xl-4-12,
    .col-xl-5-12,
    .col-xl-6-12,
    .col-xl-7-12,
    .col-xl-8-12,
    .col-xl-9-12,
    .col-xl-10-12,
    .col-xl-11-12,
    .col-xl-12-12 {
        float: left;
    }
}

.col-xl-12-12,
.col-xl-11-12,
.col-xl-10-12,
.col-xl-9-12,
.col-xl-8-12,
.col-xl-7-12,
.col-xl-6-12,
.col-xl-5-12,
.col-xl-4-12,
.col-xl-3-12,
.col-xl-2-12,
.col-lg-12-12,
.col-lg-11-12,
.col-lg-10-12,
.col-lg-9-12,
.col-lg-8-12,
.col-lg-7-12,
.col-lg-6-12,
.col-lg-5-12,
.col-lg-4-12,
.col-lg-3-12,
.col-lg-2-12,
.col-md-12-12,
.col-md-11-12,
.col-md-10-12,
.col-md-9-12,
.col-md-8-12,
.col-md-7-12,
.col-md-6-12,
.col-md-5-12,
.col-md-4-12,
.col-md-3-12,
.col-md-2-12 {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1499px) {
    .col-xl-12-12,
    .col-xl-11-12,
    .col-xl-10-12,
    .col-xl-9-12,
    .col-xl-8-12,
    .col-xl-7-12,
    .col-xl-6-12,
    .col-xl-5-12,
    .col-xl-4-12,
    .col-xl-3-12,
    .col-xl-2-12,
    .col-lg-12-12,
    .col-lg-11-12,
    .col-lg-10-12,
    .col-lg-9-12,
    .col-lg-8-12,
    .col-lg-7-12,
    .col-lg-6-12,
    .col-lg-5-12,
    .col-lg-4-12,
    .col-lg-3-12,
    .col-lg-2-12,
    .col-md-12-12,
    .col-md-11-12,
    .col-md-10-12,
    .col-md-9-12,
    .col-md-8-12,
    .col-md-7-12,
    .col-md-6-12,
    .col-md-5-12,
    .col-md-4-12,
    .col-md-3-12,
    .col-md-2-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1279px) {
    .col-xl-12-12,
    .col-xl-11-12,
    .col-xl-10-12,
    .col-xl-9-12,
    .col-xl-8-12,
    .col-xl-7-12,
    .col-xl-6-12,
    .col-xl-5-12,
    .col-xl-4-12,
    .col-xl-3-12,
    .col-xl-2-12,
    .col-lg-12-12,
    .col-lg-11-12,
    .col-lg-10-12,
    .col-lg-9-12,
    .col-lg-8-12,
    .col-lg-7-12,
    .col-lg-6-12,
    .col-lg-5-12,
    .col-lg-4-12,
    .col-lg-3-12,
    .col-lg-2-12,
    .col-md-12-12,
    .col-md-11-12,
    .col-md-10-12,
    .col-md-9-12,
    .col-md-8-12,
    .col-md-7-12,
    .col-md-6-12,
    .col-md-5-12,
    .col-md-4-12,
    .col-md-3-12,
    .col-md-2-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1500px) {
    .col-xl-12-12,
    .col-xl-11-12,
    .col-xl-10-12,
    .col-xl-9-12,
    .col-xl-8-12,
    .col-xl-7-12,
    .col-xl-6-12,
    .col-xl-5-12,
    .col-xl-4-12,
    .col-xl-3-12,
    .col-xl-2-12,
    .col-lg-12-12,
    .col-lg-11-12,
    .col-lg-10-12,
    .col-lg-9-12,
    .col-lg-8-12,
    .col-lg-7-12,
    .col-lg-6-12,
    .col-lg-5-12,
    .col-lg-4-12,
    .col-lg-3-12,
    .col-lg-2-12,
    .col-md-12-12,
    .col-md-11-12,
    .col-md-10-12,
    .col-md-9-12,
    .col-md-8-12,
    .col-md-7-12,
    .col-md-6-12,
    .col-md-5-12,
    .col-md-4-12,
    .col-md-3-12,
    .col-md-2-12 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.row.collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.collapse>div {
    padding-left: 0;
    padding-right: 0;
}

.row.gutter-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.row.gutter-sm>div {
    padding-left: 10px;
    padding-right: 10px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    padding: 1em;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px;
}

table>tfoot {
    font-style: italic;
    color: #888;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-unstyled {
    border: none;
}

.table-unstyled>thead>tr>th,
.table-unstyled>thead>tr>td,
.table-unstyled>tbody>tr>th,
.table-unstyled>tbody>tr>td,
.table-unstyled>tfoot>tr>th,
.table-unstyled>tfoot>tr>td {
    border: none;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 0.5em;
}

.table-striped tbody>tr:nth-of-type(odd) {
    background: #fafafa;
}

.table-hover tbody>tr:hover {
    background: #F2F2F2;
}

.btn {
    box-sizing: border-box;
    padding: .5em 1em;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    word-spacing: normal;
    white-space: nowrap;
    font-size: 16px;
    border-radius: 2px;
}

.btn {
    background: #F2F2F2;
    border: 1px solid #e1e1e1;
    color: #333;
}

.btn:hover {
    color: #333;
}

.btn:hover,
.btn.active {
    background: white;
    border: 1px solid #e9e9e9;
}

.btn-primary {
    background: #267;
    border: 1px solid #115566;
    color: #FFF;
}

.btn-primary:hover {
    color: #FFF;
}

.btn-primary:hover,
.btn-primary.active {
    background: #337788;
    border: 1px solid #195d6e;
}

.btn-success {
    background: #7B0;
    border: 1px solid #66aa00;
    color: #FFF;
}

.btn-success:hover {
    color: #FFF;
}

.btn-success:hover,
.btn-success.active {
    background: #88cc11;
    border: 1px solid #6eb200;
}

.btn-info {
    background: #39D;
    border: 1px solid #2288cc;
    color: #FFF;
}

.btn-info:hover {
    color: #FFF;
}

.btn-info:hover,
.btn-info.active {
    background: #44aaee;
    border: 1px solid #2a90d4;
}

.btn-warning {
    background: #F80;
    border: 1px solid #ee7700;
    color: #FFF;
}

.btn-warning:hover {
    color: #FFF;
}

.btn-warning:hover,
.btn-warning.active {
    background: #ff9911;
    border: 1px solid #f67f00;
}

.btn-danger {
    background: #D33;
    border: 1px solid #cc2222;
    color: #FFF;
}

.btn-danger:hover {
    color: #FFF;
}

.btn-danger:hover,
.btn-danger.active {
    background: #ee4444;
    border: 1px solid #d42a2a;
}

.btn-xs {
    font-size: 14px;
    padding: 1px 5px;
}

.btn-sm {
    font-size: 14px;
    padding: 5px 10px;
}

.btn-md {
    font-size: 24px;
}

.btn-lg {
    font-size: 32px;
}

button[disabled],
button[disabled]:hover {
    color: #AAA;
    background-color: #EEE;
    border-color: #DDD;
    cursor: not-allowed;
}

.btn-group:before,
.btn-group:after {
    content: " ";
    display: table;
}

.btn-group:after {
    clear: both;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
    float: left;
}

.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: 0.5em 1em;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    word-spacing: normal;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    color: #666666;
}

input[type='text']:focus {
    box-shadow: 0 0 0.5em #bfbfbf;
    outline: 0;
}

.input-group {
    display: table;
    border-collapse: collapse;
}

.input-group input[type='text'],
.input-group .input-group-btn {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

.input-group input[type='text'] {
    width: 100%;
}

.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;
}

.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;
}

@font-face {
    font-family: 'icomoon';
    src: url("/res/34820.files/fonts/icomoon.eot?v3lc3l");
    src: url("/res/34820.files/fonts/icomoon.eot?v3lc3l#iefix") format("embedded-opentype"), url("/res/34820.files/fonts/icomoon.woff?v3lc3l") format("woff"), url("/res/34820.files/fonts/icomoon.svg?v3lc3l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
    content: "\e901";
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-left:before {
    content: "\e904";
}

.icon-arrow-right:before {
    content: "\e905";
}

.icon-arrow-to-top:before {
    content: "\e906";
}

.icon-window-minimize:before {
    content: "\e92a";
}

.icon-times:before {
    content: "\e908";
}

.icon-clone:before {
    content: "\e92b";
}

.icon-redo:before {
    content: "\e907";
}

.icon-spinner:before {
    content: "\e92c";
}

.icon-circle-notch:before {
    content: "\e92d";
}

.icon-spinner-third:before {
    content: "\e92e";
}

.icon-search:before {
    content: "\e903";
}

.icon-map-marker:before {
    content: "\e909";
}

.icon-info:before {
    content: "\e90a";
}

.icon-question:before {
    content: "\e90b";
}

.icon-exclamation-triangle:before {
    content: "\e92f";
}

.icon-clock:before {
    content: "\e90c";
}

.icon-star:before {
    content: "\e90d";
}

.icon-share:before {
    content: "\e902";
}

.icon-heart:before {
    content: "\e90e";
}

.icon-eye:before {
    content: "\e930";
}

.icon-comment:before {
    content: "\e931";
}

.icon-comments:before {
    content: "\e932";
}

.icon-check-circle:before {
    content: "\e933";
}

.icon-check:before {
    content: "\e934";
}

.icon-code:before {
    content: "\e935";
}

.icon-terminal:before {
    content: "\e936";
}

.icon-bars:before {
    content: "\e926";
}

.icon-thumbs-up:before {
    content: "\e937";
}

.icon-thumbs-down:before {
    content: "\e938";
}

.icon-quote-left:before {
    content: "\e939";
}

.icon-quote-right:before {
    content: "\e93a";
}

.icon-award:before {
    content: "\e93b";
}

.icon-comment-alt-slash:before {
    content: "\e93c";
}

.icon-tag:before {
    content: "\e90f";
}

.icon-tags:before {
    content: "\e910";
}

.icon-bookmark:before {
    content: "\e927";
}

.icon-file-alt:before {
    content: "\e93d";
}

.icon-desktop:before {
    content: "\e911";
}

.icon-mobile:before {
    content: "\e93e";
}

.icon-mobile-alt:before {
    content: "\e93f";
}

.icon-chart-line:before {
    content: "\e940";
}

.icon-chart-line-down:before {
    content: "\e941";
}

.icon-chart-bar:before {
    content: "\e942";
}

.icon-chart-area:before {
    content: "\e943";
}

.icon-sitemap:before {
    content: "\e944";
}

.icon-image:before {
    content: "\e945";
}

.icon-images:before {
    content: "\e946";
}

.icon-address-card:before {
    content: "\e947";
}

.icon-barcode-read:before {
    content: "\e948";
}

.icon-qrcode:before {
    content: "\e912";
}

.icon-ellipsis-v:before {
    content: "\e949";
}

.icon-ellipsis-h:before {
    content: "\e94a";
}

.icon-play:before {
    content: "\e913";
}

.icon-pause:before {
    content: "\e914";
}

.icon-step-backward:before {
    content: "\e915";
}

.icon-step-forward:before {
    content: "\e916";
}

.icon-repeat:before {
    content: "\e917";
}

.icon-random:before {
    content: "\e918";
}

.icon-compress-wide:before {
    content: "\e919";
}

.icon-expand:before {
    content: "\e91a";
}

.icon-volume:before {
    content: "\e91b";
}

.icon-volume-mute:before {
    content: "\e91c";
}

.icon-microphone-slash:before {
    content: "\e91d";
}

.icon-microphone:before {
    content: "\e91e";
}

.icon-headphones:before {
    content: "\e91f";
}

.icon-volume-up:before {
    content: "\e920";
}

.icon-volume-slash:before {
    content: "\e921";
}

.icon-backward:before {
    content: "\e922";
}

.icon-forward:before {
    content: "\e923";
}

.icon-fast-backward:before {
    content: "\e925";
}

.icon-fast-forward:before {
    content: "\e924";
}

.icon-brand-chinamil-alt:before {
    content: "\e928";
}

.icon-brand-chinamil:before {
    content: "\e929";
}

.nav-bar {
    height: 40px;
    line-height: 40px;
    color: #888;
    font-size: 14px;
    position: relative;
}

.nav-bar:after {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #EEE;
    bottom: 0;
    width: 100%;
}

.nav-bar ul.link-ext {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-bar ul.link-ext li {
    float: left;
    line-height: 40px;
    margin: 0 10px;
}

.nav-bar ul.link-ext li:last-child {
    margin-right: 0;
}

@media (max-width: 1279px) {
    .nav-bar {
        font-size: 12px;
    }
}

.header {}

.header .env-link {
    display: none
}

.header .hd-main {
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .logo {
    height: 50px;
    margin: 10px 0;
    float: left;
}

.header .logo img {
    height: 50px;
    width: auto;
    max-width: none;
    display: block;
}

.header .search-block {
    float: left;
    position: relative;
    height: 36px;
    width: 522px;
    margin: 20px 0 0 0;
    font-size: 14px;
}

.header .search-block .search-txt {
    border: 1px solid #AAA;
    padding: 10px 0 10px 80px;
    height: 36px;
    font-size: 14px;
    outline: 0;
    width: 100%;
}

.header .search-block .search-txt:focus {
    box-shadow: none;
}

.header .search-block .search-type {
    position: absolute;
    width: 60px;
    height: 36px;
    line-height: 36px;
    color: #AAA;
    top: 0;
    left: 0;
    padding-left: 20px;
    cursor: pointer;
    z-index: 10;
}

.header .search-block .search-type-list {
    margin: 0;
    padding: 0 20px 10px 20px;
    list-style: none;
    position: absolute;
    top: 35px;
    left: 0;
    text-align: center;
    border: 1px solid #AAA;
    border-top: 0;
    background: #fff;
    display: none;
}

.header .search-block .search-type-list li {
    cursor: pointer
}

.header .search-block .search-btn {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    font-size: 16px;
    width: 80px;
    box-sizing: content-box;
    height: 26px;
    padding: 0 1em;
    border: 0;
    color: #666;
    outline: 0;
    text-align: center;
    border-left: 1px solid #aaa;
    cursor: pointer;
}

.header .search-block .search-btn i {
    margin-right: 0.5em;
}

.header .search-block .search-btn:hover {
    color: #0A8;
    transition: all 0.3s;
}

.header .search-block:active .search-txt,
.header .search-block:hover .search-txt {
    box-shadow: 0 0 0 4px #EEE;
    transition: all 0.2s;
}

.header .bxwx {
    float: right;
    width: 480px;
    font-size: 14px;
}

.header .sitelink {
    width: 88px;
    height: 30px;
    border: 1px solid #eee;
    display: block;
    z-index: 10;
    float: left;
    position: relative;
    margin-left: 5px;
}

.header .sitelink a {
    width: 68px;
    height: 30px;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-decoration: none;
}

.header .sitelink a.jfjb {
    background: url("sprite.png") 0 0 no-repeat;
    text-indent: 120px;
}

.header .sitelink a.jfjhb {
    background: url("sprite.png") 0 -30px no-repeat;
    text-indent: 120px;
}

.header .sitelink a.zggfb {
    background: url("sprite.png") 0 -60px no-repeat;
    text-indent: 120px;
}

.header .sitelink a.jsjz {
    background: url("sprite.png") 0 -90px no-repeat;
    text-indent: 120px;
}

.header .sitelink a.jfjcbs {
    background: url(sprite.png) -8px -236px no-repeat;
    text-indent: 120px;
}
.header .sitelink a.jfjcbs:hover {
    background-position-x: -108px;
}
.header .sitelink a.dropdown {
    background: url("sprite.png") 0 -120px no-repeat;
    text-align: left;
}

.header .sitelink a:hover {
    background-position-x: -90px;
}

.header .sitelink a.jbkhd {
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.header .sitelink ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #ddd;
    left: -1px;
    display: none;
    z-index: 80;
    border-top: 1px solid #aaa;
}

.header .sitelink ul li {
    line-height: 28px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.header .sitelink ul li:hover {
    background: #f8f8f8;
}

.header .sitelink-center {
    margin-top: 5px;
    text-align: center;
    z-index: 5;
}

.header .sitelink.on ul,
.header .sitelink:hover ul {
    display: block;
}

@media (max-width: 1499px) {
    .header .search-block {
        width: 340px;
    }
}

@media (max-width: 1279px) {
    .header .search-block {
        display:none;
    }
}

.nav-main {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

.nav-main .nav-inner {
	margin-left: -20px;
    margin-right: -20px;
}

.nav-main ul.nav-group {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.nav-main .group1 {
    width: 13%;
}

.nav-main .group2 {
    width: 41.6%;
}

.nav-main .group3 {
    width: 25%;
}

.nav-main .group4 {
    width: 20.4%;
}

.nav-main ul.nav-group li {
    float: left;
    text-align: center;
	word-break:keep-all;
}

.nav-main .group1 li {
    width: 33%; 
}

.nav-main .group2 li {
    width: 10%; 
}

.nav-main .group3 li {
    width: 16%; 
}

.nav-main .group4 li {
    width: 20%; 
}

@media (max-width: 1499px) {
    .nav-main {
        font-size: 14px;
    }
}

.banner-main {
    background-color: #eee;
    border-radius: 4px;
}

.banner-main img {
    display: block;
    width: 100%;
}

.banner-box {
    padding-top: 15px;
    overflow: hidden;
}

.banner-box .c-2 {
    width: 930px;
    float: left;
}

.banner-box .c-1 {
    width: 450px;
    float: right;
    overflow: hidden;
}

.banner-box .c-1 .c-1-col {
    float: left;
    width: 215px;
    margin-right: 20px
}

.banner-box .c-1 .c-1-col.last {
    margin-right: 0;
}

@media (max-width: 1499px) {
    .banner-box .c-2 {
        width: 795px;
        float: left;
    }
    .banner-box .c-1 {
        width: 385px;
        float: right;
    }
    .banner-box .c-1 .c-1-col {
        float: left;
        width: 182px;
    }
}

@media (max-width: 1279px) {
    .banner-box .c-2 {
        width: 665px;
        float: left;
    }
    .banner-box .c-1 {
        width: 320px;
        float: right;
    }
    .banner-box .c-1 .c-1-col {
        float: left;
        width: 150px;
    }
}

.topline {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #f2f6f8;
}

.topline .icon {
    float: left;
    width: 75px;
    background: url("sprite.png") 0 -150px no-repeat;
    display: none;
}

.topline .articles {
    padding-left: 90px;
    text-align: center;
    padding-left: 0;
}

.topline .articles h2 {
    font-weight: bolder;
    line-height: 2em;
    margin: 0;
    font-size: 36px;
    visibility: hidden;
}

.topline .articles h2 a {
    color: #353535;
    white-space: nowrap;
}

.topline .articles h2 a:hover {
    color: #098;
}

.topline .articles .news {
    font-size: 14px;
    line-height: 24px;
}

.topline .articles .description {
    color: #686868;
}

.xuexi {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.6em;
}

@media (max-width: 1499px) and (min-width: 1280px) {
    .xuexi {
        margin-bottom: 0.7em;
        padding-bottom: 0.9em;
    }
}

@media (max-width: 1499px) {
    .xuexi {
        padding-bottom: 0.5em
    }
}

.xuexi .banner {
    margin-bottom: 8px;
}

.xuexi .banner a,
.xuexi .banner img {
    display: block;
}

.xuexi dl {
    overflow: hidden;
    margin: 0;
    line-height: 36px;
}

.xuexi dl dt,
.xuexi dl dd {
    float: left;
}

.xuexi dl dt {
    margin-right: 0.6em;
    font-size: 14px;
}

.xuexi dl dt a {
    background-color: #098;
    color: #FFF;
    padding: 2px 6px;
}

@media (max-width: 1499px) {
    .xuexi dl {
        line-height: 30px;
    }
    .xuexi dl dt,
    .xuexi dl dd {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .xuexi dl dt,
    .xuexi dl dd {
        font-size: 12px;
    }
}

.touchslider {
    width: 100%;
    background: #F2F6F8;
}

.touchslider .touchslider-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f2f6f8;
}

.touchslider .touchslider-viewport a {
    display: block;
    overflow: hidden;
    position: relative;
}

.touchslider .touchslider-viewport a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all 0.3s;
    position: absolute;
    background: linear-gradient(transparent 50%, #000);
    z-index: 1;
}

.touchslider .touchslider-viewport img {
    width: 100%;
    display: block;
}

.touchslider .touchslider-viewport .text {
    position: absolute;
    bottom: 0;
    right: 2em;
    left: 0;
    margin: 0;
    line-height: 1.5em;
    padding: 6px;
    box-sizing: border-box;
    font-weight: bolder;
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5;
}

.touchslider .touchslider-viewport .touchslider-item {
    width: 10%;
    font-weight: 100;
    float: left;
}

.touchslider .touchslider-viewport .icon-play {
    font-size: 16px;
    position: absolute;
    left: 15px;
    bottom: 50px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 20;
}

.touchslider .touchslider-group {
    overflow: hidden;
}

.touchslider .touchslider-group .touchslider-nav-item {
    float: left;
    width: 20%;
    line-height: 2rem;
    font-size: 0.8em;
    text-align: center;
}

.touchslider .touchslider-group .touchslider-nav-item-current {
    background: #098;
    color: #FFF;
}

.channelpicslider {
    width: 80%;
    position: relative;
}

.channelpicslider .position {
    position: absolute;
    left: 15px;
    right: auto;
    top: 15px;
    bottom: auto;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    z-index: 10;
    padding: 0.2em 0.5em;
    font-family: 'Courier New', Courier, monospace;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
}

.channelpicslider .touchslider-viewport p {
    position: absolute;
    margin: 1em;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    color: #888;
    font-size: 12px;
}

.channelpicslider .touchslider-viewport .text {
    font-size: 16px;
    right: 0;
    padding: 0.5em 15px;
    white-space: normal;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
}

.channelpicslider .touchslider-viewport a:hover:after {
    opacity: 1;
}

.channelpicslider .touchslider-nav {
    position: absolute;
    width: 25%;
    top: 0;
    bottom: 0;
    right: -25%;
    overflow: hidden;
    box-sizing: border-box;
}

.channelpicslider .touchslider-nav div+div {
    margin-top: 5px;
}

.channelpicslider .touchslider-nav .touchslider-nav-item {
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s;
    background-color: #fff;
    margin-left: 6px;
    opacity: 0.5;
}

.channelpicslider .touchslider-nav .touchslider-nav-item:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    width: 5px;
    background-color: #F77;
    top: 0;
    bottom: 0px;
    right: 0;
    z-index: 5;
    opacity: 0;
}

.channelpicslider .touchslider-nav .touchslider-nav-item:hover {
    opacity: 1;
}

.channelpicslider .touchslider-nav .touchslider-nav-item img {
    display: block;
}

.channelpicslider .touchslider-nav .touchslider-nav-item-current {
    opacity: 1;
}

.channelpicslider .touchslider-nav .touchslider-nav-item-current:after {
    opacity: 1;
}

.channelpicslider:after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #098;
    background-image: linear-gradient(0, #065, #098);
    top: 0;
    bottom: 0px;
    right: -25%;
}

.channelpicslider .touchslider-btn {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 1em;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    top: 50%;
    z-index: 10;
    text-align: center;
    transform: translateY(-50%);
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}

.channelpicslider .touchslider-btn:hover {
    background: #FFF;
    cursor: pointer;
    color: #333;
}

.channelpicslider .touchslider-prev {
    left: 15px;
    right: auto;
}

.channelpicslider .touchslider-prev:hover {
    left: 0;
    padding-left: 35px;
    border-radius: 0 5px 5px 0;
}

.channelpicslider .touchslider-next {
    right: 15px;
    left: auto;
}

.channelpicslider .touchslider-next:hover {
    right: 0;
    padding-right: 35px;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 760px) {
    .channelpicslider {
        width: auto;
    }
    .channelpicslider:after,
    .channelpicslider .touchslider-viewport p,
    .channelpicslider .touchslider-nav {
        display: none;
    }
}

.cm-tab .tab-hd {
    height: 50px;
    border-top: 1px solid #ddd;
}

.cm-tab .tab-hd ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.cm-tab .tab-hd ul:before,
.cm-tab .tab-hd ul:after {
    content: " ";
    display: table;
}

.cm-tab .tab-hd ul:after {
    clear: both;
}

.cm-tab .tab-hd ul li {
    float: left;
    position: relative;
    line-height: 50px;
    font-size: 18px;
    padding: 0 0.5em;
    height: 50px;
    overflow: visible;
}

.cm-tab .tab-hd ul li a {
    color: #000;
}

.cm-tab .tab-hd ul li.active a {
    color: #098;
    font-weight: 800;
}

.cm-tab .tab-hd ul li.active:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: -1px;
    background: #098;
    width: 100%;
    height: 2px;
}

.cm-tab .tab-hd ul li.no-tab {
    padding: 0;
    font-size: 20px;
    margin-right: 2em;
    text-align: right;
}

.cm-tab .tab-hd ul li.no-tab a,
.cm-tab .tab-hd ul li.no-tab small {
    display: block;
    line-height: 1em;
}

.cm-tab .tab-hd ul li.no-tab a {
    margin-top: 10px;
    font-weight: bold;
}

.cm-tab .tab-hd ul li.no-tab small {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.cm-tab .tab-item {
    display: none;
}

.cm-tab .tab-item.active {
    display: block;
}

.news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-list li {
    font-size: 16px;
    line-height: 2.2em;
}

@media (max-width: 1499px) {
    .news-list li {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .news-list li {
        font-size: 12px;
    }
}

.aeticle-rt {
    padding-top: 0.6em;
    padding-bottom: 1.4em;
}

.aeticle-rt:before,
.aeticle-rt:after {
    content: " ";
    display: table;
}

.aeticle-rt:after {
    clear: both;
}

.aeticle-rt .cover {
    float: left;
    width: 45%;
}

.aeticle-rt .cover img {
    display: block;
    height: auto;
    border-radius: 3px;
}

.aeticle-rt .cover img:hover {
    box-shadow: 0 0 40px #00968755;
    transition: all 0.3s;
}

.aeticle-rt .text {
    padding-left: 45%;
    margin-top: -0.4em;
}

.aeticle-rt .text a {
    line-height: 1.8em;
    padding-left: 20px;
    display: block;
}

.aeticle-rt .ctl {
    margin-top: 2em;
}

.aeticle-rt .duration {
    color: #888;
    display: block;
    padding-left: 20px;
    font-size: 0.8em;
    float: left;
}

@media (max-width: 1499px) {
    .aeticle-rt {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .aeticle-rt {
        font-size: 12px;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 1em;
    }
    .aeticle-rt a {
        display: block;
    }
    .aeticle-rt .cover {
        float: none;
        width: 100%;
    }
    .aeticle-rt .cover img {
        width: 100%;
    }
    .aeticle-rt .text {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
        left: 0;
        right: 0;
        bottom: 0;
        padding: 3em 0.5em 0 0.5em;
        border-radius: 0 0 3px 3px;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#99000000');
    }
    .aeticle-rt .text a {
        padding-left: 0;
        line-height: 2.2em;
        display: block;
        color: #FFF;
        position: relative;
        z-index: 10;
    }
}

.vt-block {
    margin-top: 0.6em;
    margin-bottom: 1em;
}

.vt-block a,
.vt-block img {
    display: block;
}

.vt-block img {
   width:100%;
}

.vt-block-video {
    position: relative;
}

.vt-block-video .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.vt-block-video .text .mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 36%;
    background: linear-gradient(0deg, #000, #000);
    background: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#00000000", endColorstr="#ff000000");
    opacity: 0.7;
}

.vt-block-video .text .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    color: #FFF;
    padding: 0.5em;
}

.vt-block-video .text:hover .mask {
    opacity: 1;
    transition: all 0.3s;
}

@media (max-width: 1499px) {
    .vt-block {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .vt-block {
        font-size: 12px;
    }
}

.artcle-list-bt {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.artcle-list-bt .vt-block:hover {
    box-shadow: 0 0 50px #00998855;
    transition: all 0.3s;
}

.artcle-list-bt .vt-block:hover a.text:before {
    background-color: #098;
    border-top: 1px solid #098;
}

.artcle-list-bt .vt-block:hover a.text:after {
    color: #FFF;
}

.artcle-list-bt:before,
.artcle-list-bt:after {
    content: " ";
    display: table;
}

.artcle-list-bt:after {
    clear: both;
}

.artcle-list-bt li {
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px;
    float: left;
}

.artcle-list-bt li a,
.artcle-list-bt li img {
    display: block;
    line-height: 1.8em;
    border-radius: 3px 3px 0 0;
}

.artcle-list-bt li a.text {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #E7E7E7;
    padding: 10px;
    height: 110px;
    position: relative;
    overflow: hidden;
}

.artcle-list-bt li a.text:before,
.artcle-list-bt li a.text:after {
    transition: all 0.3s;
}

.artcle-list-bt li a.text:before {
    content: " ";
    width: 5em;
    height: 2em;
    border-top: 1px solid #DDD;
    position: absolute;
    bottom: 0;
    right: -2.5em;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.artcle-list-bt li a.text:after {
    content: "+";
    color: #098;
    position: absolute;
    right: 0.3em;
    bottom: 0;
}

.artcle-list-bt li a.text:before,
.artcle-list-bt li a.text:after {
    display: none\9;
}

@media (max-width: 1499px) {
    .artcle-list-bt {
        margin: 0 -10px;
    }
    .artcle-list-bt li {
        padding: 0 10px;
    }
    .artcle-list-bt li a.text {
        height: 92px;
    }
}

@media (max-width: 1279px) {
    .artcle-list-bt li a.text {
        height: 75px;
    }
}

.artcle-list-book {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.artcle-list-book:before,
.artcle-list-book:after {
    content: " ";
    display: table;
}

.artcle-list-book:after {
    clear: both;
}

.artcle-list-book li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    overflow: hidden;
}

.artcle-list-book li a,
.artcle-list-book li img {
    display: block;
    line-height: 1.8em;
    height: 8.75em;
}

.artcle-list-book li a.cover {
    width: 45%;
    float: left;
}

.artcle-list-book li a.text {
    padding: 5px 5px 5px 50%;
    height: 10em;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #E7E7E7;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 1.6em;
}

@media (max-width: 1499px) {
    .artcle-list-book li img {
        height: 7em;
    }
    .artcle-list-book li a.text {
        padding-left: 45%;
        font-size: 12px;
        height: 9.4em;
    }
}

@media (max-width: 1279px) {
    .artcle-list-book {
        margin: 0 -5px;
    }
    .artcle-list-book li {
        padding: 0 5px;
    }
    .artcle-list-book li a.cover,
    .artcle-list-book li img {
        width: 70px;
        height: 105px;
    }
    .artcle-list-book li a.text {
        height: 105px;
        padding: 0 0 0 75px;
        margin-bottom: 1.2em;
    }
}

.article-list-image {
    margin: 0 -12px;
    padding: 0;
    list-style: none;
}

.article-list-image li {
    box-sizing: border-box;
    padding: 0 12px;
    float: left;
    width: 16.666%;
}

.article-list-image li a,
.article-list-image li img {
    display: block;
}

.article-list-image li a:hover img {
    box-shadow: 0 0 50px #00998855;
    transition: all 0.3s;
}

.article-list-image li a.text {
    line-height: 1.6em;
    margin-top: 0.6em;
}

.publications {
    margin-top: 15px
}

.publications:before,
.publications:after {
    content: " ";
    display: table;
}

.publications:after {
    clear: both;
}

.publications .jfjb {
    float: left;
}

.publications .jfjb:before,
.publications .jfjb:after {
    content: " ";
    display: table;
}

.publications .jfjb:after {
    clear: both;
}

.publications .jfjb .news-paper {
    width: 190px;
    height: 260px;
    float: left;
    z-index: 5;
    position: relative;
    background-color: #FFF;
    border: 1px solid #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 2px #00666655;
}

@media (max-width: 1499px) {
    .publications {
        margin-top: 0.4em;
    }
    .publications .jfjb .news-paper {
        width: 160px;
        height: 220px;
    }
}

@media (max-width: 1279px) {
    .publications .jfjb .news-paper {
        height: 190px;
        width: 140px;
        overflow: hidden;
    }
}

.publications .jfjb .news-paper:hover {
    box-shadow: 0 0 40px #00968755;
    transition: all 0.3s;
}

.publications .jfjb .jfjb-nav {
    display: none;
    width: 90px;
    float: left;
    overflow: visible;
}

.publications .jfjb .jfjb-nav .inner {
    position: relative;
    width: 280px;
    margin-right: 10px;
    background-color: #f2f6f8;
    overflow: hidden;
    z-index: 2;
}

.publications .jfjb .jfjb-nav .inner:hover {
    z-index: 10;
}

.publications .jfjb .jfjb-nav .inner ul {
    width: 292px;
    height: 260px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    margin-right: 20px;
}

.publications .jfjb .jfjb-nav .inner ul li {
    font-size: 12px;
    line-height: 32px;
}

.publications .jfjb .jfjb-nav .inner ul li a {
    display: block;
    padding: 0 8px;
}

.publications .jfjb .jfjb-nav .inner ul li a:hover {
    background-color: #009688;
    color: #FFF;
}

.publications .magazine {
    width: 240px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.publications .magazine li {
    float: left;
    width: 70px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.publications .magazine li a {
    display: block;
}

.publications .magazine li a img {
    width: 100%;
    background: #DDD;
    height: 95px;
    margin-bottom: 5px;
    display: block;
    border: 1px solid #ddd;
}

.publications .magazine li a span {
    background: #F2F2F2;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

@media (max-width: 1499px) {
    .publications .magazine {
        width: 210px;
        height: 215px;
    }
    .publications .magazine li {
        width: 75px;
        margin-left: 30px;
    }
    .publications .magazine li a img {
        height: 102px;
    }
    .publications .magazine li a span {
        display: none;
    }
}

@media (max-width: 1279px) {
    .publications .magazine {
        width: 176px;
        height: 195px;
    }
    .publications .magazine li {
        width: 70px;
        height: 90px;
        margin-left: 18px;
    }
    .publications .magazine li a img {
        height: 90px;
    }
}

.video-and-weibo {
    margin-top: 20px;
}

.video-and-weibo img {
    display: block;
    height: 100%;
    width: auto
}

.video-and-weibo .video,
.video-and-weibo .weibo {
    width: 50%;
    height: 70px;
    display: block;
    float: left;
    position: relative;
}

.video-and-weibo .video:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 3px solid #FFF;
}

@media (max-width: 1499px) {
    .video-and-weibo {
        margin-top: 30px;
    }
    .video-and-weibo .video,
    .video-and-weibo .weibo {
        height: 60px;
    }
}

@media (max-width: 1279px) {
    .video-and-weibo {
        margin-top: 30px;
    }
    .video-and-weibo .video,
    .video-and-weibo .weibo {
        height: 50px;
    }
}

.weibo-iframe {
    height: 440px;
    overflow: hidden;
    margin-top: 20px;
    background: #f9f9f9;
}

.weibo-iframe iframe {
    height: 510px;
    border: none;
}

@media (max-width: 1499px) {
    .weibo-iframe {
        height: 400px;
    }
}

@media (max-width: 1279px) {
    .weibo-iframe {
        height: 360px;
    }
}

.inner-list {
    border-left: 1px solid #EEE;
    padding-left: 20px;
    margin-left: -20px;
    margin-top: -50px;
}

.inner-list h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
}

.inner-list .ht-2 {
    line-height: 2.2em;
}

@media (max-width: 1499px) {
    .inner-list .ht-2 {
        line-height: 1.8em;
    }
}

@media (max-width: 1279px) {
    .inner-list .ht-2 {
        line-height: 1.6em;
    }
}

.english-article:before,
.english-article:after {
    content: " ";
    display: table;
}

.english-article:after {
    clear: both;
}

.english-article .vt-block {}

.english-article .vt-block a {
    display: block;
}

.english-article .vt-block img {
    display: block;
}

.english-article .english-article-text {}

.english-article .english-article-text a {
    line-height: 1.6em;
    margin-top: 0.4em;
}

.english-article .english-article-text p {
    color: #686868;
    font-size: 14px;
    line-height: 1.6em;
    margin: 1em 0;
}

.english-article .english-article-text .time {
    color: #999;
    font-size: 12px;
    margin-top: 0.5em;
}

.english-hot-news {
    padding-left: 20px;
    margin-left: -20px;
    margin-top: -50px;
}

.english-hot-news h3,
.english-hot-news h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
}

.english-hot-news ul {
    color: #AAA;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: -0.6em;
}

.english-hot-news ul li {
    line-height: 1.6em;
    padding: 0.6em 0;
    border-bottom: 1px dotted #EEE;
}

.english-bilingual {
    border-left: 1px solid #EEE;
}

.english-bilingual p {
    margin: 0;
    color: #666;
}

.medias {
    margin: 15px 0;
}

.medias td {
    border: 1px solid #DDD;
    padding: 0;
}

.medias td a img {
    display: block;
    filter: grayscale(0.5);
    transition: all 0.3s;
}

.medias td a:hover img {
    filter: grayscale(0);
}

.print-media {
    margin: 15px 0;
}

.print-media td {
    border: 1px solid #DDD;
    padding: 0;
}

.print-media td img {
    display: block;
    width: 145px;
}

.rm_link {
    background-color: #F6F6F6;
    line-height: 2.2em;
    padding: 20px;
    overflow: hidden;
    font-size: 16px;
}

@media (max-width: 1279px) {
    .rm_link {
        font-size: 14px;
    }
}

.rm_link strong {
    float: left;
    color: #333;
    display: block;
    width: 90px;
    margin-top: 1em;
}

.rm_link p {
    float: left;
    line-height: 2.2em;
}

.rm_link a {
    margin-right: 1.4em;
    color: #555;
    float: left;
    line-height: 2.2em;
}

.rm_link a:hover {
    color: #098;
}

.footer {
    font-size: 12px;
    overflow: hidden;
    padding: 30px 0 50px 0;
    text-align: center;
}

.footer .recommend {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.footer .info {
    width: 1000px;
    margin: auto;
    line-height: 28px;
    font-size: 12px;
    color: #777;
    padding-top: 12px;
    text-align: center;
}

.footer .info a {
    color: #777;
}

.footer .info div {
    text-align: center;
}

.footer em {
    margin: 0 8px;
    color: #ccc;
}

.bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
    list-style: none;
}

.bxslider li {
    position: absolute;
}

.bxslider li img {
    display: block;
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper ul.bxslider {
    list-style: none;
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translateZ(0);
    border-radius: 4px;
}

.bx-wrapper {
    box-shadow: 0 0 5px #ccc;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: right;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    padding: 5px 0;
    right: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #607D8B;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    outline: 0;
    color: #FFF;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #009688;
    color: #FFF;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url("controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls {
    position: relative;
    z-index: 80;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("controls.png") -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("controls.png") -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bz {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1em;
    margin-top: 10px;
    padding: 10px 30px;
    overflow: hidden;
}

.bz ul {
    margin: 0 2em 0 0;
    padding: 0 1em 0 0;
    list-style: none;
    overflow: hidden;
    border-right: 1px dotted #ccc;
    float: left;
}

.bz ul.no-border {
    border: none;
}

.bz ul li {
    float: left;
    margin-right: 1em;
    line-height: 1.2em;
}

@media (max-width: 1499px) {
    .bz {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .bz {
        padding: 10px 20px;
        font-size: 12px;
    }
}

.media-info {
    display: none;
    width: 600px;
    background: #FFF;
    border: 5px solid #ddd;
    box-shadow: 0 0 40px 0 #666;
    position: fixed;
    z-index: 1000;
    padding: 30px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-info .viewport {
    overflow: hidden;
    width: 600px;
}

.media-info .viewport .main {
    width: 730px;
    transition: all 0.3s;
}

.media-info .viewport .main:hover {
    margin-left: -130px;
}

.media-info .viewport .main .profile_avatar {
    float: left;
    width: 110px;
}

.media-info .viewport .main .profile_avatar img {
    display: block;
    width: 100%;
}

.media-info .viewport .main .profile_info {
    width: 490px;
    padding-left: 20px;
    padding-top: 10px;
    float: left;
    box-sizing: border-box;
}

.media-info .viewport .main .profile_info .profile_nickname {
    font-size: 18px;
    line-height: 0;
}

.media-info .viewport .main .profile_info .profile_account {
    margin: 0.5em 0;
    color: #888;
    font-size: 12px;
}

.media-info .viewport .main .profile_info .profile_desc {
    line-height: 1.66em;
    font-size: 16px;
}

.media-info .viewport .main .qrcode {
    float: left;
    margin-left: 20px;
    width: 110px;
    height: 110px;
    background: #666;
}

@media (max-width: 1279px) {
    .media-info .viewport .main .profile_info .profile_desc {
        font-size: 14px;
    }
}

.news-list.news-flow {
    margin-top: -.6em;
    margin-bottom: 1.2em;
}

.news-list.news-flow.news-group li:first-child {
    font-weight: bolder;
    font-size: 18px
}

.news-flow li div.link-item {
    line-height: 1.5em;
    padding-top: 6px;
    padding-bottom: 5px;
}

.news-list.news-flow.last {
    padding-bottom: 0
}

@media (max-width: 1499px) {
    .news-flow li div.link-item {
        padding-top: 5px;
        padding-bottom: 4.4px;
    }
}

@media (max-width: 1279px) {
    .news-flow {
        margin-right: -6px;
    }
    .news-flow li div.link-item {
        padding-top: 4.4px;
        padding-bottom: 5px;
    }
    .news-list.news-flow.news-group li:first-child {
        font-weight: bolder;
        font-size: 16px
    }
}

.grayscale {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.env-lh {
    background-image: url(env-header.jpg?v=lh);
    background-position: top center;
    background-repeat: no-repeat;
}

.env-lh .header .env-link {
    display: block
}

.env-lh .header .env-link a {
    display: block;
    height: 130px;
}

.env-lh .nav-bar,
.env-lh .container {
    background-color: #FFF;
}

