/*!
 * app.css for china-lsh.com
 * Author wzcoder.com
 * @Copyright 2005-2024 wzcoder.com (http://www.wzcoder.com)
 * @version 1.2
 * @date 2024-10-06 2:59 PM
 */

/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css";
@import "hero.css";
@import "footer.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.ts_03 {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.ts_05 {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.banner-inner {
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.banner-inner a {
    color: #FFFFFF;
}

.banner-container {
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: start;
}

.banner-container.no-sidebar {
    align-items: center;
}

.banner-inner-wrapper h2 {
    font-size: 26px;
    margin-bottom: 1rem;
}

.page-nav {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1)
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;

}

.card-title {
    padding: 30px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

.au-box {
    position: relative;
    min-height: 190px;
    background-color: var(--light-bg-color);
    overflow: hidden;
    padding: 10px;
}

.au-box .bg {
    position: absolute;
    background-image: url("../img/gsjj_hover.png");
    background-color: #1C59A8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(0);
}

.au-box h3 {
    font-size: 18px;
    text-align: center;
}

.au-box img {
    max-width: 64px;
    height: auto;
}

.au-box:hover {
    background-color: transparent;
}

.au-box:hover .bg {
    transform: scaleY(1);
    opacity: 1;
}

.au-box:hover img {
    filter: grayscale(100%) brightness(500%);
}

.au-box:hover h3 {
    color: #FFFFFF;
}

.yk-ifm {
    height: 197px;
}

.products {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    overflow: hidden;
}

.products-lists {
    margin-top: 200px;
    background: rgba(0, 0, 0, 0.6);
}

.products-lists .product-item {
    border-left: 1px solid #404040;
    position: relative;
}

.product-item .info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    min-height: 212px;
}

.product-item .info img {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    transition: 0.5s;
    border-radius: 100%;
}

.product-item .info h3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
}

.owl-carousel.products-carousel .owl-item:last-child .product-item {
    border-right: 1px solid #404040;
}

.pr-hover .big-pic {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}

.pr-hover:hover .big-pic {
    visibility: visible;
    transform: translateY(-212px);
    opacity: 1;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.products-carousel .owl-nav {
    width: 100vw;
}

.owl-carousel.products-carousel .owl-nav .owl-prev, .owl-carousel.products-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 30px;
    height: 36px;
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.owl-carousel.products-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel.products-carousel .owl-nav button.owl-next {
    right: 10px;
}


.product-item .info .big-caption {
    display: none;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 0;
}

.news-lists {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

.owl-carousel.news-carousel .owl-item {
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0.1;
}

.owl-carousel.news-carousel .owl-item.active {
    visibility: visible;
    opacity: 1;
}

.owl-carousel.news-carousel .owl-nav {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 36px;
    margin: 0 5px;
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-nav .bi {
    color: #FFFFFF;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 1) !important;
}

.owl-carousel.news-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 45px;
    z-index: 999;
}

.owl-carousel .owl-dot span {
    display: inline-block;
    cursor: pointer;
    background: var(--light-bg-color);
    overflow: hidden;
    border: 0;
    width: 30px;
    height: 4px;
    opacity: 1;
    margin: 0 3px;
    transition: 0.3s ease-in-out;
}

.owl-carousel .owl-dot.active span {
    background: var(--primary-color);
}

.post-item {
    background: #FFFFFF;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all .2s linear;
    height: 100%;
}

.post-item:hover {
    transform: scale(1.05);
}

.post-item .post-txt {
    padding: 10px;
}

.post-item .post-txt .title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--chakra-line-clamp);
    --chakra-line-clamp: 2;
}

.post-item .post-more time, .post-item .post-txt p, .post-item .post-more a {
    color: var(--text-color-secondary);
    font-size: 14px;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    transition: all 0.3s;
    padding: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}


.sidebar-nav .nav-header {

}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;

}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-nav > li:first-child, .sidebar-nav > li:last-child {
    border-bottom: none;
}

.nav-content > li:first-child {
    border-top: 1px solid var(--border-color);
}

.nav-content > li:last-child {
    border-bottom: none;
}

.sidebar-nav .nav-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--primary-color);
    font-weight: 600;
    padding: 20px 15px 20px 15px;
    margin-bottom: 0;
}

.sidebar-nav .nav-heading i {
    margin-right: 10px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    padding: 15px 20px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 14px;
    margin-right: 10px;
}

.sidebar-nav .nav-link.collapsed {
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active {
    color: var(--primary-color);
    background: #f6f9ff;
}


.sidebar-nav .nav-link:hover i {
    color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
    opacity: 0;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-link.has-subs .bi-chevron-down {
    opacity: 1;
}

.sidebar-nav .nav-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 10px 30px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: var(--secondary-color);
}

.sidebar-nav .nav-content a.active i {
    background-color: var(--secondary-color);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar-nav .nav-link {
        padding: 10px 12px;
    }

    .sidebar-nav .nav-content a {
        padding-left: 20px;
    }
}

.post-box__img h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

.post-box__img .post-img {
    position: relative;
    background: var(--border-color);
    border: 5px solid var(--border-color);

}

.post-txt__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s;
    background: rgba(var(--focus-color-rgb), 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    transform: scale(0);
}

.post-txt__hover h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0;
}

.post-txt__hover .icon i.bi {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 1rem;
    display: inline-block;
}

