/*--------------------------------------产品与服务 start----------------------------------------------*/
.index_cp {
    padding-top: 80px;
}

.index_cp .cp_content {
    margin-top: 20px;
}

.index_cp .cp_content .cp_box {
    position: relative;
    padding: 12px;
    text-align: center;
}

.index_cp .cp_content .cp_box:hover {

}

.index_cp .cp_content .cp_box a {
    display: block;
    background: linear-gradient(0deg, #FEFEFF, #F2F4FF);
    box-shadow: 0px 9px 15px 0px rgba(0, 76, 255, 0.05);
    border-radius: 16px;
    padding: 20px 0;
    cursor: default;
}

.index_cp .cp_content .cp_box a .img_box {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #6696FF;
    margin: auto;
    display: flex;
}

.index_cp .cp_content .cp_box a .img_box img {
    width: 40px;
    height: 40px;
    margin: auto;
}

.index_cp .cp_content .cp_box a .txt_box {
    padding-top: 10px;
    overflow: hidden;
}

.index_cp .cp_content .cp_box a .txt_box .product_title {
    color: #141E38;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_cp .cp_content .cp_box a .txt_box .desc {
    color: #8c949d;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_cp .cp_content .cp_box a .txt_box .desc > span {
    padding: 0 3px;
}

.index_cp .cp_content .cp_box a .txt_box .details {
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 18px auto 20px;
    border-radius: 18px;
    background: #4B76FB;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_cp .cp_content .cp_box a .txt_box .details:hover {
    background: #3867FB;
}

.productServe .product_title,
.productServe .t {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .index_cp {
        padding-top: 45px;
    }

    .index_cp .cp_content .cp_box a .txt_box .product_title {
        font-size: 15px;
        font-weight: 400;
    }

    .index_cp .cp_content .cp_box a .txt_box .desc {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 991px) {
    .index_cp .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .index_cp .cp_content {
        margin: 10px 0 0 0;
        box-shadow: none;
    }

    .index_cp .cp_content .cp_box {
        padding: 6px;
    }

    .index_cp .cp_content .cp_box a .img_box {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .index_cp .cp_content .cp_box a .img_box img {
        width: 30px;
        height: 30px;
    }

    /*.index_cp .cp_content .cp_box a .txt_box {
        padding: 6px 0 12px 0;
    }*/

    .index_cp .cp_content .cp_box a .txt_box .desc {
        margin-top: 7px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .index_cp .cp_content .cp_box a .img_box img {
        width: 56px;
        border-radius: 23px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .index_cp .cp_content .cp_box a .img_box img {
        width: 60px;
        border-radius: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .index_cp .cp_content .cp_box a .img_box img {
    }
}

/*--------------------------------------产品与服务 end----------------------------------------------*/


/*--------------------------------------解决方案 start----------------------------------------------*/
.index_solution {
    text-align: center;
    height: 710px;
    background-image: linear-gradient(rgba(8, 17, 43, 70%), rgba(18, 29, 62, 60%)), url(../images/index/solution_bg.jpg);
}

.index_solution .center-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index_solution .solution_title {
    font-size: 38px;
    font-weight: 500;
    margin: 50px 0 20px;
    color: #fff;
}

.index_solution .switch-content-wrap {
    height: 500px;
    width: 100%;
}

.index_solution .switch-content-wrap .switch-content {
    display: flex;
    height: 100%;
    margin-top: 40px;
}

.index_solution .switch-content ul {
    position: relative;
    font-size: 14px;
    color: #999;
    text-align: left;
    width: 14%;
    margin-right: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.index_solution .switch-content-wrap .switch-content ul:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
}

.index_solution .switch-content-wrap .switch-content ul li {
    cursor: pointer;
    line-height: 40px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    position: relative;
}

.index_solution .switch-content-wrap .switch-content ul li.active {
    font-size: 15px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.index_solution .switch-content-wrap .switch-content ul li.active:after {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background: #4B76FB;
    border-radius: 5px;
}

.index_solution .switch-content-wrap .switch-content .swiper-container {
    border-radius: 16px;
    height: 100%;
    width: 1012px;
    background: rgba(96, 140, 239, 0.18);
}

.index_solution .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-pagination {
    visibility: hidden;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide {
    padding: 40px 35px;
    text-align: left;
    color: #fff;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide:hover {
    cursor: default;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content ._title {
    font-size: 28px;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content ._desc {
    margin: 13px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    line-height: 24px;
    font-size: 14px;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content ._btn {
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #4B76FB;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content ._btn:hover {
    background: #3867FB;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content .line-tit {
    align-items: center;
    margin-top: 35px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content .line-tit .span-line {
    display: block;
    height: 1px;
    width: 405px;
    border-top: 1px dashed #919DAE;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .top-content .line-tit .text {
    text-align: center;
    font-size: 18px;
    color: #919DAE;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .bottom-content {
    margin: 25px -10px 0;
    height: 148px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .bottom-content.bottom-content-4 .bottom-item {
    position: relative;
    width: 25%;
    margin: 0 10px;
    border-radius: 16px;
    height: 100%;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .bottom-content .bottom-item img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .bottom-content .bottom-item .txt_warp {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(3, 14, 52, 0.2),rgba(3, 14, 52, 0.6));*/
    /*background: radial-gradient(circle, rgba(255, 255, 255, 0), rgb(105 109 123 / 20%),rgb(117 119 128 / 60%));*/
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .bottom-content .bottom-item .txt_warp .txt_box {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.index_solution .switch-content-wrap .switch-content .swiper-container .swiper-slide .bottom-content .bottom-item .txt_warp .txt_box p {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
}

/*--------------------------------------解决方案 end----------------------------------------------*/


/*--------------------------------------多业态解决方案 start----------------------------------------------*/
.index_scene {
    padding: 80px 0;
}

.index_scene .scene_content {
    padding-top: 10px;
    overflow: hidden;
}

.index_scene .scene_content .scene_item {
    padding: 12px;
}

.index_scene .scene_content .scene_item .scene_box {
    display: block;
    position: relative;
}

.index_scene .scene_content .scene_item .scene_box .scene_wrap {
    padding-bottom: calc(100% * 0.7);
    overflow: hidden;
    height: 0;
    position: relative;
    border-radius: 16px;
}

.index_scene .scene_content .scene_item .scene_box .scene_wrap > img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.index_scene .scene_content .scene_item .scene_box .scene_wrap .bgWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 16px;
    background: linear-gradient(270deg, rgba(48, 76, 148, 40%) 0%, #668bfc 100%);
}

.index_scene .scene_content .scene_item .scene_box .scene_wrap .bgWrap .bgBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .index_scene {
        padding: 45px 0;
    }

    .index_scene .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .index_scene .scene_content .scene_item {
        padding: 6px;
    }

    .index_scene .scene_content .scene_item .scene_box .scene_wrap {
        padding-bottom: calc(100% * 0.65);
    }

    .index_scene .scene_content .scene_item .scene_box .scene_wrap .bgWrap .bgBox {
        font-size: .18rem;
    }
}

@media (min-width: 992px) {
    .scene_item {
        width: 20%;
        float: left;
    }
}
/*--------------------------------------多业态解决方案 start----------------------------------------------*/


/*--------------------------------------客户案例 start----------------------------------------------*/
.index_case {
    padding: 70px 0;
    background: #F6F8FC;
}

.index_case .case_content {
    padding-top: 10px;
    overflow: hidden;
}

.index_case .case_content .case_item {
    padding: 12px;
}

.index_case .case_content .case_item .case_box {
    display: block;
    border: 2px solid #F2F5F8;
    border-radius: 16px;
    text-align: center;
    padding: 30px 0;
    background: #fff;
}

.index_case .case_content .case_item .case_box .case_image {
    height: 50px;
    margin-top: 5px;
    max-width: 90%;
    object-fit: contain;
}

.index_case .case_content .case_item .case_box .case_title {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
}

.index_case .case_content .case_item .case_box:hover .case_title {
    color: #3867FB;
}

@media screen and (max-width: 767px) {
    .index_case {
        padding: 45px 0;
    }

    .index_case .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .index_case .case_content {
        padding-top: 0;
    }

    .index_case .case_content .case_item {
        padding: 6px;
    }

    .index_case .case_content .case_item .case_box {
        border: none;
        padding: 15px 0;
    }

    .index_case .case_content .case_item .case_box .case_title {
        color: #333;
        font-size: 14px;
    }

    .index_case .case_content .case_item .case_box:hover .case_title {
        color: #333;
    }

    .index_case .case_content .case_item .case_box .case_image {
        height: 40px;
    }
}

/*--------------------------------------客户案例 end----------------------------------------------*/


/*--------------------------------------智能设备 start----------------------------------------------*/
.index_yj {
    padding-top: 80px;
}

.index_yj .yj_column_content {
    padding-top: 20px;
}

.index_yj .yj_item {
    padding: 12px;
}

.index_yj .yj_box {
    display: block;
    border: 2px solid #F2F5F8;
    border-radius: 16px;
    text-align: center;
    background: #fff;
}

.index_yj .yj_box .yj_wrap {
    padding-bottom: calc(100% * 0.7);
    overflow: hidden;
    height: 0;
    position: relative;
}

.index_yj .yj_box .yj_wrap .yj_image {
    width: auto;
    height: 80%;
}

.index_yj .yj_box .yj_wrap .yj_title {
    color: #777;
    font-size: 16px;
    padding-top: 5px;
}

.index_yj .yj_box:hover .yj_wrap .yj_title {
    color: #3867FB;
}

.index_yj .yj_box .yj_wrap .wrapBox {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .index_yj {
        padding-top: 45px;
    }

    .index_yj .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .index_yj .yj_column_content {
        padding-top: 2px;
        margin: 0 0;
    }

    .index_yj .yj_item {
        padding: 6px 6px;
    }

    .index_yj .yj_box .yj_wrap .yj_title {
        color: #333;
        font-size: 14px;
    }

    .index_yj .yj_box:hover .yj_wrap .yj_title {
        color: #333;
    }
}
/*--------------------------------------智能设备 end----------------------------------------------*/


/*--------------------------------------新闻动态 start----------------------------------------------*/
.index_news {
    padding: 80px 0;
}

.index_news .news_tab {
    display: none;
}

.index_news .news_content {
    padding: 20px 0 12px;
}

.index_news .news_content .news_content_box {
    padding: 12px 20px 12px 12px;
}

.index_news .news_content .news_content_box .news_title {
    padding: 0 0 5px;
    overflow: hidden;
}

.index_news .news_content .news_content_box .news_title div {
    float: left;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}

.index_news .news_content .news_content_box .news_title a {
    float: right;
    position: relative;
    color: #7F7F7F;
    font-size: 16px;
    margin-right: 10px;
}

.index_news .news_content .news_content_box .news_title a:hover {
    color: #3867FB;
}

.index_news .news_content .news_content_box .news_title a:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/right-grey.svg) no-repeat center center;
    background-size: 14px 14px;
}

.index_news .news_content .news_content_box .news_item {
    display: flex;
    height: 80px;
    margin: 20px 0;
}

.index_news .news_content .news_content_box .news_item ._img {
    display: block;
    width: 110px;
    height: 80px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: fill;
}

.index_news .news_content .news_content_box .news_item ._text {
    flex: 1;
    overflow: hidden;
}

.index_news .news_content .news_content_box .news_item ._text ._title {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.index_news .news_content .news_content_box .news_item:hover ._text ._title {
    color: #3867FB;
}

.index_news .news_content .news_content_box .news_item ._text ._desc {
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    color: #919DAE;
}

.index_news .news_content .news_content_box .news_item ._text ._date {
    font-size: 13px;
    margin-top: 5px;
    color: #919DAE;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .index_news {
        padding: 45px 0;
    }

    .index_news .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .index_news .news_tab {
        display: flex !important;
        width: 60%;
        height: 40px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .index_news .news_tab .tab_li {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .16rem;
        position: relative;
    }

    .index_news .news_tab .tab_li.tab_li_active {
        font-weight: 700;
    }

    .index_news .news_tab .tab_li:after {
        content: "";
        width: 0;
        height: 2px;
        background: #000;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        transition: all .3s;
    }

    .index_news .news_tab .tab_li.tab_li_active:after {
        content: "";
        width: 25%;
        height: 2px;
        background: #000;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        transition: all .3s;
    }

    .index_news .news_content {
        padding: 0;
    }

    .index_news .news_content .news_content_box {
        display: none;
        padding: 0 6px;
    }

    .index_news .news_content_box:first-child {
        display: block;
    }

    .index_news .news_content .news_content_box .news_item {
        height: auto;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid #F2F5F8;
    }
}

/*--------------------------------------新闻动态 start----------------------------------------------*/