@charset "UTF-8";

.map {
    width: 100%;
    height: 100%;
    /*padding-top: 104px;
    padding-bottom: 83px;*/
    position: relative;
}

.lxwm {
    display: none;
}

/* 地图标记点 */
.iw_poi_title {
    color: #f23e23;
    font-size: 16px;
}

.iw_poi_content {
    overflow: visible;
    padding-top: 6px;
    word-wrap: break-word;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

/* 右侧信息 */
.information {
    width: 45%;
    height: 100%;
    background-image: url("../images/contact-bg.png");
    background-size: cover;
    /* border-bottom:100vh solid #000;
    border-left:37vh solid transparent; */
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    opacity: 0.8;
}

.txt {
    font-family: PingFang-SC-Regular;
    color: #fff;
    text-align: right;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.txt .title {
    width: 100%;
    font-size: 30px;
}

.txt .line {
    width: 100px;
    height: 2px;
    background: #803300;
    margin: 10px 0;
}

.txt .title-en {
    width: 100%;
    color: #b9b8b8;
    font-size: 20px;
    margin-bottom: 50px;
}

.txt .company-name {
    width: 65%;
    font-size: 20px;
    line-height: 31px;
    margin: 35px 0 10px 0;
    cursor: pointer;
}

.txt .company-name img {
    width: 20px;
    margin-right: 5px;
}

.txt .company-contact {
    width: 65%;
    font-size: 14px;
    color: #b9b8b8;
}




.title {
    margin: 30px auto;
}

.title p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 61px;
    color: #333;
    text-align: center;
}

.title .ch span {
    display: inline-block;
    width: 102px;
    height: 2px;
    background: #dfdcdc;
    margin: 0 10px 5px 10px;
}

.title div {
    width: 34px;
    height: 6px;
    background: #f4543c;
    margin: 0 auto;
}

.addUs {
    padding: 20px;
    height: 77%;
    overflow-y: auto;
    margin-bottom: 3%;
}

.joinUs {
    padding-top: 20px;
}

.addUs li {
    border: 1px solid #dfdcdc;
    padding: 0 20px;
    margin: 10px 0;
}

.joinUs li {
    border-top: 1px solid #dfdcdc;
    padding: 0 20px;
}

.addUs li.active {
    border: 1px solid #f4543c;
    margin-bottom: 10px;
}

.addUs-tit {
    padding: 20px;
    cursor: pointer;
    margin: 0 -20px;
}

.joinUs-tit {
    margin: 0 -20px;
    padding: 1% 20px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.addUs-tit:hover {
    background: rgba(244,84,60,0.7);
    color: #fff;
}

.addUs-tit.active {
    background: #f4543c;
    color: #fff;
}

.addUs-content {
    height: 0;
    overflow: hidden;
    transition-duration: .5s;
    word-break: break-all;
}

.addUs-content.active {
    height: auto;
    transition-duration: .5s;
    margin: 20px 0;
}

@media (max-width: 1366px) {
    .information {
        width: 50%;
    }

    .txt .title {
        font-size: 20px;
    }

    .txt .title-en {
        font-size: 16px;
    }

    .txt .company-name {
        width: 70%;
        font-size: 18px;
        margin: 10px 0;
    }

    .txt .company-contact {
        width: 70%;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .map {
        height: 80%;
    }

    .information {
        display: none;
    }

    .lxwm {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        display: block;
    }

    .lxwm ul {
        display: flex;
        justify-content: space-around;
    }

    .lxwm ul li {
        width: 100%;
        /* margin-bottom: 15px; */
        margin-right: 0;
        float: none;
        min-height: auto;
        padding-top: 15px;
        background: #f6f6f6;
    }

    .lxwm ul li img {
        margin: 5px auto;
        width: 20%;
        display: block;
    }

    .lxwm ul li p {
        margin-top: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #666;
        padding: 0 10px 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .addUs {
        font-size: 14px;
        padding: 10px;
    }

    .joinUs {
        font-size: 14px;
        padding-top: 10px;
    }

    .addUs li , .joinUs li {
        padding: 0 10px;
    }

    .addUs-tit {
        padding: 10px;
        margin: 0 -10px;
    }

    .joinUs-tit {
        padding: 1% 10px 0 10px;
        margin: 0 -10px;
    }

    .addUs-content.active {
        margin: 10px 0;
    }
}
