/*S2B2C供应链新零售系统简介*/
.section-1 .img-list {
    width: 1200px;
}
.section-1 .img-list .img-div {
    display: inline-block;
    margin-right: 50px;
    width: 146px;
    text-align: center;
    padding: 10px;
    transition: all ease 300ms;
    cursor: pointer;
}

.section-1 .img-list .img-div:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.section-1 .img-list .img-div:hover .bg-div {
    box-shadow: 0 10px 30px 0 #0000001a;
    border-radius: 10px;
}

.section-1 .img-list .img-div:last-child {
    margin-right: 0;
}

.section-1 .img-list .img-div .bg-div {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.section-1 .img-list .img-div:nth-child(1) .bg-div {
    background: url("../images/hrjavamall/block2_1.png") no-repeat center;
    background-size: 80px 80px;
}
.section-1 .img-list .img-div:nth-child(2) .bg-div {
    background: url("../images/hrjavamall/block2_2.png") no-repeat center;
    background-size: 80px 80px;
}
.section-1 .img-list .img-div:nth-child(3) .bg-div {
    background: url("../images/hrjavamall/block2_3.png") no-repeat center;
    background-size: 80px 80px;
}
.section-1 .img-list .img-div:nth-child(4) .bg-div {
    background: url("../images/hrjavamall/block2_4.png") no-repeat center;
    background-size: 80px 80px;
}
.section-1 .img-list .img-div:nth-child(5) .bg-div {
    background: url("../images/hrjavamall/block2_5.png") no-repeat center;
    background-size: 80px 80px;
}
.section-1 .img-list .img-div:nth-child(6) .bg-div {
    background: url("../images/hrjavamall/block2_6.png") no-repeat center;
    background-size: 80px 80px;
}

.section-1 .img-list .img-div p {
    text-align: center;
    color: #333333;
    font-size: 15px;
    margin-top: 15px;
    width: 132px;
}

/*商城模块化设计,为每个企业自定义自己的商城*/

.section-2 .main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-2 .main .list {
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.section-2 .main .list .item {
    width: 134px;
    height: 134px;
    background: #FFFFFF;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.section-2 .main .list .item:hover {
    box-shadow: 0px 2px 22px 0px rgba(0, 77, 166, 0.3);
}
.section-2 .main .list .item .item_img {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
}
.section-2 .main .list .item .item_title {
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.section-2 .main .middle {
    width: 185px;
    height: 35px;
    margin-left: 100px;
    margin-right: 74px;
}
.section-2 .main .right {
    width: 310px;
    height: 622px;
}


/*多元场景，便捷购物体验*/


.section-3 .zd {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 70px;
}
.section-3 .hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.section-3 .zd .item {
    width: 15%;
}
.section-3 .zd .item p {
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
}

.section-3 .item .hvr-bob {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.section-3 .item .hvr-bob>img {
    width: 50px;
    height: 50px;
    margin: 23px;
}


/*一个后台，统一管理*/
.section-4 .section-4_cen {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 70px;
}

.section-4 .section-4_cen .right-ones {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.section-4 .section-4_cen .right-ones-content {
    font-size: 18px;
    color: #666666;
    margin: 10px 0;
}

.section-4 .right-btn {
    width: 160px;
    height: 46px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    background-color: #2B86FF;
    margin-top: 46px;
}
.section-4 .cli {
    padding: 4px;
    border-radius: 50%;
    background-color: #2B86FF;
    margin-right: 19px;
}




/*实用有效的营销组合，提升销售转化*/
.section-5 .img-list {
    width: 1200px;
}
.section-5 .img-list .img-div {
    display: inline-block;
    margin-right: 50px;
    width: 146px;
    text-align: center;
    padding: 10px;
    transition: all ease 300ms;
    cursor: pointer;
}

.section-5 .img-list .img-div:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.section-5 .img-list .img-div:hover .bg-div {
    box-shadow: 0 10px 30px 0 #0000001a;
    border-radius: 10px;
}

.section-5 .img-list .img-div:last-child {
    margin-right: 0;
}

.section-5 .img-list .img-div .bg-div {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.section-5 .img-list .img-div:nth-child(1) .bg-div {
    background: url("../images/hrb2b2c/block5_1.png") no-repeat center;
    background-size: 77px 77px;
}

.section-5 .img-list .img-div:nth-child(2) .bg-div {
    background: url("../images/hrb2b2c/block5_2.png") no-repeat center;
    background-size: 77px 77px;
}

.section-5 .img-list .img-div:nth-child(3) .bg-div {
    background: url("../images/hrb2b2c/block5_3.png") no-repeat center;
    background-size: 77px 77px;
}

.section-5 .img-list .img-div:nth-child(4) .bg-div {
    background: url("../images/hrb2b2c/block5_4.png") no-repeat center;
    background-size: 77px 77px;
}

.section-5 .img-list .img-div:nth-child(5) .bg-div {
    background: url("../images/hrb2b2c/block5_5.png") no-repeat center;
    background-size: 77px 77px;
}

.section-5 .img-list .img-div:nth-child(6) .bg-div {
    background: url("../images/hrb2b2c/block5_6.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(7) .bg-div {
    background: url("../images/hrb2b2c/block5_7.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(8) .bg-div {
    background: url("../images/hrb2b2c/block5_8.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(9) .bg-div {
    background: url("../images/hrb2b2c/block5_9.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(10) .bg-div {
    background: url("../images/hrb2b2c/block5_10.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(11) .bg-div {
    background: url("../images/hrb2b2c/block5_11.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(12) .bg-div {
    background: url("../images/hrb2b2c/block5_12.png") no-repeat center;
    background-size: 77px 77px;
}

.section-5 .img-list .img-div:nth-child(13) .bg-div {
    background: url("../images/hrb2b2c/block5_13.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(14) .bg-div {
    background: url("../images/hrb2b2c/block5_14.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(15) .bg-div {
    background: url("../images/hrb2b2c/block5_15.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(16) .bg-div {
    background: url("../images/hrb2b2c/block5_16.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(17) .bg-div {
    background: url("../images/hrb2b2c/block5_17.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(18) .bg-div {
    background: url("../images/hrb2b2c/block5_18.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div:nth-child(19) .bg-div {
    background: url("../images/hrb2b2c/block5_19.png") no-repeat center;
    background-size: 77px 77px;
}
.section-5 .img-list .img-div p {
    text-align: center;
    color: #333333;
    font-size: 15px;
    margin-top: 15px;
    width: 132px;
}

/*多场景电商解决方案*/
.section-6 .lists {
    width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.section-6 .lists .item {
    width: 270px;
    height: 73px;
    line-height: 73px;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background: #FFFFFF;
    border-radius: 2px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

/*网上商城系统，选我们的理由*/
.section-7 .middle {
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-7 .middle .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 82px;
    margin-right: 82px;
}
.section-7 .middle .item .img {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 20px;
}
.section-7 .middle .item .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-7 .middle .item .right .num {
    line-height: 48px;
    color: #EF5B03;
    font-size: 34px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    margin-bottom: 6px;
}
.section-7 .middle .item .right .content_1 {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.section-7 .lists {
    width: 1212px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.section-7 .lists .item {
    width: 390px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 22px 0px rgba(0, 77, 166, 0.06);
    border-radius: 6px;
    margin: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.section-7 .lists .item:hover {
    box-shadow: 0px 2px 22px 0px rgba(0, 77, 166, 0.3);
}
.section-7 .lists .item .img {
    width: 60px;
    height: 60px;
    margin: inherit;
    margin-right: 20px;
}
.section-7 .lists .item .right {
    width: 230px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-7 .lists .item .right .title {
    line-height: 33px;
    color: #333333;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}
.section-7 .lists .item .right .content_1 {
    color: #666666;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}





/*完善的电商标准功能，助力企业业务经营及管理*/

/*多用户批发商城系统特色亮点*/
.section-9 .img-list ul li{
    width: 213px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(26, 67, 149, 0.16);
    opacity: 1;
    border-radius: 8px;
    margin-left: 26px;
    padding: 0;
    float: left;
    height: 190px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}
.section-9 .img-list ul li h4{
    margin-top: 20px;
}
.section-9 .img-list ul li p{
        text-align: left;
        margin: 30px;
}
.section-9 h4 {
    text-align: left;
    margin-left: 30px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 31px;
    color: #021940;
}
.section-9 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #5D6C85;
}