/*正式*/

.pc {
    display: none;
}

.sj {
    display: block;
}

.body1 {
    display: block;
}

.sj ul li:nth-of-type(1)>img {
    width: 100%;
}

.sj ul li:nth-of-type(2)>img {
    width: 100%;
}

.sj ul li:nth-of-type(3)>img {
    width: 100%;
}

.sj ul li:nth-of-type(4)>img {
    width: 100%;
}

.sj ul li:nth-of-type(5)>img {
    width: 100%;
}

.sj ul li:nth-of-type(6)>img {
    width: 100%;
}

.sj .sjlist {
    width: 100%;
}

.sj .sjlist {
    width: 100%;
}

.sj .sjlist>li {
    float: left;
    box-sizing: border-box;
    width: 48%;
}

.sj .sjlist>li>a {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.sj .sjlist>li:nth-of-type(2n) {
    margin-left: 4%;
}

.sj .sjlist>li>a>img {
    box-sizing: border-box;
    width: 100%;
}