.headtop {
    height: 30px;
    /* background-color: #2a2d34; */
    width: 100%;
    min-width: 1200px;
}
.headtop-center {
    height: 30px;
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
}
.headtop-center-two {
    display: block;
    float: left;
    color: #c4c3c3;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
a, a:visited {
    text-decoration: none;
    cursor: pointer;
}
.headtop-center-four {
    display: block;
    float: right;
    font-size: 14px;
    color: #fd470c;
    line-height: 30px;
}
.headtop-center-three {
    display: block;
    float: right;
    font-size: 14px;
    color: #08c;
    line-height: 30px;
}
/*头部功能栏*/
.tops {
    height: 60px;
    background-color: #C40808;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 40px;
}
.top-center {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
}
.top-center-logo {
    margin: 7px 10px 0 0;
    /*background: url(../../../ww/images/img-017.png) no-repeat 0px 0px;*/
    height: 100%;
    float: left;
    width: 8%;
    cursor:pointer;
}
.top-center-person {
    margin-top: 19px;
    padding-left: 8px;
    height: 30px;
    width: 80px;
    color: #ffffff;
    font-size: 24px;
    float: left;
    border-left: 1px solid #e1e1e1;
}
.top-center-bigdiv {
    height: 60px;
    width: 91%;
    /*margin-left: 20px;*/
    margin:0 auto;
}
.top-center-right-ul {
    height: 60px;
    width: 100%;
    display: block;
    float: left;
}
.top-center-right-ul li {
    display: block;
    margin: 0px 32px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    position: relative;
    float: left;
    font-size: 18px;
}
.top-center-right-ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    float: left;
    font-size: 20px;
    /*font-weight: bold;*/
    text-decoration: none;
}
.top-center-right-ul li.active {
    border-bottom: 4px solid #f46f6f;
}
.top-center-sign {
    line-height: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    float: right;
    cursor: pointer;
}
/*end*/
/*外框*/
.outerframe{
    width: 978px;
    /*overflow: hidden;*/
    margin: 0 auto;
    margin-top: 35px;
}
.search{
    width: 100%;
    height: 44px;
    border: 2px #C40808 solid;
    display: flex;
    background-color: #fff;
    margin-top: 5px;
}
.bordersearch{
    border-left: 1px solid #C40808;
    height: 40px;
    line-height: 40px;
    width: 75%;
}
.bordersearch input{
    border:none;
    background: none;
    width: 80%;
    padding-left: 17px;

}
.searchbutt{
    background: #C40808;
    height: 40px;
    line-height: 40px;
    width: 15%;
    text-align: center;
}
.searchbutt p{
    color: #fff;
    font-size: 17px;
}

.search_reset{
    background: #fff;
    height: 40px;
    line-height: 40px;
    width: 15%;
    text-align: center;
}
.search_reset p{
    color: #C40808;
    font-size: 17px;
}


.outerframe_middle{
    width: 847px;
    margin: 0 auto;
    background: #f0f0f0;
    height: 100px;
    margin-top: 20px;
    border:1px solid #e5e5e5;
}
/*招聘选择*/
.wrap {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}
.wrap:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}
.hgbanner {
    text-align: center;
    background-color: #000
}

.hgbanner img {
    vertical-align: middle
}

.hgbanner a {
    position: absolute;
    right: 38px;
    top: 38px;
    padding: 0 12px;
    line-height: 30px;
    border: 1px solid #ff6e1f;
    border-radius: 4px;
    color: #ff6e1f;
    font-size: 16px
}
#search_city{
    width: 150px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    float: left;
    padding: 0 0 0 15px !important;
    display: inline-block;
}
.pay_money{
    color: #f17020;
}
.po_name{
    color: #ff6363;
    text-decoration: none;
    display: inline-block;
    max-width: 330px;
    /*vertical-align: middle;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail_top{
    display: flex;
}