/*公共*/
html {
    overflow-x: hidden;
}

body {
    margin : 0;
    padding: 0;
    border : 0;
    color  : #333;
}

ul,
li {
    margin    : 0;
    padding   : 0;
    list-style: none;
}

div,
p {
    margin : 0;
    padding: 0;
    border : 0;
}

.wrapper {
    width : 1280px;
    margin: 0 auto;
    /*盒子居中*/

}

a {
    text-decoration: none;
    color          : #333;
}


.head .icon {
    margin-left: 165px;
    height     : 53px;
    display    : flex;
    align-items: center;
}

.head .backgroud {
    width           : 100%;
    height          : 66px;
    background-image: url(../brand/加入我们banner.png);
}

.title>div>div {
    padding-top   : 45px;
    padding-bottom: 28px;
    text-align    : center;
    font-size     : 20px
}

.recruitment .wrapper {
    box-sizing: border-box;
    padding   : 0 240px;
}

.infoBox {
    box-sizing: border-box;
    margin-bottom: 28px;
    background: rgba(255, 255, 255, 1);
    border    : 1px solid rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.infoBox .box1 {
    padding      : 0 26px;
    padding-left : 53px;
    border-bottom: 1px solid #DDDDDD;
}

.infoBox .box1>div {
    line-height: 40px;
}

.infoBox .box1 .box1_tit {
    color: #02C184;
}

.infoBox .box2 {
    padding: 0 26px;
}

.infoBox .box2 div {
    padding-left: 58px;
    line-height : 20px;
    font-size   : 12px;
    ;
}

.infoBox .box2 .box2_tit {
    line-height : 40px;
    padding-left: 28px;
    font-size   : 16px;
}

.infoBox .box3 {
    height          : 33px;
    background-color: #F7F7F7;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
}

.infoBox .box3 .tags {
    display     : flex;
    padding-left: 39px;
}

.infoBox .box3 .tags>div {
    padding      : 6px 12px;
    font-size    : 12px;
    border       : 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    margin-right : 13px;
    ;
}

.infoBox .box3 .email {
    font-size: 14px;
    ;
    color       : #666;
    font-weight : bold;
    margin-right: 10px;
}

.footer {
    background-color: #EDEDED;
    width           : 100%;
    padding-top     : 10px;
    font-size       : 11px;
    padding-bottom  : 14px;
    ;
}

.footer .wrapper {
    padding   : 0 286px;
    box-sizing: border-box;
    ;
    position: relative;
}

.footer .link {
    margin-bottom: 25px;
    ;
}

.footer .link li {
    display      : inline-block;
    padding:0 30px;
    border-right : 1px solid #666666;
    height       : 13px;
    line-height  : 13px;
    ;

}
.footer .link li:first-child{
    margin-left: -30px;
}
.footer .link li:last-child{
    border-right: none;
}

.footer .address {
    margin-bottom: 13px;
}

.footer .copyright {
    margin-bottom: 13px;
}

.footer .photo {
    position  : absolute;
    right     : 286px;
    top       : 0;
    text-align: center;
}
