/* -- 重定义 -- */

body {
    font-family: "microsoft yahei";
    background-color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}


@media screen and (min-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 991px) {
    main {
        /*padding-top: 80px;*/
    }
}

@media screen and (max-width: 750px) {
    main {
        padding-top: 65px;
    }

    .nav.nav-drawer {
        display: none;
    }

}

img.download {
    width: 250px;
}

table {
    width: 100%;
}

table,
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
    border: 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;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.cursor {
    cursor: pointer;
}


.theme_btn {
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
    padding: 0 10px 0 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.theme_btn.sm {
    padding: 10px 26px 10px 25px;
}

.theme_btn i {
    font-size: 14px;
    line-height: 1;
    margin-left: 10px;
    transition: 0.3s;
}

.theme_btn::before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
}

.theme_btn:hover i {
    transform: translateX(5px);
}

.theme_btn_bg::before {
    background: #142a8e;
}

.theme_btn_bg::before {
    background: #142a8e;
}

.theme_btn2 {
    color: #666;
}

.theme_btn2:hover {
    border-color: transparent;
    color: #666;
}

.theme_btn3 {
    background: #fff;
    border: #2c43ba solid 1px;
    color: #2c43ba !important;
}

.theme_btn3:hover {
    border-color: transparent;
    background: #2c43ba;
    color: #fff !important;
}


