/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */

.jm {
    background: url("../images/banner/en-history.jpg") no-repeat;
    position: relative;
    background-size: cover;
    height: 600px;
}


/* 巨幕响应式-PC */

@media screen and (max-width: 1680px) {
    .jm {
        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/en-history-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 h1 {
    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 0.6em;
    color: black;
}


/* 取消面包屑-最后一个》 */

.mbx-text p:last-child::after {
    display: none;
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
PC-内容-开始
----------------------------------------------------------------------- */


/* PC-history大盒子 */

.history-box {
    display: block;
}


/* PC-history小盒子 */

.history-box-line {
    height: 470px;
    display: flex;
    justify-content: left;
    flex-direction: row;
    align-items: center;
    background-color: #fbfbf9;
    border: 1px solid #e9e9e9;
}


/* PC-history小盒子-第二个盒子 */

.history-box-line:nth-child(2) {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}


/* PC-history小盒子 图片*/

.history-box-line .history-box-img {
    height: 400px;
    width: 380px;
}


/* PC-history小盒子 图片圆滑*/

.history-box-line .history-box-img img {
    border-radius: 10px;
}


/* PC-history小盒子 文字盒子*/

.history-box-line .history-word-box {
    height: 400px;
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}


/* PC-history小盒子 文字盒子-每一行文字盒子*/

.history-word-line {
    width: 80%;
    height: 72.5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 50px;
    position: relative;
}


/* PC-history小盒子 每一行文字盒子-按钮*/

.history-word-line .icon-al {
    font-size: 40px;
    color: black;
    padding-left: 15px;
}


/* PC-history小盒子 每一行文字-特定icon*/

.history-word-box-4 .history-word-line:nth-child(3) .icon-al {
    font-size: 33px;
}


/* PC-history小盒子 每一行文字 p格式*/

.history-word-line p {
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 600;
    cursor: pointer;
}


/* PC-history小盒子  最后一行间距*/

.history-word-line:last-child {
    margin-bottom: 0;
}


/* PC-history小盒子 - 箭头 */

.icon-jt {
    font-size: 23px;
    position: absolute;
    display: none;
    top: 16px;
    right: 10px;
}


/*---------------------------------------------------------------------- /
PC-内容-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
弹出框-开始
----------------------------------------------------------------------- */


/* 弹出框*/

.popup {
    position: fixed;
    z-index: 99;
    top: 15%;
    left: 50%;
    width: 900px;
    height: 630px;
    background: #fff;
    box-shadow: 4px 4px 30px #130507;
    transition: top 800ms;
}


/* 弹出框 大小设置*/

.p_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}


/* 弹出框-内容 */

.p_content .tck-content {
    width: 100%;
    overflow: auto;
}


/* 弹出框-标题 */

.p_content .lib_tck_box {
    width: 300px;
}


/* 弹出框-标题 小标题*/

.p_content .tck-nav .tck-nav-titile {
    height: 35px;
    padding-left: 5px;
    font-size: 11px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}


/* 弹出框-标题 小标题 边框*/

.p_content .tck-nav .tck-nav-titile:nth-child(1) {
    border: 1px solid #e9e9e9;
}


/* 弹出框-标题 小标题 边框*/

.p_content .tck-nav .tck-nav-titile:nth-child(n+2) {
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}


/* 弹出框-标题 小标题 增加颜色*/

.add_color {
    background-color: rgb(71, 133, 87);
    color: white;
    border: 1px solid #35ad54;
}


/* 弹出框-内容-标题 */

.p_content .modal-title {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    padding-top: 30px;
    letter-spacing: 1px;
}


/* 弹出框-内容 */

.tck-content-detail {
    display: none;
}


/* 弹出框-内容 纯文本*/

.tck-content-detail p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* 弹出框-内容 第一行p间距*/

.tck-content-detail p:nth-child(2) {
    padding-top: 30px;
}


/* 显示内容的js */

.tck-z-index {
    display: block;
}


/* 弹出框-内容 */

.nr {
    width: 100%;
    height: 100%;
}


/* 弹出框-内容 img图片*/

.nr .imgbox {
    width: 500px;
    height: 400px;
    position: absolute;
    left: 35%;
    top: 15%;
}


/* 轮播图-1 */

.carousel {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* 轮播图-1 */

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}


/* 轮播图-1 */

.carousel-slide {
    width: 500px;
    height: 400px;
    display: none;
}


/* 轮播图-1 */

.carousel-slide-1 {
    background-image: url("../images/history/kqbq-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/* 轮播图-1 */

.carousel-slide-2 {
    background-image: url("../images/history/kqbq-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/* 轮播图-1 */

.carousel-slide-2-1 {
    background-image: url("../images/history/kqbq-3.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/* 轮播图-1 */

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}


/* 轮播图-1 */

.carousel-prev {
    left: 10px;
}


/* 轮播图-1 */

.carousel-next {
    right: 10px;
}


/* 轮播图-1 */

.carousel1 {
    position: absolute;
    width: 100%;
    overflow: hidden;
}


/* 轮播图-2 */

.carousel-container1 {
    display: flex;
    transition: transform 0.5s ease;
}


/* 轮播图-2 */

.carousel-slide2 {
    width: 500px;
    height: 400px;
    display: none;
}


/* 轮播图-2 */

.carousel-slide-5 {
    background-image: url("../images/history/cybq-1.png");
    background-repeat: no-repeat;
    background-size: contain;
}


/* 轮播图-2 */

.carousel-slide-6 {
    background-image: url("../images/history/cybq-2.png");
    background-repeat: no-repeat;
    background-size: contain;
}


/* 轮播图-2 */

.carousel-prev2,
.carousel-next2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}


/* 轮播图-2 */

.carousel-prev2 {
    left: 10px;
}


/* 轮播图-2 */

.carousel-next2 {
    right: 10px;
}

.nr .imgbox-3 {
    background-image: url("../images/history/cytj.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-4 {
    background-image: url("../images/history/cywqhy.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-5 {
    background-image: url("../images/history/czk.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-6 {
    background-image: url("../images/history/jb.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-7 {
    background-image: url("../images/history/qf-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: 45%;
}

.nr .imgbox-8 {
    background-image: url("../images/history/ycyslq.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-9 {
    background-image: url("../images/history/gtfmys.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-10 {
    background-image: url("../images/history/ctm.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/* 轮播图-3 */

.carousel1 {
    position: absolute;
    width: 100%;
    overflow: hidden;
}


/* 轮播图-3 */

.carousel-container1 {
    display: flex;
    transition: transform 0.5s ease;
}


/* 轮播图-3 */

.carousel-slide1 {
    width: 500px;
    height: 400px;
    display: none;
}


/* 轮播图-3 */

.carousel-slide-3 {
    background-image: url("../images/history/yqcqjw-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 130px;
}


/* 轮播图-3 */

.carousel-slide-4 {
    background-image: url("../images/history/yqcqjw-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 130px;
}


/* 轮播图-3 */

.carousel-prev1,
.carousel-next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}


/* 轮播图-3 */

.carousel-prev1 {
    left: 10px;
}


/* 轮播图-3 */

.carousel-next1 {
    right: 10px;
}

.nr .imgbox-12 {
    background-image: url("../images/history/clj.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-13 {
    background-image: url("../images/history/qtss.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.nr .imgbox-14 {
    background-image: url("../images/history/tlyh.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-15 {
    background-image: url("../images/history/yjtj.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-16 {
    background-image: url("../images/history/zqlns.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.nr .imgbox-18 {
    background-image: url("../images/history/sljqzk.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/* 关闭图标 */

.p_close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    background: url("../images/history/popup_close.png");
}


/* 关闭图标按钮 */

.exitbutton {
    background-color: #13aa52;
    border: 1px solid #13aa52;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 25px;
    text-align: center;
    position: absolute;
    left: 260px;
    bottom: 20px;
}


/* banner标题 */

.banner-js {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-left: 15px;
    padding-right: 15px;
}


/* 弹出框固定配置-不可删除 */

.js__slide_top {
    height: 0;
    overflow: hidden;
    top: 0;
}


/* 弹出框固定配置-不可删除 */

.js__fadeout {
    height: 0;
    overflow: hidden;
    opacity: 0;
}


/* 响应式布局 */

@media screen and (max-width: 1366px) {
    /* 文字大小 */
    .history-word-line p {
        font-size: 12px;
    }
    /* 退出按钮 */
    .exitbutton {
        bottom: 30px;
    }
}


/*---------------------------------------------------------------------- /
弹出框-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
移动端-开始
----------------------------------------------------------------------- */


/* history移动端-大盒子 */

.history-box-h5 {
    margin-top: 0;
    display: none;
}


/* history移动端-大盒子-行布局 */

.h5historybox {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: center;
}


/* history移动端-大盒子-行布局-div */

.h5historybox>div {
    flex: 1;
    height: 50px;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}


/* icon标识 */

.h5historybox>div .iconh5 {
    font-size: 22px;
    height: 50px;
    text-align: center;
    width: 60px;
    padding-top: 10px;
}


/* history移动端-大盒子-行布局-div-p文本 */

.h5historybox>div p {
    flex: 1;
    padding-top: 20px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* 响应式布局 */

@media screen and (max-width: 1279px) {
    /* 取消PC-大盒子 */
    .history-box,
    .history-content-box {
        display: none;
    }
    /* history-移动端-大盒子-启动 */
    .history-box-h5 {
        display: block;
    }
    /* 临时背景 */
    .history-bg {
        height: 310px;
        background: url("../images/history/history-bg.png");
    }
}

@media screen and (max-width: 580px) {
    /* 临时背景 */
    .history-bg {
        display: none;
    }
    /* history移动端-大盒子-行布局-取消flex */
    .h5historybox {
        display: block;
    }
    /* history移动端-大盒子-行布局-div */
    .h5historybox>div {
        margin-top: 20px;
    }
}


/*---------------------------------------------------------------------- /
结束开始
----------------------------------------------------------------------- */