html,body{
    padding:0;
    margin:0;
}
img{
    width: 100%;
}
.banner{
    width: 100%;
    height: 430px;
    position: relative;
    background-image: url('../images/banner.png');
    background-position: center;
}
#order{
    position: relative;
    width: 702px;
    height: 430px;
    margin:0 auto;
    background-image: url('../images/banner-inner.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
#order>a{
    position: absolute;
    display: block;
    top: 249px;
    left: 34px;
    height: 50px;
    width: 220px;
}
.banner>img{
    margin:0 auto;
    overflow: hidden;
}
.cont{
    position: relative;
    width: 691px;
    left:50%;
    margin-left:-346px;
}
.cont>div{
   
}
.tips{
    font-size: 18px;
}
.cont>.tips{
    margin:30px;
    line-height:20px ;
    font-size: 16px;
    text-align: center;
    color: #525252;
}
.tips{
    position: absolute;
    bottom:0px;
}
.tips>a{
    color: #1565c0;
}
