.banner{
    width: 12rem;
    height: 3.4rem;
    background: url("../zsimg/img_fw_banner.png")center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.titlediv{
    width: 12rem;
    margin: 0.6rem auto 0 auto;
    position: relative !important;
    height: 0.36rem;

}
.title{
    font-size: 0.24rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 2;
    background-color: #fff;
    color: #a3a3a3;
}
.border{
    position: absolute;
    width: 50%;
    z-index: 1;
    height: 1px;
    background-color: #b0d1f2;
    left: 0;
    top: 0.16rem;
}
.right{
    position: absolute;
    width: 50%;
    z-index: 1;
    height: 1px;
    background-color: #b0d1f2;
    right: 0;
    top: 0.16rem;
}
.container{
    width: 12rem;
    margin: 0 auto;
}
.container ul{
    width: 12rem;
}
.container li{
    width: 3rem;
    height: 4.2rem;
    border: 1px solid #e0e0e0;
    margin-top: 0.6rem;
    float: left;
}
.center_li{margin-left: 1.48rem;margin-right: 1.48rem;}
.icon{
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.75rem 0 0.5rem 0;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    display: block;

}
.tit{
    text-align: center;
    font-size: 0.24rem;
    color: #000;
}
.cont{
    color: #a3a3a3;
    font-size: 0.12rem;
    margin-top: 0.2rem;
    width: 82%;
    margin-left: 9%;
    line-height: 1.9em;
}
.bot_li{margin-bottom: 1rem;}