.post-box__img:hover .post-txt__hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sidebar_contact {
    position: relative;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background: var(--primary-color) url("../img/aside_contact_bg.png") no-repeat center center;
    background-size: cover;
    padding: 20px 15px 20px 15px;
    color: #FFFFFF;
}


.sidebar_contact .sidebar-tit h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar_contact .sidebar-tit h3 i {
    margin-right: 10px;
}

.sidebar_contact .info {
    font-size: 14px;
    padding-bottom: 100px;
}

.sidebar_contact .info p {
    margin-bottom: 8px;
}

.article-content .article-title, .list-title {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 1rem;
}


.article-content .article-title h2, .list-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.article-content .article-body img {
    max-width: 100%;
    height: auto;
}

/* 大事记 start */
.miles-nav .nav-link {
    padding: 9px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    color: var(--title-color);
}

.miles-nav .nav-link.active {
    background-color: var(--focus-color);
}

.miles-times {
    font-size: 38px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin: 1.5rem 0;
}

.miles-wrapper {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.miles-wrapper:before {
    content: " ";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #c40e18;
    position: absolute;
    top: 0;
    left: 25%;
    transform: translateX(-50%);

}

.miles-item {
    position: relative;
}

.miles-wrapper .miles-tit {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
}

.miles-item .miles-txt p {
    margin-bottom: 0;
}

@media screen and (min-width: 1199px) {
    .miles-img {
        width: 600px;
        display: inline-block;
    }
}

.point {
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 50%;
    border: 3px solid #ee1c25;
    width: 12px;
    height: 12px;
    background-color: #e4eff5
}

.text-md-start .point {
    left: -6px;
}

.text-md-end .point {
    right: -6px;
}

.point::before,
.point::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#bc1b21, #f2686e), linear-gradient(31deg, #bc1b21 0, #ee1c25 65%, #f2686e 100%), linear-gradient(#f2686e, #bc1b21);
    background-blend-mode: normal, normal, normal;
    animation: pointrun1 3s infinite
}

.point::after {
    animation-delay: .75s
}

@keyframes pointrun1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: scale(4.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .miles-wrapper:before {
        display: none;
    }

    .point {
        display: none;
    }

    .miles-wrapper .miles-item {
        border-bottom: 1px solid var(--border-color);
        padding: 15px 0;
    }
}

/* 大事记 end */


.post-box__txt {
    border: 5px solid var(--border-color);
    padding: 20px;
    min-height: 200px;
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0.97) 100%), url('../img/logo_icon.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.post-box__txt .post-txt h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
}

.post-box__txt .post-txt h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--border-color);
    bottom: -10px;
    left: 0;
    transition: 0.3s all;
}

.post-box__txt a {
    font-size: 14px;
    transition: 0.3s all;
}

.post-box__txt ul.moreinfo {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.post-box__txt:hover .post-txt h3:after {
    background-color: var(--focus-color);
}

.post-box__txt:hover a {
    color: var(--focus-color);
}

.post-box__txt .modal-content p {
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.ql-block {
    background-image: url("../img/index_part4_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ql-box {
    color: #FFFFFF;
    padding: 1rem;
}

.ql-box h3 {
    font-size: 20px;
    font-weight: 600;
}

.ql-box p {
    font-size: 14px;
}

.post .article-title {
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
}

.post .article-title h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}

.post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-meta a {
    margin-right: 10px;
    font-size: 14px;
    color: var(--text-color-secondary);
}

.post-meta a:last-child {
    margin-right: 0;
}

.post .article-body img {
    max-width: 100%;
    height: auto;
}

.post .article-footer {
    margin-top: 1rem;
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
}

.article-prev-next {
    font-size: 14px;
}

.detail-title {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-color-rgb), 0.2);
    margin-bottom: 2rem;
}

.detail-title i {
    margin-right: 10px;
}

.detail-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 20px 15px 20px 15px;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .yk-ifm {
        height: 290px;
    }
}

@media (min-width: 768px) {
    .yk-ifm {
        height: 391px;
    }


}

@media (min-width: 992px) {
    .au-box h3 {
        font-size: 20px;
    }

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

    .yk-ifm {
        height: 526px;
    }
    .product-item .info img {
        padding: 5px;
    }

    .article-intro .article-img img {
        max-width: 640px;
        height: auto;
    }

    .post-meta a {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .yk-ifm {
        height: 627px;
    }

    .pr-hover:hover .product-item {
        background: rgba(var(--primary-color-rgb), 0.6);
    }

    .pr-hover:hover .info h3.small-caption, .pr-hover:hover .info img {
        display: none;
    }

    .pr-hover:hover .info .big-caption {
        display: block;
    }

    .post-box__txt .modal-content p {
        font-size: 16px;
    }

    .post .article-body img {
        max-width: 720px;
        height: auto;
    }

    .article-intro .article-img img {
        max-width: 720px;
        height: auto;
    }
}

@media (min-width: 1400px) {
    .yk-ifm {
        height: 729px;
    }

    .pr-hover:hover .product-item {
        background: rgba(var(--primary-color-rgb), 0.6);
    }

    .pr-hover:hover .info h3.small-caption, .pr-hover:hover .info img {
        display: none;
    }

    .pr-hover:hover .info .big-caption {
        display: block;
    }

    .post-box__txt .modal-content p {
        font-size: 16px;
    }
}

