.sjcon {
    padding-top: 81px;
    background: url('../img/product_sj/bgc1.png') no-repeat;
    padding-bottom: 30px;
    background-size: 100% 100%;
}

.title {
    color: #222222;
    font-size: 44px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title .lines {
    margin: 34px 0 47px;
    width: 35px;
    height: 6px;
    background: #114593;
}

.conpag {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.sjmanage {
    padding-top: 124px;
    text-align: center;
    position: relative;
}

.leftone {
    position: absolute;
    left: -5px;
    bottom: 120px;
}

.lefttwo {
    position: absolute;
    left: 235px;
    top: 115px;
}

.midcen {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
}

.rigone {
    position: absolute;
    right: 205px;
    top: 100px;
}

.rigtwo {
    position: absolute;
    right: -10px;

    bottom: 120px;

}

.dvcls div {
    display: flex;
    align-items: center;
    color: #11151F;
    font-size: 18px;
    line-height: 36px;
}

.dvcls div span {
    width: 10px;
    height: 10px;
    background: #7399DE;
    border-radius: 50%;
    margin-right: 17px;
}

.jmzs {
    margin-top: 69px;
    background: url('../img/product_sj/bgc2.png') no-repeat;
    background-size: 100% 100%;
    padding: 45px 0 47px;
}

.yyjz {
    padding: 80px 0 115px;
    background: url('../img/product_sj/bgc3.png') no-repeat;
}

.jzbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxitem {
    width: 32%;
    height: 456px;
    background: #FFFFFF;
    border: 1px solid #DFEAFF;
    border-radius: 5px;
    padding: 45px 34px 29px;
    text-align: center;
}

.boxitem img {
    width: 118px;
    height: 118px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.itemtit {
    padding: 27px 0 29px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.itemcon {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.boxitem:hover {
    border: 1px solid #DFEAFF;
    box-shadow: 0px 2px 10px 0px rgba(166, 166, 166, 0.25);
}

.boxitem:hover img {
    transform: scale(1.1);
}

.footer {
    margin-top: 0;
}


.xtys {
    display: flex;
    height: 506px;
    margin-bottom: 82px;
    border: 1px solid #F0F0F0;
}

.lqleft {
    width: calc(100% - 877px);
    height: 100%;
}

.lqitem {
    background: #fff;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    padding: 21px 24px;
}

.lqitem div:nth-of-type(1) {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lqitem div:nth-of-type(2) {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    width: 87%;
}

.lqitem:nth-of-type(3) {
    border-bottom: 0;
}

.lqitem:nth-of-type(1) {
    height: 250px;
    padding-bottom: 0;
    position: relative;
}

.lqitem img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.lqrig {
    width: 877px;
    height: 100%;
    background: #fff;
}

.lqrig img {
    margin-top: 5px;
}


/* 无人值守 */
.wrzson {
    background: url('../img/product_sj/bgc1.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 160px;
    padding-top: 80px;
}

.weinfo {
    color: #11151F;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.currentshow {
    background: url('../img/product_wrzs/bgc1.png') no-repeat;
    background-size: 100% 100%;
    padding: 168px 0;
}

.currentcon {
    height: 688px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 42px;
}

.currleft {
    width: 35%;
}

.currlefttit {
    color: #222222;
    font-size: 44px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.currlefttit img {
    margin-left: 22px;
    margin-top: -5px;
}

.blueline {
    width: 35px;
    height: 6px;
    background: #114593;
    margin: 28px 0 52px;
}

.currcon {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}

.currrig {
    width: 63%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.currentshow .swiper {
    width: 100%;
    height: 500px;

}

.currentshow .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.currentshow .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.currentshow .swiper-pagination-bullet-active {
    width: 30px;
    height: 9px;
    background-color: #114593;
    border-radius: 5px;
}

.currentshow .swiper-container-horizontal>.swiper-pagination-bullets,
.currentshow .swiper-pagination-custom,
.currentshow .swiper-pagination-fraction {
    bottom: 0;
}

.lcjs {
    padding-top: 80px;
    background: url('../img/product_wrzs/bgc4.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
}

.steplist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stepitem {
    width: 32%;
    height: 380px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 42px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 53px 44px 40px;
    position: relative;
}

.bj {
    position: absolute;
    left: 0;
    top: 27px;
    background: rgba(30, 93, 209, .1);
    padding: 7px 10px;
    border-radius: 0 16px 16px 0;
    color: #1E5DD1;
    font-size: 16px;
    font-weight: 600;
}

.stepitem img {
    width: 107px;
    height: 104px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.stepitem span {
    padding: 40px 0 34px;
    color: #333333;
    font-size: 26px;
    font-weight: 600;
}

.stepinfo {
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}

.stepitem:hover {
    border-bottom: 3px solid #7CA9FB;
    box-shadow: 0px 2px 35px 0px rgba(166, 166, 166, 0.25);
}
.stepitem:hover img {
    transform: scale(1.1);
}
.platshow {
    padding-top: 80px;
}

.platlist {
    padding: 47px 109px 18px;
    display: flex;
    width: calc(100% - 220px);
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 1px solid #E6E9F0;
    position: relative;

}

.platlist li {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platlist .pro_act {
    color: #1E5DD1;
}

.slider {
    background-color: #1E5DD1;
    width: 300px;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.platimg {
    text-align: center;
    padding: 89px 0 110px;
}

.systemys {
    padding: 89px 0;
    background: url('../img/product_wrzs/bgc2.png') no-repeat;
    background-size: 100% 100%;
}

.syscon {
    height: 567px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 27px 24px;
}

.sysconleft {
    width: 536px;
    height: 513px;
    background: #F7FBFF;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.sysconleft img {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.sysconleft:hover img {
    transform: scale(1.1);
}
.sysconrig {
    width: calc(100% - 536px);
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.conrigitem {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conrigitem img {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.conrigitem:hover img {
    transform: scale(1.1);
}
.conrigitem span {
    margin-top: 20px;
}

.syfw {
    padding: 60px 0 35px;
    background: url('../img/product_wrzs/bgc3.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 60px;
}

.fwcon {
    text-align: center;
    padding: 0 100px 50px;
    color: #333333;
    font-size: 20px;
    line-height: 36px;

}

.bodys {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 720px;
}

/* 外层容器 */
.aaa {
    width: 1420px;
    height: 720px;
    overflow: hidden;
}

.aaa .swiper-wrapper {
    width: 100%;
    height: 671px;
    position: relative;
}

/* 轮播项 */
.aaa .swiper-slide {
    width: 977px;
    height: 671px;
}

.aaa .swiper-slide img {
    width: 977px;
    height: 671px;
}

.aaa .swiper-slide-active {
    box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 25%);
}

.aaa .swiper-pagination1 {
    text-align: center;
    bottom: 0;
    position: absolute;
}

.aaa .swiper-pagination-bullet-active {
    width: 30px;
    height: 9px;
    background-color: #114593;
    border-radius: 5px;
}