@import "./common.css";
.banner {
	height: 480px;
    background-image: url("../image/contact/banner.png");
    position: relative;
    background-position: center top;
    color: #fff;
}

.banner .banner-title {
    font-weight: 600;
    position: absolute;
    top: 196px;
    font-size: 48px;
    padding-left: 30px;
}

.banner .banner-title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100px;
    background-color: #FFF;
}

.banner .banner-text {
    position: absolute;
    top: 270px;
    width: 540px;
    line-height: 26px;
    font-size: 16px;
    opacity: .8;
    padding-left: 30px;

}

.banner-title {
    position: relative;
}

.banner-title .line {
    position: absolute;
    width: 74px;
    height: 1px;
    background-color: #fff;
    bottom: 66px;
}

.appoint {
    background-image: url("../image/contact/appoint-back.png");
    background-position: center;
    background-size: 100%;
    padding: 46px 0 29px;
}

.section {
    width: 1280px;
    margin: 120px auto 96px;
}
.section .title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #252B3A;
    line-height: 40px;
}
.section .line {
    width: 100px;
    height: 4px;
    background-color: #4D5CED;
    margin: 30px auto 60px;
}
.address-map {
    display: flex;
    justify-content: space-between;
    height: 680px;
}
.address-item {
    margin: 0 20px 32px 0;
    cursor: pointer;
    display: flex;
}
.address-item .vertical {
    width: 2px;
    height: 18px;
    background: #4D5CED;
    margin: 2px 10px 0 0;
    transition: height .5s;
}
.address-item .right {
    width: 600px;
    height: 74px;
}
.address-item:hover .address-city {
    color: #4D5CED;
}
.address-item-active {
    width: 580px;
    height: 150px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 24px 0 0 5px;
    margin: 50px 0;

    display: flex;
    background-image: url("../image/contact/address1.png");
    background-repeat: no-repeat;
}
.address-item-active i {
    color: #4D5CED;
    margin: 4px 10px 0 14px;
    font-size: 18px;
}
.address-city {
    font-size: 18px;
    font-weight: 700;
    color: #252B3A;
    line-height: 22px;
    margin-bottom: 16px;
}
.address-detail {
    color: #8A8E99;
    line-height: 18px;
}