.contacts-top{
    margin-top: 70px;
    margin-bottom: 30px;}
.contacts-top .title {
    font-size: 22px;
    margin-right: 26px
}

.types {
    width: 196px;
    height: 32px;
    line-height: 29px;
    margin: 32px 0 32px 10px;
    border-radius: 4px;
    font-size: 24px;
    color: #595959;
    background: #e4e4e4;
    position: relative;
}

.types .sheng {
    width: 100%;
    padding: 0 10px;
    text-shadow: 0 0 0 #000;
    font-size: 18px;
    color: transparent;
}

.types::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 12px;
    background: url("../image/about/dimg.png") center center no-repeat;
    background-size: cover;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
}

.types .sheng_empty {
    position: absolute;
    z-index: 88;
    left: 0;
    top: 28px;
    border-radius: 2px;
    white-space: nowrap;
    width: 100%;
    max-height: 186px;
    background: #e4e4e4;
    display: none;
    overflow-y: auto;
}

.types .sheng_empty li {
    line-height: 32px;
    text-indent: 10px;
    color: #595959;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.types .sheng_empty li:hover {
    color: #000;
    font-weight: bold;
}

.cs-btn {
    margin: 0 20px;
    padding-bottom: 42px;
    text-align: center;
    cursor: pointer;
    margin-top: -26px;
    width: 40px;
    background: url("../image/about/cs-img.png") center 30px no-repeat;
    background-size: 25px 24px;
}
.cs-btn:hover {
    background-image: url("../image/about/cs-imgh.png");
}
.sx-btn {
    width: 96px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border-radius: 16px;
    border: 2px solid #595959;
    font-size: 18px;
    color: #595959;
    cursor: pointer;
}

.sx-btn:hover {
    border-color: var(--bgColor);
}

.contacts-info {
    position: relative;
    min-height: 600px;
    transition: height .3s ease-in-out;
    background: url("../image/about/con-map.png") center 26px no-repeat;
    z-index: 1;
}

.contacts-info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(80, 80, 80, .5);
}

.qu_list {
    position: relative;
    z-index: 5;
    padding-top: 32px
}

.qu_list li {
    margin-bottom: 12px
}

.qu_list li h5 {
    position: relative;
    margin: 0;
    padding: 16px 0;
    font-size: 30px;
    text-indent: 40px;
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid var(--bgColor);
    cursor: pointer;
}

.qu_list li h5::after {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: auto;
    width: 37px;
    height: 37px;
    background-image: url("../image/about/lidown.png");
    background-repeat: no-repeat;
    background-size: 37px;
    transition: .3s;
    content: "";
}

.qu_list li:hover h5 {
    color: var(--bgColor)
}

.qu_div p {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 12px;
    overflow: hidden;
    height: 0;
    transition: height .3s ease-in-out;
}

.qu_div p a {
    display: block;
    padding: 6px 0;
    width: 100%;
    max-width: 33.3%;
    font-size: 16px;
    color: #fff;
    line-height: 1.79;
    text-align: center;
    transition: all .3s ease-in-out;
}

.qu_list li.cur h5 {
    color: var(--bgColor)
}

.qu_list li.cur h5::after {
    transform: rotate(180deg);
    background-image: url("../image/about/lidownh.png");
}

.qu_list li.cur .qu_div p {
    height: auto
}

.map-box {
    padding: 16px 30px ;
    background: #F2F2F2;
    border-radius: 10px;
     margin-bottom: 26px;
    height: 236px;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

.map-box h5 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 36px 10px 12px;
    border-bottom: 1px solid var(--bgColor);
}

.map-box h5::after {
    position: absolute;
    top: 25px;
    right: 6px;
    width: 21px;
    height: 13px;
    background-image: url("../image/about/dw2.png");
    background-repeat: no-repeat;
    background-size: 21px 13px;
    transition: .3s;
    content: "";
}

.map-box1 h5::after {
    position: absolute;
    top: 25px;
    right: 6px;
    width: 21px;
    height: 13px;
    background-image: url("../image/about/dw21.png");
    background-repeat: no-repeat;
    background-size: 21px 13px;
    transition: .3s;
    content: "";
}
.map-box.down h5::after {
    transform: rotate(180deg);
    background-image: url("../image/about/dw2h.png");
}

.map-box h5 span {
    font-size: 30px;
}

.map-box h5 em {
    font-size: 30px;
    color: var(--bgColor)
}

.map-box li {
    position: relative;
    padding-left: 48px;
    line-height: 34px;
    margin-bottom: 10px;
    width: 50%;
    font-size: 16px
}

.map-box li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px
}
.map-dl dt{ margin: 20px 0}
.map-dl dt em {
    padding: 0 24px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 20px;
    border-radius: 21px;
    background: #D9D9D9;
     margin-right: 10px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}
.map-dl dt em.cur {
    border-color: var(--bgColor);
    background: #fff;
}
.map-dl dd img{display: none; width: 100%; height: 323px}
