/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */

.jm {
    background: url('../../images/banner/en-lib.jpg') no-repeat;
    position: relative;
    background-size: cover;
    height: 600px
}


/* 巨幕响应式 */


/* PC端 */

@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
    }
}


/* 巨幕响应式-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/en-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: 12px;
    line-height: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    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
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
大盒子-开始
----------------------------------------------------------------------- */


/* 大盒子 */

.outerbox {
    margin-bottom: 30px;
}


/* 内容盒子 */

.articlebox {
    color: black;
}


/* 内容盒子 -h1*/

.articlebox h1 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 20px;
}


/* 内容盒子 h2*/

.articlebox h2 {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}


/* 内容盒子 -div h3*/

.articlebox h3 {
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}


/* 内容盒子 -div*/

.articlebox div {
    font-size: 14px;
    line-height: 36px;
}


/* 内容盒子 - p - 用于图片解释*/

.articlebox p {
    font-size: 14px;
    line-height: 36px;
}


/* 内容盒子 -p-超链接*/

.articlebox p a {
    text-decoration: none;
    color: black;
}


/* 内容盒子 - img盒子*/

.articlebox .imgbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 内容盒子 - img盒子-p*/

.articlebox .imgbox div p {
    font-size: 14px;
    line-height: 36px;
    padding-left: 1px;
    text-align: center;
}


/* 内容盒子-选型盒子 */

.modelbox {
    display: flex;
    flex-direction: row;
    gap: 30px;
}


/* 内容盒子-选型盒子-div */

.modelbox>div {
    flex: 1;
    max-width: 350px;
    height: 540px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}


/* 内容盒子-选型盒子-div-title */

.modelbox>div .title {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 38px;
    font-weight: 800;
    color: white;
    background-color: #35ad54;
}


/* 内容盒子-选型盒子-div-内容盒子 */

.modelbox>div .box {
    height: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* 内容盒子-选型盒子-div-内容盒子-border */

.modelbox>div .box div {
    flex: 1;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-size: 10px;
    line-height: 40px;
    letter-spacing: 1px;
}


/* 内容盒子-选型盒子-div-内容盒子-border-取消重复上边距 */

.modelbox>div .box div:nth-child(n+2) {
    border-top: none;
}


/* 返回按钮盒子 */

.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;
}


/* 返回按钮盒子-按钮-icon */

.fhbox .icon-tiaozhuan5 {
    font-size: 25px;
    line-height: 20px;
}


/* 响应式布局 */

@media screen and (max-width:1024px) {
    /* 内容盒子 - img盒子*/
    .articlebox .imgbox {
        display: block;
    }
    /* 内容盒子 - img盒子-p*/
    .articlebox .imgbox div p {
        text-align: left;
    }
    /* 内容盒子-选型盒子 */
    .modelbox {
        display: block;
    }
    /* 内容盒子-选型盒子-div */
    .modelbox div {
        max-width: 100%;
    }
}


/*---------------------------------------------------------------------- /
大盒子-结束
----------------------------------------------------------------------- */