/*通用样式*/
:root {
    --public-color: #004178;
    --max: 1430px;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Urbanist', 'Outfit', Arial, Helvetica, sans-serif
}

a {
    color: #333;
    display: inline-block;
}

a:hover {
    color: var(--public-color)
}

.swiper-pagination-bullet-active {
    background: var(--public-color)
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--public-color);
    border-color: var(--public-color);
}

body,
div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

img {
    aspect-ratio: attr(width) / attr(height);
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style-type: none
}

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

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

.img-fluid {
    max-width: 100%;
    height: auto;
}

.main-container {
    margin-bottom: 40px;
    margin-top: 40px
}

.tkanniu {
    /* 当鼠标悬停在此元素上时，鼠标指针变为手形 */
    cursor: pointer
}

.card-thumb img {
    transition: all .4s ease
}

.card-thumb:hover img {
    transform: scale(1.1)
}

.container-xl {
    max-width: var(--max)
}

.container-xl.m-right {
    margin: 0 0 0 auto;
    padding: 0
}

.container-xl.m-left {
    margin: 0 auto 0 0;
    padding: 0
}

@media(max-width:768px) {
    body {
        font-size: 14px;
        line-height: 20px;
        padding-top: 50px
    }

    .container-xl.m-right {
        margin: 0 auto;
        padding: 0 15px
    }

    .container-xl.m-left {
        margin: 0 auto;
        padding: 0 15px
    }
}

/*默认pc头部样式*/
.header {
    z-index: 999;
    width: 100%;
    position: fixed;
    left: 0;
    background-color: white
}

.header.fadeInDown .header-desc .logo img {
    height: 70px;
    width: auto;
}

.header.fadeInDown .header-top .nav-item {
    margin: 0;
    padding: 0px 15px;
    cursor: pointer;
    font-size: 18px;
}

/*默认导航样式*/
.navbar {
    padding: 0px;
    position: relative;
    z-index: 9999
}

.navbar-custom {
    top: 0;
    z-index: 2;
    justify-content: end
}

.navbar-custom .navbar-nav>.nav-item {
    font-size: 16px;
    /* margin: 0 10px */
    padding: 0 15px;
}

.navbar-custom .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    color: #333333;
    padding: 0;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 18px;
    line-height: 32px
}

.header.fadeInDown .navbar-custom .navbar-nav .nav-link{
    height:80px;
}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link:before{
    bottom:0;
}

.header.fadeInDown .navigation__dropdown{top:80px;}

.navbar-custom .navbar-nav .nav-link:before {
    content: "";
    width: 0px;
    height: 2px;
    margin-left: 0 !important;
    background: var(--public-color);
    position: absolute;
    bottom: 40px
}

.navbar-custom .navbar-nav .nav-item:hover .nav-link:before {
    width: 100%;
    transition: all 0
}

.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {
    transition: .6s ease-in-out
}

.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after {
    transform: rotateX(180deg);
    color: var(--public-color)
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: var(--public-color);
    transition: .6s ease-in-out
}

.navbar-custom .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-custom .navbar-nav .show>.nav-link,
.navbar-custom .navbar-nav .active>.nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active {}

.navbar-custom .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-custom .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-custom .navbar-text a:hover,
.navbar-custom .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-custom .navbar-nav .active>a {
    color: var(--public-color);
    font-weight: 700;
}

.navbar-custom .navbar-nav .active>a::after {
    /* content: "";
    width: 100% !important;
    height: 2px;
    margin-left: 0 !important;
    background: var(--public-color);
    position: absolute;
    bottom: 10px */
}

