*{
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "微软雅黑";
    -webkit-box-sizing: border-box;
    color: #1E1E1E;
}
a{
    text-decoration: none;
}
body{
	overflow: hidden;
}
.main-box{
    width: 100%;
    min-width: 1000px;
    min-height: 900px;
    background: url('../images/home.png') no-repeat;
    background-size: 100% 100%;
}
.footer{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
