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

body {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', '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: absolute;
    left: 0;
    background-color: white
}

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

.header.fadeInDown .header-top .nav-item {
    margin: 0;
    padding: 10px 20px;
    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 20px;*/
    margin: 0;
    padding: 10px 20px;
}

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

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

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

.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) !important;
    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) !important;
    font-weight: 700;
}

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

    .header-mb {
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #b3190d;
        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: #fff
    }

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

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

    .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: #fff
    }

    .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*/
/*#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: #333333;
    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 0px 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 .desc {
    display: none;
}

.dropdown.lang .dropdown-toggle {
    background-color: #fff;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.dropdown.lang .dropdown-toggle:after {
    color: #333333;
    font-weight: 600;
}

/*#region 移动端栏目列表*/
.menu-collapse {
    border-radius: 6px 6px 0 0;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.menu-collapse .collapse-title {
    padding: 0.875rem;
    background: #5bb44e;
    color: #fafafa;
}

.menu-collapse .collapse-title h5 {
    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: #5bb44e
}

.menu-collapse .menu-link:hover {
    background: #f8f9fa;
}

.menu-collapse .drop {}

.menu-collapse .menu-link.active {
    background: #f6f6f6;
    color: #666
}


/*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:var(--public-color);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 var(--public-color);color:var(--public-color);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:var(--public-color);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;}
.dropdown.lang .dropdown-toggle:after {
    color: #fff;
}
}

/* 浮窗 */
#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-color: 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-color: 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-wrapper table th,
.table-wrapper table td {
    padding: 5px;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #dee2e6;
    text-align: center;
}

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

.table-wrapper table tbody tr:hover {
    background-color: #dee2e6;
    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: 575.98px) {
    .table-wrapper-sm table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media(max-width:768px) {
    .table-wrapper-md table {
        display: block;
        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: block;
        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: block;
        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;
    background-color: #fff;
    border-radius: 5px
}

.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: #9f1919;
    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{}
.footer .footer-top{
    background: url("../../images/index_1.webp") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 320px;
}
.footer .footer-top .container-xl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-top .t1{
    width: 70%;
    font-size: 36px;
    line-height: 64px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.footer .footer-top .but{
    background: #fff;
    border: 1px solid #fff;
    max-width: 230px;
    width: 50%;
}
.footer .footer-top .but a{
    width: 100%;
    color: var(--public-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 64px;
    text-align: center;
    font-weight: 600;
}

.footer .footer-bottom{
    padding: 100px 0 60px 0;
    background: #fff;
}
.footer .footer-bottom .up{
    padding-bottom: 70px;
}
.footer .footer-bottom .up .container-xl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .footer-bottom .up .container-xl > div{
    padding-right: 10px;
}
.footer .footer-bottom .up .container-xl .cont-one{
    width: 35%;
    padding-right: 50px;
}
.footer .footer-bottom .up .container-xl .cont-one .text{
    padding-top: 20px;
}
.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-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.footer .footer-bottom .up .container-xl .cont-two{
    padding-top: 30px;
    width: 22%;
}
.footer .footer-bottom .up .container-xl .cont-two .title{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.footer .footer-bottom .up .container-xl .cont-two .text{
   padding-top: 35px;
}
.footer .footer-bottom .up .container-xl .cont-two .text ul li{
    margin-top: 25px;
}
.footer .footer-bottom .up .container-xl .cont-two .text ul li a{
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .footer-bottom .up .container-xl .cont-two .text ul li a::before{
    position: absolute;
    content: ">>";
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    top: 0;
    left: 0;
    font-family: "Segoe UI Emoji";
}
.footer .footer-bottom .up .container-xl .cont-three{
    padding-top: 30px;
    width: 25%;
}
.footer .footer-bottom .up .container-xl .cont-three .title{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.footer .footer-bottom .up .container-xl .cont-three .text{
    padding-top: 35px;
}
.footer .footer-bottom .up .container-xl .cont-three .text ul li{
    margin-top: 25px;
}
.footer .footer-bottom .up .container-xl .cont-three .text ul li a{
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .footer-bottom .up .container-xl .cont-three .text ul li a::before{
    position: absolute;
    content: ">>";
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    top: 0;
    left: 0;
    font-family: "Segoe UI Emoji";
}
.footer .footer-bottom .up .container-xl .cont-four{
    padding-top: 30px;
    width: 18%;
}
.footer .footer-bottom .up .container-xl .cont-four .title{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.footer .footer-bottom .up .container-xl .cont-four .text{
    padding-top: 35px;
}
.footer .footer-bottom .up .container-xl .cont-four .text ul li{
    margin-top: 25px;
}
.footer .footer-bottom .up .container-xl .cont-four .text ul li a{
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .footer-bottom .up .container-xl .cont-four .text ul li a::before{
    position: absolute;
    content: ">>";
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    top: 0;
    left: 0;
    font-family: "Segoe UI Emoji";
}
.footer .footer-bottom .down{}
.footer .footer-bottom .down .t1{
display: flex;
    align-items: center;
    position: relative;
}
.footer .footer-bottom .down .t1::before{
    position: absolute;
    content: "";
    width: 77%;
    height: 1px;
    background: #dddddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.footer .footer-bottom .down .t1 a{
margin-right: 5px;
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #dddddd;
    text-align: center;
}
.footer .footer-bottom .down .t1 a i{
    font-size: 16px;
}
#footer-l i{
    padding: 2px;
    color: #fff;
    background: #000;
}
.footer .footer-bottom .down .t2{
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    font-weight: 300;
}
/* 面包屑导航 */
.label-navigation-bar {
    display: flex;
    align-items: center;
}

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

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

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

.label-navigation-bar ul.breadcrumb li:hover a {
    color: var(--public-color);
}

.label-navigation-bar ul.breadcrumb li .active {
    color: var(--public-color);
}

.label-navigation-bar ul.breadcrumb li+li:before {
    padding: 0 15px;
    color: #fff;
    content: "→";
    font-family: 'Segoe UI Emoji';
    font-weight: 700;
}

/* ... */
.ahoverunderline:hover{
    text-decoration: underline;
}



@media (max-width: 768px) {
    .footer .footer-top{min-height: 200px;}
    .footer .footer-top .but{margin-top: 15px;}
    .footer .footer-top .but a{line-height: 32px;}
    .footer .footer-bottom{
        padding: 30px 0 30px 0;
    }
    .footer .footer-bottom .up .container-xl .cont-one .text{padding: 0;}
    .footer .footer-bottom .up .container-xl .cont-one{padding: 0;}
    .footer .footer-bottom .up .container-xl .cont-one .text ul li{margin-top: 15px;}
    .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-four .text{padding-top: 0;}
    .footer .footer-bottom .up .container-xl .cont-two .text ul li,
    .footer .footer-bottom .up .container-xl .cont-three .text ul li,
    .footer .footer-bottom .up .container-xl .cont-four .text ul li{margin-top: 15px;}
    .footer .footer-bottom .up .container-xl > div{padding-right: 0;}
    .footer .footer-bottom .up{padding-bottom: 15px;}
    .footer .footer-bottom .down .t1::before{display: none;}
}