/*移动端头部样式*/
@media(max-width:768px) {
    body {
        padding-top: 50px;
        font-size: 14px;
    }

    .header-mb {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #000;
        z-index: 999
    }

    .header-mb .container-xl {
        height: 50px
    }

    .header-mb .top-logo {
        width: 50%
    }

    .header-mb .top-logo img {
        height: 30px;
        width: auto;
    }

    .header-mb .top-mb {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: flex-end
    }

    .header-mb .top-mb .dropdown.lang .dropdown-toggle {
        background: transparent;
        padding: 0
    }

    .header-mb .top-mb .dropdown-menu {
        min-width: 80px;
        margin-top: 8px
    }

    .header-mb .top-mb .top-mb-search {
        padding: .5rem .4rem;
        margin-left: 10px;
        width: 30px;
        text-align: center
    }

    .header-mb .top-mb .top-mb-search i {
        font-size: 16px;
        color: #333
    }

    .header-mb .top-mb .icon-bars {
        color: #333
    }

    .header-mb .top-mb .dropdown.lang .dropdown-toggle {
        color: #333
    }

    .top-mb-search-box {
        display: none;
        position: fixed;
        background: #fff;
        top: 50px;
        padding: 6px 15px 10px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        z-index: 998;
        width: 100%
    }

    .top-mb-search-box .search-group {
        width: 100%;
        height: 34px
    }

    .top-mb-feed i {
        font-size: 16px;
        color: #333
    }

    .mobile-head-item .main-content-wrap {
        background: #fff;
        top: 0;
        display: block;
        z-index: 99999
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        height: 100%;
        padding: 15px 10px;
        background-color: #fff
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        right: -78%;
        width: 78%;
        height: 100%
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        right: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1
    }

    .head_top .top_left {
        display: none
    }

    .head_nav {
        width: 100%;
        padding: 0 5px
    }

    .head_nav li {
        padding-left: 28px;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .head_nav li,
    .head_nav li a {
        color: #111
    }

    .head_nav li.has-child {
        padding-left: 28px;
        margin-top: 0;
        margin-bottom: 0
    }

    .head_nav li.has-child>a {
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 35px
    }

    .head_nav li.has-child>ul {
        display: none
    }

    .head_nav li.siblings-no-menu {
        position: relative;
        padding-left: 15px
    }

    .head_nav li a {
        display: block;
        height: auto;
        line-height: 1.4em;
        position: relative
    }

    .head_nav li a:hover {
        color: inherit
    }

    .head_nav li em {
        display: block;
        height: 1.4em;
        overflow: hidden
    }

    .head_nav li li {
        font-size: 14px
    }

    .head_nav li li li {
        font-size: 12px
    }

    .head_nav li li a {
        color: #666
    }

    .head_nav li.has-child a b {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        overflow: hidden;
        line-height: 15px;
        position: absolute;
        right: -35px;
        top: 1px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .head_nav li.has-child a b:before,
    .head_nav li.has-child a b:after {
        content: '';
        display: block;
        width: 9px;
        height: 1px;
        background-color: #111;
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -.5px
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .head_nav li.has-child a:hover b {
        border-color: #111
    }

    .head_nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2
    }

    .head_nav>li>a {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: -1px;
        position: relative;
        text-transform: uppercase;
        position: relative
    }

    .head_nav li,
    .head_nav li.has-child {
        padding-left: 0
    }

    .head_nav li li,
    .head_nav li li.has-child {
        padding-left: 15px
    }

    .head_nav li.active>a>b:after {
        display: none
    }

    .head_nav li.active>a>b {
        background-color: #111
    }

    .head_nav li.active>a>b:before,
    .head_nav li.active>a>b:after {
        background-color: #fff
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background-color: #b3190d;
        position: absolute;
        left: -30px;
        top: 0;
        cursor: pointer
    }

    .mobile-ico-close .icon {
        color: #fff;
        font-size: 30px;
        padding: 0 0 0 6px
    }

    .search-box .form-control {
        border-radius: 20px
    }

    .search-box .btn {
        border: 1px solid #ced4da;
        border-radius: 20px
    }

    .search-box .btn.focus {
        border: 1px solid rgb(128, 189, 255)
    }

    .search-box .icon {
        color: #b3190d
    }

    .main-mask {
        position: absolute;
        background-color: #000;
        opacity: .4;
        width: 100%;
        height: 100vh;
        z-index: 9;
        display: none
    }
}

/*#endregion*/


.top-search-box .top-search {
    right: 0;
}

.top-search-box {
    z-index: 93;
}

.top-search-box .search-tb {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.top-search-box .search-tb i {
    color: #0c9be9;
    font-size: 16px;
    font-weight: bold;
}

.top-search-box li:hover .top-search {
    opacity: 1;
    height: auto;
    overflow: hidden;
    width: auto;
}

.top-search-box .top-search {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    width: 0;
    position: absolute;
    right: 50px;
    z-index: 99;
    padding-top: 10px;
}

.header-top {
    padding: 0 0;
    /* border-top: solid 5px white; */
}

.header-top .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5%;
    flex-wrap: nowrap;
}

.header-top .nav .he-right {
    display: flex;
    align-items: center;
    margin-left: 25px;
    padding-right: 40px;
}

.header-top .nav .news {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.header-top .nav .news .tkbtn {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}

.header-top .box {
    justify-content: space-between;
    align-items: center;
}

.header.fadeInDown {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .5));
}

.header.fadeInDown .header-desc {
    display: none;
}

.header.fadeInDown .logo img{height:80px;width:auto;}

.header.fadeInDown .desc {
    display: none;
}

.dropdown.lang .dropdown-toggle {
    background-color: #fff;
    color: var(--public-color);
    font-size: 20px;
    font-weight: 600;
}

.dropdown.lang .dropdown-toggle:after {
    color: var(--public-color);
}

/*cookies板式二*/
.google-cookies{position:fixed;z-index:99;bottom:20px;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{max-width:1400px; display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#004178;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #004178 ;color:#004178 ;display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:#004178 ;color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:0;bottom:0;}
  .google-cookies .container-xl{border-radius:0;padding:10px;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}


/* 浮窗 */
#float {
    position: fixed;
    right: 0;
    bottom: 165px;
    margin-top: -60px;
    z-index: 55;
    transform: translateX(0);
    transition: .3s ease-in-out
}

#float .ico {
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: var(--public-color);
}

#float .ico>i {
    font-size: 30px;
    line-height: 56px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 9999;
    background: var(--public-color);
    border-top: 1px solid #fff;
}

