@charset "utf-8";

html,body,body>form{height: 100%;}
body{
    font: 14px/1.5 'Microsoft Yahei';
    background:#fff;
}
.wrapper{
    position:relative;
    min-height:100%;
    min-width:1000px;
}
.inner{
    position:relative;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.maintain{
    width:930px;
    height:618px;
    padding-top:50px;
    margin:0 auto;
    background:url(../images/maintain.jpg) no-repeat bottom;
}
.text{
    width:525px;
    padding:64px 0 0 78px;
}
.text .title{
    line-height:48px;
    font-size:24px;
    color:#f56e12;
    font-weight:normal;
}
.text p{
    padding-left:14px;
    line-height:24px;
    text-indent:2em;
    color:#666;
}