/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */

.jm {
    background: url('../images/banner/lib.jpg') no-repeat;
    background-size: cover;
    height: 600px
}


/* 巨幕响应式-PC */

@media screen and (max-width:1680px) {
    .jm {
        background-position: right;
        height: 520px
    }
}

@media screen and (max-width:1440px) {
    .jm {
        height: 450px
    }
}

@media screen and (max-width:1280px) {
    .jm {
        height: 400px
    }
}


/* 巨幕响应式-IPAD */

@media screen and (max-width: 1279px) {
    .jm {
        margin-top: -30px;
        height: 300px;
    }
}

@media screen and (max-width: 810px) {
    .jm {
        margin-top: 0px;
        height: 260px;
    }
}


/* 巨幕响应式-手机端 */

@media screen and (max-width:580px) {
    .jm {
        background-size: contain;
        background: url('../images/banner/h5/lib-iphone.jpg') no-repeat;
        background-position: left;
        height: 200px;
        display: block
    }
}


/*---------------------------------------------------------------------- /
巨幕设置-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
面包屑-开始
----------------------------------------------------------------------- */

.mbx-row {
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}


/* 面包屑文字 */

.mbx-text p {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px
}


/* 面包屑标题 */

.mbx-text h1 {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px
}


/* 面包屑-》》 */

.mbx-text p::after {
    display: inline-block;
    content: '\00bb';
    margin: 0.6em;
    color: black
}


/* 取消面包屑-最后一个》 */

.mbx-text p:last-child::after {
    display: none
}


/* 响应式布局 */

@media screen and (max-width:810px) {
    .mbx-text p {
        font-size: 13px;
    }
    .mbx-text h1 {
        font-size: 13px;
    }
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
glossary-开始
----------------------------------------------------------------------- */


/* 标题部分 */

.glossarytitlebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 8px 0 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
    margin-bottom: 50px !important;
}

.glossarytitlebox .glossary-letter {
    margin-top: 0;
    margin-bottom: 0;
}


/* 内容部分 */


/* 内容盒子 */

.glossarbox {
    display: flex;
    flex-direction: column;
    min-height: 800px;
}


/* 内容盒子  标题*/

.glossary-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #38b055 0%, #2f9a4a 100%);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(47, 154, 74, 0.22);
    scroll-margin-top: 100px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.glossary-letter:hover,
.glossary-letter:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(47, 154, 74, 0.32);
    background: linear-gradient(145deg, #42bd60 0%, #34a653 100%);
}

.glossarbox .glossary-letter {
    margin-top: 24px;
    margin-bottom: 2px;
}

.glossarbox .glossary-letter:first-child {
    margin-top: 0;
}

.glossarbox p a {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    color: black;
}


/* 返回box */

.fhbox {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 120px;
    min-height: 40px;
    padding: 8px 18px;
    border: 1px solid #cfe4d4;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fbf9 0%, #eef6f0 100%);
    box-shadow: 0 2px 8px rgba(47, 154, 74, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.fhbutton,
.fhbox a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    transition: color 0.2s ease;
}


/*---------------------------------------------------------------------- /
about-us-结束
----------------------------------------------------------------------- */


/* 返回頂部-盒子大小 */

.sliber_tip {
    width: 50px;
    height: 50px;
    background: linear-gradient(145deg, #42bd60 0%, #34a653 100%);
    right: 50px;
    top: 100px;
    display: none;
    z-index: 999;
}


/* 返回頂部-盒子大小-icon */

.sliber_tip .icon-fanhuidingbu3 {
    position: absolute;
    font-size: 40px !important;
    color: white;
    left: 5px;
    top: -2px;
}


/* 返回頂部-盒子大小-hover */

.sliber_tip:hover {
    cursor: pointer;
}


/* 返回頂部-盒子大小 */