#float .ico:first-child>i {
    border-top: 0px solid #fff
}

#float .ico>.img {
    position: absolute;
    right: 56px;
    width: 140px;
    top: 0;
    display: none;
    background-color: #fff
}

#float .ico>.img>img {
    width: 100%
}

#float .ico p {
    position: absolute;
    top: 0;
    border-radius: 0;
    right: -350px;
    padding: 0px 20px;
    line-height: 56px;
    font-size: 16px;
    height: 56px;
    background: var(--public-color);
    color: #FFF;
    transition: all .6s;
    z-index: 0;
    white-space: nowrap
}

#float .ico:hover>.img {
    display: block
}

#float .ico:hover p {
    right: 56px
}

#float .scale-ico {
    background-color: #b1b1b1;
    transition: .3s ease-in-out
}

#float .scale-ico>i {
    background-color: #b1b1b1;
    transition: .3s ease-in-out
}

#float .scale-ico>i:hover {
    background: var(--public-color);
    transition: none
}

#float.hide {
    transform: translateX(56px)
}

#float.hide .scale-ico {
    width: calc(56px / 2);
    transform: translateX(calc(-56px / 2));
    border-top: 0;
    transition: transform .6s ease-in-out .3s, width .3s ease-in-out
}

#float.hide .scale-ico i {
    transform: rotate(180deg);
    border-top: 1px solid transparent
}

#float .ico#scroll-top {
    display: block !important;
}

@media (min-width:1px) and (max-width:991px) {
    #float .ico {
        width: 40px;
        height: 40px
    }

    #float .ico>i {
        font-size: 22px;
        line-height: 40px
    }

    #float .ico>.img {
        right: 40px
    }

    #float .ico p {
        line-height: 40px;
        padding: 0 15px;
        height: 40px
    }

    #float.hide {
        transform: translateX(40px)
    }

    #float.hide .scale-ico {
        width: calc(40px / 2);
        transform: translateX(calc(-40px / 2))
    }
}

