.wrap *{box-sizing: border-box;}
.bg_9a303b{background-color: #9a303b}
.bg_9e9595{background-color: #9e9595}
.bg_f5f5f5{background-color: #f5f5f5}
.bg_fff{background-color: #fff}
.h160{height: 160px} .h210{height: 210px}
.mt69{margin-top: 69px} .mt86{margin-top: 86px}
.mb29{margin-bottom: 29px} .mb35{margin-bottom: 35px}
.pt33{padding-top: 33px} .pt44{padding-top: 44px} .pt67{padding-top: 67px}
.pb103{padding-bottom: 103px}

.banner{
    height: 400px;
    background: url("../img/supplier/banner.png") no-repeat center
}
.navBar{
    width: 1002px;
    height: 42px;
    font-size: 18px;
    line-height: 42px
}
.navBar li{
    float: left;
    width: 332px;
    height: 42px;
    margin-right: 2px;
}
.navBar li a{
    display: block;
    color: #fff;
}
.title{
    font-size: 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.supply{
    padding-top: 66px;
    padding-left: 158px;
    background-image: url("../img/supplier/icon_supply.png");
    background-repeat: no-repeat;
    background-position: 56px 48px;
    font-size: 18px;
    color: #646464;
}
.process{
    margin-bottom: 62px;
    background-image: url("../img/supplier/bg_process.png");
    background-repeat: no-repeat;
    background-position: 146px 55px;
}
.condition{
    margin-left: 102px;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    letter-spacing: 1px;
}
.applyBtn{
    display: block;
    width: 210px;
    height: 48px;
    background-color: #fd3c3c;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    border-radius: 3px;
    margin: 76px auto 0;
}
.applyBtn:hover{
    background-color: #fc7575;
}