﻿* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    margin: 0 auto;
    font-family: 宋体;
    color: #630;
    background: #FFF;
}
img,form {
    border: 0;
}
ul {
    list-style: none;
}
.wrapfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#top {
    width: 1004px;
    height: 33px;
    margin: 0 auto;
    background: url(/images/header.jpg) no-repeat;
}
#main {
    width: 1004px;
    height: auto;
    margin: 0 auto;
    background: url(/images/bg.jpg) repeat-y;
}
#bot {
    width: 1004px;
    height: 36px;
    margin: 0 auto;
    background: url(/images/footer.jpg) no-repeat;
}
#logo_area,#nav,#footer {
    width: 930px;
    height: auto;
    margin: 0 auto;
}
/*logo和地区导航*/
#logo_area {
    height: 74px;
}
#logo,#area,#home {
    float: left;
}
#area,#home,#foot_text {
    line-height: 22px;
    padding-top: 3px; 
}
#logo {
	width: 206px;
	height: 65px;
}
#area {
    width: 625px;
    padding-left: 20px;
}
#home{
    width: 63px;
    margin-left: 10px;
    padding-left: 5px;
    text-align: center;
    background: url(/images/icon1.gif) no-repeat;
}
#nav {
    height: 45px;
    background: url(/images/nav_bg.jpg) no-repeat;
}
#nav_li1,#nav_li2,#nav_li_foot,hr {
    text-align: center;
}
#nav_li1,#nav_li2 {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #000;
}
/*foot部分的样式*/
#nav_li_foot {
    color: #630;
    margin-top: 30px;
}
hr {
    height: 1px;
    color: #630;
    border: 0;
    background: #630;
    margin: 10px auto;
}
#foot_text {
    margin: 0 auto;
    width: 730px;
    height: auto;
}
#icp img {
    width: 50px;
    height: 42px;
    margin: -65px 180px 0 0;
    float: right;
}
