@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);
}


/* 心理咨询 */

.present {
    position: relative;
    width: 100%;
    height: 468px;
    overflow: hidden;
}

.present-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 100%;
    background: url(../img/contact/present_img.jpg) no-repeat;
}

.present-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
}

.present-layer span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 35px;
}

.present-layer span:nth-child(1) {
    margin-top: 68px;
}


/* 来访引导 */

.guide {
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
}

.guide-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/contact/guide_img.jpg);
    width: 1920px;
    height: 100%;
}

.guide-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.guide-hd {
    padding-top: 68px;
    text-align: center;
}

.guide-hd i {
    font-size: 14px;
    color: #ffffff;
}

.guide-hd h6 {
    font-size: 32px;
    color: #ffffff;
    margin-top: 12px;
    font-family: "SourceHanSerifSC-Bold";
}

.guide-hd h6 span {
    display: block;
    background-color: #c8996d;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-top: 18px;
}

.guide-nav {
    width: 418px;
    height: 36px;
    margin: 0 auto;
    margin-top: 36px;
}

.guide-nav span {
    display: inline-block;
    width: 200px;
    height: 100%;
    line-height: 34px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #c8996d;
    box-sizing: border-box;
    text-align: center;
}

.guide-nav span:last-of-type {
    float: right;
}

.guide-nav-on {
    background-color: #c8996d;
}

.guide-bd {
    width: 1240px;
    height: 380px;
    margin: 0 auto;
    background-color: #333333;
    margin-top: 34px;
}

.century {
    width: 100%;
    height: 100%;
}

.century-map {
    width: 729px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.century-txt {
    float: right;
    width: 511px;
    height: 380px;
    padding-left: 49px;
    padding-top: 59px;
    box-sizing: border-box;
    color: #ffffff;
}

.century-txt h5 {
    font-size: 22px;
}

.century-txt span {
    display: block;
    margin-top: 32px;
    font-size: 18px;
}

.century-txt i {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.century-txt span:first-of-type {
    margin-top: 43px;
}

.guide-layer>a {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: url(../img/index_new/button_white.png) no-repeat;
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
}

.guide-layer>a img {
    margin-left: 10px;
}

.guide-bd>div {
    display: none;
}

.guide-bd .guide-bd-on {
    display: block;
}