.wrap{
    width:100%;
    min-width:1280px;
    overflow: hidden;
}
.banner{
    position: relative;
    width:100%;
    height:440px;
    background-image: url('../images/joinUs/banner_join_up.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.aboutInfoWrap{
    width:1073px;
    margin:0 auto;
    padding:80px 66px 150px;
}
.aboutNavs{
    position: relative;
    margin-bottom: 90px;
}
.aboutNavs:after{
    position: absolute;
    display: block;
    content: '';
    width:548px;
    height: 3px;
    bottom: -20px;
    background-color: #ececec;
}
.aboutNavs .aboutHr{
    position: absolute;
    width:56px;
    height: 3px;
    background-color: #cf1d1d;
    bottom: -20px;
    z-index: 4;
    left:32px;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.aboutNavs .aboutHr1{
    position: absolute;
    width:56px;
    height: 3px;
    background-color: #999999;
    bottom: -20px;
    z-index: 3;
    left:135px;
    opacity: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.aboutNavs .aboutHr2{
    position: absolute;
    width:56px;
    height: 3px;
    background-color: #999999;
    bottom: -20px;
    z-index: 3;
    left:341px;
    opacity: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.aboutNavs span{
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size:30px;
    line-height: 30px;
    color:#666666;
}
.aboutNavs .aboutNavs2{
    margin: 0px 86px;
}
.aboutNavs .aboutActive{
    color:#333333;
}
.jobTitle{
    color:#666666;
    font-size: 24px;
    line-height: 24px;
    padding-left: 12px;
    margin-bottom: 5px;
}
.jobTitle:after {
    display: block;
    content:'';
    width:1073px;
    height:1.5px;
    margin-left: -12px;
    margin-top: 15px;
    background-image: url("../images/joinUs/line_join.png");
    background-size: 100% 100%;
}
.aboutSec:after{
    display: block;
    content: '';
    clear: both;
}
.accordion{
    width:635px;
    float: left;
}
.accordion>h3{
    cursor: pointer;
    width:601px;
    padding-left: 12px;
    padding-right: 22px;
    height:62px;
    line-height: 62px;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    font-weight: normal;
}
.accordion>h3:hover{
    background-color: #F9f9f9;
}
.accordion>h3:hover>span{
    color:#333333;
}
/*.accordion>h3:hover>.s1{*/
    /*font-family: sy-medium;*/
/*}*/
.accordion>h3:hover>.s3{
    background-image: url("../images/joinUs/icon_join_detail_hover&selected.png");
}
.accordion>.ui-accordion-header-active{
    /*cursor:initial;*/
    border: none;
}
.accordion>.ui-accordion-header-active>.s3{
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}
/*.accordion>.ui-accordion-header-active:hover{*/
    /*background-color: white;*/
/*}*/
/*.accordion>.ui-accordion-header-active:hover>.s1{*/
    /*font-family: sy-regular;*/
    /*color:#666666;*/
/*}*/
/*.accordion>.ui-accordion-header-active:hover>.s2{*/
    /*color:#888888;*/
/*}*/
/*.accordion>.ui-accordion-header-active:hover>.s3{*/
    /*background-image: url("../images/joinUs/icon_join_detail_normal.png");*/
/*}*/
.accordion>h3>.s1{
    color:#666666;
    font-size: 22px;
}
.accordion>h3>.s2{
    color:#888888;
    font-size:18px;
    float:right;
    vertical-align: middle;
}
.accordion>h3>.s3{
    float: right;
    display: inline-block;
    width:9px;
    height: 100%;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/joinUs/icon_join_detail_normal.png");
    background-position: center;
    vertical-align: middle;
}
.accordion>h3>.s2>img{
    font-size: 0;
    margin-left: 8px;
    vertical-align: middle;
}
.accordion>div>p{
    font-family: "sy-medium","Microsoft Yahei";
    color:#555555;
    font-size: 20px;
    padding-left: 32px;
    line-height: 20px;
    padding-bottom: 17px;
    padding-top:10px;
}
.accordion ul li{
    color:#666666;
    font-size: 16px;
    line-height: 32px;
    padding-left: 32px;
}
.accordion .ul1{
    margin-bottom: 12px;
}
.accordion .ul2{
    padding-bottom: 22px;
}

.noInfo{
    padding-left: 12px;
    font-size: 14px;
    line-height: 50px;
}
.resumeInfo{
    float: left;
    margin: 22px 0px 0px 118px;
}
.resume{
    width:320px;
    height: 236px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/joinUs/img_join_cv.jpg");
    background-position: center;
    margin-bottom: 20px;
}
.resumeInfo>p{
    font-size: 18px;
    color: #666666;
}
