@charset "utf-8";

body,div,menu,ol,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,p,form,header,nav,article,section,aside,footer,video,audio,figure,textarea {
    padding: 0;
    margin: 0;
}
input,select,textarea,img,area {
    outline: none;
    border: none;
}
input,select,textarea {
    background: #FFF;
}
mark {
    background: none;
}
img {
    vertical-align: middle;
    width: 100%;
}
textarea {
    resize: none;
}
li {
    list-style-type: none;
}
body {
    font-size: 16px;
    line-height: 1em;
}
em,i,strong,b,small,h1,h2,h3,h4,h5,h6,address {
    font-style: normal;
}

.fl-c:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl-c {
    *zoom: 1;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.no-bt {
    border-top: none !important;
}
.no-br {
    border-right: none !important;
}
.no-bb {
    border-bottom: none !important;
}
.no-bl {
    border-left: none !important;
}
.no-mb{
    margin-bottom: 0!important;
}
.no-mr{
    margin-right: 0!important;
}

.wrap {
    width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
   
}

header img{
    width: 6.4rem;
}
.block{
    height: .2rem;
    background: #edebf1;
}
.cont{
    width: 6rem;
    margin:0 auto;
}
.home-back .cont{
    padding:.23rem 0;
    line-height: .3rem;
    height: .3rem;
    font-size: .24rem;
    color: #333333;
    background: url(../images/home-icon.png) left center no-repeat;
    background-size: .32rem;
}
.home-back .cont div{
    padding-left: .45rem;
}
.p-style{
    text-indent: 2em;
    font-size: .24rem;
    line-height: .38rem;
    color: #333333;
}
.tit{
    padding: .5rem 0 .2rem 0;
    line-height: 1em;
    font-size: .48rem;
    color: #da2220;
    font-weight: bold;
    text-align: center;
}
.p1, .p2{
    padding-bottom: .3rem;
}

.p1 .p1-img0 img{
    margin:.2rem auto;
    width: 6rem;
}
.img-list ul{
    overflow: hidden;
}
.img-list ul li{
    position: relative;
    width: 2.9rem;
    float: left;
    margin:0 .2rem .2rem 0;
}
.img-list ul li:nth-of-type(2n){
    margin-right: 0;
}
.img-list ul li img{
    width: 2.9rem;
}
.img-list ul li span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.4);
    font-size: .24rem;
    color: #fff;
    line-height: .46rem;
}
.p2{
    background: #da2220;
}
.p2 .tit, .p2 .p-style{
    color: #fff;
}
.p2 .p-style, .p3 .p-style, .p4 .p-style{
    margin-bottom: .25rem;
}

.p3 .p3-img0{
    position: relative;
    margin-bottom: .2rem;
}
.p3 .p3-img0 img{
    width: 6rem;
}
.p3 .p3-img0 span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.74rem;
    height: .46rem;
    line-height: .46rem;
    background: rgba(0,0,0,.4);
    font-size: .24rem;
    color: #fff;
    text-align: center;
}
.p3, .p4{
    padding-bottom: .3rem;
}
.mbanner img{
    width: 6.4rem;
}