首页
*{
margin:0;
padding:0;
}
.header{
width: 100%;
height: 491px;
background-color: #000000;
}
.header-top{
width: 100%;
height: 143px;
background-color: #000000;
}
.header-bottom{
width: 100%;
height: 348px;
background-image: url(images/bot_14.png);
}
.header-top-inner{
width: 994px;
height: 143px;
background-color: black;
margin:0 auto;
}
.header-top-logo{
width: 452px;
height: 143px;
background-image: url(images/logo_02.png);
float: left;
margin-right: 60px
}
.header-top-logo h1{
width: 452px;
height: 143px;
background-image: url(images/logo_02.png);
}
.header-top-logo a{
width: 452px;
height: 143px;
display: block;
text-indent: -3000px;
}
.header-top-nav{
width: 480px;
height: 143px;
background-image: url(images/nav_05.png);
float:right;
}
.main{
width: 100%;
height: 896px;
background-image: url(images/bot_14.png);
}
.footer{
width: 100%;
height: 124px;
background-color: black;
}
</style>