.top-ser {
    display: flex;
    justify-content: flex-end;
    align-items: center;}

.top-ser a {
    color:#fff;
    font-size:16px;}

.ser-btn {
    width: 30px;
    height: 30px;
    background: url(image/seach.png) no-repeat center center;
    background-size: 15px;
    margin-left:10px;}
.m-head {    position: relative;}
.wap-menu {
    top:15px;
    width: 30px;
    height: 30px;}
.m-nav {top:110px;}
.m-logo {
    position: relative;
        border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 10px;
    padding-top:5px;}

.wap-ser {
    width: 100%;
    position: relative;
    display: flex;
    border: 1px solid #fff;
    margin: 10px 0;}
.wap-ser input {
    width: 80%;
    height: 30px;
    padding-left: 10px;
    padding-right: 50px;
    background: transparent;}
.wap-ser input::placeholder {
    color: #ffffff;
    opacity: 0.8;}
.wap-ser button {
    position: relative;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    color: #fff;
    font-size: 16px;
        background: transparent;
    border: none;
        line-height: 30px;}
.wap-ser button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);}

/* 师资标题列表 css */
.personnel-list {
    margin-top: 40px;}

.personnel-section {
    margin-bottom: 40px;
    background-color: #f3f8fb;
    padding: 40px;
    overflow: hidden;}

.personnel-title {
    border-bottom: 1px solid #004ca0;}

.personnel-title span {
    background-color: #004ca0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 25px;
    position: relative;
    display: inline-block;
    /* æ¢¯å½¢æ•ˆæžœ */
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);}

.personnel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background-color: #ffffff;
    padding: 40px;
    margin-top: 40px;}

.personnel-name {
    color: #333333;
    font-size: 16px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left;
    display: block;}

.personnel-name:hover {
    color: #004ca0;
    text-decoration: underline;}

    @media screen and (max-width: 992px) {
        .personnel-list {
            margin-top: 30px;}

        .personnel-section {
            padding: 30px;
            margin-bottom: 30px;}

        .personnel-grid {
            grid-template-columns: repeat(4, 1fr);
            padding: 30px;
            gap: 15px 0;
            margin-top: 30px;}

        .personnel-name {
            font-size: 15px;
            padding: 10px 15px;}
    }


@media screen and (max-width: 768px) {
    .personnel-section {
        padding: 25px 20px;
        margin-bottom: 25px;}

    .personnel-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 20px;
        gap: 12px 0;
        margin-top: 20px;}

    .personnel-name {
        font-size: 14px;
        padding: 8px 12px;}
}

@media screen and (max-width: 576px) {
    .personnel-section {
        padding: 20px 15px;
        margin-bottom: 20px;}

    .personnel-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 15px;
        gap: 10px 0;
        margin-top: 15px;}

    .personnel-name {
        font-size: 13px;
        padding: 8px 10px;}
}

@media screen and (max-width: 480px) {
    .personnel-section {
        padding: 15px 10px;
        margin-bottom: 15px;}

    .personnel-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 12px;
        gap: 8px 0;
        margin-top: 12px;}

    .personnel-name {
        font-size: 12px;
        padding: 6px 8px;}
}
.footnav li{width:11.11%;float:left;text-align:center;}
.footnav li h2{font-weight:normal;margin-bottom:10px;}
.footnav li h2 a{font-size:18px;color:#fff;}

.footnav li .sub a{display:block;line-height:30px;font-size:16px;margin:5px 0;color:#95a1e4;}

@media (max-width:1024px){
    .footnav{display:none;}
    .bq{margin:0;border-top:0;}
    .footer{padding:10px 0;}
}