/*默认详情设置*/
.content-wrapper {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.content-wrapper h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.content-wrapper h3 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.content-wrapper img {
    max-width: 100% !important;
    height: auto !important;
}

.content-wrapper ol {
    margin-left: 1em;
    padding-left: 1em;
}

.content-wrapper video {
    max-width: 100% !important;
    height: auto !important;
}

.content-wrapper iframe {
    max-width: 100%;
}

.content-wrapper table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.content-wrapper table p {
    margin-bottom: 0;
}

.content-wrapper table th,
.content-wrapper table td {
    padding: 0.5rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    text-align: center;
}

.content-wrapper table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.content-wrapper table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
    color: #555;
}

.content-wrapper table p {
    margin-bottom: 0;
    line-height: 32px;
}

.content-wrapper tbody th {
    color: #2980c7
}

/*#表格*/
.table {
    overflow-x: auto
}

.table-wrapper table th,
.table-wrapper table td {
    padding: 15px 5px;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #dee2e6;
    text-align: center
}

.table-wrapper table tbody tr:nth-of-type(even) {
    background-color: rgba(229, 237, 244, 1.0)
}

.table-wrapper table tbody tr:hover {
    background-color: rgba(229, 237, 244, .6);
    color: #555
}

.table-wrapper table {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media(max-width:768px) {
    .table-wrapper table {
        display: table;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:575.98px) {
    .table-wrapper-sm table {
        display: table;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media(max-width:768px) {
    .table-wrapper-md table {
        display: table;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:991.98px) {
    .table-res-lg table {
        display: table;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:1500.98px) {
    .table-wrapper-xl table {
        display: table;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}


/*#弹出框*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
    visibility: hidden;
    top: 150px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    position: absolute;
    z-index: 1001;
    padding: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF
}

.reveal-modal .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px
}

.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer
}

@media(max-width:768px) {
    .reveal-modal {
        visibility: hidden;
        top: 50px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        position: absolute;
        z-index: 1001;
        padding: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        background-color: #FFF
    }

    .reveal-modal .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px
    }
}

/*#留言表单*/
.form-feedback .btn {
    color: #fff;
    background: #9f1919;
    border-radius: 0px;
    font-size: 16px;
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px
}

.form-feedback .btn:hover {
    background: #003b66;
    color: #fff
}

@media(max-width:768px) {
    .form-feedback .form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px
    }

    .form-feedback .btn {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .contact-wrapper .feedback-box .form-control {
        margin-bottom: 0
    }
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding: 0 15px
}

.form-feedback .btn-c {
    background-color: #0b3b8d;
    height: 100%;
    padding: 10px 20px;
    transition: all .6s
}

.popup {
    font-size: 16px;
    position: fixed;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    z-index: 98;
    background: linear-gradient(-70deg, #ff7633 0%, #ff7633bd 70%);
    color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    display: none;
    cursor: pointer;
    box-shadow: 0 0 10px -2px #000;
    opacity: 0;
    transition: .6s all
}

/*#搜索*/
.search-group {
    width: 200px;
    height: 32px;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px rgba(51, 51, 51, 0.2);
}

.search-group .form-control {
    border: none;
    border-radius: 0px;
    background: transparent;
    color: #5c5352;
    height: 32px;
    line-height: 32px;
}

.search-group .form-control::-webkit-input-placeholder {
    color: #5c5352
}

.search-group .btn {
    background-color: var(--public-color);
    border-radius: 0px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    margin-bottom: 0
}

.search-group i {
    color: #fff;
    font-size: 1rem
}

/* footer */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-top {
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../images/bg_footer.jpg) no-repeat;
    background-size: cover;
}

.footer .footer-top .t1 {
    color: #fff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
}

.footer .footer-top .t2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    width: 82%;
    margin: auto;
    margin-top: 40px;
}

.footer .footer-top .but {
    max-width: 280px;
    background: linear-gradient(to left, #24b66f, #88ca4e);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin: auto;
    margin-top: 60px;
}

.footer .footer-top .but a {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 64px;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
}

.footer .footer-bottom {
    background-color: #fff;
}

.footer .footer-bottom .up {
    padding: 105px 0 70px 0;
    background-color: #fff;
}

.footer .footer-bottom .up .container-xl {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-bottom .up .container-xl .cont-one {
    width: 49%;
}

.footer .footer-bottom .up .container-xl .cont-one .text {
    width: 85%;
    margin-top: 30px;
}

.footer .footer-bottom .up .container-xl .cont-one .text ul li {
    /* margin-top: 25px; */
}

.footer .footer-bottom .up .container-xl .cont-one .text ul li a {
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}

.footer .footer-bottom .up .container-xl .cont-one .text ul li .ahoverunderline:hover {
    text-decoration: underline;
}

.footer .footer-bottom .up .container-xl .cont-two {
    width: 30%;
    margin-top: 37px;
}

.footer .footer-bottom .up .container-xl .cont-two .title,
.footer .footer-bottom .up .container-xl .cont-three .title {
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
}

.footer .footer-bottom .up .container-xl .cont-two .text,
.footer .footer-bottom .up .container-xl .cont-three .text {
    margin-top: 60px;
}

.footer .footer-bottom .up .container-xl .cont-two .text ul li a,
.footer .footer-bottom .up .container-xl .cont-three .text ul li a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    /* padding-left: 35px; */
}

/* .footer .footer-bottom .up .container-xl .cont-two .text ul li a::before,
.footer .footer-bottom .up .container-xl .cont-three .text ul li a::before {
    position: absolute;
    color: #333333;
    line-height: 40px;
    content: ">>";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    top: 0;
} */

.footer .footer-bottom .up .container-xl .cont-two .text ul li a:hover,
.footer .footer-bottom .up .container-xl .cont-three .text ul li a:hover {
    text-decoration: underline;
}

.footer .footer-bottom .up .container-xl .cont-three {
    width: 21%;
    margin-top: 37px;
}

.footer .footer-bottom .down {
    background: linear-gradient(to left, #005aa6, #004178);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.footer .footer-bottom .down .container-xl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-bottom .down .container-xl .left {
    width: 50%;
}

.footer .footer-bottom .down .container-xl .left a {
    border-radius: 50%;
    border: 1px solid #256295;
    width: 35px;
    text-align: center;
}

.footer .footer-bottom .down .container-xl .left a i {
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.footer .footer-bottom .down .container-xl .left a:hover i {
    text-decoration: underline;
}

.footer .footer-bottom .down .container-xl .right {
    width: 50%;
    padding-left: 80px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 768px) {
    .footer .footer-top{min-height: auto;padding: 15px 0;}
    .footer .footer-top .t2{width: 100%;margin-top: 15px;}
    .footer .footer-top .but{margin-top: 15px;}
    .footer .footer-top .but a{line-height: 50px;}
    .footer .footer-bottom .up{padding: 15px 0 15px 0;}
    .footer .footer-bottom .up .container-xl .cont-one .text{width: 100%; margin-top: 15px;}
    .footer .footer-bottom .up .container-xl .cont-two,
    .footer .footer-bottom .up .container-xl .cont-two .text, .footer .footer-bottom .up .container-xl .cont-three .text,
    .footer .footer-bottom .up .container-xl .cont-three,
    .footer .footer-bottom .down .container-xl .left{margin-top: 15px;}
    .footer .footer-bottom .down .container-xl .right{padding-left: 0;margin-top: 15px;}
    .footer .footer-bottom .up .container-xl .cont-two .text ul li a::before, .footer .footer-bottom .up .container-xl .cont-three .text ul li a::before,
    .footer .footer-bottom .up .container-xl .cont-two .text ul li a, .footer .footer-bottom .up .container-xl .cont-three .text ul li a{line-height: 24px}
}

/* 面包屑导航 */
.label-navigation-bar {
    display: flex;
    align-items: center;
}

.label-navigation-bar ul.breadcrumb {
    padding: 8px 16px;
}

.label-navigation-bar ul.breadcrumb li {
    color: #666666;
    display: inline;
}

.label-navigation-bar ul.breadcrumb li a {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}

.label-navigation-bar ul.breadcrumb li:hover a {
    color: #999999;
}

.label-navigation-bar ul.breadcrumb li .active {
    color: #999999;
}

.label-navigation-bar ul.breadcrumb li+li:before {
    padding: 8px;
    color: #78c753;
    content: "→";
}

.pagination {
    width: 100% !important;
}

.navigation__dropdown.active {
    height: auto;
}
.nav-item:hover .navigation__dropdown{
    height: auto;
    padding-top: 40px;
    transition: all .5s linear;
    padding-left: 15px;
    padding-right: 15px;
}
/* .navigation__dropdown:hover{
    z-index: 1001 !important;
} */
.navigation__dropdown {
    border-radius: 0;
    left: 0;
    position: fixed !important;
    width: 100vw;
    height: 0;
    top: 112px;
    overflow: hidden;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.navigation__dropdown  .nav_box1{
    padding-right: 80px;
}
.navigation__dropdown  .nav_box1 p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #333333;
}
.middle{padding-top: 112px !important;}
@media (max-width: 768px) {
    .middle{padding-top: 0 !important;}
}
.navigation__dropdown  .nav_box2 {}

.navigation__dropdown .nav_box2 a {
    width: 80%;
    position: relative;
    color: #333333;
    font-size: 18px;
    margin-bottom: 40px;
    padding-right: 20px;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
    padding: 0 8px;
}
.navigation__dropdown .nav_box2 a.active{
    background: linear-gradient(to left, #24b66f, #88ca4e);
    padding: 8px;
}
.navigation__dropdown .nav_box2 a.active:hover{
    text-decoration: underline;
}
.navigation__dropdown .nav_box2 a.active::before{
    right: 8px;
}
.navigation__dropdown .nav_box2 a:hover {
    color: var(--public-color);
}
.navigation__dropdown .nav_box2 a:hover::after{
    opacity: 1;
}
.navigation__dropdown .nav_box2 a::before {
    position: absolute;
    content: "\f061";
    font-family: "CmsFont";
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.navigation__dropdown .nav_box2 a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: 0.5s;
    background: linear-gradient(to left, #24b66f, #88ca4e);
}
.navigation__dropdown .nav_box3{
}
.navigation__dropdown .nav_box3 .mySwiperx{
    overflow: hidden;
}
.navigation__dropdown .nav_box3 .mySwiperx .image img{
    
}
.navigation__dropdown .nav_box1 p:nth-child(1){
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.navigation__dropdown .nav_box1 p:nth-child(3){
    margin-top: 35px;
    display: flex;
}
.navigation__dropdown .nav_box1 p:nth-child(3) a{
    position: relative;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #333333;
    padding-right: 40px;
    transition: .5s;
}
.navigation__dropdown .nav_box1 p:nth-child(3) a:hover{
    color: var(--public-color);
}
.navigation__dropdown .nav_box1 p:nth-child(3) a::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: 0.5s;
    background: linear-gradient(to left, #24b66f, #88ca4e);
}
.navigation__dropdown .nav_box1 p:nth-child(3) a:hover::after{
    opacity: 1;
}
.navigation__dropdown .nav_box1 p:nth-child(3) a:hover::before{
    background: url(../../images/lpo1.png) no-repeat;
    background-size: 24px 24px;
}

.navigation__dropdown .nav_box1 p:nth-child(3) a::before{
    position: absolute;
    content: "";
    background: url(../../images/lpo.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.dropdown-item{
    font-size: 15px;
}

.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: var(--public-color); color: #fafafa; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title h1 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: var(--public-color) }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

@media (max-width: 768px) {
    .label-navigation-bar ul.breadcrumb li+li:before{padding:2px;}
    .label-navigation-bar ul.breadcrumb li a{font-size:14px;line-height:22px;}
}
.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#24b66f 0%,#88ca4e 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}
