@charset "utf-8";
html{
    margin:0px;
    padding:0px;
    z-index:1;
    overflow-x:hidden;
    height:100%;
}

body{
    margin:0 auto;
    padding:0px;
    font-size:12px;
    font-family:arial,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    z-index:99;
    height:100%;
    width:100%;
    color:#585757;
}

a{
    font-size:12px;
    text-decoration:none;
}

a:hover{
    font-size:12px;
    color:#a30000;
    text-decoration:none;
}

p{
    padding:0px;
    margin:0px;
}

h1,h2,h3,h4,h5,h6{
    margin:0px;
    padding:0px;
    font-weight:normal;
}

dl,dt,dd,ul,li{
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-decoration:none;
}

input{
    outline:none;
}

img{
    border:0px;
    margin:0px;
    padding:0px;
}
em{
    font-style:normal;
}
tr{
    _border-top:1px solid #bfbfbf;
    _border-bottom:1px solid #bfbfbf;
}
h1,h2,h3,h4,h5,h6,b{ font-weight: normal;}

.clear{
    zoom: 1;
}
.clear::after{
    display: block;
    clear: both;
    content: '';
}



/*正式*/
.pc{display: none;}
.sj{display:block;}
.body1{
    display: block;
}
.sj li:nth-of-type(1)>img{
    width:100%; }
.sj li:nth-of-type(2)>img{
    width:100%; }
.sj li:nth-of-type(3)>img{
    width:100%; }
.sj li:nth-of-type(4)>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%;
}






















