/* 通用样式 */
* {
    font-family: "PingFang SC Medium";
}

.bgWhite {
    background-color: #fff;
}

.textWhite {
    color: #fff;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/* 框架 */
.box {
    width: 100%;
}

/* 内容 */
.section {
    width: 100%;
    overflow: hidden;
}

/* 版心 */
.bx {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.bx>p {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.1;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 48px;
}

.dqwz a {
    display: block;
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 0;
    float: left;
}

.dqwz span {
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 8px;
    float: left;
}

/* 标题 */
.title {
    width: 100%;
    height: 42px;
    text-align: center;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 30px;
    color: #333;
    margin: 39px 0 20px 0;
}

.lxwmImg {
    width: 100%;
    height: 400px;
    margin: 19px 0 40px 0;
}

/* 地址 */
.address {
    width: 100%;
    /* height: ; */
    font-size: 24px
}

/* 联系方式 */
.lxfs{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.lxfs p {
    float: left;
    font-family: "PingFangSC-Semibold ";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.lxfs p:first-child,
.lxfs p:nth-child(2){
    margin-bottom: 20px;
}
.lxfs p:nth-child(4){
    margin-left: 50px;
}
.lxfs p img{
    margin-top: -3px;
    margin-right: 12px;
    margin-left: 3px;
}
.lxfs p:first-child img{
    margin-top: -7px;
}