
html,body{
    width:100%;
    height:100%;
    overflow-x: hidden;
}



.container{
    padding-top:1.05rem;
}


.header{
    width:100%;
    height:1.05rem;
    background:url(../images/tu_02.png) no-repeat;
    background-size:100%;
    box-shadow: 0 0.08rem 0.08rem 0 rgba(0,0,0,0.3);
    position:fixed;
    top:0;
    left:0;
    z-index:55;    
}

footer{
    width:100%;
    height:1.05rem;
    background:rgba(0,0,0,0.8);
    z-index:10;
    position:fixed;
    bottom:0;
    left:0;
    box-shadow: 0 -0.08rem 0.08rem 0 rgba(0,0,0,0.3);
}

footer ul{
    list-style:none;
    width:7.2rem;
    height:1.05rem;
    margin:0 auto;
}

footer ul li a{
    width:1.8rem;
    height:1.05rem;
    float:left;
}

footer ul li:nth-child(1) a{
    width:1.75rem;
    height:1.05rem;
    background:url(../images/sy.png) no-repeat center 0.05rem;
    background-size:35%;
    line-height:1.65rem;
    text-align:center;
    color:#fff;
    font-size:0.24rem;
}

footer ul li:nth-child(2) a{
    width:1.75rem;
    height:1.05rem;
    background:url(../images/kf.png) no-repeat center 0.05rem;
    background-size:35%;
    line-height:1.65rem;
    text-align:center;
    color:#fff;
    font-size:0.24rem;
}


footer ul li:nth-child(3) a{
    width:1.75rem;
    height:1.05rem;
    background:url(../images/ly.png) no-repeat center 0.05rem;
    background-size:35%;
    line-height:1.65rem;
    text-align:center;
    color:#fff;
    font-size:0.24rem;
}

footer ul li:nth-child(4) a{
    width:1.75rem;
    height:1.05rem;
    background:url(../images/qq.png) no-repeat center 0.05rem;
    background-size:35%;
    line-height:1.65rem;
    text-align:center;
    color:#fff;
    font-size:0.24rem;
}