.theme_btn_03 {
    border-radius: 7px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #2869f9 0%, #4927ce 100%);
    background-image: -webkit-linear-gradient(0deg, #2869f9 0%, #4927ce 100%);
    background-image: -ms-linear-gradient(0deg, #2869f9 0%, #4927ce 100%);
}

.theme_btn_03::before {
    background-image: -moz-linear-gradient(0deg, #4927ce 0%, #2869f9 100%);
    background-image: -webkit-linear-gradient(0deg, #4927ce 0%, #2869f9 100%);
    background-image: -ms-linear-gradient(0deg, #4927ce 0%, #2869f9 100%);
}

.btn-spec {
    color: #fff !important;
    background-color: #005adf;
    border-color: #005adf;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.btn-spec:hover {
    background-color: #142a8e;
    border-color: #142a8e;
}


.btn-white {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000;
}

.btn-black {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000;
}

.btn-lineblue {
    color: #005adf !important;
    background-color: #fff !important;
    border-color: #005adf;
}

.btn-lineblue:hover {
    color: #fff !important;
    background-color: #005adf !important;
}


.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}


.probootstrap-cover .overlay {
    position: absolute;
    background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
}

b,
strong {
    font-weight: bold;
}

.text-line-height {
    line-height: 1.86;
}

.slick-slider.slider-in-dots {
    margin-bottom: 0;
}

.slider-in-dots .slick-dots {
    bottom: 40px;
}

.slick-dots li button:before {
    opacity: .25;
    color: #fff!important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff!important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-photo {
    display: block;
    width: 100%;
    height: auto;
}


h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
}

a:link,
a:hover,
a:active,
a:visited {
    color: #333;
}

a.link-white:link,
a.link-white:active,
a.link-white:visited {
    color: #fff;
}

a.link-white:hover {
    color: #ccc;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.table-header-bg > thead > tr > th,
.table-header-bg > thead > tr > td {
    background-color: #1bb676;
    border-bottom-color: #1bb676;
}

.block {
    display: block;
}

.card-block {
    padding: 15px 20px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-l-40 {
    left: 40px;
}

.pos-r-40 {
    right: 40px;
}

.pos-t-40 {
    top: 40px;
}


.pos-b-40 {
    bottom: 40px;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0081cc;
}

.navbar-default .navbar-nav > .active > a {
    position: relative;
}

.navbar-default .navbar-nav > .active > a::before {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    margin-left: 0;
    height: 3px;
    background-color: #0081cc;
    content: '';
}

.navbar-brand,
.navbar-brand img {
    height: 54px;
}

.navbar-brand-s,
.navbar-brand-s img {
    height: 46px;
}

#main-menu {
}

.nav-language li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-language a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
}


.nav-language li:first-child::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 15px;
    width: 1px;
    height: 15px;
    background-color: #ccc;
}


.navbar-toggle {
    margin-right: 0;
}

.card-item {
    position: relative;
    z-index: 99;

}

.box_02 {
    transition: 0.3s;
}

.box_02:hover {
    transform: translateY(-10px);
}

.btn {
    padding: 6px 24px;
    font-size: 14px;
}

.btn.btn-lg {
    padding: 10px 40px;
    font-size: 16px;
}

.btn-app-blue-outline {
    color: #358ed7 !important;
    border-color: #358ed7;
}

.btn-app-blue-outline:hover {
    color: #ffffff !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #358ed7;
    border-color: #358ed7;
    cursor: default;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
}

.round {
    border-radius: 5000px;
}

.radius {
    border-radius: 6px;
}

.radius-0 {
    border-radius: 0px;
}

.banner[data-height="100"] {
    height: 100px;
}

.banner[data-height="160"] {
    height: 160px;
}

.banner[data-height="280"] {
    height: 280px;
}

.banner[data-height="300"] {
    height: 380px;
}

.banner[data-height="500"] {
    height: 550px;
}

.banner[data-height="780"] {
    height: 780px;
}

@media screen and (max-width: 1920px) {
    .banner[data-height="280"] {
        height: 280px;
    }
}


@media screen and (max-width: 1366px) {
    .banner[data-height="280"] {
        height: 150px;
    }

    .banner .img-responsive {
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .banner[data-height="280"] {
        height: 100px;
    }

    .banner .img-responsive {
        height: 80px;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top:link {
    color: #fff;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 12px;
    color: #fff;
}

.back-to-top:hover {
    color: #fff;
    background: #014ea0;
    transition: background 0.2s ease-in-out;
}

/* ==================
          边框
 ==================== */

/* -- 实线 -- */

.solid,
.solid-top,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
    position: relative;
}

.solid::after,
.solid-top::after,
.solid-right::after,
.solid-bottom::after,
.solid-left::after,
.solids::after,
.solids-top::after,
.solids-right::after,
.solids-bottom::after,
.solids-left::after,
.dashed::after,
.dashed-top::after,
.dashed-right::after,
.dashed-bottom::after,
.dashed-left::after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transform: scale(0.5);
    transform-origin: 0 0;
    pointer-events: none;
    box-sizing: border-box;
}

.solid::after {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-top::after {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-right::after {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-bottom::after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-left::after {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.solids::after {
    border: 2px solid #eee;
}

.solids-top::after {
    border-top: 2px solid #eee;
}

.solids-right::after {
    border-right: 2px solid #eee;
}

.solids-bottom::after {
    border-bottom: 2px solid #eee;
}

.solids-left::after {
    border-left: 2px solid #eee;
}

.solid-gray {
    border-color: #fff;
}

/* -- 虚线 -- */

.dashed::after {
    border: 1px dashed #ddd;
}

.dashed-top::after {
    border-top: 1px dashed #ddd;
}

.dashed-right::after {
    border-right: 1px dashed #ddd;
}

.dashed-bottom::after {
    border-bottom: 1px dashed #ddd;
}

.dashed-left::after {
    border-left: 1px dashed #ddd;
}

/* ==================
          布局
 ==================== */

/*  -- flex弹性布局 -- */

.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

@media screen and (min-width: 991px) {
    .row .row-5 {
        padding-left: 15px;
        padding-right: 15px;
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 991px) {
    .mr20 {
        margin-right: 20px;
    }
}

@media screen and (max-width: 990px) {
    .mr20 {
        margin-bottom: 20px;
    }
}

.width-5 {
    width: 50%;
    margin: auto;
}

.width-7 {
    width: 70%;
    margin: auto;
}

.width-8 {
    width: 80%;
    margin: auto;
}

.p-a-xs {
    padding: 6px;
}

.underline {
    position: relative;
}

.underline text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -8px;
    left: 0;
    right: 0;
}

/* ==================
          头像
 ==================== */
.img-avatar-md {
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

/* ==================
          文本
 ==================== */

.text-underline {
    text-decoration: underline;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-df {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 22px;
}

.text-xxl {
    font-size: 28px;
}

.text-sl {
    font-size: 36px;
}

.text-xsl {
    font-size: 46px;
}

.text-xxsl {
    font-size: 74px;
}

.text-Abc {
    text-transform: Capitalize;
}

.text-ABC {
    text-transform: Uppercase;
}

.text-abc {
    text-transform: Lowercase;
}

@media screen and (min-width: 768px) {
    .text-indent {
        text-indent: 32px;
    }
}

.text-price::before {
    content: "¥";
    font-size: 80%;
    margin-right: 8px;
}

.text-cut {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.text-cut.clamp1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-cut.clamp2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-cut.clamp3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-lighter {
    font-weight: 300;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 800;
}

.text-center {
    text-align: center;
}

.text-content {
    line-height: 1.6;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-red,
.line-red,
.lines-red {
    color: #e54d42;
}

.text-orange,
.line-orange,
.lines-orange {
    color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
    color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
    color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
    color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
    color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
    color: #15298a !important;
}

.text-purple,
.line-purple,
.lines-purple {
    color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
    color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
    color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
    color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
    color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
    color: #aaaaaa;
}

.text-dark,
.line-dark,
.lines-dark {
    color: #888888 !important;
}


.text-black,
.line-black,
.lines-black {
    color: #333333;
}

.text-white,
.line-white,
.lines-white {
    color: #ffffff;
}

.text-spec,
.line-spec,
.lines-spec {
    color: #4595fb;
}

.bg-gradual-green {
    background: linear-gradient(-45deg, rgba(0, 169, 113, 1) 0%, rgba(72, 203, 127, 1) 100%);
    color: #ffffff;
}

.bg-gradual-blue {
    background: linear-gradient(-90deg, #142A8C 0%, #0349FB 100%);
    color: #ffffff;
}

.bg-gradual-gray {
    background: #f5f5f5;
}


.bg-yellow {
    background-color: #fdf3e2;
    color: #ffffff;
}

.bg-green {
    background-color: #18B476;
    color: #ffffff;
}

.bg-blue {
    background-color: #007fcc;
    color: #ffffff;
}

.bg-blue-deep {
    background-color: #023a8d;
    color: #ffffff;
}

.bg-blue-light {
    background-color: #ddeafc;
}

.bg-gray {
    background-color: #f5f5f5;
    color: #333333;
}

.bg-gray-light {
    background-color: #f0f0f0;
    color: #333333;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-spec {
    background-color: #014ea0;
    color: #fff;
}

.opacity-5 {
    opacity: .5;
}

.opacity-8 {
    opacity: .8;
}


.img-120 {
    width: 120px;
    height: 120px;
    margin: auto;
    text-align: center;
}

.img-120 img {
    margin: auto;
    width: 80px;
    height: 100px;
    padding-top: 20px;
}

.img-80 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.img-80 img {
    margin: auto;
    width: 60px;
    height: 70px;
    padding-top: 10px;
}

.shadow {
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.photo-item {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.photo-item img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.photo-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
}

.photo-item .img-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
}

.photo-item .img-info .more {
    position: relative;
    padding-left: 15px;
}

.photo-item .img-info .more:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.2;
}


.item-photo {
    position: relative;
    display: block;
}

.item-photo .img-info {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-photo:hover .img-info {
    opacity: 1;
}

.item-photo:hover .img-info .solid-bottom::after {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}


.card-color {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    background-color: #007fcc;
    color: #fff !important;
}

.card-color:hover {
    background-color: #fff;
    color: #333 !important;
}

.card-trans {
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
}

.card-trans:hover {
    margin-top: -4px;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/* Card Frame */
.card-frame {
    cursor: pointer;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.card-frame:hover {
    border-color: rgba(207, 207, 207, 0.5);
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.card-cover {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.card-cover:hover {
    background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
    color: #fff;
}


/* Card Shadow */
.card-shadow {
    transition: 0.3s;
}

.card-shadow:hover {
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.c-icon {
    position: absolute;
    left: 50%;
}

.list-t2 li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.list-t2 li a {
    margin-top: 8px;
    margin-bottom: 8px;
}

.list-t2 li:before {
    position: absolute;
    top: 16px;
    left: 0px;
    height: 4px;
    width: 4px;
    background-color: #ccc;
    font-family: Ionicons;
    font-size: 14px;
    content: '';
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.p-show .tit-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 20px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
}

.section {
    padding-top: 80px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
}

@media screen and (max-width: 990px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


.section-title {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 10px;
}

.section-title:before {
    position: absolute;
    top: 20px;
    left: -10px;
    height: 24px;
    width: 4px;
    background-color: #0081cc;
    font-family: Ionicons;
    font-size: 14px;
    border-radius: 2px;
    content: '';
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.section-tit {
    text-align: center;
    padding-bottom: 30px;
}

.section-subtit {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    display: flex;
}

.section-subtit:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 4px;
    background-color: #4c80e7;
    font-size: 14px;
    content: '';
}

.section-subtit h2 {
    font-size: 22px;
    font-weight: 600;
    color: #15298A;
    margin-right: 20px;
    padding-left: 20px;
}

.section-subtit .sub {
    font-size: 18px;
    text-transform: Uppercase;
    color: #CECECE;
    opacity: 0.5;
    z-index: 0;
}


.section-sub .subtit {
    position: relative;
    height: 46px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-bottom: solid 3px #f5f5f5;
}

.section-sub .subtit:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 4px;
    background-color: #4c80e7;
    font-size: 14px;
    border-radius: 2px;
    content: '';
}

.section-sub .more {
    position: absolute;
    right: 10px;
    top: 0;
}

.section-sub .tit {
    position: relative;
    text-align: center;
    height: 46px;
    margin-bottom: 20px;
}


.date-line {
    position: relative;
}

.date-line:after {
    position: absolute;
    top: 240px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #d7d7d7;
    content: '';
}

.date-line .img {
    position: relative;
}

.date-line .img:after {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -8px;
    height: 16px;
    width: 16px;
    background-color: #1bb676;
    border-radius: 50%;
    content: '';
    z-index: 10;
    border: #fff solid 3px;
    box-shadow: 0 0 5px rgba(140, 152, 164, 0.25);
}

.date-line .img img {
    border: #fff solid 5px;
}

.viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}

.viewmore-m {
    margin: auto;
    width: 40%;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid rgba(0, 20, 35, 0.07);
    border-radius: 3px;

}

@media (min-width: 992px) and (max-width: 1199px) {
    .viewmore-m {
        margin: auto;
        width: 40%;
        padding: 10px 20px;
        text-align: center;
        border: 1px solid rgba(0, 20, 35, 0.07);
        border-radius: 3px;

    }
}

@media (min-width: 1200px) {
    .viewmore-m {
        display: none !important;
    }
}

.view-black div {
    background-color: rgba(0, 0, 0, 0.2);
}

.view-black div::after {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
    .height-0 {
        height: 100px;
    }

    .height-1 {
        height: 270px;
    }

    .height-2 {
        height: 260px;
    }

    .height-3 {
        min-height: 360px;
    }
}

.border {
    border: 1px solid rgba(0, 0, 0, .5);
}

.border-3 {
    border: 3px solid rgba(255, 255, 255, .5);
}

.border-10 {
    border: 10px solid rgba(255, 255, 255, .5);
}

@media screen and (max-width: 990px) {

    #Container h1 {
        text-align: center;
        line-height: normal;
        overflow: hidden;
        font-size: 2rem;
        color: #000;
        line-height: 45px;
    }

    #Container .artInfo {
        padding-bottom: 15px;
    }

    #Container .artInfo span {
    }

    #Container .artInfo span {
        margin-right: 10px;
    }

    .ContainerCon img {
        max-width: 100%;
    }

    .ContainerCon p,
    .ContainerCon div {
        font-size: 1.2em;
        line-height: 2em;
        margin: 15px 0;
    }

    .ContainerCon.ContainerText p,
    .ContainerCon.ContainerText div {
        font-size: 1.2em;
        line-height: 2em;
        margin: 0;
        text-indent: 0 !important;
    }

    .ContainerCon em {
        text-indent: 0 !important;
    }


}

@media screen and (min-width: 991px) {
    #Container {
        padding: 0px 15px 20px 15px;
    }

    #Container h1 {
        text-align: center;
        line-height: normal;
        overflow: hidden;
        font-size: 28px;
        color: #000;
        line-height: 45px;
    }

    #Container .artInfo {
        padding-bottom: 15px;
    }

    .ContainerCon {
        min-height: 300px;
        display: block;
    }

    .ContainerCon center {
        font-size: 14px;
    }

    .ContainerCon img {
        max-width: 1030px;
    }

    .ContainerCon p,
    .ContainerCon div {
        font-size: 16px;
        line-height: 2em;
        margin: 15px 0;
        text-indent: 32px;
    }

    .ContainerCon.ContainerText p,
    .ContainerCon.ContainerText div {
        font-size: 1.2em;
        line-height: 2em;
        margin: 0;
        text-indent: 0 !important;
    }

    .ContainerCon a:link {
        color: #19348d !important;
    }

    .ContainerCon a:hover {
        color: #19348d;
        text-decoration: underline
    }
}

#main {
    margin-top: 80px;
}

.nav-drawer > li {
    display: block;
}

.nav-drawer > li > a {
    font-size: 16px;
    background-color: #F3F3F3;
    border: none;
    padding-left: 30px;
    position: relative;
}

.nav-drawer > li > a:after {
    position: absolute;
    content: "\eac7";
    font-family: IcoFont;
    font-size: 22px;
    color: #acacac;
    right: 15px;
    top: 9px;
    transition: 0.3s;
    font-weight: 500;
}

.nav-drawer > li > a:hover:after {
    transform: translateX(10px);
}

.nav-drawer > .active > a {
    background-color: #2b8df1;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
}

.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
    background-color: #2b8df1;
    color: #fff;
}

.nav-drawer > .active > a:after {
    color: #fff;
}

.nav-cate li {
    display: inline-block;
    margin-left: 20px;
    height: 30px;
}

.nav-cate li.active {
    background-color: #3488ea;

}

.nav-cate li a {
    padding: 0 15px;
    line-height: 30px;

}

.nav-cate li.active a {
    color: #fff;
    margin: auto;
}

.js-slider .slick-slide {
    position: relative;
}

.js-slider .slider-tit {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 10px;
    line-height: 40px;
    padding-bottom: 30px;
    text-align: right;
    z-index: 99;
}

.collapse {
    margin-top: 15px;
}

.card {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.intro-box {
    line-height: 36px;
    text-indent: 2em;
}

.nav {
    display: block;
}

@media screen and (max-width: 990px) {
    .item-photo {
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .item-photo img.img-block {
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .cms-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cms-item .item-photo {
        display: table-cell;
        vertical-align: top;
    }

    .cms-item .item-photo img {
        width: 300px;
    }

    .cms-item .item-detail {
        display: table-cell;
        vertical-align: top;
    }

}

.artInfo {
    color: #666;
}

.cms-txt {
    position: relative;
    padding-left: 15px;
    padding-right: 120px;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cms-txt:before {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 4px;
    width: 4px;
    background-color: #80a2c6;
    opacity: 0.6;
    font-size: 14px;
    content: '';

}

.cms-txt .addtime {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}


.cms-li {
    position: relative;
    padding-right: 120px;
    cursor: pointer;
}

.cms-li .addtime {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 990px) {
    .cms-li {
        padding-right: 0px;
    }

    .cms-li .addtime {
        display: none;
    }

}

.title-style {
    font-size: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 9px;
}

.title-style:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 46px;
    background-color: #3488ea;
    bottom: -10px;
    left: calc(50% - 23px);
}

.title-style.text-left:after {
    left: 0px;
}

.tit {
    font-size: 20px;
    color: #142a8e;
    font-weight: bold;
}

@media screen and (max-width: 990px) {
    .title-style {
        font-size: 24px;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
}

/*悬浮链接*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 10px;
    bottom: 58px;
    width: 70px;
    height: 176px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1px;
    cursor: pointer;
    outline: none;
    transition: display 0.5s ease-in-out;
}

.suspension .a.active,
.suspension .a:hover {
    background: #142a8f;
    transition: background 0.2s ease-in-out;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../img/misc/side_icon.png);
    background-repeat: no-repeat;
}

.suspension .a-tel .i {
    background-position: 0 0;
}

.suspension .a-weixin .i {
    background-position: -44px 0;
}

.suspension .a-sina .i {
    background-position: -88px 0;
}

.suspension .a-douyin .i {
    background-position: -132px 0;
}

.suspension .a-top .i {
    background-position: -176px 0;
}

.suspension .a-top {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    transition: display 0.5s ease-in-out;
}

.suspension .a-top:hover {
    background: #142a8f;
    transition: background 0.2s ease-in-out;
}

.suspension .d {
    display: none;
    width: 270px;
    background: #fff;
    position: absolute;
    right: 60px;
    min-height: 60px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../img/misc/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 16px;
}

.suspension .d-tel {
    top: 0;
}

.suspension .d-weixin {
    top: 42px;
}

.suspension .d-sina {
    top: 90px;
}

.suspension .d-douyin {
    top: 90px;
}

.suspension .d.d-douyin .arrow {
    top: 57px;
}

.suspension .d .inner-box {
    padding: 10px 15px;
}

.suspension .d-service-item {
    padding: 10px 10px 0 10px;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
}

.suspension .d-service-item .circle i {
    font-size: 28px;
    position: absolute;
    top: 4x;
    left: 14px;
    color: #0148f6;
}


.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #666;
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

.Qrcode img {
    width: 96px;
    height: 96px;
}

footer {
    line-height: 28px;
}

footer .b-t {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 991px) {
    .links {
        padding-right: 48px !important;
        padding-left: 48px !important;
    }
}

.links .item-pic {
    margin-bottom: 50px;
}

.video-thumb {
    position: relative;
    text-align: center;
}

.video-thumb .video-play-btn {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.video-play-btn {
    border-radius: 50%;
    background: #f7f7f7;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 80px;
    position: relative;
    z-index: 0;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    animation: ripple-white3 2.5s linear infinite;
}


.video-play-btn:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(247, 247, 247, 0.4);
    top: -10px;
    left: -10px;
}

.video-play-btn i {
    color: #585858;
    margin-left: 6px;
    font-size: 28px;
}

.video-play-btn:hover {
    transform: translateY(-8px);
}

.video-thumb .video-play-btn.sm {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.video-play-btn.sm {
    width: 40px;
    height: 40px;
    line-height: 45px;
}

.video-play-btn.sm:after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}

.video-play-btn.sm i {
    color: #585858;
    margin-left: 3px;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .video-thumb .video-play-btn {
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 72px;
    }

    .video-play-btn:after {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        top: -5px;
        left: -5px;
    }

    .video-play-btn.sm i {
        font-size: 22px;
    }
}

/*.item-cate {*/
/*    padding: 40px 30px;*/
/*    text-align: center;*/
/*    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);*/
/*    background-color: #fff;*/
/*    margin-bottom: 30px;*/
/*    min-height: 250px;*/
/*}*/

/*.item-cate .img-responsive {*/
/*    margin: auto;*/
/*}*/

/*@media screen and (max-width: 990px) {*/
/*    .item-team {*/
/*        width: 76%;*/
/*        margin: auto;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*}*/

.search-box {
    position: relative;
}

.search-box input {
    padding-left: 40px;
    border: #014ea0 solid 1px;
}

.search-box i {
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 9;
    font-size: 24px;
}

.text-sub {
    color: #888;
}

.empty {
    color: #666;
}

.foot-logo {
    display: inline-block;
    margin-right: 30px;
    float: left;
}

.foot-items {
    float: left;
    align-items: start;
    display: flex;
}

.foot-item {
    display: inline-block;
    width: 100px;
    color: #fff;
}

.foot-item-tit {

}

.copyright {
    background-color: #333333;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 990px) {
    .copyright {
        background-color: transparent !important;
        color: #888;
    }
}

.copyright span {
    margin-left: 6px;
    margin-right: 6px;
}

.slider-banner {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1920px) {
    .slider-banner {
        height: 860px;
    }
}
@media screen and (min-width: 1280px) {
    .slider-banner {
        height: 760px;
    }
}
@media screen and (max-width: 1279px) {
    .slider-banner {
        height: 460px;
    }
}

.slider-banner .banner-img {
    position: absolute;
    z-index: 2;
    left: calc(50% - 960px);
    top: 0;
    text-align: center;
}
.slider-banner .banner-title {
    position: absolute;
    z-index: 3;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    bottom: 70px;
    color: #fff;
    font-size: 14px;
}

.slider-banner .banner-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    background-color: #000;
    transform: scale(1.1);
    background-size: cover;
    opacity: 0.85;
}
