body{
    background: #FFF;
    font-family: 'microsoft yahei', Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8em;
}
.wraper{
    width: 1024px;
    margin: 0 auto;
}
.header{
    background: #fcfcfc;
}
.header .logo{
    float: left;
}
.header .nav{
    margin-left: 180px;
    text-align: right;
}
.header .search{
    height: 74px;
    line-height: 74px;
}
.nav-menu ul{
    margin: 0;
    padding: 0;
}
.nav-menu li{
    list-style: none;
    display: block;
    float: right;
}
.nav-menu li a{
    display: block;
    padding: 12px 30px;
    text-align: center;
    color: #878787;
    font-size: 16px;
    border-top: 5px solid #fcfcfc;
    border-bottom: 5px solid #fcfcfc;
}
.nav-menu li a.cur{
    color: #00a9ef;
    border-top: 5px solid #00a9ef;
}
.nav-menu li a:hover{
    color: #00a9ef;
    border-top: 5px solid #00a9ef;
}
.clear{
    clear: both;
    height: 0;
}
.banner{
    background: url("../images/index_banner.jpg") #00a9ef no-repeat center;
    height: 400px;
}
.banner-slogon{
    padding-top: 55px;
    color: #FFF;
    float: left;
    width: 500px;
}
.banner-document{
    /*background: #00a9ef;*/
    background: url("../images/orther_banner.jpg") #00a9ef no-repeat center;
    color: #fff;
    height: 85px;
}
.banner-document-slogon{
    color: #FFF;
    float: left;
    width: 360px;
    padding-top: 10px;
}
.btn{
    background: #00a9ef;
    font-size: 18px;
    padding: 5px 15px;
    border: #fff 1px solid;
    color: #fff;
}
.footer{
    border-top: 1px solid #e2e3e3;
    color: #333;
    line-height: 35px;
}
.page{
    margin-top: 10px;
}
.page a{
    display: block;
    float: left;
    padding: 3px 15px;
    border: 1px #00a9ef solid;
    margin-right: 5px;
    color: #00a9ef;
}
.page span{
    display: block;
    float: left;
    padding: 3px 15px;
    border: 1px #e1e1e8 solid;
    margin-right: 5px;
    color: #e1e1e8;
}
.page a:hover{
    background: #00a9ef;
    color: #fff;
}