/*---------------------------------------------------------------------- /
巨幕-开始
----------------------------------------------------------------------- */
.jm {
    background: url('../images/banner/en-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:1080px) {
    .jm {
        height: 300px;
    }
}

@media screen and (max-width:820px) {
    .jm {
        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: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* 文字配置 */
.mbx-text p {
    font-size: 13px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    /* 间隔 */
    padding-top: 8px;
}

/* 左边距 */

/* 下划线 */
.mbx-text p::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: black;
}

/* 取消最后一个 》符号 */
.mbx-text p:last-child::after {
    /* this is the separator between items */
    display: none;
}

/* 响应式布局 */
@media screen and (max-width: 580px) {

    /* 文字配置 */
    .mbx-text p {
        font-size: 11px;
        font-style: normal;
        display: inline-block;
        font-weight: 800;
    }

    /* 面包屑间距 */
    .mbx-row {
        margin-bottom: 0px;
    }
}



/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
主页-开始
----------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
lib-pc主页面
----------------------------------------------------------------------- */
/* 提示框 */
.chinapdfword {
    height: 50px;
    margin-bottom: 10px;
}

.chinapdfwordbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* 提示框-icon */
.chinapdfwordbox .icon-dingzhihua {
    font-size: 30px !important;
    line-height: 20px;
    margin-left: -10px;
}

/* 提示框-p */
.chinapdfwordbox p {
    line-height: 20px;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 15px;
    font-weight: 600;
}

.chinapdfwordbox p a {
    color: black;
}

.chinapdfwordbox p a:hover {
    color: black;
}

/* 响应式布局 */
@media screen and (max-width:1080px) {
    .chinapdfwordbox .icon-dingzhihua {
        padding-left: 10px;
        margin-left: 0px;
    }
}

@media screen and (max-width:810px) {
    .chinapdfwordbox .icon-dingzhihua {
        padding-left: 30px;
    }
}

/* 距离 */
.mr-60 {
    margin-right: 60px;
}

/* lib行间距 */
.lib-row {
    color: black;
    margin-bottom: 20px;
}

/* 盒子lib */
.box-lib {
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #e9e9e9;
}

.box-lib:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.48), 0 7px 15px rgba(0, 0, 0, 0.30);
}

/* lib盒子标签 */
.box-lib .icon {
    flex: 2;
    height: 100px;
    margin-top: 20px;
}

.box-lib .icon .lib-icon {
    font-size: 50px;
    padding-left: 30px;
    padding-top: 30px;
}

/* lib盒子大标签 */
.box-lib .word-1 {
    flex: 12;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 2px;
}

/* lib盒子跳转 */
.box-lib .word-1 a {
    color: black;
    text-decoration: none;
}

/* lib盒子下载ICON */
.icon-download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px !important;
}

/* lib盒子下载icon大小 */
.lib-icon-download {
    font-size: 30px !important;
    color: #35AD54;
}

.lib-icon-download:hover {
    cursor: pointer;
}

/* lib 主页面-PC 响应式 */
@media screen and (max-width:1680px) {

    /* lib盒子大标签 */
    .box-lib .word-1 {
        padding-top: 0px;
        font-size: 14px;
    }
}

@media screen and (max-width:1480px) {

    /* lib盒子标签 */
    .box-lib .icon .lib-icon {
        margin-left: 10px;
    }

    /* lib盒子大标签 */
    .box-lib .word-1 {
        font-size: 13px;
    }

}

@media screen and (max-width:1380px) {

    /* lib盒子大标签 */
    .box-lib .word-1 {
        font-size: 12px;
    }
}

/* IPAD-PRO */
@media screen and (max-width:1080px) {

    /* lib盒子大标签 */
    .box-lib .word-1 {
        font-size: 11px;
    }

    /* lib盒子icon */
    .box-lib .icon .lib-icon {
        font-size: 50px;
        padding-left: 10px;
    }

    .tempblank {
        height: 300px;
    }
}

@media screen and (max-width:810px){
    .mr-60 {
        margin-right: 0px;
    }
}

/*---------------------------------------------------------------------- /
分页-PC
----------------------------------------------------------------------- */
.fy {
    margin-bottom: 30px;
}

