.contact2 h5{
    font-size: 24px;
    color: #222222;
    line-height: 1em;
    padding-left: 25px;
    position: relative;
    margin-top: 0;
    margin-bottom:  40px;
}
.contact2 h5::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #9dc0de;
    top: 0;
    left: 0;
}
.contact2 .row{
    margin: 0 -10px;
}
.contact2 .row .col-md-6{
    padding: 0 10px;
}
.contact2 .row input{
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: none;
    background: #f1f5f8;
    padding-left: 100px;
}
.contact2 .row .inp{
    position: relative;
    margin-bottom: 10px;
}
.contact2 .row .inp2{
    position: relative;
    margin-bottom: 10px;
}
.contact2 .row .inp span{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888888;
}
.contact2 .row .inp2 textarea{
    width: 100%;
    height: 188px;
    border: none;
    background: #f1f5f8;
    padding-left: 70px;
    padding-top: 20px;
    padding-right: 15px;
}
.contact2 .row .inp2 span{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    color: #888888;
}
.contact2 .row button{
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #9dc0de;
    font-size: 16px;
    color: #fff;
    border: none;
}
.contact2 .row1{
    margin-bottom: 40px;
}
.contact2 .row2 .col-md-4{
    text-align: center;
}
.contact2 .row2 .col-md-4 img{
    margin-bottom: 50px;
}
.contact2 .row2 .col-md-4:nth-child(2){
    border-left: 1px solid #f5f4f4;
    border-right: 1px solid #f5f4f4;
}





.recruit{
    
}

.recruit table{
    width: 100%;
}
.recruit table th{
    height: 50px;
    /* line-height: 50px; */
    color: #fff;
    font-size: 16px;
    background: #9dc0de;
    text-align: center;
    font-weight: normal;
    width: 16.6666%;
}
.recruit table tr{
    border: 1px solid #ebebeb;
    transition: 0.3s;
}
.recruit table tr.active{
    background: #dfebf4;
}
.recruit table td{
    height: 50px;
    /* line-height: 50px; */
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: #ebebeb;
}
.recruit table td a{
    font-size: 20px;
    width: 36px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    display: inline-block;
    color: #333;
    transition: 0.3s;
}
.recruit table td a:hover{
    color: #9dc0de;
}


.recruit-detail{
    background: #f1f5f8;
}
.r-d{
    margin-top: -130px;
}
.r-title{
    height: 80px;
    line-height: 80px;
    padding-left: 45px;
    font-size: 24px;
    color: #333333;
    background: #f1f5f8;
    position: relative;
}
.r-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0 ;
    width: 35%;
    height: 2px;
    background: #9dc0de;
    animation: cc 2s;
    animation-fill-mode:forwards;
}
@keyframes cc{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.jj{
    padding: 50px;
    background: #fff;
    margin: 0;
    margin-bottom: 20px;
}
.jj::after{
    content: '';
    display: block;
    clear: both;
}
.jj li{
    list-style: none;
    width: 16.666%;
    display: inline-block;
    height: 70px;
    float: left;
    border-right: 1px solid #f1f5f8;
    padding-left: 40px;
}
.jj li:last-child{
    border: none;
}
.jj li span:nth-child(1){
    display: block;
    color: #888888;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 3px;
}
.jj li span:nth-child(2){
    display: block;
    color: #333;
    font-size: 18px;
}
.xq{
    padding:40px 50px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.xq .row1{
    margin-bottom: 30px;
}
.xq .row1:last-child{
    margin: 0;
}
.xq .row1 h6{
    font-size: 18px;
    margin: 0;
    color: #888888;
    margin-bottom: 10px;
}
.xq .row1 p{
    font-size: 14px;
    color: #333;
    line-height: 2em;
    margin: 0;
}
.back{
    background: #fff;
    text-align: center;
    padding: 20px 0 50px;
}
.back a{
    padding: 7px 30px;
}
@media(max-width:1440px){
    .r-d {
        margin-top: 0px;
    }
    .r-title{
        background: #fff;
    }
    .r-title::after {
        width: 100%;
    }
}
@media(max-width:991px){
    .jj li {
        padding-left: 10px;
    }
}
@media(max-width:767px){
    .jj li {
        height: 55px;
    }
    .jj li span:nth-child(1) {
        font-size: 16px;
        margin-top: 5px;
    }
    .contact2 h5 {
        font-size: 20px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .contact2 .row2 .col-md-4 img {
        margin-bottom: 20px;
        width: 50px;
    }
    .recruit table th{
        font-size: 12px;
    }
    .recruit table td{
        font-size: 12px;
    }
    .recruit table tr th:nth-child(5){
        display: none;
    }
    .recruit table tr td:nth-child(5){
        display: none;
    }
    .jw-text{
        color: red!important;
    }
    .jj li {
        width: 50%;
        margin: 5px 0;
    }
    .jj {
        padding:10px 15px;
        background: #fff;
        margin: 0;
        margin-bottom: 20px;
    }
    .jj li:nth-child(2n) {
        border: none;
    }
    .r-title {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        font-size: 18px;
    }
    .jj li span:nth-child(2) {
        font-size: 16px;
    }
    .xq {
        padding: 15px;
    }
    .back {
        padding: 20px 0 20px;
    }
    .xq .row1 {
        margin-bottom: 15px;
    }
    .contact2 .row1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .bk{
        border: 1px solid #eee;
        margin-bottom: 10px;
        padding-top: 10px;
    }
}