@charset "utf-8";

/* 联系区块组件样式，限定于 .lxfs1 容器内 */

.lxfs1 .inner {
    width: 1400px;
    margin: 0 auto;
}

.lxfs1 .contact-box {
    padding: 150px 0 255px;
}

.lxfs1 .contact-map {
    position: relative;
    overflow: hidden;
}

.lxfs1 .map {
    height: auto;
}

.lxfs1 .map img {
    display: block;
    width: 100%;
    height: auto;
}

.lxfs1 .map img.mb {
    display: none;
}

.lxfs1 .contact-address {
    position: absolute;
    left: 120px;
    top: 50%;
    z-index: 10;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 40px;
    width: 450px;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 0 27px #ededed;
}

.lxfs1 .contact-address strong {
    display: block;
    margin-bottom: 18px;
    line-height: 1;
    color: #111111;
    font-size: 24px;
    font-weight: normal;
}

.lxfs1 .address p {
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
    font-family: "Alibaba-Regular";
}

.lxfs1 .address p:last-child {
    margin-bottom: 0;
}

.lxfs1 .address p i {
    display: inline-block;
    width: 30px;
    color: #cccccc;
    font-style: normal;
    font-size: 18px;
}

.lxfs1 .contact-box {
    padding: 150px 0 255px;
}

.lxfs1 .contact-list {
    margin-top: 150px;
}

.lxfs1 .contact-items {
    margin-bottom: 6.3542vw;
}

.lxfs1 .contact-items:last-child {
    margin-bottom: 0;
}

.lxfs1 .contact-title {
    display: block;
    margin-bottom: 28px;
    line-height: 1;
    color: #222222;
    font-size: 44px;
    font-weight: normal;
}

.lxfs1 .address-list {
    display: flex;
    flex-wrap: wrap;
}

.lxfs1 .address-list li {
    padding: 25px 0;
    display: flex;
    align-items: center;
    margin-right: 2%;
    border-top: 1px solid #eeeeee;
    width: 49%;
}

.lxfs1 .address-list li:nth-child(2n+2) {
    margin-right: 0;
}

.lxfs1 .address-list li span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #3AB54A;
    color: #fff;
    font-size: 22px;
}

.lxfs1 .address-info {
    margin-left: 24px;
    flex: 1;
}

.lxfs1 .address-info strong {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.lxfs1 .address-info p {
    color: #999999;
    font-size: 16px;
    font-family: "Manrope3-Regular";
    line-height: 1.2;
}


/* 屏幕宽度 ≤1600px */
@media screen and (max-width: 1600px) {
    .lxfs1 .inner {
        width: 72.91%;
    }
    .lxfs1 .contact-box {
        padding-top: 100px;
    }
    .lxfs1 .contact-list {
        margin-top: 7.8125vw;
    }
    .lxfs1 .contact-title {
        font-size: 2.2917vw;
    }
}

/* 屏幕宽度 ≤1024px */
@media screen and (max-width: 1024px) {
    .lxfs1 .inner {
        width: 90%;
    }

    .lxfs1 .contact-address {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        width: auto;
        padding-top: 0;
        transform: translateY(0);
    }
    .lxfs1 .contact-address {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        width: auto;
        padding-top: 0;
        transform: translateY(0);
    }
}

/* 屏幕宽度 ≤768px */
@media screen and (max-width: 768px) {
    .lxfs1 .inner {
        width: auto;
        margin: 0 8vw;
    }

    .lxfs1 .contact-box {
        padding-top: 20vw;
        padding-bottom: 12vw;
    }

    .lxfs1 .contact-address strong {
        margin-bottom: 3.2vw;
        font-size: 5.8667vw;
    }

    .lxfs1 .address p {
        margin-bottom: 6px;
    }

    .lxfs1 .contact-address {
        padding-right: 0;
        padding-bottom: 10.1333vw;
    }

    .lxfs1 .map img.pc {
        display: none;
    }

    .lxfs1 .map img.mb {
        display: block;
    }
    .lxfs1 .contact-box {
        padding-top: 20vw;
        padding-bottom: 12vw;
    }

    .lxfs1 .contact-address strong {
        margin-bottom: 3.2vw;
        font-size: 5.8667vw;
    }

    .lxfs1 .address p {
        margin-bottom: 6px;
    }

    .lxfs1 .contact-address {
        padding-right: 0;
        padding-bottom: 10.1333vw;
    }

    .lxfs1 .contact-list {
        margin-top: 20vw;
    }

    .lxfs1 .contact-title {
        margin-bottom: 5.0667vw;
        font-size: 5.8667vw;
    }

    .lxfs1 .contact-items {
        margin-bottom: 16vw;
    }

    .lxfs1 .address-list {
        display: block;
    }

    .lxfs1 .address-list li {
        margin-right: 0;
        width: 100%;
    }

    .lxfs1 .contact-items:last-child {
        margin-bottom: 10vw;
    }

    /* 隐藏可能存在的特殊项（如.quot），仅在原始HTML中有用 */
    .lxfs1 .address-list li.quot {
        display: none;
    }
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont";
    src: url('upload/fonts/iconfont.woff2') format('woff2')
    /*url('fonts/iconfont.woff?t=1638869001436') format('woff'),*/
    /*url('fonts/iconfont.ttf?t=1638869001436') format('truetype');*/
}