.banner{
    width:100%;
    height:270px;
    background:url(../img/jd/banner.png) no-repeat center;
}
.banner .btn{
    margin-top: 170px;
    margin-left: 28px;
}
.jdContent{
    background: linear-gradient(180deg, #FFF1DE 0%, #FFF 100%);
}
.block1{
    width:100%;
    height:526px;
    background: url(../img/jd/bj1.png) no-repeat center;
    background-size: 100% 100%;
    padding:30px;
}
.block1 .text{
    color: #8f4208;
    font-size: 16px;
    line-height: 24px;
}
.imgBox{
    border-radius: 10px;
    background: #FFF;
    padding:0 0 20px;
    text-align: center;
    margin-top:30px;
}
.hxfw{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top:70px;
}
.hxfw li{
    width:363px;
    height:279px;
    background: url(../img/jd/bj2.png) no-repeat center;
    padding:30px;
    position: relative;
}
.hxfw .title{
    font-size: 20px;
    color: #9d561c;
    font-weight: bold;
}
.hxfw .text{
    font-size: 16px;
    line-height: 28px;
    margin-top:20px;
}
.hxfw b{
    display: inline-block;
    width:210px;
    height: 158px;
    position: absolute;
    top:-70px;
    right:0;
}
.hxfw .li1 b{
    background: url(../img/jd/hxfw-1.png) no-repeat center;
}
.hxfw .li2 b{
    background: url(../img/jd/hxfw-2.png) no-repeat center;
}
.hxfw .li3 b{
    background: url(../img/jd/hxfw-3.png) no-repeat center;
}
.block2{
    width:100%;
    height:372px;
    background: url(../img/jd/bj3.png) no-repeat center;
    margin-bottom: 130px;
    padding:40px;
}
.block2 li{
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin-bottom:20px;
    padding:0 28px;
    align-items: center;
}
.block2 li span{
    display: inline-block;
    width:180px;
    height:135px;
    margin-right: 30px;
}
.block2 li.li1 span{
    background: url(../img/jd/bllc-1.png) no-repeat center;
}
.block2 li.li2 span{
    background: url(../img/jd/bllc-2.png) no-repeat center;
}
.block2 li .title{
    font-size: 20px;
    color: #9d561c;
    margin-bottom: 10px;
}
.block2 li .text{
    color:rgba(0, 0, 0, 0.5);
}