.pc {
    display: block;
}

.phone {
    display: none;
}

@media screen and (max-width: 700px) {
    .pc {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    /* ********************************************************************************************************* */

    header,
    .nav,
    .footer,
    .xypg-relate {
        display: none;
    }

    .navPH {
        display: flex;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .navPH a {
        width: 25%;
        padding: 10px 0;
    }

    .navPH a i {
        margin: 10px 0;
        border: #c9c9c9 1px solid;
        padding: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .navbarPH {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 20px;
        padding-right: 20px;
    }

    .navbarPH>div:nth-child(1) {
        border-radius: 50%;
        background-color: #2a2b7b;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    /* ********************************************************************************************************* */

    .mob_tit {
        text-align: center;
    }

    .mob_tit h3 {
        font-size: 26px;
        text-align: center;
        color: #000;
    }

    .mob_tit p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #888;
    }

    .mob_tit .line {
        background: url(../../images/phone/sun_title_bg.png) center no-repeat;
        height: 12px;
        width: 100%;
    }

    /* ********************************************************************************************************* */

    .proPH {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
    }

    .proPH .inimg {
        width: 48%;
        margin: 0 1% 10px 1%;
        background: #F4F4F4;
        box-sizing: border-box;
        padding: 5px;
    }

    .proPH .inimg p {
        padding-top: 5px;
    }

    .morePH a {
        display: block;
        width: 95%;
        text-align: center;
        background: #2a2b7b;
        padding: 8px;
        margin: auto;
        color: #fff;
    }

    /* ********************************************************************************************************* */

    .casePH {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 5px 0;
    }

    .casePH .inimg {
        width: 30%;
        background: #2a2b7b;
        color: #fff;
        text-align: center;
        padding: 25px 0;
        margin: 5px 0;
    }

    /* ********************************************************************************************************** */

    .ysPH {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin: 5px 0;
        background: url(../../images/phone/ys.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .ysPH .inimg {
        width: 50%;
        background: transparent;
        color: #fff;
        text-align: center;
        padding: 25px 0;
        border: 1px solid #fff;
    }

    /* ********************************************************************************************************** */

    .new {
        padding: 0 10px;
    }

    .new>div:nth-child(1) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #c9c9c9;
        padding: 10px;
    }

    .new>div:nth-child(1)>div:nth-child(1) {
        border-left: #2a2b7b 5px solid;
        padding: 3px 0;
        font-size: 16px;
        padding-left: 10px;
    }

    .new>div:nth-child(2) .inimg {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        border-bottom: 1px dashed #c9c9c9;
        color: #777;
        background: url(../../images/phone/news_li_bg.png) left 5px center no-repeat;
    }

    /* ********************************************************************************************************** */

    .posPH {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 25px;
        border-bottom: 1px solid #c9c9c9;
        font-size: 16px;
    }

    .posPH>div:nth-child(1) {
        border-radius: 50%;
        background-color: #2a2b7b;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    /* ********************************************************************************************************** */

    .foot_an {
        display: block;
        width: 100%;
        padding: 10px 0;
        color: #fff;
    }

    /* ********************************************************************************************************** */

    .pro_con,
    .case_con {
        width: 49% !important;
    }

}