.connection {}

.connection .connection-top {
    height: 300px;
    overflow: hidden;
}

.connection .connection-top img {
    width: 100%;
    height: 100%;
}

/* 内容区 */
.connection .connection-con {
    /* background-color: pink; */
    padding-top: 150px;
}

/* 内容区--联系方式 */
.connection .connection-con .connection-con-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-type-item {
    /* background-color: red; */
    /* border-right: 1px solid yellowgreen; */


    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.con-type-item .ico {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-type-item .ico img {
    /* width: 100%; */
    /* height: 100%; */
}

.con-type-item .tips {
    padding-top: 15px;
}

.con-type-item .desc {
    padding-top: 20px;
}

/* 内容区--地图 */
.connection .connection-con .connection-con-map {
    /* background-color: pink; */

    padding-top: 70px;
}

.connection .connection-con .connection-con-map #container {
    overflow: hidden;
    height: 500px;
}

/* 内容区--客服 */
.connection-con-server {
    /* background-color: pink; */
    /* padding-top: 100px; */
    padding-top: 0;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.server-item .server-item-t {
    width: 490px;
    line-height: 1.75;
}

.server-item-m .open-qq {
    font-size: 26px;
    line-height: 52px;
    font-family: Microsoft YaHei;
    overflow: visible;
    width: 140px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.server-item-m .open-qq a {
    display: inline-block;
    width: 140px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    background: url(../src/img/connection/open-qq.png) no-repeat center, rgba(255, 255, 255, 0);
    text-align: center;
    padding-left: 10px;
}

.server-item .server-item-b {
    margin-top: 30px;
}

.server-item .server-item-b .server-item-b-list {
    line-height: 2.25;
}
