@charset "utf-8";
body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, tr, td, th, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
}

html {
    height: 100%;
    width: 100%;
}

img {
    border: none;
    vertical-align: middle;
    display: block;
}

ul, li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="submit"], input[type="tel"], input[type="password"], textarea, select {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input {
    line-height: normal;
}

textarea {
    resize: none;
}

input:focus, textarea:focus {
    outline: none;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/common/select-arrow.png") no-repeat right center, #fff;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/

    box-sizing: border-box;

    border: 1px solid #bbbbbb;
    max-width: none;
    padding-left: 5px;
    padding-right: 40px;

}

select.required {
    background: url("../img/common/select-arrow.png") no-repeat right center, url("../img/common/input_bg.png") no-repeat right 0, #fff;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/* Reset */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

.clear {
    clear: both;
    display: block;
    overflow: hidden
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
    padding-right: 8px;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.f12 {
    font-size: 12px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb10 .delete {
    cursor: pointer;
    color: #ff00ff;
}

.mb20 {
    margin-bottom: 20px;
}

.m10 {
    margin: 10px 10px 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.f13 {
    font-size: 13px;
}

.hidden {
    display: none;
}

/*网站CSS样式*/
* {
    margin: 0;
    padding: 0;;
}

/*.w {*/
/*width: 1920px;*/
/*margin: auto;*/
/*}*/

body {
    background-color: #fefefe;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*banner*/
.banner img {
    width: 100%;
    padding-top: 65px;
}

/*外卖邦的五大亮点*/
.content-one {
    width: 100%;
    background-color: #fefefe;
    height: 600px;
}

.wrap-one {
    width: 100%;
    margin: 0 auto;
    height: 600px;

}

.wrap-one h1 {
    text-align: center;
    font-size: 30px;;
    color: #444444;
    padding-top: 77px;
}


/*横线*/
.borderBg {
    position: relative;
    width: 1200px;
    padding-top: 15px;
    border-bottom: 2px solid #ebebeb;
    margin: 0 auto;
}

.borderCon {
    position: absolute;
    top: 11px;
    height: 10px;
    background: #ff842c;
    width: 36px;
    left: 49.3%;
    margin-left: -10px;

}


/*五个框内容*/
/*框的内容*/
.big-wrap {
    margin: 0 auto;
    width: 1600px;
    justify-content: center;
    display: flex;

}

.border-wrap {
    width: 214px;
    height: 352px;
    margin-top: 87px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;

}

/*background点击反应*/
.border-wrap:hover {
    width: 250px;
    background: url('../img/service_join/anbj.png') no-repeat center;
}

/*排列*/
.border-wrap:first-child {
    margin-left: 0
}

/*image1*/
.image1 {
    margin: 0 auto;
    padding-top: 34px;
}

.image2 {
    margin: 0 auto;
    padding-top: 34px;
    display: none;
}

/*image点击反应*/
.border-wrap:hover .image2 {
    display: block
}

.border-wrap:hover .image1 {
    display: none
}

/*title-h11*/
.title-3h1 {
    text-align: center;
    font-size: 20px;;
    color: #444444;
    padding-top: 22px;
}

/*title-h11点击反应*/
.border-wrap:hover .title-3h1 {
    color: #ffffff
}

/*横线*/
.link-one {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    padding-top: 32px;
    border-bottom: solid #ededed 3px;
}

/*link-one点击反应*/
.border-wrap:hover .link-one {
    color: #ffffff
}

/*title-p1*/
.title-p1 {
    margin-top: 39px;
    /*padding-top: 40px;*/
    color: #666666;
    font-size: 14px;
}

/*title-p1点击反应*/
.border-wrap:hover .title-p1 {
    color: #ffffff
}

/*content-two市场蓝海 潜力无限*/
.content-two {
    width: 100%;
    height: 436px;
}

.wrap-two {
    width: 1280px;
    margin: 0 auto;
    height: 436px;
}

.wrap-two h1 {
    text-align: center;
    font-size: 30px;;
    color: #444444;
    padding-top: 100px;
}

/*横线*/
.hx-img2 {
    margin: 0 auto;
    padding-top: 28px;

}

.image {
    width: 33.3%;
    float: left;
    text-align: center;
}

.image4{
    margin: 0 auto;
    padding-top: 55px;

}

/*排列*/
/*.image:first-child{margin-left: 0}*/

.image p {
    line-height: 25px;
    margin-top: 30px;
    color: #444444;
    font-size: 14px;
}

/*image的文字点击变色*/
.image p:hover {
    color: #fd8129;
}



/*我们对服务商的支持*/
.content-three {
    width: 100%;
    background-color: #f5f6f7;
    height: 738px;
}



/*wrap-three标题内容*/
.wrap-three {
    width: 1280px;
    margin: 0 auto;
    height: 738px;

}

.wrap-three h1 {
    text-align: center;
    font-size: 30px;;
    color: #444444;
    padding-top: 84px;
}

.content-three h3{
    font-size: 22px;
    color: #333333;
    padding-top: 37px;
}


/*横线*/
.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.3%;
    margin-left: -10px;

}

/*两个大框内容*/
.one-wrap {
    width: 640px;
    float: left;
}

.two-wrap {
    width: 640px;
    float: right;

}

/*border内容*/
.border {
    margin-top: 75px;
    width: 507px;
    height: 178px;
    margin-left: 35px;
    background-color: #ffffff;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #fd8129;

}

.border1 {
    margin-top: 75px;
    width: 507px;
    height: 178px;
    margin-left: 92px;
    background-color: #ffffff;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #fd8129;

}


/*border-two内容*/
.border-two {
    margin-left: 35px;
    margin-top: 55px;
    width: 507px;
    height: 178px;
    background-color: #ffffff;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #fd8129;

}

.border-two1 {
    margin-left: 92px;
    margin-top: 55px;
    width: 507px;
    height: 178px;
    background-color: #ffffff;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #fd8129;

}
/*四个框的文字和图片*/

/*.title {*/
    /*font-size: 22px;*/
    /*color: #333333;*/
    /*padding-top: 60px;*/
/*}*/

.image3 {
    float: left;
    margin-left: 40px;
    margin-top: 25px;
    padding-right: 17px;
}



.title-join {
    margin-left: 42px;
    font-size: 16px;
    color: #808080;
    margin-top: 31px;;
}








/*手机版*/
@media screen and ( max-width:1440px ) {
    /*外卖邦的五大亮点*/
    /*横线*/
    .hx-img {
        width: 960px;
        margin: 0 auto;
        padding-top: 25px;

    }
    /*五个框内容*/
    /*框的内容*/
    .big-wrap {
        margin: 0 auto;
        width: 960px;
        justify-content: center;
        display: flex;

    }

    .border-wrap {
        width: 161px;
        height: 352px;
        margin-top: 87px;
        padding-left: 25px;
        padding-right: 25px;
        display: block;

    }

    /*background点击反应*/
    .border-wrap:hover {
        width: 228px;
        background: url('../img/service_join/anbj.png') no-repeat center;
    }

    /*image1*/
    .image1 {
        width: 66px;
        /*height: 88px;*/
        margin: 0 auto;
        padding-top: 34px;
    }

    .image2 {
        width: 66px;
        /*height: 88px;*/
        margin: 0 auto;
        padding-top: 34px;
        display: none;
    }

    /*市场蓝海 潜力无限*/
    /*横线*/
    .hx-img2 {
        width: 960px;
        margin: 0 auto;
        padding-top: 28px;

    }

    .wrap-two {
        width: 980px;
        margin: 0 auto;
        height: 436px;
    }

    .image {
        width: 33.3%;
        float: left;
        text-align: center;
    }

    .image4{
        width: 38px;
        /*height: 55px;*/
        margin: 0 auto;
        padding-top: 55px;

    }






/*我们对服务商的支持*/
    .wrap-three {
        width: 980px;
        margin: 0 auto;
        height: 738px;

    }

    /*横线*/
    .hx-img3 {
        width: 960px;
        margin: 0 auto;
        padding-top: 25px;

    }
    /*横线*/
    .hx-img3 {
        margin: 0 auto;
        padding-top: 25px;

    }

    /*两个大框内容*/
    .one-wrap {
        width: 490px;
        float: left;
    }

    .two-wrap {
        width: 490px;
        float: right;

    }

    /*border内容*/
    .border {
        margin-top: 75px;
        width: 381px;
        height: 178px;
        margin-left: 26px;
        background-color: #ffffff;
        border-left-style: solid;
        border-left-width: 10px;
        border-left-color: #fd8129;

    }

    .border1 {
        margin-top: 75px;
        width: 381px;
        height: 178px;
        margin-left: 69px;
        background-color: #ffffff;
        border-left-style: solid;
        border-left-width: 10px;
        border-left-color: #fd8129;

    }


    /*border-two内容*/
    .border-two {
        margin-left: 26px;
        margin-top: 55px;
        width: 381px;
        height: 178px;
        background-color: #ffffff;
        border-left-style: solid;
        border-left-width: 10px;
        border-left-color: #fd8129;

    }

    .border-two1 {
        margin-left: 69px;
        margin-top: 55px;
        width: 381px;
        height: 178px;
        background-color: #ffffff;
        border-left-style: solid;
        border-left-width: 10px;
        border-left-color: #fd8129;

    }

    /*四个框的文字和图片*/
    .image3 {
        width: 50px;
        /*height: 59px;*/
        float: left;
        margin-left: 31px;
        margin-top: 25px;
        padding-right: 13px;
    }

    .title-join {
        margin-left: 31px;
        font-size: 16px;
        color: #808080;
        margin-top: 31px;;
    }























}

