/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

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

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.section-title h2 {
    color: var(--title-color);
}

.sub-title {
    text-transform: uppercase;
}

.banner-inner {
    padding-top: 120px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center center;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

.banner-container h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 500;
    position: relative;
}


.banner-container p {
    font-size: 16px;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .banner-inner {
        height: 25vh;
    }

    .banner-container h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 0;
    }

    .banner-container p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .banner-container p.sub-title {
        margin-bottom: 1rem;
    }

    .banner-inner .mouse {
        bottom: 10px;
    }

    .banner-inner .mouse i {
        font-size: 24px;
    }
}

.page-nav {
    margin-top: 30px;
}

.page-nav .breadcrumb {
    margin-bottom: 0;
}

.page-nav .breadcrumb, .page-nav .breadcrumb a {
    color: #FFFFFF;
}

.page-nav .breadcrumb span.bi {
    font-size: 14px;
    margin: 0 5px;
}

.breadcrumb {
    align-items: baseline;
}

/*--------------------------------------------------------------
# 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);
    font-family: var(--heading-font);
}

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background-size: cover;
    background-repeat: no-repeat;
}

.about-title, .about-content {
    margin-bottom: 40px;
}

.about-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--title-color);
}

.about-title h3.sub-title {
    font-size: 18px;
    color: var(--title-color);
}

.about-content h3 {
    font-size: 26px;
    color: var(--title-color);
    margin-bottom: 20px;
}

.about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*.about-img img {*/
/*    max-width: 300px;*/
/*}*/

.btn-about {
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    padding: 15px 0;
}

.btn-about i, .btn-more i {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 2px;
    margin-left: 10px;
    transition: 0.3s;
}

