body {
    font-family: PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
} */
.banner {
    height: 752px;
    width: 100%;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: top center;
}
.block-margin {
    margin: 64px auto;
}
.block-title {
    font-size: 40px;
    line-height: 2;
    font-weight: normal;
    color: #00a0e9;
    text-align: center;
    margin: 0 0 40px;
}
.figure {
    display: block;
}
.figure-caption {
    font-size: 18px;
    color: #333333;
}

.personal-card {
    border-radius: 30px;
    border: solid 1px #d4d6db;
    background-color: #ffffff;
    overflow: hidden;
}
.personal-card .card-header {
    background-color: #eceef4;
    padding: 0;
    border-radius: 30px;
    border: solid 1px #d4d6db;
    overflow: hidden;
    margin: -1px -1px 0 -1px;
}
.personal-card .card-header > div  {
    flex: 1;
}
.personal-card .personal-title {
    position: relative;
    background-color: #00a4e0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 14px 40px;
}
.personal-card .personal-title::after {
    position: absolute;
    right: -39px;
    top: -35px;
    content: '';
    display: inline-block;
    background-color: #00A4E0;
    width: 45px;
    height: 100px;
    transform: rotate(45deg)
}
.personal-card .personal-title em {
    font-style: normal;
    margin-left: 20px;
}
.personal-card .personal-name {
    font-size: 24px;
    line-height: 30px;
}
.personal-card .report-time {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 15px 40px 15px 60px;
}
.personal-card .card-body {
    padding: 30px 40px;
}
.personal-card .personal-avatar img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.personal-card .personal-introduce {
    padding-left: 40px;
}
.personal-card .personal-introduce p {
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.personal-card .personal-introduce span {
    display: none;
}
.personal-card .personal-introduce .more {
    position: relative;
    padding-right: 70px;
}
.personal-card .personal-introduce .more span, .personal-card .personal-introduce .more a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.personal-card .personal-introduce .more span {
    position: absolute;
    bottom: 0;
    right: 0;
}
.personal-card .personal-introduce .more a:hover {
    color: #00A0E9;
    text-decoration: underline;
}
.personal-card .card-footer {
    background-color: #fff;
    font-size: 18px;
    color: #999999;
}
.personal-card .card-footer h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 2;
}

.case-img img {
    width: 240px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
}
.case-content {
    position: relative;
    border: solid 1px #bfbfbf;
    padding: 30px 20px 15px;
    height: 135px;
    min-width: 100px;
}
.case-content:hover {
    border-color: #00a4e0;
}
.case-subject {
    position: absolute;
    left: -1px;
    top: -16px;
    background-color: #00a4e0;
    border-radius: 0px 16px 16px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    padding: 0 40px 0 20px;
}
.case-title, .case-title a {
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    text-decoration: none;
}
.case-title a:hover {
    color: #00a4e0;
    text-decoration: underline;
}
.case-school {
    font-size: 14px;
    line-height: 2;
    color: #999;
}
.case-tag {
    margin-top: 5px;
}
.case-tag .badge {
    color: #8c93a9;
    background-color: #eceef4;
    font-size: 12px;
    font-weight: 400;
}

.news-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.news-cover img {
    width: 200px;
    height: 125px;
    object-fit: cover;
    border-radius: 8px;
    border: solid 1px #aaaaaa;
}
.news-content {
    min-width: 100px;
}
.news-content h2, .news-content h2 a {
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    text-decoration: none;
}
.news-content h2 a:hover {
    color: #00a0e9;
    text-decoration: underline;
}
.news-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.news-content time {
    font-size: 14px;
    line-height: 2;
    color: #999;
}

.video-item {
    box-shadow: 0, 0 , 12px 0, rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
}
.video-item a {
    display: block;
    line-height: 0;
}
.video-item img {
    width: 100%;
    object-fit: cover;
}

/* 窄屏 */
@media (max-width: 800px){
    header .header {
        background: #fff;
    }
    .banner {
        height: 200px;
        background-size: auto 100%;
        margin-top: 80px;
    }
    .navbar-light .navbar-toggler {
         color: #fff;
    }
    .block-margin {
        margin-top: 30px;
    }
    .block-title {
        margin-bottom: 10px;
    }
    .personal-card .personal-title {
        padding: 14px 20px;
    }

    .personal-title em {
        display: none;
    }
    .personal-card .card-body {
        padding: 15px 20px;
    }
    .personal-card .personal-avatar img {
        width: 70px;
        height: 70px;
    }

    .personal-card .personal-introduce {
        padding-left: 0;
    }

    .case-item {
        flex-direction: column;
    }
    .case-img, .case-img img {
        width: 100%;
        border-radius: 0;
    }
    .case-content {
        width: 100%;
    }

    .news-cover img {
        width: 120px;
        height: 100px;
    }
    
    .layui-layer-iframe {
        width: 100% !important;
    }
    .layui-layer-setwin .layui-layer-close2 {
        right: 0 !important;
        top: 0 !important;
    }
    .contact {
        padding: 0 15px !important;
    }
    .branch dt {
        display: none;
    }

    .about {
        display: none !important;
    }
    .copyright p:first-child {
        display: none !important;
    }
}