.w {
    width: 1200px;
    margin: 0 auto;
}
body{
    font-family: "微软雅黑";
    background-color: #F3F3F3;
}
*{
    padding: 0;
    margin:0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
li{
    list-style: none;
    text-decoration: none;
}
input ,button{
    padding: 0;
    border: none;
}
h5,h1,p{
    margin: 0;
    padding:0;
}

a{
    text-decoration: none;
}
.clearfix:before,.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom:1;
}
img{
    vertical-align: top;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    text-decoration: none;
}
/*header start*/
.header-top{
    color: #aaa;
    background-color: #F3F3F3;
    height: 30px;
    line-height: 30px;
}
.header{
     background-color: #ffffff;
     min-width:1200px;
}
.header-top-c{
    background-color: #F3F3F3;
}
.header-top h2{
    font-size: 14px;
    font-weight: normal;
}

.logo{
    width: 330px;
    height: 90px;
    float: left;
}
.logo img{
    width: 100%;
    margin-top: 20px;
}
.logo-left{
    width: 506px;
    height: 100px;
    float: left;
    margin-left: 10px;
}
.logo-left img{
    width: 100%;
}
.logo-right{
    float: right;

}
.logo-right img{
    width: 100%;
    margin-top: 6px;
}
/*header end*/
/*nav start*/
.nav{
    height: 45px;
    background-color: #44b549;
    min-width:1200px;
}
.nav-top{
    position: relative;
}
.nav span{
    height: 45px;
    position: absolute;
    top:0;
    left: 0;
    display: inline-block;
    width: 215px;
    line-height: 45px;
    text-align: center;
    background: url("../images/nv_cate_bg.png") no-repeat 25px 15px;
    background-color: #019c08;
    color: #FFFFFF;
    font-size: 16px;
}
.nav ul{
    margin-left: 215px;
}
.nav li{
    float: left;
}
.nav a{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding:0 30px;
    font-size: 16px;
    color: #FFFFFF;
}
.nav a:hover{
    background-color: #019c08;
}
/*nav end*/
/*footer start*/
.copyright{
    border-top: 1px solid #ccc;
    background-color: #44b549;

}
.links{
    text-align: center;
}
.links a{
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.links a:hover{
    text-decoration: underline;
}
.links span{
    font-size: 12px;
    color: #d4cdcd;
    margin: 0 5px;
}
.c-info{
    font-size: 14px;
    color: #9e9e9b;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}
/*footer end*/

