/* banner */
.banner {
    display: flex;
}

.bantext-wrap {
    margin: auto auto;
}

.bantext-en {
    font-weight: bold;
    color: rgba(255, 255, 255, .2);

}

.bantext-zh {
    color: #fff;

}

/* 安全产品页面样式 */
/* tab样式 */
.tabli-a {
    height: 7.5rem;
    margin-bottom: 1.25rem;
    padding: 2rem;
    padding-left: 3rem;
    background: var(--onbg);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    z-index: 20;
}



.sanjiao {
    position: absolute;
    width: 0;
    height: 0;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    border-top: .8rem solid var(--hot);
    bottom: -0.7rem;
    left: 46%;
    z-index: 10;
}

.sanjiao {
    display: none;
}

.tabli-a:hover>.sanjiao {
    /* display: block; */
}

.tabli-a:hover {
    cursor: pointer;
    /* background: var(--hot); */
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, .08);
    color: var(--hot);

}

.tabli-a:hover .tab-icon {
    /* color: #fff; */
}

.tabli-a:hover .sanjiao {
    border-top: .8rem solid var(--hot);
}

.li-active {
    background: var(--hot);
    color: #fff;
}

.li-active>.sanjiao {
    display: block;
}

.li-active:hover {
    color: #fff;
}

/* tab-content内容样式 */
.tabcontent-li {
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .tabcontent-li {
        margin-bottom: 2rem;
    }
}

.tabcontent-li {
    margin-bottom: 2rem;
}

.tabcontent-wrap {
    position: relative;
}

/*.tabcontent-wrap {*/
/*    width: calc(100% - 1.5rem);*/
/*    float: right;*/
/*}*/

.tabcontent-a {
    font-size: 1.2rem;
    color: var(--color1);
}

.icon-yuan {
    position: relative;
    top: 0.6rem;
    font-size: 1rem;
    float: left;
}

.pngicon {
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    margin-right: .8rem;
    display: flex;
    justify-content: center;
}

.pngicon img {
  max-width: 100%;
  max-height: 100%;
}

.tabcontent-decwrap {
    position: relative;
}

.tabcontent-dec {
    font-size: 1rem;
    color: #777;
    padding-right: 3rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.8rem;
}

.tabcontent-a:hover {
    color: var(--hot);
}

.icon-jiantou {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color3);
    font-size: 1.5rem;
}

/* 解决方案 */
.solution-container>.tab-ul>.tab-li>.tabli-a,
.service-container>.tab-ul>.tab-li>.tabli-a{
    height: 8.5rem;
  
    background: none;
    /* justify-content: flex-start; */
    color: var(--color1);
    margin-bottom: 1.8rem;
    padding: 2rem 1rem;
}

.solution-container>.tab-ul>.tab-li>.tabli-a p,
.service-container>.tab-ul>.tab-li>.tabli-a p{
   width: calc(100% - 8rem);
}

.jjfaicon {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jjfaicon img {
    max-width: 100%;
    max-height: 100%;
}


@media (max-width: 768px) {
    
    .jjfaicon {
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem !important;
    }
    

    .solution-container>.tab-ul>.tab-li>.tabli-a,
    .service-container>.tab-ul>.tab-li>.tabli-a{
        margin-bottom: 0rem;
    }

    .solution-container>.tab-ul>.tab-li>.tabli-a{
        color: var(--color1);
        background: #f1e9e9;
        box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, .04);
        padding: 1.3rem;
        margin-bottom: 1rem;
        height: 7rem;
    }

    .solution-container>.tab-ul>.tab-li>.tabli-a p,
    .service-container>.tab-ul>.tab-li>.tabli-a p{
       width: calc(100% - 3rem);
    }

    .service-container>.tab-ul>.tab-li>.tabli-a {
        color: var(--color1);
        background: var(--onbg);
        box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, .04);
        padding: 1.3rem;
        margin-bottom: 1rem;
        height: 7rem;
    }

    .solution-container>.tab-ul>.tab-li>.tabli-a>.tab-icon {
        color: #e07474 !important;
    }
    .service-container>.tab-ul>.tab-li>.tabli-a>.tab-icon {
        color: #798fae !important;
    }

    .solution-container>.tab-ul>.tab-li>.tabli-a>.line,
    .service-container>.tab-ul>.tab-li>.tabli-a>.line{
        display: none;
    }
}

.solution-container>.tab-ul>.tab-li>.tabli-a>.tab-icon {
    color: var(--redtm);
}
.service-container>.tab-ul>.tab-li>.tabli-a>.tab-icon {
    color: #a8b9d2;
}

