body{
    min-width: 320px;
    /*max-width: 640px;*/
    margin: 0 auto;
    background-color: #ffffff;
    /*font-weight:300;*/
}
.indexbody{
    width: 100%;
    background-color:#ffffff;
    color: #2F3437;
    padding-bottom:3rem;
}
.kv{
    width: 100%;
}

.kv .kvarea{
    padding-top:56.7%;
    background-image: url(../img/index/kv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.rec-container{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0.6rem 0 .2rem 0 ;
}
.rec-container .content_title{
    font-size: 0.8rem;
    line-height: 1.4rem;
    height: 1.4rem;
    padding: 0 0.25rem;
}

.rec-container .content_banner{
    width: 100%;
    padding: 0.1rem  0.25rem;
}

.rec-container .content_banner .content_banner_img{
    padding-top:38%;
    background-image: url(../img/index/1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: hidden;
}

.rec-container .content_banner  .content_banner_title{
    font-size: 0.7rem;
    height: 1.2rem;
    line-height: 1.2rem;
}

.rec-container .content-list{
    font-size: 0;
    overflow: hidden;
    width: 100%;
    padding: 0 0.15rem;
}

.rec-container .content-list .content-item{
    width: 50%;
    position: relative;
    display: inline-block;
    padding: .1rem .1rem;
}

.rec-container .content-list .content-item .cover{
    padding-top:56%;
    background-image: url(../img/index/2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border-radius: .2rem;
    overflow: hidden;   
}

.rec-container .content-list .content-item .cover_title{
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
}


.rec-container .content-list .content-item-shu{
    width: 33.33%;
    position: relative;
    display: inline-block;
    padding: .1rem .1rem;
}

.rec-container .content-list .content-item-shu .cover-shu{
    padding-top:130%;
    background-image: url(../img/index/2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border-radius: .2rem;
    overflow: hidden;   
}


.rec-container .content-list .content-item-shu .cover_title{
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
}




