/* 公共 */

.sy-line {
    border: 2px solid #f4bc1d;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-line {
    border: 1px solid black;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.more-btn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    margin-top: 70px;
}


/* 公共 */

.sbanner {
    width: 100%;
    background: #f1f2f5;
}

.sbanner img {
    width: 100vw;
}

.acmain {
    width: 100%;
    background: #fff;
    padding: 100px 0;
}

.bteam {
    width: 100%;
    background: url(../images/index/tbg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
}

.bteam .abo-b {
    padding: 30px;
    background: #343434;
    display: flex;
    position: relative;
    top: -110px;
}

.bteam .abo-b img {
    height: 397px;
}

.bteam .abo-b .abo-msg {
    color: #e4e5e5;
    line-height: 22px;
    padding: 0 30px;
}

.acmain .acitem {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.acmain .acitem:hover .ac-tle {
    height: 53%;
}

.acmain .acitem .ac-tle {
    position: absolute;
    bottom: 0;
    height: 61px;
    overflow: hidden;
}

.acmain .acitem .ac-tle p span:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
}

.acmain .acitem .ac-tle p span:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
    height: 100%;
}

.acmain .acitem .ac-tle p:nth-child(1) {
    padding: 20px 30px;
    width: 286px;
    background: #f4bc1d;
}

.acmain .acitem .ac-tle p:nth-child(2) {
    padding: 20px 10px;
    width: 286px;
    background: #343434;
    color: #e8e8e8;
    font-size: 14px;
    height: 100%;
}