.header-about{
    width: 10rem;
    height:80px;
    min-width: 1349px;
    min-height:80px;
    background: #fff;
}

.about-action{
    border-bottom:1px solid #ccc;
    background-color: #ffffff;
    /* transition:.2s; */
}
.about-action .nav-box .logo{
    background: url(../../image/logo-black.png)  no-repeat center;
    background-size: cover;
}
.about-action .nav-box .nav li a{
    color: #0e0e0e;
}

.about-child p{
    line-height: 30px;
}


.header-about .consult{
    display: none;
}

.about-item{
    width: 10rem;
    min-width: 1349px;
    /* height: 800px; */
}
.about {
    width: 6.252rem;
    min-width: 854px;
    /* height: 824px; */
    padding-left: 1.49700rem;
    padding-bottom: 84px;
    font-size: 14px;
    margin: auto;
    position: relative;
}

.about-heade{
    margin-top: 80px;
}
.recruit-title{
    font-size: 36px;
    font-weight: 600;
}
.recruit-describe{
    width: 100%;
    margin: 10px 0 20px 0;
}
.recruit-describe .describe-child{
    display: inline-block;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #acabac;
}
.describe-child:first-child{
    padding-left: 0;
}
.describe-child:last-child{
    border-right: 0;
}
.title{
    font-size:18px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 600;
}
.recruit .recruit-ask{
    color: #a2a2a2;
    font-size: 12px;
}
.send{
    margin-top: 60px;
    margin-bottom: 80px;
    width: 168px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #008bf7;
    text-align: center;
    
}
.send:hover{
    box-shadow: 0 0 3px rgba(0,0,255,0.4);
}