body {
    font-family: 'Work Sans', sans-serif;
    color: #333;
}

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


@font-face {
    font-family: 'Unbounded';
    src: url(../webfonts/Unbounded-VariableFont_wght.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-400.woff2) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-500.woff2) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-600.woff2) format('truetype');
    font-weight: 600;
    font-style: normal;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}



.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.nav-links li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    text-decoration: underline;
    color: #274abb;
}

.nav-links li a img {
    width: 24px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
    color: #274abb;
}

.line1,
.line2,
.line3 {
    width: 18px;
    height: 3px;
    background-color: #0d6efd;
    margin: 1px;
}

.logo a {
    font-family: 'Unbounded';
    font-size: 32px;
    line-height: 34px;
    color: #333;
    padding: 12px 10px;
    display: block;
    font-weight: bold;
}

.logo a::first-letter {
    color: #274abb;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 0px;
    }

    .logo img {
        max-width: 180px;
        max-height: 25px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li a {
        padding: 10px 10px;
    }

    .burger {
        display: flex;
        padding: 10px 15px;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 6px;
        font-size: 24px;
        top: 0px;
    }
}

.carousel {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.m1,
.m2,
.m3,
.m4,
.m5 {
    padding: 20px 0 30px
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.m1 h2,
.m3 h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
}

.m1 p,
.m3 p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.m1 img,
.m3 img {
    display: block;
    aspect-ratio: 1/0.6;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.m1 a:hover h2,
.m3 a:hover h2 {
    text-decoration: underline;
}

.m2 .item {
    display: block;
    padding: 10px;
}

.m2 .item img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.m2 .item h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.m2 .item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
}

.m2 .item p.btn-sm {
    color: #fff;
    margin-bottom: 0;
}

.m2 .item:hover h4,
.m4 a:hover h4,
.m5 a:hover h4 {
    text-decoration: underline;
}

.m4 a {
    display: block;
    padding: 10px;
}

.m4 a .post-tag span {
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #274abb;
    text-transform: capitalize;
    text-decoration: none;
    padding: 6px 12px;
}

.m4 a h4,
.m5 a h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 6px;
}

.m4 a p,
.m5 a p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.m4 a img {
    max-height: 220px;
    aspect-ratio: 1/0.6;
    width: 100%;
    object-fit: cover;
}

.m5 a {
    display: block;
    padding: 10px;
    height: 100%;
    max-height: 250px;
}

.m5 .blog-item-list {
    height: 100%;
}

.m5 .align-items-start {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    margin-left: 0;
}

.m5 .blog-item-list:hover .align-items-start {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    border: 1px solid #007bff;
    width: 100%;
}



.m5 a .row .col-lg-5 {
    padding-left: 0;
    height: 100%;
}

.m5 a .post-figure {
    height: 100%;

}

.m5 a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.m5 .aside-item a {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.m5 .aside-item a h4 {
    font-size: 16px;
}


.dt-content h1,
.dt-content h1 span,
.dt-content h2,
.dt-content h2 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    color: #000;
    font-family:  'Work Sans', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    font-style: normal !important;
    font-weight: bold;
    font-family:  'Work Sans', sans-serif !important;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}


.dt-content h3,
.dt-content h3 span,
.dt-content h4,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    color: #000;
    font-weight: 500 !important;
    font-family:  'Work Sans', sans-serif !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family:  'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 10px;
    font-family:  'Work Sans', sans-serif !important;
    padding-left: 15px;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;

}


.dt-content img {
    cursor: auto;
    margin-bottom: 15px;
    width: 100% !important;
    display: block;
    margin: auto !important;
    height: auto !important;
    max-width: 360px;
}

.service-item,
.blog-item{
    height: 100%;}


@media (max-width:992px) {
    .nav-links li a {
        padding: 10px 10px 10px 0px;
    }

    .logo a {
        font-size: 20px;
        line-height: 24px;
    }

    .m1 h2,
    .m3 h2,
    .m2 .item h4,
    .m4 a h4,
    .m5 a h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    .m1 p,
    .m3 p,
    .m2 .item p,
    .m4 a p,
    .m5 a p {
        font-size: 14px;
        line-height: 1.4;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 0px 0px 10px 0px;
        margin-bottom: 10px;
    }

    .m1,
    .m2,
    .m3,
    .m4,
    .m5 {
        padding: 20px 0 20px;
    }

    .section-title h2:before {
        width: 2px;
        height: 10px;
    }

    .service-item {
        padding: 10px;
    }

    .m2 .item img {
        width: 110px;
        height: 111px;
    }

    .blog-item .post-content {
        padding: 10px;
    }

    .aside-item {
        margin-top: 30px;
    }

    .m5 .aside-item a {
        padding: 10px;
    }

    .blog-sidebar h5 {
        padding-left: 10px;
    }

}

@media (max-width:769px) {
    .logo a {
        padding: 6px 10px;
    }

    .m1,
    .m2,
    .m3,
    .m4,
    .m5 {
        padding: 15px 0 15px;
    }

    .contact-cta a {
        padding: 10px;
    }

    .m1 h2,
    .m3 h2,
    .m1 p,
    .m3 p {
        margin-bottom: 5px;
    }

    .m1 img,
    .m3 img {
        max-height: 250px;
    }

    .m2 .item p {
        margin-bottom: 10px;
    }

    .service-item .service-item-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .m2 .item img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .m5 a{
        max-height: none;
        height: auto;
    }
    .m5 .blog-item-list{
        height: auto;
    }
    .m5 a .row .col-lg-5{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .blog-item-list .post-content{
        padding: 10px 0;
    }
    .aside-item {
        margin-top: 5px;
    }

    .m5 .aside-item a{
        margin-bottom: 0;
    }
    .service-item .service-item-header {
        margin-bottom: 5px;
    }
.m2 .item h4{
width:100%;
        text-align: center;}


}

@media (max-width:550px) {

    .m1,
    .m2,
    .m3,
    .m4,
    .m5 {
        padding: 10px 0 10px;
    }

    .section-title h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .m1 h2,
    .m3 h2,
    .m2 .item h4,
    .m4 a h4,
    .m5 a h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .service-item .service-item-header {
        margin-bottom: 5px;
    }

    .m1 p,
    .m3 p,
    .m2 .item p,
    .m4 a p,
    .m5 a p {
        font-size: 14px;
        line-height: 1.3;
    }

    .m2 .item p.btn-sm{
        margin: auto;
        width: max-content;
        display: block;
    }

    .m2 .item img {
        margin-bottom: 5px;
    }

    .m2 .item {
        padding: 10px 10px 5px;
    }
    .blog-item-list .post-content {
        padding: 5px 0;
    }
    .m5 a {
        padding: 10px 0 5px;
    }

    .m5 a p{
        margin-bottom: 5px;
    }

    .blog-item-list .post-meta {
        padding: 5px 0px 0px 0px;
    }
    .m5 .aside-item a {
        padding: 10px 0;
    }
    .blog-sidebar h5 {
        padding-left: 0;
    }

    .dt-content .dt-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
    padding-top: 0px;
    }


}