/* 分页FLEX布局 */
.fy-row {
    margin-top: 20px !important;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

/* 分页盒子 */
.fy-row>div {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
    width: 50px;
    font-weight: 600;
    border: 1px solid #e9e9e9;
}

/* 分页间隔 */
.fy-row>div:nth-child(1) {
    margin-right: 20px;
}

.fy-row>div.zjt:nth-child(1) {
    text-decoration: underline;
    cursor: pointer;
}

.fy-row>div.yjt:nth-child(2) {
    text-decoration: underline;
    cursor: pointer;
}

/* 分页a标准 */
.fy-row>div a {
    color: black;
    text-decoration: none;
}

/* 分页 pc h5 */
@media screen  and (max-width:1480px) {

    /* 分页间隔 */
    .fy-row>div {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width:1080px) {

    /* 分页间隔 */
    .fy-row>div {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*---------------------------------------------------------------------- /
移动端配置
----------------------------------------------------------------------- */
.sjd {
    display: none;
}

/* lib盒子-移动端 */
.jswx-box {
    letter-spacing: 1px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* FLEX布局 */
.jswx-box-line {
    height: 80px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* 盒子n》2 */
.jswx-box .jswx-box-line:nth-child(n+2) {
    margin-top: 15px !important;
}

/* 最后一个bottom */
.jswx-box .jswx-box-line:last-child {
    margin-bottom: 10px !important;
}

/* 文字部分 */
.jswx-box-word {
    flex: 6;
}

/* 手机端 标题H5 */
.jswx-box-word h5 {
    font-weight: 600;
    cursor: pointer;
    padding-top: 1px;
}

.jswx-box-word h5 a {
    color: black;
    font-size: 10px !important;
    line-height: 25px;
    text-decoration: none;
    font-weight: 800;
}

/* 下载按钮 */
.jswx-box-word h5 .lib-icon-download-h5 {
    font-size: 22px !important;
    color: black;
}

/* 手机端 p文字 */
.jswx-box-word p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

/* 下载按钮 */
.jswx-box-span {
    flex: 1;
    position: relative;
}

.jswx-box-span::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10%;
    border: 1px solid #e9e9e9;
    height: 80%;
}

/* 下载按钮h5 */
.jswx-box-span .lib-icon-h5 {
    font-size: 39px;
    padding-left: 35px;
    padding-top: 20px;
}

/* 手机端页面响应式 */
@media screen and (max-width:580px) {

    /* 手机端 标题H5 */
    .jswx-box-word h5 {
        font-size: 12px;
        line-height: 15px;
    }

    /* 文字P */
    .jswx-box-word p {
        font-size: 10px;
        line-height: 12px;
        font-weight: 600;
        padding-top: 3px;
    }

    .jswx-box-span {
        margin-top: 5px;
    }

    /* ICON */
    .jswx-box-span .lib-icon-h5 {
        font-size: 27px;
        padding-left: 15px;
    }

    .jswx-box .jswx-box-line:last-child {
        margin-bottom: 0px;
    }

    .tempblank {
        height: 0px;
    }
}

/*---------------------------------------------------------------------- /
分页-H5
----------------------------------------------------------------------- */
/* 左右箭头间隔 */
.h5-arrow-box {
    margin-top: -20px;
    margin-bottom: 30px;
}

/* 左右箭头高度 */
.h5-arrow-box-line {
    height: 30px;
    width: 200px;
    display: flex !important;
    justify-content: center;
}

/* H5盒子间隔 */
.h5-arrow-box-line>div {
    width: 30px;
    height: 100%;
    cursor: pointer;
}

/* 左右箭头-标签 */
.h5-arrow-box-line>div:nth-child(1) {
    margin-right: 10px;
}

/* icon */
.h5-arrow-box-line>div>.icon-bzgf {
    font-size: 35px;
}

/* PC-H5切换 */
@media screen and (max-width: 1080px) {

    /* 取消PC端 */
    .jm-lib-1, .fy-row {
        display: none;
    }

    /* 启用手机端 */
    .sjd {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .jswx li a {
        font-size: 13px;
    }
}

/*---------------------------------------------------------------------- /
主页-结束
----------------------------------------------------------------------- */