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

body {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: "Alexandria", 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) !important;
}

.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
    }
}

.foot-social{margin-top:50px;}

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

.header.header1 {
    background-color: #fff;
}

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

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

/*默认导航样式*/
.navbar {
    padding: 0px;
    position: static;
    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
}

.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: 300;
    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
}

.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: 500;
}

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

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

    .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-whatsapp i{
        font-size: 16px;
        color: #333
    }

    .top-mb-feed i {
        font-size: 24px;
        color: #fdd000
    }

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

    .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 li{position: relative;}

.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;
    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: 2%;
    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;
    background-color: #fff;
    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: var(--public-color);
    font-size: 20px;
    font-weight: 600;
}

.dropdown.lang .dropdown-toggle.qt {
    background-color: transparent;
}

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

.dropdown.lang .dropdown-toggle.qt:after {
    display: none
}

/*#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
}


/* 浮窗 */
#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: var(--public-color);
    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
}

.search-group .form-control {
    border: none;
    border-radius: 0px;
    background: #fff;
    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
}

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

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

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

.label-navigation-bar ul.breadcrumb li a {
    color: #353535;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

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

.label-navigation-bar ul.breadcrumb li .active {
    color: #00a0e9;
    font-weight: 700;
}

.label-navigation-bar ul.breadcrumb li + li:before {
    padding: 8px;
    color: #00a0e9;
    content: ">";
    font-family: "Alexandria", sans-serif;
}

.pi-middle .pi-middle-one .label-navigation-bar.bai img{opacity:1;}
.label-navigation-bar.bai ul.breadcrumb li a{color:#fff;}
.label-navigation-bar.bai ul.breadcrumb li .active{color:#fff;}
.label-navigation-bar.bai ul.breadcrumb li + li:before{color:#fff;}


@media (max-width: 768px) {
    .label-navigation-bar ul.breadcrumb{padding: 0px 10px;}
    .label-navigation-bar ul.breadcrumb li a{font-size: 14px;line-height: 22px;}    
}

/* 规划几大统一的字体样式 */
.whole-t1 {
}

.whole-t2 {
}

.whole-t2 {
}

.emoji-ui,
.emoji-ui a,
.emoji-ui p,
.emoji-ui span,
.emoji-ui h5 {
    font-family: "Segoe UI Emoji", serif !important;
}

/*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;}
}


@media(max-width:768px) {
    .pl-middle-three .right .t2{height:110px;overflow:hidden;margin-bottom:10px;}
    .pl-middle-three .right .t2.active{height:auto;}
    .pl-middle-three .modesc{margin-bottom:25px;text-align:center;color:var(--public-color);}
    .pl-middle-three .modesc i:before{content:"\f322";}
    .pl-middle-three .modesc.active i:before{content:"\f325";}
}


.content-cost{background-color:#ffffff;padding:0;position:fixed;z-index:999;right:90px;bottom:135px;transition:all 0.5s;overflow:hidden;width:800px;padding:10px;display:none;}
.content-cost .tj-jt{position:absolute;bottom:20px;right:30px;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;}
.content-cost .tj-jt::before{content:'';width:12px;height:12px;border-top:2px solid #666;border-right:2px solid #666;transform:rotate(45deg);}
.content-cost .top{display:flex;align-items:center;justify-content:space-between}
.content-cost .top .ca{font-size:18px;font-weight:bold;color:#0c459b}
.content-cost .center div{display:flex;flex-wrap:wrap;align-items:center}
.content-cost p{font-size:13px;font-weight:400;line-height:27px;color:#000000;margin-right:10px}
.content-cost span{flex:1;display:block;text-align:center;font-size:15px;font-weight:500;line-height:27px;color:#000000;margin:0px 0;background-color:#dddddd}
.content-cost input{flex:1;display:block;text-align:center;width:100%;background-color:#ffffff;border:solid 1px #dddddd;margin:8px 0}
.content-cost .jieguo{background-color:#ffffff;border:solid 1px #dddddd}
.content-cost.active{display:block;}
@media (min-width:1px) and (max-width:991px){
	.content-cost{bottom:30px;right:55px}
}

.content-cost{box-shadow:4px 4px 8px 2px rgba(0,0,0,0.1);border-radius:20px;background:url(../../images/tj-bg.jpg) no-repeat right bottom;background-color:#ffffff;padding:40px}
.content-cost .tj-top{position:relative}
.content-cost .tj-top .tj-t1{font-size:20px;line-height:27px;color:#2c2c2c;margin-top:10px}
.content-cost .tj-top .tj-t1 strong{font-weight:400}
.content-cost .tj-top .tj-right{background-color:#00a0e9;border-radius:10px 0px 0px 10px;font-size:20px;line-height:27px;color:#ffffff;padding:2px 30px;position:absolute;right:-40px;top:0}
.content-cost .tj-center{display:flex;justify-content:space-between;padding:35px 0}
.content-cost .tj-center .tj-ri-top{display:flex;justify-content:space-between;text-align:center;padding:0 40px 0 0}
.content-cost .tj-center .tj-ri-top .top-le .tj-img img{width:81px}
.content-cost .tj-center .tj-ri-top .top-le{font-size:14px}
.content-cost .tj-center .tj-le{flex:0 0 54%}
.content-cost .tj-center .tj-ri{flex:0 0 40%}
.content-cost .form-feedback .form-control{border-radius:5px;border:solid 1px #5d5d5d;background-color:#fff;text-align:left;padding-left:20px;font-size:14px}
.content-cost .first{padding:20px 0}
.content-cost .first .h2{display:flex;align-items:baseline;margin-bottom:20px}
.content-cost .first .h2 .two{line-height:30px;color:#404040;margin-left:10px;font-size:12px}
.content-cost .first .h2 .two:hover{text-decoration:underline}
.content-cost .form-feedback  .form-control{position:relative}
.content-cost .form-feedback .t5{position:absolute;background:#fff;position:absolute;z-index:1;top:0;left:20px;transform:translateY(-15%);font-size:16px;line-height:23px;color:#000000;padding:0 10px}
.content-cost .form-feedback .contact-textarea{padding:20px}
.content-cost .form-feedback .btn{background-color:#00a0e9;box-shadow:2px 2px 7px 1px rgba(0,160,233,0.28);padding-top:5px;padding-bottom:5px;font-size:16px}
.content-cost .form-feedback .btn:hover{background:#00b5ff}
.content-us{width:520px}
.content-us .us-he{font-size:20px;line-height:30px;color:#2c2c2c;margin:0 0 20px 0}

@media (min-width:1px) and (max-width:991px){

.content-cost{padding:50px 20px 20px 20px;width:300px;height:360px;overflow-y:visible}
.content-cost .tj-jt{position:relative;bottom:0;right:20px;cursor:pointer;top:-20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;}
.content-cost .tj-top .tj-right{font-size:18px;line-height:20px;color:#ffffff;padding:6px 20px;position:absolute;right:-25px;top:-60px}
.content-cost .tj-top .tj-t1{font-size:16px;line-height:16px}
.content-cost .form-feedback .form-control{font-size:12px;padding-bottom:5px}
.content-cost .tj-center{padding:20px 0;flex-direction:column}
.content-cost .first{padding:10px 0}
.content-cost .first .h2 .two{line-height:18px}
.content-cost.content-us{padding:30px 20px 20px 20px}
.content-cost.content-us .tj-jt{top:0}
.content-us .us-he{margin:10px 0;font-size:16px;line-height:22px}
.content-cost .form-feedback .t5{font-size:16px}
.content-cost .form-group{margin-bottom:10px}

}






.video-nr{position:relative;background:#f4f6f9;padding:30px;height:calc(100vh - 90px);margin-top: 90px;;display:flex;flex-wrap:wrap;justify-content:space-between;border-top:1px solid #ddd;}
.video-nr .v-content{width:76%;height:100%;overflow:auto;}
.video-nr .v-content::-webkit-scrollbar{display:none;}
.video-nr .v-content .v-title{font-size:22px;line-height:28px;font-weight:bold;margin-top:15px;margin-bottom:15px;}
.video-nr .v-content .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-content .v-desc .left{font-size:14px;color:#777;}
.video-nr .v-content .v-desc .left i{margin-left:20px;margin-right:10px;}
.video-nr .v-content .v-desc .left i:first-child{margin-left:0;}
.video-nr .v-content .v-desc .right .v-ly{background:#00a0e9;border:1px solid #00a0e9; display: inline-flex;padding:5px 20px;border-radius:50px;align-items:center;color:#fff;}
.video-nr .v-content .v-desc .right .v-ly i{margin-right:8px;}
.video-nr .v-content .v-desc .right .v-ly:hover{box-shadow: 0 2px 10px rgb(0 0 0 / 20%);}
.video-nr .v-content .v-desc .right .v-fx{background:#fff;border:1px solid #333;display: inline-flex;margin-left:15px; padding:5px 20px;border-radius:50px;align-items:center;color:#333;}
.video-nr .v-content .v-desc .right .v-fx i{margin-right:8px;}
.video-nr .v-content .v-desc .right .v-fx:hover{background:#00a0e9;border-color:#00a0e9;color:#fff;}
.video-nr .v-content .v-nr{padding:20px 0;font-size:14px;line-height:20px;}
.video-nr .v-content .v-nr ul{display:flex;flex-wrap:wrap;margin-bottom:20px;}
.video-nr .v-content .v-nr ul li{margin-left:20px;}
.video-nr .v-content .v-nr ul li:first-child{margin-left:0;}
.video-nr .v-content .v-nr a{color:#00a0e9;}
.video-nr .v-content .v-nr a:hover{text-decoration:underline;}
.video-nr .v-content .v-title2{border-top:1px solid #ddd;display:flex;justify-content:space-between;align-items:center; font-size:22px;font-weight:bold;line-height:32px;margin-bottom:15px;padding-bottom:10px;margin-top:20px;padding-top:20px;}
.video-nr .v-content .v-title2 .right{font-size:16px;line-height:24px;color:#00a0e9;cursor:pointer;font-weight:initial;}
.video-nr .v-content .v-title2 .right:hover{color:#00b5ff;}
.video-nr .v-content .v-massage{font-size:16px;line-height:24px;}
.video-nr .v-content .v-massage p{position:relative;display:flex;align-items:center;}
.video-nr .v-content .v-massage p:before{content:"\f406";font-family:cmsfont; width:40px;height:40px;text-align:center;color:#fff;line-height:40px;font-size:20px; background:#00a0e9;border-radius:50%;display:inline-block;margin-right:10px;}
.video-nr .v-content .v-massage ul{padding:10px 10px 10px 50px;}
.video-nr .v-content .v-massage ul li{position:relative;display:flex;margin-bottom:10px;}
.video-nr .v-content .v-massage ul li:before{content:"\f406";font-family:cmsfont;width:24px;height:24px;text-align:center;line-height:24px; color:#fff;background:#5cc0f2;border-radius:50%;display:inline-block;margin-right:10px;}
.video-nr .v-content .v-massage strong{margin-right:0px;}

.video-nr .v-side{width:22%;height:100%;overflow:auto;}
.video-nr .v-side::-webkit-scrollbar{display:none;}
.video-nr .v-side .v-pro{background:#fff;padding:15px;border-radius:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-side .v-pro .img{width:30%;}
.video-nr .v-side .v-pro .text{width:67%;}
.video-nr .v-side .v-pro .text .t1{font-size:16px;line-height:24px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.video-nr .v-side .v-pro .d-flex{margin-top:20px;}
.video-nr .v-side .v-pro .d-flex a{display:inline-block;margin-right:10px;padding:5px 10px;border:1px solid #00a0e9;border-radius:50px;font-size:14px;line-height:20px;} 
.video-nr .v-side .v-pro .d-flex a:last-child{margin-right:0p;}
.video-nr .v-side .v-pro .d-flex a:hover{background:#00a0e9;color:#fff;}
.video-nr .v-side .v-pro .d-flex a:first-child{background:#00a0e9;color:#fff;}
.video-nr .v-side .v-pro .d-flex a:first-child:hover{box-shadow: 0 2px 10px rgb(0 0 0 / 20%);}
.video-nr .v-side .v-rel{background:#fff;padding:15px;border-radius:20px;}
.video-nr .v-side .v-rel .big-t1{font-size:22px;line-height:28px;font-weight:bold;margin-bottom:15px;}
.video-nr .v-side .v-rel .v-video-item{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-side .v-rel .v-video-item .left{width:54%;position:relative;}
.video-nr .v-side .v-rel .v-video-item .left a{position:absolute;left:0;right:0;bottom:0;top:0;z-index:99;}
.video-nr .v-side .v-rel .v-video-item .right{width:42%;}
.video-nr .v-side .v-rel .v-video-item .t1{font-size:14px;line-height:20px;margin-bottom:8px;}
.video-nr .v-side .v-rel .v-video-item .t2{font-size:12px;color:#999;line-height:20px;}

.v-feed-box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.v-feed-box .pro{width:30%;}
.v-feed-box .pro a{transition:none;}
.v-feed-box .right{width:68%;}
.v-feed-box .right .title{text-align:left;}
.v-feed-box .pro .text p{font-size: 15px;line-height: 22px;color: #666;position: relative;padding-left: 35px;margin-bottom: 0;} 
.v-feed-box .pro .text p::before{content: url(../../images/sign-2.png);font-family: 'cmsfont';line-height: 32px;font-size: 14px;position: absolute;left: 0;top: 0px;color: var(--public-color);font-weight: bold;}
.v-feed-box .pro h5{font-size: 15px;line-height: 22px;color: #666666;font-family: 'Rubik';font-weight: 400;margin-top:15px; margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.v-share_bot{margin-top: 30px;border: 1px solid #00a0e9;border-radius: 30px;padding: 6px;display: flex;justify-content: space-between;overflow: hidden;}
.v-share_bot input{border: 0;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;}
.v-share_bot button{width: 114px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: 0;
    background: #00a0e9;
    border-radius: 20px;
    flex-shrink: 0;
    cursor: pointer;}

@media(max-width:768px) {
    .video-nr .v-side .v-pro .d-flex a{padding:5px 10px;}
    .v-feed-box .pro{display:none;}
    .v-feed-box .right{width:100%;}
    .video-nr{height:auto;padding:15px;}
    .video-nr .v-content{width:100%;}
    .video-nr .v-side{width:100%;}
    .video-nr .v-content .v-desc .right{width:100%;}
    .video-nr .v-content .v-nr ul li{margin-left:0;margin-right:10px;}
    .video-nr .v-content .v-massage ul{padding-left:17px;}
    .video-nr .v-content .v-massage p{display:block;}
    .video-nr .v-content .v-massage ul li{display:block;}
}

.reveal-modal#mb-share{left: 60%;
    margin-left: -30%;
    width: 40%;}

.v-share-box .share{display: flex; margin-top:30px;
    font-size: 0;
    transition: all .3s ease-in-out;
    justify-content: space-between;}
.v-share-box .share_cell{font-size:16px;color:#333;text-align:center;}
.v-share-box .share_cell p{margin-bottom:0;}
.v-share-box .share_cell .icon.wa {
    background-position: -3px -180px;
}

.v-share-box .share_cell .icon.fb {
    background-position: -185px -235px;
}

.v-share-box .share_cell .icon.tw {
    background-position: -124px -177px;
}

.v-share-box .share_cell .icon.em {
    background-position: -64px -237px;
}

.v-share-box .share_cell .icon.li {
    background-position: -241px -204px;
}

.v-share-box .share_cell .icon:hover{box-shadow: 0 2px 6px rgb(0 0 0 / 25%);}

.v-share-box .share_cell .icon{width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    background: url(../../images/vc-sprite.png) no-repeat -3px -180px;
    background-size: 300px;
    border-radius: 50%;}

@media(max-width:768px) {
    .reveal-modal#mb-share{left: 10%;
    margin-left: -5%;
    width: 90%;}
}
