.jc-box1-items
{
    width:100%;
    height:495px;
    font-size:0px;
    display:block;
}

.item-box-one1{
    width:285px;
    height:495px;
    display:inline-block;
    margin-right:20px;
}
.item-box-one1:last-child{
    margin-right:0px;
}

.jc-box4-items > img{
    margin-bottom:30px;
}



/* 四步骤 */

.jf-item-info
{
    width:100%;
    display:block;
    font-size:0px;
}

.jf-jinfo-one
{
    width:288px;
    margin-right:16px;
    font-size:20px;
    display:inline-block;
    text-align:center;
    vertical-align:top;
    color:#000;
}
.jf-jinfo-one:last-child{
    margin-right:0px;
}

.jf-jinfo-one .infos{
    font-size:16px;
    line-height:30px;
}

.jf-jinfo-one  .title
{
    margin-top:10px;
    margin-bottom:10px;
    color:#C4261D;
}

.jc-item-box7
{
    padding-bottom:70px;
}

#slideBox
{
    width:100%;
    height:390px;
    display:block;
    position:relative;
}

.prevnext
{
    width:32px;
    height:63px;
    background:rgba(0,0,0,0.2);
    display:block;
    position:absolute;
    background-position: center center;
    background-repeat: no-repeat;
}

.prev{
    left:0px;
    top:calc(50% - 31px);
    background-image:url(../image/xuancai-l.png);
    
}

.next{
    right:0px;
    top:calc(50% - 31px);
    background-image:url(../image/xuancai-r.png);
}