.solution-container>.tab-ul>.tab-li>.tabli-a:hover i {
    color: var(--red);
}
.service-container>.tab-ul>.tab-li>.tabli-a:hover i {
    color: var(--hot);
}


.solution-container>.tab-ul>.tab-li>.tabli-a:hover {
    color: var(--color1);
    background: #f1e9e9;
    box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, .04);
}
.service-container>.tab-ul>.tab-li>.tabli-a:hover {
    color: var(--color1);
    background: var(--onbg);
    box-shadow: 0.4rem 0.4rem 0.5rem rgba(0, 0, 0, .04);
}


.line {
    width: 1px;
    height: 100%;
    background: var(--color5);
}

.solution-container>.tab-ul>.tab-li>.tabli-a>.tab-icon:hover {
    color: var(--red);
}
.service-container>.tab-ul>.tab-li>.tabli-a>.tab-icon:hover {
    color: var(--hot);
}


/* 安全服务 */

.servece-desc {
    line-height: 2;
    margin-top: -1rem;
}


/* 联系我们 */
.contact-infoul li {
    flex: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
}

.contact-liwrap {
    flex: 1;
    border-right: 1px solid var(--color5);
    color: var(--color3);
    font-size: 1.1rem;
    line-height: 1.7;
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 768px) {
    .contact-container {
        margin-bottom: 2rem;
    }

    .map-canvas {
        display: none;
    }

    .part-contact>.container>.article-content {
        width: 100% !important;
        padding-right: 2rem;
    }

    .contact-liwrap {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }


    .contact-infoul {
        flex-direction: column;
    }

    .contact-infoul li {
        /* border: 1px solid #ebebeb;
        border-radius: .8rem; */
        padding: 2rem 1rem 0rem;
    }

    .contact-liwrap {
        border: none;
    }

    .contact-infoul li.contact-liwrap h4 {
        font-weight: bold;
        font-size: 1.3rem;
    }
}

.contact-infoli:last-child>.contact-liwrap {
    border-right: none;
}

.icon-contact {
    color: var(--hot);
}

.contact-liwrap:hover,
.contact-liwrap:hover h4 {
    color: var(--hot);
}

.part-contact {
    position: relative;
    background: #f9f9f9;
    display: flex;
    /* height: 30rem; */
    /* box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, .08); */
}

.map-canvas {
    position: absolute;
    top: 0;
    right: 0;
    /* height: 30rem; */
    width: 50%;
}

.part-contact>.container>.article-content {
    width: 50%;
    padding-right: 2rem;
}

/* 关于我们 */
.about-honer {
    background: var(--grad);
    /* height: 40rem; */
}



/* 新闻资讯 */
/* 置顶带缩略图新闻 */
.news-imgcover {
    overflow: hidden;
    border-radius: 0.8rem 0.8rem 0 0;
}

.news-img {
    width: 100%;
    padding: 28%;
    transition: all .5s;
}

.is-top:hover>a>.news-imgcover>.news-img {
    transform: scale(1.15);
}

.is-top>.news-textwrap {
    padding: 3rem 3rem 2.5rem 10%;
}

.is-top>.news-textwrap {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0 0 0.8rem 0.8rem;
}

.is-top>.news-textwrap>.news-time {
    position: absolute;
    background: var(--grad);
    padding: 0.8rem 1rem 0.5rem 1rem;
    top: -3.8rem;
    /* left: 3.125rem; */
    border-radius: 0.3rem;

}

.is-top>.news-textwrap>.news-time>.news-d {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.is-top>.news-textwrap>.news-time>.news-ym {
    color: #fff;
    font-size: 1rem;
}

.is-top>.news-textwrap>a>.news-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 992px) {
    .news-title {
        font-size: 1.5rem;
    }

    .not-top>a>.news-textwrap>.news-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .news-container {
        padding-bottom: 1rem;
    }

    .is-top>.news-textwrap {
        padding: 1.3rem;
    }

    .is-top>.news-textwrap>.news-time>.news-d {
        font-size: 1.8rem;
    }

    .is-top>.news-textwrap>.news-time>.news-ym {
        font-size: .9rem;
    }

    .is-top>.news-textwrap>.news-time {
        padding: 0.5rem 0.6rem;
        top: -3.2rem;
    }


    .is-top>.news-textwrap>a>.news-title {
        padding-top: .8rem !important;
    }

    .is-top {
        padding-top: 2rem !important;
    }

    .not-top {
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
    }

    .not-top>a>.news-textwrap {
        width: 100% !important;
    }

    .read-more {
        display: none;
    }


}

.news-dec {
    color: var(--color3);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.5rem;
}

.not-top>a>.news-textwrap {
    width: 85%;
}

