/********************* 业务合作 ********************/
.demandMain>.tit{
    text-align: center;
    margin-bottom: 58px;
}
.demandMain>.tit h2{
    font-size: 24px;
    color: #303030;
    line-height: 31px;
    font-weight: normal;
    margin-bottom: 17px;
}
.demandMain>.tit p{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.demandMain .processBox{
    background: #F5F5F5;
    height: 80px;
    border: 1px solid #EFEFEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 50px;
}
.demandMain .process{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 542px;
}
.demandMain .process li{
    float: left;
    position: relative;
    padding-left: 30px;
    padding-right: 24px;
    margin-right: 14px;
    line-height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}
.demandMain .process li:last-of-type{
    margin-right: 0;
    padding-right: 0;
}
.demandMain .process li i{
    background: #CCC;
    width: 22px;
    height: 22px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    position: absolute;
    left: 0;

}
.demandMain .process li:not(:last-of-type)::after{
    content: '>';
    display: block;
    color: #999;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/********************* 表单 ********************/
.demandMain .form>p{
    border-bottom: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.demandMain .form>p>span.tit{
    display: inline-block;
    width: 145px;
    font-size: 16px;
    color: #151515;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.demandMain .form>p>span.tit i{
    color: #e03b36;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.demandMain .form>p input{
    line-height: 20px;
    color: #333;
}
.demandMain .form>p input:not(.radio){
    width: 655px;
    font-size: 14px;
    color: #666;
}
::-webkit-input-placeholder{
    color: #999;
}
.demandMain .form>p input.radio{
    width: 14px;
    height: 14px;
    color: #333;
    margin: 0;
    padding: 0;
}
.demandMain .form>p label{
    cursor: pointer;
}

.demandMain .form>p label:not(:last-of-type){
    margin-right: 12px;
}
.demandMain .form>p label span{
    cfont-size: 14px;
    color: #666;
    line-height: 20px;
    margin-left: 5px;
}
.demandMain .form>p.select{
    padding: 20px 0;
}
.demandMain .form>p select{
    background: #F5F5F5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 146px;
    height: 40px;
    display: inline;

    font-size: 14px;
    padding: 0 12px;
}
.demandMain .form>p select:not(:last-of-type){
    margin-right: 8px;
}

.demandMain .form>p textarea{
    height: 76px;
    width: 655px;
    resize: none;
    font-size: 14px;
    color: #333;
}
.demandMain .form .subBox{
    text-align: center;
    margin-top: 37px;
    border-bottom: 0;
    padding-bottom: 0;
}
.demandMain .form .sub{
    border: 1px solid #e03b36;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 190px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #e03b36;
    background-color: #fff;
    margin: 0 auto;
    cursor: pointer;

}
.demandMain .form .sub:hover{
    color: #fff;
    background-color: #e03b36;
}
.demandMain .telCon{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 90px;
}
.demandMain .telCon span{
    font-size: 36px;
    color: #e03b36;
    font-weight: bold;
    line-height: 31px;
}

/********************* delivery ********************/
.demandMain .delivery .form{
    width: 410px;
}
.demandMain .delivery .form>p>span.tit{
    width: 110px;
}

.demandMain .delivery .form>p input:not(.radio) {
    width: 284px;
}
.demandMain .delivery .form>p select{
    width: 89px;
}
.demandMain .delivery .form .subBox {
    margin-top: 32px;
}

.demandMain .delivery .release{
    width: 350px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    background: #FFF;
    padding-top: 22px;
    padding-bottom: 43px;
    margin-top: 20px;
}
.demandMain .delivery .release img{
    width: 100%;
    height: 182px;
    padding: 0 32px;
}
.demandMain .delivery .release p{
    font-size: 14px;
    color: #303030;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 44px;
    padding: 0 41px;
    margin-top: 11px;
}
.demandMain .delivery .release .btn{
    text-align: center;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #e03b36;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    color: #e03b36;
    width: 150px;
    line-height: 55px;
    height: 55px;
}
.demandMain .delivery .release .btn:hover{
    background-color: #e03b36;
    color: #fff;
}