.btn-about:hover i,
.btn-more:hover i {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Technology Platform
--------------------------------------------------------------*/
.platform-img {
    box-shadow: 0px 2px 18px -12px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    overflow: hidden;
}

.platform .icon-box:not(:last-child) {
    margin-bottom: 30px;
}

.icon-box img {
    width: 50px;
    height: 50px;
    margin-right: 25px;
}

.icon-box .detail h3 a {
    font-size: 20px;
}

.icon-box .detail p {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.category-box {
    position: relative;
    list-style: none;
}

.category-box a.btn-more {
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 2.5em;
    color: #FFFFFF;
    z-index: 10;
}

.category-box figure {
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

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

.category-box figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.category-box figure .item:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom left, rgba(var(--primary-color-rgb), 0.5) 50%, rgba(var(--primary-color-rgb), 0.1) 100%);
    z-index: 1;
}

.category-box figure figcaption {
    padding: 2em;
    padding-bottom: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-box figure figcaption::before,
.category-box figure figcaption::after {
    pointer-events: none;
}

.category-box figure figcaption,
.category-box figure figcaption > a {
    position: absolute;
    top: inherit;
    bottom: 50%;
    left: 0;
    width: 100%;
}

.category-box figure figcaption.caption {
    position: absolute;
    top: inherit;
    bottom: 60%;
    left: 0;
    width: 100%;
    z-index: 10;
}

.category-box figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.category-box figure h4 {
    transition: transform 0.35s;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
}

.category-box figure h4.top-text {
    font-size: 32px;
    line-height: 43px;
    font-weight: 800;
}

.category-box figure h4 span {
    font-weight: 700;
}

.category-box figure h4,
.category-box figure p {
    margin: 0;
    color: #fff;
}

.category-box figure p {
    color: #fff;
    font-weight: 600;
}

.category-box a.author-name {
    color: #fff;
}

figure.effect-lily img {
    transition: opacity 0.35s, transform 0.5s;
    width: 100%;
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.5em;
    padding-bottom: 0;
    width: 100%;
    height: 50%;
}

figure.effect-lily .info {
    transform: translate3d(0, 20px, 0);
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

figure.effect-lily h4 {
    transition: transform 0.35s;
}

figure.effect-lily .p-footer {
    color: rgba(var(--primary-color-rgb), 0.8);
    opacity: 0;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
    transform: scale(1.1);
    opacity: .7;
}

figure.effect-lily:hover .p-footer {
    opacity: .9;
}

figure.effect-lily:hover .info {
    transform: translate3d(0, 5px, 0);
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

figure.effect-lily:hover .btn-more {
    color: var(--focus-color);
}

.category-box figure .list {

    visibility: hidden;
    font-size: 14px;
    opacity: 0;
    transition: 0.5s;
}

.category-box figure .list a {
    color: #FFFFFF;
}

figure.effect-lily:hover .list {
    opacity: 1;
    visibility: visible;
}

.category-box figure .post-img {
    width: inherit;
    opacity: 1 !important;
}

aside.p-meta-info a {
    color: #fff;
    font-weight: 700;
    opacity: 1;
    letter-spacing: .02em;
}

.post-img-anchor {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background: #f3f6f9;
    border-radius: 50%;
}


@media (max-width: 1199px) {
    .category-box figure figcaption.caption {
        bottom: 54%;
    }

    .category-box figure h4.top-text {
        font-size: 28px;
        line-height: 35px;
    }

    .category-box a.btn-more {
        left: 2em;
    }

    figure.effect-lily figcaption > div {
        padding: 2em;
    }

    .category-box figure h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {

    .category-box figure figcaption,
    .category-box figure figcaption > a {
        bottom: 38%;
    }
}

@media (max-width: 736px) {
    .category-box a.btn-more {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .category-box figure figcaption,
    .category-box figure figcaption > a {
        bottom: 25%;
    }

    .category-box figure h4.top-text {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .category-box figure figcaption.caption {
        bottom: 58%;
    }

    .category-box figure h4 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 568px) {
    .category-box figure figcaption.caption {
        bottom: 40%;
    }
}

@media (max-width: 480px) {
    .category-box figure figcaption.caption {
        bottom: 50%;
    }
}

@media (max-width: 415px) {
    figure.effect-lily figcaption > div {
        padding: 1em;
    }

    .category-box a.btn-more {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .category-box figure figcaption.caption {
        bottom: 60%;
    }

    .category-box figure h4.top-text {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }

    .category-box figure figcaption,
    .category-box figure figcaption > a {
        bottom: 50%;
    }
}

@media (max-width: 380px) {
    .category-box figure figcaption.caption {
        bottom: 64%;
    }

    .category-box figure h4.top-text,
    .category-box figure h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    top: 60px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px 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;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 600;
    margin: 10px 0 25px 20px;
}

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

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    transition: 0.3s;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--primary-color);
}

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

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

.sidebar-nav .nav-link:hover {
    color: var(--secondary-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;
}

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

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

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px 10px 20px;
    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(--focus-color);
}

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

.article-title {
    margin-bottom: 40px;
}

.article-title h1 {
    font-size: 32px;
    margin-bottom: 0;
}

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

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

.article-body table p {
    margin-bottom: 0;
}

.article-footer {
    margin-top: 40px;
}

.article-prev-next, .article-prev-next a {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.lists, .page-about {
    background-size: cover;
    background-repeat: no-repeat;
}

.lists .article-item {
    display: flex;
    align-items: center;
    padding: 40px 52px 40px 37px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all .36s;
    margin-bottom: 40px;
}

.lists .article-item h3 {
    color: var(--title-color);
    line-height: 1.6;
    transition: all .36s;
    font-size: 24px;
    margin-bottom: 0;
}

.lists .article-item:hover {
    background: var(--primary-color);
}

.lists .article-item:hover h3 {
    color: #fff;
}

.contact {
    position: relative;
}

.w-1920 {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 0;
}

.w-1920__le {
    width: 77.8%;
    background: var(--light-bg-color);
    padding-top: 145px;
    padding-bottom: 77px;
    padding-left: 320px;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 1680px) {
    .w-1920__le {
        padding-top: 120px;
        padding-bottom: 75px;
        padding-left: 8.75%;
    }
}

@media screen and (max-width: 1440px) {
    .w-1920__le {
        padding-top: 100px;
        padding-bottom: 70px;
        padding-left: 8.75%;
    }
}

@media screen and (max-width: 1280px) {
    .w-1920__le {
        padding-top: 80px;
        padding-bottom: 60px;
        padding-left: 8.75%;
    }
}

@media screen and (max-width: 1200px) {
    .w-1920__le {
        padding-top: 80px;
        padding-bottom: 60px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .ctact_tp_le {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 30px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .w-1920__le {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .w-1920__le {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.w-1920__ri {
    width: 53%;
    overflow: hidden;
    position: absolute;
    right: 0;
    border-radius: 15px 0 0 15px;
    bottom: 75px;
    z-index: 20;
}


@media screen and (max-width: 1680px) {
    .w-1920__ri {
        width: 52%;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 75px;
    }
}

@media screen and (max-width: 1440px) {
    .w-1920__ri {
        bottom: 65px;
        border-radius: 15px 0 0 15px;
    }
}

@media screen and (max-width: 1440px) {
    .w-1920__ri {
        width: 50%;
        bottom: 75px;
        border-radius: 15px 0 0 15px;
    }
}

@media screen and (max-width: 1280px) {
    .w-1920__ri {
        width: 48%;
        bottom: 75px;
        border-radius: 15px 0 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .w-1920__ri {
        width: 50%;
        bottom: auto;
        top: 170px;
    }
}

.contact-main {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .w-1920__ri {
        width: 43%;
        bottom: auto;
        top: 265px;
    }
}


@media screen and (max-width: 768px) {
    .w-1920__ri {
        width: 100%;
        bottom: auto;
        top: 170px;
        position: static;
        border-radius: 15px;
        background: #f7f8fa;
        padding: 0 20px;
    }
}


.contact-icon-box {
    margin-top: 30px;
}

.contact-icon-box i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: var(--white-color);
    color: var(--primary-color);
    margin-right: 25px;
}

.contact-icon-box:hover i {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.contact-icon-box .detail h3 {
    font-size: 20px;
}

.contact-icon-box .detail p {
    color: var(--text-color-secondary);
}

.contact-info h2 {
    font-size: 32px;
    color: var(--title-color);
    margin-bottom: 2em;
}

.banner-about {
    background-position: center 10%;
}

.about-pic {
    border-radius: 15px;
    overflow: hidden;
}

.about-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--focus-color);
}


.about-content p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .about-title h2 {
        font-size: 26px;
    }

    .about-content h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .contact-info h2 {
        font-size: 26px;
    }

    .article-title h1 {
        font-size: 26px;
    }

    section.article {
        padding-top: 30px;
    }
}
