.zj-wzyWrap {
    width: 1200px;
    margin: 0 auto;
}

.zj-wzyCont {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    padding: 40px 150px 0;
    margin: 15px 0 40px;
    border: 1px solid #E2E2E2;
}

.wzy_title {
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.wzy_canshu {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin: 20px 0;
}

.wzy_canshu span {
    margin: 0 6px;
}

.wzy_text,
.wzy_text p {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px !important;
}

.wzy_text img {
    width: 100% !important;
}

.wzy_bjLy {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-align: right;
    line-height: 36px;
    margin: 40px 0;
}

.wzy_bjLy span {
    display: block;
}

/* 二维码 */
.wzy_ewm {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 10px;
}

.wzy_ewm img {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

.wzy_ewm_but {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.wzy_ewm_but span {
    width: 88px;
    height: 32px;
    line-height: 32px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px 40px;
    cursor: pointer;
}

/* 上下篇 */
.wzy_sxp {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    line-height: 45px;
    border-top: 1px dashed #E8E8E8;
    padding-top: 20px;
    margin-bottom: 40px;
}

.wzy_sxp a {
    display: inline-block;
}

@media (max-width: 768px) {
    .zj-wzyWrap {
        width: 100%;
        padding: 0 2%;
    }

    .zj-wzyCont {
        font-size: .28rem;
        line-height: .54rem;
        padding: .6rem .3rem 0;
        margin: 15px 0 40px;
    }

    .wzy_title {
        font-size: .45rem;
        padding-bottom: .3rem;
    }

    .wzy_canshu {
        font-size: .21rem;
        margin: .3rem 0
    }

    .wzy_canshu span {
        margin: 0 .09rem;
    }

    .wzy_canshu span:nth-child(3) {
        display: block;
    }

    .wzy_text,
    .wzy_text p {
        font-size: .28rem;
        line-height: .54rem !important;
    }

    .wzy_bjLy {
        font-size: .28rem;
        line-height: .54rem;
        margin: .6rem 0;
    }

    .wzy_ewm {
        font-size: .24rem;
        margin-bottom: .15rem;
    }

    .wzy_ewm_but span {
        width: 1.32rem;
        height: .48rem;
        line-height: .48rem;
        margin: 0 0.15rem .6rem;
    }

    .wzy_sxp {
        font-size: .28rem;
        line-height: .65rem;
        padding-top: .3rem;
        margin-bottom: .6rem;
    }

    .wzy_sxp a {
        display: inline;
    }
}


/* 联系方式-国内公司文章页 */
.lxfs_wzyCont .wzy_title {
    margin-bottom: 30px;
}

.wzy_text {
    margin-bottom: 30px;
}

.lxfs_wzyCont .wzy_text p {
    margin: 20px 0;
}

.lxfs_wzyContLxfs {
    float: left;
}

.lxfs_wzyContLxfs h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

.lxfs_wzyContLxfs span {
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    display: block;
    margin: 15px 0;
}

.wzy_ewm {
    float: right;
}

/* 公司列表 */
.gongsiList {
    height: auto;
    border-top: 1px dashed #e8e8e8;
    margin-bottom: 38px;
}

.gongsiList ul li {
    margin-top: 14px;
    width: 29%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    background: #f3f3f3;
    text-align: center;
    float: left;
}

.gongsiList ul li a {
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.gongsiList ul li:hover,
.gongsiList ul li.on,
.gongsiList ul li:hover a,
.gongsiList ul li.on a {
    background: #1D6BC0;
    color: #fff;
}
.gongsiList ul li:nth-child(3n+2){
    margin: 14px 58px 0;
}
@media (max-width: 768px) {
    .zj-wzyCont{
        border: none;
    }
    .lxfs_wzyContLxfs h3{
        font-size: .36rem;
    }   
    .lxfs_wzyContLxfs span{
        font-size: .26rem;
        margin: .2rem 0;
    }
    .lxfs_wzyContLxfs,
    .wzy_ewm{
        float: none;
    }
    .wzy_ewm img{
        width: 2.25rem;
        height: 2.25rem;
        margin-bottom: .3rem;
    }
    .wzy_ewm_but span {
        margin: 0 0.15rem .3rem;
    }
    .gongsiList{
        margin-bottom: .57rem;
    }
    .gongsiList ul li {
        width: 80%;
        height: .67rem;
        line-height: .67rem;
        margin: .3rem auto 0;
        float: none;
    }
    .gongsiList ul li a{
        font-size: .24rem;
    }
    .gongsiList ul li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
        margin: .3rem auto 0;
        text-align: center;
    }
}