/* 首页banner */
.index-banner {
    /* height: 800px; */
    background: url(../images/bg_banner.jpg) no-repeat top center;
    background-size: cover;
}

.index-banner>.container {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.banner-text>h2 {
    font-size: 3rem;
    color: var(--hot);
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2rem;
}

.banner-text>p {
    font-size: 1.25rem;
    color: var(--color1);
}

@media (max-width: 992px) {
    .banner-text {
        padding: 0;
        text-align: center;
        margin-top: 2.5rem;
    }

    .index-banner>.container {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .banner-text>h2 {
        font-size: 2rem;
    }
}

/* 大标题样式 */
/* .sec-title>a:hover {
    color: var(--color1);
} */

/* 安全产品 */
.index-proitem {
    background: var(--onbg);
    border-radius: 1rem;
    padding: 3rem 2.5rem 2.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .index-proitem {
        background: var(--onbg);
        border-radius: 1rem;
        padding: 2rem 2rem 2rem;
        margin-bottom: 1.5rem;
    }
}

.index-proitem>.icon-bg {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    margin-left: -0.5rem;
}

/* .index-proitem>.icon-bg:after {
    background: var(--hot);
} */

.iconbg-hover {
    background: var(--hot);
}

.icon-hover {
    font-size: 3rem;
    color: #fff;

}

.indexprocate {
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 1.75rem;
}

.index-proitem>a>p {
    margin-top: 0.8rem;
    line-height: 1.5;
}



.index-proitem>ul>li {
    list-style: none;
    margin-top: 1rem;
}

/* 幻灯片样式 */
/* 首页解决方案滚动 */

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.jjfa-imgcover {
    padding: 85%;
}

@media (max-width: 1200px) {
    .jjfa-imgcover {
        padding: 75%;
    }
}

/* .project h6 {
    font-weight: 400;
    margin-top: 0.6rem;
} */

.project h6::before {
    content: "";
    height: 3px;
    width: 40px;
    display: inline-block;
    background: var(--red);
    /* vertical-align: middle; */
    margin-right: 10px;
}

.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, rgba(33, 37, 41, 1) 100%);
}

.project .content {
    position: absolute;
    left: 9%;
    bottom: 2.5rem;
    max-width: 87%;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* @media (max-width: 768px) {
    .owl-carousel .owl-item img {
        width: auto ;
        height: 20rem;
    }
}

@media (min-width: 768px) {
    .owl-carousel .owl-item img {
        height: 40rem ;
    }
} */

.owl-carousel .owl-item img {
    width: auto !important;
    height: 40rem;
}

@media (min-width: 1200px) {
    .project h2 {
        font-size: 1.3rem;
    }
}

.project h2 {
    color: #fff;
    line-height: 1.4 !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-dots {
    display: block !important;
}

.owl-dot.active span {
    background-color: var(--red) !important;
}

/* 关于我们 */
.index-about>p {
    font-size: 1.125rem;
    line-height: 1.9;
}

.indexabout-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-aboutimg {
    min-width: 55rem;
}

@media (max-width: 992px) {
    .index-aboutimg {
        display: none;
    }
}

/* 安全服务 */
.index-service {
    background: var(--bgdark);
    /* background: url(../images/bg_service.jpg) no-repeat ;
    background-attachment: scroll;
    background-size: cover; */
}

.bg_lock {
    background: url(../images/lock.png) no-repeat center right;
    background-size: cover;
}

.icon-gouhao {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1.7rem;
}

.iconbg_gouhao {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    border-radius: 4px;
    background: var(--grad);
}

.index-service-p {
    font-size: 1.15rem;
}

.indexbox-clear {
    height: 3.7rem;
}

@media (max-width: 992px) {
    .indexbox-clear {
        height: 0;
    }
}

.index-partner {
    background: url(../images/bg_partner.jpg) no-repeat center center;
    background-size: cover;
}

/* 合作伙伴 */
.partner-row {
    height: 23.8rem;
    overflow: hidden;
}

.partner-row>ul>h3 {
    font-size: 1.25rem;
}

.partner-row>ul li {
    color: var(--color2);
    line-height: 1.8;
}

.read-more {
    display: inline;
}

.read-more:hover {
    cursor: pointer;
}

.read-more>.iconfont {
    font-size: 1rem;
}

/* 新闻动态 */
.index-newsright {
    border-left: 1px solid var(--color5);
}

.index-newstime {
    font-size: 0.9rem;
    color: var(--color4);
}

.index-newstitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-newsp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.8rem;
}

@media (min-width: 992px) {
    .index-newsleft>.index-newslist {
        padding-top: .2rem;
    }

    .index-newsslt {
        width: 16rem;
        height: 11rem;
        margin-right: 2rem;
    }

    .index-newstitle {
        font-size: 1.5rem;
        /* width: calc(100% - 6.25rem); */
    }

    .index-newsright>.index-newslist a>.index-newstitle {
        font-size: 1.125rem;
        color: var(--color2);
    }
}

@media (max-width: 992px) {

    .index-newsp,
    .indexnews-row>.box-clear {
        display: none !important;
    }

    .index-newsright {
        border-left: none;
    }
}