.not-top>a>.news-textwrap>.news-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.not-top>a>.news-textwrap>.news-ymd {
    color: var(--color4);
    font-size: 0.95rem;
}

.not-top>a>.news-textwrap>.news-dec {
    color: #777;
    float: left;
    line-height: 1.9;
}

.icon-readmore {
    font-size: 2rem;
    color: var(--color5);
    position: relative;
    top: .35rem;
}

.read-more {
    color: #bbb;
    float: right;
}

.not-top:hover>a>.read-more,
.not-top:hover>a>.read-more>.icon-readmore {
    color: var(--hot);
}


.not-top:hover>a>.news-textwrap>.news-title {
    font-weight: bold;
    color: var(--hot);
}

.not-top:hover>a>.news-textwrap>.news-dec {
    /*color: var(--hot);*/
}

.not-top:hover {
    /*padding: .3rem 2rem 1rem 2rem;*/
    /*transform: scale(0.98);*/
    background: #f5f5f5;
}

.not-top {
    transition: all .5s;
}

/* 
.is-top:hover>.news-imgcover>.news-img {
    transform: scale(1.15);
} */

/* 安全产品详情 */
/* 中间导航 */
.pro-midnav {
    background: var(--onbg);
}

.promidnav-ul li {
    display: inline-block;
}

.promidnav-ul li a {
    padding: 1vw 5vw;
    line-height: 3;
}

.promidnav-ul li a:hover {
    color: var(--hot);
}

.newsinfo-bg {
    background: url(../images/bg-quxian2.png) no-repeat bottom center;
}

.solsinfo-bg {
    background: url(../images/bg-quxian.png) no-repeat bottom center;
}

.proinfo-name,
.solinfo-name {
    color: var(--color1);
}

.solinfo-name {
    line-height: revert;
}

.proinfo-shadow {
    background: #fff;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, .08);
}

.sm-show {
    display: none;
}

@media (max-width: 992px) {
    .proinfo-container {
        padding-bottom: 0 !important;
    }

    .href-clear {
        height: 3rem !important;
    }

    .sm-show {
        display: block;
    }

    .sm-hide {
        display: none;
    }

    /* .mt-4 {
        margin-top: 1.5rem !important;
    } */

    .slide-up-down-anim {
        top: 0rem !important;
    }

    /* 解决方案 */
    .solslt {
        margin-bottom: 2rem;
    }
}

/* 典型案例 */
.dxal>.w-100 {
    border: 1px solid #ddd;
    border-radius: 0.8rem;
}

.dxal-imgcover {
    overflow: hidden;
    border-radius: 0.8rem 0.8rem 0 0;
    padding: .6rem;
}

.dxal-img {
    /* max-width: 100%;
        max-height: 100%; */
    padding: 28%;
    transition: all .5s;
}

.dxal:hover>.w-100>.dxal-imgcover>.dxal-img {
    transform: scale(1.15);
}

.dxal-textwrap {
    padding: 1rem;
    border-top: 1px solid #ddd;
}

.dxal-title {
    line-height: 1.5;
}

/* 典型案例点击弹窗 */
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.bodyimg {
    max-height: calc(80vh - 3rem);
}

/* 招聘 */
/* .join-container {
    border: 1px solid var(--color5);
} */

@media (max-width: 768px) {

    .zprs,
    .zwms {
        display: none !important;
    }

    .join-head,
    .join-body {
        margin-right: 0;
        margin-left: 0;
    }

    .join-container>ul>li {
        padding: 0.5rem 0.5rem !important;
    }

    .join-title,
    .join-infotitle {
        font-size: 1.1rem !important;
    }

    .xq {
        justify-content: flex-end !important;
    }

    .pc-show {
        display: none !important;
    }

    .mob-show {
        display: inline-block;
    }

}

@media (min-width: 768px) {
    .mob-show {
        display: none !important;
    }
}





.join-head li {
    /* background: var(--onbg); */
    font-weight: 600;
    border-bottom: 1px solid #333;
}

.join-container>ul>li {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-body li {
    border-bottom: 1px dashed #ddd;
}

.join-body:hover {
    background: var(--onbg);
}

.show {
    display: block !important;
}

/* .hide{
    display: none;
} */

.join-dec {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.openBtn {
    font-size: 1rem;
    text-align: center;
    line-height: 2.4rem;
    color: var(--hot);
    cursor: pointer;
}

.join-infotitle {
    font-size: 1.25rem;
    line-height: 2.5;
}

.join-info {
    color: #666;
}

/* .join-content {
    padding: 0.5rem 2rem !important;
} */

.join-dec {
    width: calc(100% - 5rem);
    /* display: inline-block; */
}