.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}
.pl92{padding-left: 92px}
.pt18{padding-top: 18px} .pt50{padding-top: 50px}
.pb100{padding-bottom: 100px}
.h750{height: 750px}

.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{
    margin-bottom: 45px;
    padding-left: 7px;
    font-size: 24px;
    line-height: 26px;
    color: #000;
}
.subtitle{
    margin-bottom: 14px;
    font-size: 16px;
    color: #171717;
}
.subtitle i{
    font-size: 24px;
}
.para{
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #646464;
}
.applyBtn{
    display: block;
    width: 114px;
    height: 40px;
    margin: 40px 0 0 17px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #fd3c3c;
    text-align: center;
    border-radius: 3px;
}
.applyBtn:hover{
    background-color: #fc7575;
}