body {
    margin: 0px;
    padding: 0px;
}
.head-box {
    height: 524px;
    width: 100%;
    min-width:992px;
    background: url("/2017/img/background.png") no-repeat center center;
}
.head-box-content {
    width: 992px;
    height: 524px;
    position: relative;
    margin:0 auto;
}
.head-box-content .phone {
    position: absolute;
    width: 403px;
    height: 492px;
    left: 0px;
    bottom: 0px;
}
.head-box-content .kagouTitle {
    position: absolute;
    width: 509px;
    height: 196px;
    right: 0px;
    top: 128px;
}
.head-box-content .code {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 102px;
    right: 459px;
    background: url("./2017/img/code-small.png") no-repeat;
}
.head-box-content .code:hover {
    width: 120px;
    height: 120px;
    /*background: url("img/code-big.png") no-repeat;*/
    background: url("./2017/img/kagou_qrcode_120x120.png") no-repeat;
}
.head-box-content>a {
    width: 171px;
    height: 50px;
    position: absolute;
    left: 553px;
    bottom: 102px;
}

.item-box {
    width: 100%;
    min-width: 992px;
    height: 756px;
    text-align: center;
}
.item-box img {
    width: 992px;
    height: 756px;
}

.foot-box {
    width: 100%;
    min-width: 992px;
    height: 432px;
    padding-top: 40px;
    background-color: #f5f5f5;
    text-align: center;
}
.foot-box p.foot-title {
    font-size: 30px;
    color: #424242;
    margin-bottom: 34px;
}
.foot-box p.copyright {
    font-size: 18px;
    margin-top: 70px;
}
.foot-box .foot-code {
    width: 100%;
    height: 204px;
    text-align: center;
}

@media (min-width:1600px) {
    .head-box {
        background-size: 100% 100%;
    }
}


