body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form,  input, p, th, td { margin:0; padding:0; }
body { font-size:14px; color:#000; font-family: Microsoft YaHei, Simsun;}
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; } 
textarea { resize:none; }
a,s{ color: #444444; text-decoration:none;}
a:hover { color: #f60; text-decoration:none;}
i{font-style:normal;}
b,strong{font-weight:bold;}

#top{
    width:100%;
    overflow:hidden;
    background:#f4f4f4;
    height:30px;
}
.top-in{
    width:1220px;
    margin:0 auto;
    height:30px;
}
.top-in p{
    font-size:12px;
    float:right;
    color:#333;
    text-align:right;
    line-height:30px;
}

#nav{
    width:100%;
    height:120px;
    border-bottom:1px solid #e5e5e5;
}
#nav-in{
    width:1220px;
    height:120px;
    overflow:hidden;
    margin:0 auto;
}
.nav-l{
    float:left;
    height:120px;
}
.nav-l img{
    display:inline-block;
    margin-top:10px;
    width:100px;
    height:100px;
}
.nav-r{
    float:right;
}
.nav-r ul li{
    float:left;
    width:200px;
    height:120px;
    text-align:center;
    line-height:120px;
    cursor:pointer;
}
.nav-r li a{
    font-size:18px;
    color:#444;
    display:inline-block;
}
.current{
    background:#0165af;
}

#content{
    width:100%;
    overflow:hidden;
    margin:60px 0;
}
.content-in{
    width:1220px;
    margin:0 auto;
}

#footer{
    width:100%;
    height:150px;
    background:url(../images/footer.jpg) no-repeat;
}
.center{
    text-align:center;
}
.pagecontent{
    width:1220px;
    margin:0 auto;
    padding:1em;
    line-height:150px;
    color:#fff;
}

.list-logo{
    width:100%;
    overflow:hidden;
}
.list-logo-in{
    width:1220px;
    margin:0 auto;
    height:200px;
    border-bottom:1px solid #e5e5e5;

}
.list-logo-in img{
    display:block;
    margin:0 auto;
}
.list-logo-in p{
    font-size:36px;
    color:#333;
    margin:0 auto;
    text-align:center;
    margin-top:20px;
}

#footer-links{
    text-transform:uppercase;
}
#footer a, #footer a:hover{
    color:#fff !important;
}



.clear{
    clear: both;
}
img{
    border-style:none;
}