/* 人才招聘 */
.invite{
    padding:80px 0;
}
.invite .form{
    margin-bottom:60px;
}
.invite .form select,.invite .form .find{
    border:1px solid #DEDBD7;
    display:inline-block;
    width:320px;
    height: 60px;
    border-radius: 30px;
    font-size:16px;
    color:#666460;
    padding:0 60px 0 40px;
    background:url(../img/images/invite_select.png) 265px center no-repeat;
    background-size:24px 14px;
    cursor:pointer;
    float:left;
}
.invite .form select:nth-child(2){
    margin:0 20px;
}
.invite .form .find{
    color:#fff;
    background:#AE0000;
    padding:0;
    text-align:center;
    width:170px;
    border:1px solid #AE0000;
    float:right;
    caret-color: rgba(0,0,0,0);
    outline: none;
}
.invite .form select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.invite .form select::-ms-expand { 
    display: none; 
}
.post-list .t_header{
    height: 50px;
    line-height: 50px;
    background:#00255B;
    font-size:16px;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.post-list .t_header li{
    float:left;
    width:240px;
}
.post-list .t_header li:first-child{
    text-align: left;
    padding-left:54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list .t_body{
    border-bottom: 1px solid #C1BDB7;
}
.post-list .t_body .item{
    border-top: 1px dashed #C1BDB7;
}
.post-list .t_body .item:first-child{
    border-top:0;
}
.post-list .t_body .item .t_body_top{
    background:#fff;
    height: 72px;
    line-height: 72px;
    font-size:14px;
    color:#1A1A1A;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.post-list .t_body .item .t_body_top li{
    float:left;
    width:240px;
}
.post-list .t_body .item .t_body_top li:first-child{
    text-align: left;
    padding-left:54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list .t_body .item.active .t_body_top li{
    font-weight: bold;
    color:#00255B;
}
.post-list .t_body .item .t_body_top li:last-child{
    color:#00255B;
    font-weight: normal !important;
}
.post-list .t_body .item .t_body_btm{
    background:#F3F6FB;
    padding:0 24px;
    display: none;
}
.post-list .t_body .item .t_body_btm .offer{
    border-bottom: 1px solid #EAEDF3;
    padding:18px 30px;
    font-size:14px;
    color:#666;
    overflow: hidden;
}
.post-list .t_body .item .t_body_btm .offer li{
    float:left;
    width:33.3%;
    line-height: 36px;
}
.post-list .t_body .item .t_body_btm .t_body_btm_cnt{
    padding:14px 30px 39px;
}
.post-list .t_body .item .t_body_btm .t_body_btm_cnt dl dt{
    font-size:18px;
    color:#333;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: -4px;
}
.post-list .t_body .item .t_body_btm .t_body_btm_cnt dl dd ul li{
    font-size:14px;
    color:#666;
    line-height: 30px;
}

/* 联系方式 */
.contact .contact-top dl{
    width:550px;
}
.contact .contact-top dl dt{
    font-size:24px;
    color:#545450;
    font-weight: bold;
    border-bottom: 2px solid #EFEEEC;
    padding:80px 0 25px 0;
}
.contact .contact-top dl dd ul{
    margin-top:40px;
}
.contact .contact-top dl dd ul li{
    font-size:16px;
    color:#545450;
    line-height: 44px;
}
.contact .contact-top .lists div{
    padding-bottom: 75px;
}
.contact .contact-top .lists div.border2{
    border-bottom: 2px solid #EFEEEC;  
}
.contact .contact-btm{
    background:#F3F6FB;
    padding:60px 0 80px 0;
}
.contact .contact-btm .line{
    font-size:24px;
    color:#545450;
    font-weight: bold;
    border-bottom: 2px solid #EFEEEC;  
    padding-bottom: 24px;
    margin-bottom: 20px;
}
.contact .contact-btm .form label{
    font-size:16px;
    color:#545450;
    float:left;
    line-height: 40px;
}
.contact .contact-btm .form li{
    float:left;
    margin-bottom: 20px;
    overflow: hidden
}
.contact .contact-btm .form li:nth-child(2){
    margin-left:68px;
}
.contact .contact-btm .form li:nth-child(3){
    float:right;
}
.contact .contact-btm .form li:last-child{
    width:100%;
}
.contact .contact-btm .form .sub{
    width:280px;
    height:40px;
    line-height: 40px;
    border-radius: 25px;
    background:#002E55;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    display:block;
    margin-top:10px;
    margin-left:67px;
}
.contact .contact-btm .form li input[type='text'],.contact .contact-btm .form li textarea{
    width:278px;
    height:48px;
    border:1px solid #EBEFF5;
    background:#fff;
    padding:0 18px;
    float:left;
    margin-left:15px;
    font-size:16px;
    color:#545450;
}
.contact .contact-btm .form li textarea{
    resize:none;
    width:1133px;
    padding:11px 18px;
    float:right;
    margin-left:0;
    min-height: 100px;
}
.contact .contact-btm .form li input::-webkit-input-placeholder ,.contact .contact-btm .form li textarea::-webkit-input-placeholder{
  color: #9A9690;
}
.contact .contact-btm .form li input::-moz-placeholder,.contact .contact-btm .form li textarea::-moz-placeholder { 
  color: #9A9690;
}
.contact .contact-btm .form li input:-ms-input-placeholder,.contact .contact-btm .form li textarea:-ms-input-placeholder {
  color: #9A9690;
}
@media only screen  and (max-width: 800px) {
    .invite{
        padding:30px 0;
    }
    .invite .form{
        margin-bottom: 30px;
    }
    .invite .form select, .invite .form .find{
        width:30%;
        padding:0 20px 0 10px;
        height:30px;
        line-height: 30px;
        font-size:12px;
    }
    .invite .form select:nth-child(2){
        margin:0 5%;
    }
    .invite .form  span{
        overflow:hidden;
        display: block;
    }
    .invite .form .find{
        float: inherit;
        display: block;
        margin:20px auto 0;
    }
    .invite .form select{
        background:url(../img/images/invite_select.png) 90% center no-repeat;
        background-size:12px 6px;
    }
    .post-list .t_header li:first-child,.post-list .t_body .item .t_body_top li:first-child{
        padding-left:0;
    }
    .post-list .t_header li,.post-list .t_body .item .t_body_top li{
        width:20%;
    }
    .post-list .t_header,.post-list .t_body .item .t_body_top{
        padding:0 5px;
    }
    .post-list .t_body .item .t_body_btm{
        padding:0 10px;
    }
    .post-list .t_body .item .t_body_btm .offer,.post-list .t_body .item .t_body_btm .t_body_btm_cnt{
        padding:10px 5px;
    }
    .post-list .t_body .item .t_body_btm .offer li{
        width:50%;
    }


    .contact .contact-top dl{
        width:100%;
    }
    .contact .contact-top dl dt{
        font-size:18px;
        padding:30px 0 15px 0;
    }
    .contact .contact-top dl dd ul li{
        font-size:14px;
        line-height: 36px;
    }
    .contact .contact-top dl dd ul{
        margin-top:20px;
    }
    .contact .contact-top .lists div.border2{
        border:0;
    }
    .contact .contact-top .lists div{
        padding-bottom: 15px;
    }
    .contact .contact-btm .line .right img{
        width: 100%;
        margin-top: 15px;
    }
    .contact .contact-btm{
        padding:30px 0 40px 0;
    }
    .contact .contact-btm .form li{
        width:100%;
    }
    .contact .contact-btm .form li:nth-child(2){
        margin-left:0;
    }
    .contact .contact-btm .form .sub{
        margin-left:0;
        margin:0 auto;
    }
    .contact .contact-btm .form li label{
        width:25%;
    }
    .contact .contact-btm .form li input[type='text'], .contact .contact-btm .form li textarea{
        margin-left:0;
        float:right;
        width:75%;
    }
    .post-list .t_header,.post-list .t_body .item .t_body_top,.post-list .t_body .item .t_body_btm .offer{
        font-size:12px;
    }
    .post-list .t_body .item .t_body_btm .t_body_btm_cnt dl dd{
        font-size:12px;
        line-height: 24px;
    }
}