/*---------------------------------------------------------------------- /
Jumbotron
----------------------------------------------------------------------- */

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

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

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

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

@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: 8px
}

.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:580px) {
    .mbx-text p {
        font-size: 13px;
    }
}

.outerbox {
    margin-bottom: 30px;
}

.articlebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.articlebox h1 {
    align-self: center;
    font-size: 22px;
    line-height: 34px;
    font-weight: 800;
    margin-top: 20px;
    text-align: center;
}

.articlebox h2 {
    align-self: flex-start;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 28px;
}

.articlebox h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.articlebox p,
.articlebox div {
    font-size: 14px;
    line-height: 34px;
    padding-left: 1px;
}

.articlebox img {
    align-self: center;
    max-width: 100%;
    margin: 12px auto 6px;
}

.process-note {
    margin: 0 auto 16px;
    color: #555;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

.valve-table {
    min-width: 760px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.valve-table caption {
    caption-side: top;
    color: #333;
    font-weight: 700;
    text-align: left;
    padding-bottom: 8px;
}

.valve-table th {
    background: #eef7f5;
    color: #173f3a;
    font-weight: 700;
}

.valve-table td:first-child {
    font-weight: 700;
}

.fhbox {
    width: 200px;
    display: flex;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.fhbutton {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.fhbox .icon-tiaozhuan5 {
    font-size: 25px;
    line-height: 20px;
}

@media screen and (max-width:580px) {
    .articlebox h1 {
        font-size: 20px;
    }
}
