body {
    font-family: 'Jost', sans-serif
}

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

.catename {
    text-transform: capitalize !important;
}


a h2:hover {
    text-decoration: underline;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 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: 600 !important;
    color: #333 !important;
    font-family: 'Jost', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Jost', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #333 !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: 'Jost', 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: 0px !important;
    padding-left: 30px !important;
    font-family: 'Jost', sans-serif !important;
}

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

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

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

.dt-content strong,
.dt-content strong span{
    font-weight: 600 !important;
}

header {
    position: relative;
}

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

header:after {
    position: absolute;
    content: "";
    width: 40%;
    left: -60px;
    top: 0px;
    background-color: #297ee8;
    height: 100%;
    z-index: -1;
}

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


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

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

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

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

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #297ee8;
    margin: 2px;
}

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    padding: 20px 10px;
    display: block;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-transform: capitalize;

}

.logo a:hover {
    color: #000;
}


@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 0px;
    }

    .logo a {
        padding: 10px 10px;
        font-size: 24px;
        line-height: 26px;
    }

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

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

    .burger {
        display: flex;
    }

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

    header:after {
        width: 50%;
        left: 0;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

img {
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
}

.m1,
.m2,
.m3,
.m4 {
    padding: 36px 0 24px;
}

.section-title {
    margin-bottom: 15px;
}

.m1 a img {
  width:100%;
    aspect-ratio: 1/0.6;
}

.m1 h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.m2 a {
    padding: 15px;
}

.m2 .service-item {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    align-items: center;
}

.m2 .item .service-icon {
    width: 200px;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
}

.m2 .item img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    border-radius: 8px;
}

.m2 .item .dec {
    padding-left: 25px;
    width: calc(100% - 200px);
}

.m2 .item h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
    z-index: 88;
    position: relative;
}

.m2 .service-item .service-readmore {
    width: max-content;
    margin-bottom: 0;
}

.m3 a {
    padding: 15px;
  display: flex;  
}

.m3 h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.m3 .team-item .team-dec {
    padding: 10px;
}

.m3 img {
    width: 100%;
    aspect-ratio: 1/0.6;
}

.section-title h3 {
    font-size: 32px;
}

.catename {
    font-size: 14px;
    line-height: 1.3;
    color: #297ee8;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-item .post-date {
    font-style: normal;
}

.m4 .left .item {
    padding: 15px;
}

.m4 .left .item .blog-item-meta {
    color: #202020;
}

.m4 .left .item h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.m4 .left .item img {
    aspect-ratio: 1/0.6;
    width: 100%;
}
.m4 .left .item:hover .blog-item .blog-item-meta{
  background-color: #297ee8;
  color: #fff;}
.m4 .right li .recent-post-img {
    width: 100px;
}

.m4 .right li .recent-post-img img{
width:100%;
aspect-ratio: 1/0.7;}

.m4 .right li h2 {
    width: calc(100% - 100px);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 12px;
}
.m4 .right{
    margin-top: 53px;
}

.search_btn{
    background-color: #297ee8;
}

.search_btn a{
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
}
.search_btn:hover{
    background-color: #297ee8;
}
.search_btn:hover  a{
    color: #fff;
}
@media (max-width:1024px) {
    .m2 .service-item {
        padding: 15px;
    }

    .m2 .item .dec {
        padding-left: 15px;
        width: calc(100% - 150px);
    }

    .m2 .item .service-icon {
        width: 150px;
    }
}

@media (max-width:992px) {
    .m4 .right{
        margin-top: 0px;
    }
    .m4 .right{
        order: -1;
    }
}

@media (max-width:550px) {

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

    .m1 .mb-25 {
        margin-bottom: 0;
    }

    .m1 a img {
        margin-bottom: 6px;
    }

    .catename {
        margin-bottom: 5px;
    }

    .m1 h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    p {
        line-height: 18px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .m1 .video-btn{
        width: 100%;
        text-align: center;
        padding: 8px 22px;
        font-size: 16px;
    }
    .section-title h3 {
        font-size: 20px;
    }
    .section-title {
        margin-bottom: 4px;
    }
    .m2 a,
    .m3 a,
    .m4 .left .item {
        padding: 7px 15px;
    }
    .m2 .service-item {
        padding: 10px;
    }
    .m2 .item .dec {
        padding-left: 10px;
        width: calc(100% - 150px);
    }
    .m2 .item img{
        aspect-ratio: 1/0.7;
    }
    .m2 .item h2{
        font-size: 18px;
        margin-bottom: 6px;
    }

    .m3 h2{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .blog-item .blog-item-des {
        padding: 12px;
    }
    .m4 .left .item h2{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .blog-item .blog-item-meta {
        padding: 8px 8px;
    }

    .sidebar-item{
        padding: 15px;
    }
    .sidebar-title{
        font-size: 18px;    margin-bottom: 10px;
    }
    .dt-content h1,
    .dt-content h2,
    .dt-content h3,
    .dt-content h4,
    .dt-content ul li,
    .dt-content ol li,
    .dt-content p,
    .dt-content span {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .dt-content .dt-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }
  .m3 a{    flex: auto;}
.team-item .team-dec p {
    margin-bottom: 4px;
}



}