
/*banner*/
.banner img {
    width: 100%;
    padding-top: 60px;
}

/*标准模块*/
.content-one {
    width: 100%;
    height: 973px;
    background-color: #fefefe;
}

.wrap-one h3 {
    padding-top: 86px;
    text-align: center;
    font-size: 30px;
    color: #444444;

}

/*横线*/
.borderBg {
    position: relative;
    width: 1200px;
    padding-top: 15px;
    border-bottom: 2px solid #ebebeb;
margin: 0 auto;
}

.borderCon {
    position: absolute;
    left: 49.4%;
    top: 11px;
    height: 10px;
    background: #ff842c;
    width: 36px;
    margin-left: -10px;

}

.wrap-one {
}

/*图标*/
.image2 {
    width: 133px;
    /*height: 133px;*/
}

.image-border {
    width: 1283px;
    margin: 0 auto;
    height: 973px;
    background-color: #fefefe;
}

.image {
    float: left;
    padding-top: 69px;
    margin-left: 95px;

}

/*image图片排列*/
.image:nth-child(6n+1) {
    margin-left: 0
}

.image p {
    margin-top: 25px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}

/*外卖邦特殊模块*/
.content-two {
    width: 100%;
    /*height: 918px;*/
    background-color: #f5f6f7;
}

.wrap-two h3 {
    padding-top: 86px;
    text-align: center;
    font-size: 30px;
    color: #444444;

}

.wrap-two {
    width: 1282px;
    /*height: 918px;*/
    margin: 0 auto;

}

/*.hx-img2{*/
/*padding-top: 15px;*/
/*margin: 0 auto;*/
/*}*/

/*msgList1*/
/*框的内容*/
.msgList1 {
    width: 1280px;
    margin: 0 auto;
    height: 783px;
    padding-top: 67px;

}

.msgList-border {
    border-radius: 10px;
    float: left;
    width: 256px;
    height: 275px;
    display: inline-block;
    background-color: #ffffff;
    margin-left: 85px;
    overflow: hidden;
    margin-bottom: 87px;
    position: relative;

    /*box-shadow: 2px 2px 2px #c3d9ff;rgba(0,0,0,0.1);*/
}

/*msgList1框顶部*/
.msgList-top {
    border-top: 6px solid #fd8129;
    position: absolute;
    width: 256px;
}

/*黑色文字框*/
.msgList-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    padding-left: 17px;
    padding-right: 17px;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 22px;
    display: none;
}

/*msgList-border和msgList-black点击反应*/
.msgList-border:hover .msgList-black {
    display: block
}

/*msgList1框底部的小框*/
.div-border {
    width: 256px;
    height: 66px;
    background-color: #fd8129;
    margin-top: 69px;

}

.title-p3 {
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
    font-size: 18px;
}

.msgList-border:nth-child(4n+1) {
    margin-left: 0;
}

.image1 {
    width: 72px;
    /*height: 72px;*/
    margin: 0 auto;
    padding-top: 75px;
}
















/*手机版*/
@media screen and ( max-width: 1440px ) {

    /*标准模块*/
    /*横线*/
    .borderBg {
        position: relative;
        width: 960px;
        padding-top: 15px;
        border-bottom: 2px solid #ebebeb;
        margin: 0 auto;
    }

    .borderCon {
        position: absolute;
        top: 11px;
        height: 10px;
        background: #ff842c;
        width: 36px;
        left: 49.4%;
        margin-left: -10px;

    }

    /*图标*/
    .image2 {
        width: 103px;
        /*height: 133px;*/
    }

    .image-border {
        width: 960px;
        margin: 0 auto;
        height: 973px;
        background-color: #fefefe;
    }

    .image {
        float: left;
        padding-top: 69px;
        margin-left: 68px;

    }

    /*image图片排列*/
    .image:nth-child(6n+1) {
        margin-left: 0
    }

    .image p {
        margin-top: 25px;
        font-size: 14px;
        color: #999999;
        text-align: center;
    }

    /*外卖邦特殊模块*/
    /*msgList1*/
    /*框的内容*/
    .msgList1 {
        width: 960px;
        margin: 0 auto;
        height: 783px;
        padding-top: 67px;

    }

    .msgList-border {
        border-radius: 10px;
        float: left;
        width: 193px;
        height: 275px;
        display: inline-block;
        background-color: #ffffff;
        margin-left: 62px;
        overflow: hidden;
        margin-bottom: 87px;
        position: relative;
        /*box-shadow: 2px 2px 2px #c3d9ff;rgba(0,0,0,0.1);*/
    }

    /*msgList1框顶部*/
    .msgList-top {
        border-top: 6px solid #fd8129;
        position: absolute;
        width: 193px;
    }

    /*黑色文字框*/
    .msgList-black {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 12px;
        padding-left: 13px;
        padding-right: 12px;
        line-height: 25px;
        box-sizing: border-box;
        padding-top: 22px;
        display: none;
    }

    /*msgList-border和msgList-black点击反应*/
    .msgList-border:hover .msgList-black {
        display: block
    }

    /*msgList1框底部的小框*/
    .div-border {
        width: 193px;
        /*height: 66px;*/
        background-color: #fd8129;
        margin-top: 85px;
    }

    .title-p3 {
        text-align: center;
        color: #ffffff;
        padding-top: 15px;
        font-size: 18px;
    }

    .msgList-border:nth-child(4n+1) {
        margin-left: 0;
    }

    .image1 {
        width: 55px;
        /*height: 72px;*/
        margin: 0 auto;
        padding-top: 75px;
    }



}