@charset "utf-8";

/* ========== banner ==========*/

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.banner a {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 580px;
}

.banner a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 3s;
}

.banner a img:hover {
    transform: scale(1.1);
}


/* 主体部分 */

.counselor {
    position: relative;
    width: 100%;
    height: 1968px;
    overflow: hidden;
}

.counselor-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 100%;
    background: url(../img/sjdh/counselor_img.png) no-repeat;
}

.counselor-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1192px;
    height: 100%;
}

.counselor-hd {
    padding-top: 68px;
    text-align: center;
}

.counselor-hd i {
    font-size: 14px;
    color: #666666;
}

.counselor-hd h3 {
    font-size: 32px;
    color: #121212;
    margin-top: 12px;
    font-family: "SourceHanSerifSC-Bold";
}

.counselor-hd h3 span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #c8996d;
    margin: 0 auto;
    margin-top: 18px;
}

.counselor-bd {
    margin-top: 40px;
}

.counselor-bd li {
    float: left;
    position: relative;
    width: 580px;
    height: 408px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 28px;
}

.counselor-bd li:nth-child(odd) {
    margin-right: 31px;
}

.counselor-name {
    width: 470px;
    height: 140px;
    margin-top: 28px;
    margin-left: 23px;
}

.counselor-name div:nth-child(1) {
    width: 140px;
    float: left;
}

.counselor-name div:nth-child(2) {
    width: 315px;
    float: left;
    margin-left: 15px;
}

.counselor-name h6 {
    font-size: 26px;
    color: #121212;
    font-weight: 700;
    margin-top: 43px;
}

.counselor-name h6 span {
    font-size: 20px;
    color: #121212;
    font-weight: 400;
    margin-left: 18px;
}

.counselor-name i {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    color: #333333;
}

.counselor-name i img {
    vertical-align: sub;
    margin-right: 8px;
}

.aptitude {
    width: 475px;
    margin-left: 23px;
    margin-top: 19px;
    font-size: 18px;
    color: #333333;
}

.aptitude span:nth-child(odd) {
    margin-right: 17px;
}

.aptitude span:nth-child(1n+3) {
    display: inline-block;
    margin-top: 15px;
}

.counselor-bd li>h5 {
    font-size: 18px;
    color: #333333;
    padding-left: 23px;
    margin-top: 28px;
}

.counselor-tag {
    margin-top: 11px;
    padding-left: 23px;
}

.counselor-tag span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 32px;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 0 20px;
    height: 32px;
}

.counselor-bd li>a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #d7a77c;
    height: 48px;
    line-height: 48px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 262px;
    box-sizing: border-box;
}

.counselor-bd li>a img {
    margin-left: 10px;
}

.assess {
    width: 60px;
    height: 99px;
    background: url(../img/sjdh/assess.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 18px;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
    vertical-align: middle;
}

.assess span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}


/* 仁恒店高度 */

.counselor-rhzd {
    height: 1093px !important;
}

.aptitude-long {
    width: 530px;
}

.counselor-bd li:hover>a img {
    margin-left: 20px;
}

.counselor-rhzd-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../img/rhzd/rhzd_bj.png) no-repeat;
    width: 1920px;
}