*{
    margin:0;
    padding:0;
}

html { font-size: 12px; font-size: calc(200vw/64);font-family: "microsoft yahei";}

@media all and (max-width: 320px) { html { font-size: 10px; } }
@media all and (min-width: 750px) { html { font-size: 20px; } }

body{
    max-width:750px;
    min-width:320px;
    width:100%;
    margin:0 auto;
    /*box-shadow:0 0 3px #dbdbdb;*/
}

img{
    width:100%;
    float:left;
    height:auto;
}
a{
    text-decoration:none;
    color: #333;
}
li{
    list-style: none;
}
.w100{
    float:left;
    width:100%;
}
.w90{
    float:left;
    width:90%;
    margin:0 5%;
}
.top{    
    position:relative;
   
}

.menu{
    float:right;
    width:2rem;
    cursor: pointer;
    margin:3rem 2rem 0 0;
    position:relative;
    z-index:2;
}
.menu span{
    width:100%;
    height:.1rem;
    background:#fff;
    float:left;
    margin-bottom:.5rem;
}
.menuList{
    background:#2b479b;
    position:fixed;
    z-index:1;
    width:100%;
    height:100%;
    max-width:750px;
    box-sizing: border-box;
    padding:7rem 2rem 0 2rem;
}
.menuList li{
    float:left;
    width:100%;
    margin-bottom:1rem;
    border-bottom:1px solid #999;
    padding-bottom:.5rem;
}
.menuList li a{
    color:#fff;
    font-size:.9rem;
    font-weight: normal;
}
.menuList li div{
    margin-top:1rem;
}
.menuList li div a{
    font-size:.8rem;
    color:#ccc;
    float:left;
    margin-right:.6rem;
    margin-bottom:.2rem;
}
footer{
    background:url(../images/footer-bg.png) no-repeat left top;
    background-size:100%;
    padding:12rem 5% 0 5%;
    box-sizing: border-box;
}
.footer-left{
    float:left;
    width:90%;
    margin:0 5%;
}
.footer-left li{
    float:left;
    width:50%;
    line-height:200%;
}

.footer-left li a{
    color:#fff;
    font-size:1.1rem;
}
.footer-right{
    color:#fff;
    float:left;
    width:90%;
    margin:1rem 5%;
    border-top:1px solid #eee;
    padding-top:1rem;
}
.footer-right li{
    float:left;
    width:100%;
    line-height: 200%;
    font-size:1.1rem;
}
footer p{
    color:#fff;
    font-size: 1rem;
    text-align:center;
    line-height:180%;
}