﻿
img {
    width: 100%;
}

.title-wrapper  {
    text-align: center;
    padding-top: 80px;
}

.sec-title {
    font-size: 46px;
    font-weight: bold;
    color: #232323;
    line-height: 60px;
}

.title-wrapper .title-line {
    width: 40px;
    height: 10px;
    background: #1458FF;
    margin: 36px auto 0;
}


.sec-wrapper {
    font-family: "SourceHanSansCN-Medium",sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
/*banner*/
.sec-banner {
    height: 600px;
    background: url(../img/zhengwu/banner/bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.sec-banner .content-wrapper {
    padding-top: 136px;
    text-align: center;
}

.sec-banner .title {
    width: 729px;
    margin: 0 auto;
}

.sec-banner .slogan {
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 35px;
    text-shadow: 0px 2px 0px #001462;
    margin: 20px 0 37px;
}

.sec-banner .point-list {
    display: flex;
    align-items: center;
    justify-content: space-around;

    width: 700px;
    margin: 0 auto;
}
.sec-banner .point-list .item {
    width: 70px;
    height: 70px;
    border: 2px solid #ff3366;
    border-radius: 50%;


    font-size: 20px;
    color: #FFFAF5;
    line-height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;
}



/*架构*/
.sec-framework {
     height: 1535px;
}

/*公共样式*/
.sec-framework .box {
    width: 1197px;
    background: #F6FAFD;
    border: 1px solid #1458FF;
    margin-bottom: 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-framework .box .title {
    font-size: 30px;
    font-weight: bold;
    color: #1458FF;
    line-height: 40px;
    width: 271px;
    flex-shrink: 0;
    text-align: center;
}

.sec-framework .box .content {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec-framework .box .list {
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.sec-framework .box .item-blue {
    background: #1458FF;
    display: flex;
    align-items:center;
    justify-content: center;
}

.sec-framework .box .item-white {
    background: #fff;    
    color: #232323;
    display: flex;
    align-items:center;
    justify-content: center;
}


/*user*/
.sec-framework .user-box {
     height: 253px;
     padding: 18px 46px 18px 0;
     margin-top: 36px;
}

.sec-framework .user-box.box .item-blue {
    width: 200px;
    height: 55px;
}

.sec-framework .user-box.box .item-white {
    width: 160px;
    height: 55px;
}
.sec-framework .user-box .center {
    width: 898px;
    position: relative;
}
.sec-framework .user-box .center .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #232323;

}



/*business*/
.sec-framework .business-box {
     height: 330px;
     padding: 25px 16px 25px 0;
}

.sec-framework .business-box .content {
    flex-direction: row;
} 

.sec-framework .business-box .content .content-title {
    font-size: 30px;
    font-weight: 600;
    color: #292929;
    line-height: 35px;
    text-align: center;
    margin: 40px 0;
}

.sec-framework .business-box .list {
    flex-wrap: wrap;
    justify-content: space-around;
}


.sec-framework .business-box .box-left {
    width: 450px;
    height: 100%;
    background: #DEEFF7;
}

.sec-framework .business-box .box-left .item-white {
    width: 200px;
    height: 55px;
    margin-bottom: 30px;
}

.sec-framework .business-box .box-right {
    width: 450px;
    height: 100%;
    background: #DEEAF7;
}

.sec-framework .business-box .box-right .item-white {
    width: 279px;
    height: 55px;
    margin-bottom: 30px;
}

/*app*/
.sec-framework .app-box {
     height: 174px;
     padding: 19px 46px 19px 0;
}

.sec-framework .app-box .item-blue {
    width: 270px;
    height: 55px;
}

.sec-framework .app-box .item-white {
    width: 200px;
    height: 55px;
}

/*data*/
.sec-framework .data-box {
     height: 253px;
     padding: 25px 45px 25px 0;
}

.sec-framework .data-box .item-blue {
    width: 100%;
    height: 55px;
}

.sec-framework .data-box .item-white {
    width: 200px;
    height: 55px;
}

/*base*/
.sec-framework .base-box {
     height: 140px;
     padding: 42px 45px 42px 0;
}

.sec-framework .base-box .item-blue {
    width: 200px;
    height: 55px;
}



/*解决方案*/
.sec-res {
    height: 769px;
}

.sec-res {
    background: url(../img/zhengwu/res/bg.png) no-repeat;
    background-size: cover;
}

.sec-res .container {
    height: 450px;
}

.sec-res .res-swiper {
    height: 316px;
    overflow: hidden;
}
.sec-res .res-swiper .container {
    height: 100%;
}
.sec-res .swiper-slide .content-wrapper {
    display:flex;
    align-items:center;
    justify-content: center;
}

.sec-res .swiper-slide .pic {
    width: 268px;
    margin-right: 40px;
    flex-shrink: 0;
}

.sec-res .swiper-slide .desc {
    width: 340px;
    font-size: 20px;
    color: #51555C;
    line-height: 30px;
}

.sec-res .res-swiper-pagination  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 66px;
}

.sec-res .res-swiper-pagination  .item {
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
    border-radius: 0;
    background-color: transparent;

    width: 295px;
    height: 156px;

    border-right: 1px solid #E5E5E5;
    opacity: 1;
    cursor: context-menu;

}

.sec-res .res-swiper-pagination  .item {
    outline: none;
}

.sec-res .res-swiper-pagination  .item:last-child {
    border-right: none;
}

.sec-res .swiper-slide.swiper-2 .content-wrapper{
    padding-top: 40px;
}


/*轮播图正常状态*/
.sec-res .res-swiper-pagination  .item .desc {
    text-align:center;
    font-size: 25px;
    font-weight: bold;
    color: #232323;
    line-height: 32px;
    margin-top: 21px;
}

.sec-res .res-swiper-pagination  .item .pic {
    flex-shrink: 0;

}

.sec-res .res-swiper-pagination  .item0 .pic{
    width: 87px;
    height: 79px;
}

.sec-res .res-swiper-pagination  .item0 .pic {
    background: url(../img/zhengwu/res/1.png) no-repeat;
}


.sec-res .res-swiper-pagination  .item1 .pic{
    width: 118px;
    height: 79px;
}

.sec-res .res-swiper-pagination  .item1 .pic {
    background: url(../img/zhengwu/res/2.png) no-repeat;
}

.sec-res .res-swiper-pagination  .item2 .pic{
    width: 127px;
    height: 80px;
}

.sec-res .res-swiper-pagination  .item2 .pic {
    background: url(../img/zhengwu/res/3.png) no-repeat;
}


.sec-res .res-swiper-pagination  .item3 .pic{
    width: 142px;
    height: 80px;
}

.sec-res .res-swiper-pagination  .item3 .pic {
    background: url(../img/zhengwu/res/4.png) no-repeat;
}



/*轮播图active状态*/
.sec-res .res-swiper-pagination .swiper-pagination-bullet-active{
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px #DFE1E8;
    flex-direction: row;
}

.sec-res .res-swiper-pagination .swiper-pagination-bullet-active .pic {
    order: 1;
    transform: scale(1.1);
}

.sec-res .res-swiper-pagination .swiper-pagination-bullet-active .desc {
    text-align: left;
    margin-right: 30px;
}


.sec-res .res-swiper-pagination .swiper-pagination-bullet-active.item0  .desc {
    margin-right: 57px;
}

.sec-res .res-swiper-pagination .swiper-pagination-bullet-active.item3  .desc {
    margin-right: 15px;
}



/*生命周期*/
.sec-manage {
    height: 966px;
}

.sec-manage .list-1 {
    margin: 53px 0 27px;
}

.sec-manage .list-1 .item-2, .sec-manage .bottom .point-item-2{
    margin:  0 315px 0 296px;
}

.sec-manage .list-2 .item-5 {
    margin: 0 303px 0 316px;
}
.sec-manage .bottom .point-item-5 {
    margin:  0 189px 0 315px;
}

.sec-manage .content-box{
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.sec-manage .content-box.top .desc {
    font-size: 30px;
    font-weight: bold;
    color: #232323;
    line-height: 32px;
    margin-top: 32px;
}

.sec-manage .content-box.bottom {
    text-align: left;
    width: 1200px;
    height: 140px;
    background: #F3F5FF;
    margin-top: 20px;
    align-items: flex-start;

    height: 0;
    opacity: 0;
}

.sec-manage.sec-visible  .list-1 .content-box.bottom {
    animation: slideShow .8s .2s ease-in-out forwards;
}

.sec-manage  .list-2 .content-box.bottom.active{
    animation: slideShow .8s .2s ease-in-out forwards;

    /*display: none;*/
}

.sec-manage .content-box.bottom .desc {
    font-size: 18px;
    line-height: 25px;
}

.sec-manage .content-box.bottom .point-item {
    margin-top: 13px;
}

.sec-manage .content-box.bottom .item {
    display: flex;
    align-items: center;
}

.sec-manage .content-box.bottom .cur {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2047F4;
    flex-shrink: 0;
    margin-right: 5px;
} 


.sec-manage .top-box .item-1 .pic, .sec-manage .point-item-1{
    width: 113px;
}
.sec-manage .top-box .item-2 .pic, .sec-manage .point-item-2{
    width: 100px;
}
.sec-manage .top-box .item-3 .pic, .sec-manage .point-item-3{
    width: 83px;
}
.sec-manage .top-box .item-4 .pic,.sec-manage .point-item-4{
    width: 96px;
}
.sec-manage .top-box .item-5 .pic, .sec-manage .point-item-5{
    width: 102px;
}
.sec-manage .point-item-5 {
    width: 220px;
    
}
.sec-manage .top-box .item-6 .pic, .sec-manage .point-item-6{
    width: 79px;
}
.sec-manage .point-item-6 {
    width: 170px;
}


/*安全*/

.sec-security {
    height: 900px;
    background: #F9FAFF;
}

.sec-security .desc-box {
    width: 1200px;
    height: 540px;
    margin-top: 71px;

    display:flex;
    flex-wrap: wrap;
    align-items:center;

    box-shadow: 0px 0px 10px 1px rgba(0, 20, 98, 0.1);
}

.sec-security .desc-box {
    background: url(../img/zhengwu/security/bg.png) no-repeat;
    background-size: cover;
}

.sec-security .desc-box .item {
    padding: 36px 44px;
    height: 265px;
    width: 595px;
}

.sec-security .desc-box .item:nth-child(2n-1) {
    margin-right: 10px;
}

.sec-security .desc-box .item:nth-child(2n) {
    padding: 30px 0px 0 80px;
}

.sec-security .desc-box .list {
    margin-top: 10px;
}

.sec-security .desc-box .item .title {
    font-size: 28px;
    color: #232323;
    line-height: 35px;
}


.sec-security .desc-box .list-item .desc {
    font-size: 20px;
    color: #51515C;
    line-height: 30px;
}

.sec-security .desc-box .list-item  {
    display: flex;
    align-items: center;
}

.sec-security .desc-box .list-item .cur {
    width: 6px;
    height: 6px;
    background-color: #1458FF;
    border-radius: 50%;
    margin-right: 20px;
}




/*应用场景*/
.sec-scene {
    height: 1063px;
    position: relative;
}

.sec-scene  .container {
    height: 340px;
}

.sec-scene .swiper-scrollbar {
    height: 5px;
}

.sec-scene .swiper-scrollbar-drag {
    background-color: #1458FF;
}

.sec-scene .name-7 {
    margin-right: 15px;
}

.sec-scene .swiper-container {
    width: 100%;
    height: 723px;
}

.sec-scene .swiper-container  {
    background: url(../img/zhengwu/scene/bg.jpg) no-repeat;
    background-size: cover;
}


.sec-scene .swiper-slide .left .title {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.sec-scene .swiper-slide .content-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 161px;
}

.sec-scene .swiper-slide .left .desc {
    width: 520px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 35px;
    margin-top: 32px;
}

.sec-scene .swiper-slide .pic {
    width: 675px;
    margin-right: -50px;
    /*position: absolute;
    top: 161px;
    right: -60px;*/
}

.sec-scene .btn-bottom-line {
    height: 5px;
    width: 100px;
    background-color:#1458FF;
    border-radius: 5px;
    margin-top: -5px;
    transition: all .3s ease-out;
    position: absolute;
    top: 301px;
    z-index: 10;
}

/*设置轮播图导航条*/

.swiper-pagination {
    width:  1170px;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    color: #232323;
    line-height: 30px;
    justify-content: space-between;
    padding: 0 56px 20px;
    /*width: 1150px;*/
    margin: 60px auto 0;
    border-bottom: 5px solid #ddd;

    
}
.sec-scene .swiper-pagination-bullet{
    width: initial;
    height: initial;
    background-color: transparent;
    opacity: 1;
}

.sec-scene .swiper-pagination-bullet:last-child {
    margin-right: 15px;
}

.sec-scene .swiper-pagination-bullet:focus {
    outline: none;
}

.sec-scene .swiper-pagination-bullet-active {
    color: #1458FF;
}

/*禁止点击*/
.sec-scene .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    pointer-events: none;
}
.sec-scene .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    pointer-events: none;
}

/*按钮样式*/
.sec-scene .swiper-button-prev {
    background: url(../img/zhengwu/scene/left.png) no-repeat;
    background-size: cover;
    width: 60px ;
    height: 60px ;
    left: 40px
}

.sec-scene .swiper-button-next {
    background: url(../img/zhengwu/scene/right.png) no-repeat;
    background-size: cover;
    width: 60px ;
    height: 60px ;
    right: 40px
}

.sec-scene .swiper-button-next:after,.sec-scene .swiper-button-prev:after{
    content: '';
}


@media only screen and (max-width: 1200px) {
    .sec-scene .swiper-button-next ,.sec-scene .swiper-button-prev {
        display: none;
    }
}


@keyframes slideShow {
    0% {
        height: 0;
        opacity: 0;
    }


    100% {
        height: 140px;
        opacity: 1;
    }
}




/*移动端兼容*/
@media only screen and (max-width: 768px) {
    i {
        display: block
    }

    .desc {
        font-size: .17rem;
        line-height: .3rem;
    }


    .sec-title {
        font-size: .28rem;
        line-height: .35rem;
    }

    .title-wrapper .title-line {
        height: .08rem;
        margin: .2rem  auto 0;
    }

    .title-wrapper {
        padding-top: .45rem;
    }


    /*banner*/
    .sec-banner {
        height: 3rem;
    }
    .sec-banner .title {
        width: 100%;
    }
    .sec-banner .content-wrapper {
        padding-top: .25rem;
    }
    .sec-banner .slogan {
        font-size: .2rem;
        line-height: .25rem;
        margin: .15rem 0 .25rem;
    }

    .sec-banner .point-list {
        width: 100%;
        justify-content: space-between;
    }

    .sec-banner .point-list .item {
        width: .4rem;
        height: .4rem;
        font-size: .12rem;
        line-height: .14rem;
    }


    /*framework*/
    .sec-framework {
        height: 18.5rem;
    }

    .sec-framework .box {
        width: 100%;
        padding: 0.08rem;
        flex-direction: column;
        height: auto;
    }
    .sec-framework .user-box .center {
        width: 100%;
        height: .4rem;
        margin: .2rem 0;
    }

    .sec-framework .user-box .center img {
        height: 100%;
    }

    .sec-framework .box .title {
        font-size: .23rem;
        line-height: .26rem;
        margin: .2rem 0;

    }

    .sec-framework .box .list {
        font-size: .14rem;
        line-height: .2rem;
        text-align: center;
    }

    .sec-framework .user-box.box .item-blue {
        width: 23%;
    }

    .sec-framework .user-box .center .desc {
        white-space: nowrap;
    }

    .sec-framework .box .list.bottom {
        flex-wrap: wrap;
        justify-content: space-around;
    } 
    .sec-framework .user-box.box .item-white {
        width: 30%;
        margin-bottom: .05rem;
    }


    .sec-framework .business-box .content {
        flex-direction: column;
    }
    .sec-framework .business-box .box-right,
    .sec-framework .business-box .box-left {
        width: 100%;
        margin-bottom: .2rem;
    }

    .sec-framework .business-box .content .content-title {
        font-size: .18rem;
        line-height: .3rem;
        margin: .2rem 0;
    }

    .sec-framework .business-box .box-left .item-white {
        width: 1.4rem;
        height: .5rem;
        margin-bottom: .2rem;
        font-size: .16rem;
        line-height: .2rem;
    }

    .sec-framework .business-box .box-right .item-white {
        width: 2.7rem;
        height: .5rem;
        font-size: .16rem;
        line-height: .2rem;
    }

    .sec-framework .app-box .item-blue {
        width: 30%;
        margin-bottom: .15rem;
        height: .5rem;
    }

    .sec-framework .box .item-white,
    .sec-framework .base-box .item-blue {
        width: 24%;
        height: .5rem;
        margin-bottom: .15rem;
        flex-direction: column;

    }
    .sec-framework .data-box .item-blue {
        margin-bottom: .15rem;
    }

    /*res*/

    .sec-res {
        background: url(../img/zhengwu/res/m-bg.jpg) no-repeat;
        background-size: cover;
    }

    .sec-res {
        height: 6.5rem;
    }
    .sec-res .res-swiper-pagination{
        display: none;
    }

    .sec-res .container {
        height: 1.8rem;
    }
    .sec-res .swiper-slide .pic {
        width: 2rem;
        margin: .2rem auto;
    }

    .sec-res .swiper-slide .content-wrapper {
        flex-direction: column;
    }
    .sec-res .swiper-slide .content-wrapper .swiper-title {
        font-size: .24rem;
        line-height: .3rem;
        font-weight: bold;
    }

    .sec-res .swiper-slide .desc {
        width: 100%;
        font-size: .18rem;
        line-height: .3rem;
    }
    .sec-res .res-swiper {
        height: 5rem;
    }
    .sec-res .swiper-slide.swiper-2 .content-wrapper {
        padding-top: 0;
    }

    .sec-res .swiper-slide.swiper-2 .pic {
        margin-top: .4rem;
        width: 2.2rem;
    }



    /*manage*/
    .sec-manage {
        height: 7.5rem;
    }



    .sec-manage .content-box.bottom {
        width: 100%;
        margin-top: .2rem;
        justify-content: space-around;
    }

    .sec-manage .list-1 .item-2, .sec-manage .bottom .point-item-2 {
        margin: 0;
    }
    .sec-manage .list-2 .item-5 {
        margin: 0;
    }
    .sec-manage .bottom .point-item-5 {
        margin: 0;
    }

    .sec-manage .content-box .pic {
        width: .4rem;
        height: .45rem;
        margin: 0 auto;
        display: flex;
    }
    .sec-manage  .content-box > .item {
        width: 33.33%
    }

    .sec-manage .content-box.top .desc {
        font-size: .2rem;
        line-height: .24rem;
        margin-top: .2rem;
    }
    .sec-manage .content-box.bottom .desc {
        font-size: .16rem;
        line-height: .25rem;
    }
    .sec-manage .content-box.bottom .point-item {
        width: 26%
    }

    .sec-manage .content-box.bottom .item {
        align-items: flex-start;
    }
    .sec-manage .content-box.bottom .cur {
        margin-top: .1rem;
        margin-right: .05rem;
    }

    .sec-manage.sec-visible .list-2 .content-box.bottom {
        animation: slideShow .8s .2s ease-in-out forwards;
    }

    /*security*/

    .sec-security {
        height: 21.5rem;
    }

    .sec-security .desc-box {
        box-shadow: none;
        background: none;
        height: auto;
        margin-top: .4rem;
    }

    .sec-security .desc-box {
        width: 3.2rem;
    }

    .sec-security .desc-box .item .title {
        font-size: .26rem;
        line-height: .4rem;
        font-weight: bold;
    }
    .sec-security .desc-box .list-item .desc {
       font-size: .16rem;
       line-height: .25rem;
    }

    .sec-security .desc-box .list-item .cur {
        flex-shrink: 0;
    }

    .sec-security .desc-box .item {
        padding: 0;
        height: auto;
        padding: .2rem;
        width: 100%;

        background: #FCFCFB;
        border: 2px solid #C9C9C9;
        margin-bottom: .4rem;

    }
    .sec-security .desc-box .item:nth-child(2n) {
        padding: .2rem;
    }
    .sec-security .desc-box .item:nth-child(2n-1) {
        margin-right: 0;
    }

    .sec-security .desc-box .item .pic {
        width: 2.2rem;
        margin: .2rem  auto;
    }

    /*scene*/
    .sec-scene {
        height: 7.5rem;
    }
    .sec-scene .container {
        height: 2.4rem;
    }
    .sec-scene .swiper-slide .pic {
        width: 2.2rem;
        margin: .5rem auto 0;
    }
    .sec-scene .swiper-slide .left .desc {
        width: 100%;
    }
    .sec-scene .swiper-slide .content-wrapper {
        flex-direction: column;
        padding-top: .5rem;
    }
    .swiper-pagination {
        width: 3.2rem;
        font-size: .13rem;
        line-height: .18rem;
        padding: 0 ;
        margin-top: .2rem;
        border-bottom: none;
        flex-wrap:wrap;
        justify-content:space-around;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet:after {
        content: '';
        width: .2rem;
        height: .04rem;
        background-color: #1458FF;
        display:none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: .05rem;

    }

    .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
        display: block
    }


    .swiper-pagination-clickable .swiper-pagination-bullet {
        margin:  0 .1rem .2rem;
        position: relative;
        /*width: ;*/
    }

    .sec-scene .btn-bottom-line {
        width: .2rem;
        top: 2.19rem;
        margin-top: 0;
        display: none;

    }
    .sec-scene .swiper-container {
        height: 5rem;
    }
    .sec-scene .swiper-slide .left .title {
        font-size: .24rem;
        line-height: .25rem;
        text-align:  center;
    }
    .sec-scene .swiper-slide .left .desc {
        font-size: .18rem;
        line-height: .3rem;
    }
}
