@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-family: "宋体", Arial Narrow, arial, serif;
    background: #ffffff;
    font-size: 12px;
    color: #484848;
}

ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd, p,fieldset, legend {
    padding: 0px;
    margin: 0px
}
a {
    color: #06c;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline
}
button {
    border: 0;
    cursor: pointer;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
    padding: 0;
    margin: 0;
}
table {
    margin: 0 auto;
}
table, td, tr, th {
    
}
li {
    list-style-type: none;
}

fieldset, img, a img {
    border: 0 none;
}
fieldset legend {
    display: none;;
}
ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}

/* 整站结构*/ 
.leftBox, .rightBox, .left {
    float: left;
} .right {
    float: right;
}

/***导航***/ 
#warp {
    width: 950px;
    margin: 0px auto 0px auto;
}

#warp_pop{
    width: 550px;
    margin: 0px auto 0px auto;
}

.clear {
    clear: both;
} .noline {
    border-bottom: none !important;
    background: none !important; /***清除li最后一个下边线***/
} .line {
    border-bottom: 1px solid #DDDDDD;
    height: 1px;
    overflow: hidden;
}

/********底部**޸**********/ 
#footer {
    width: 950px;
    margin: 0px auto;
    padding: 26px 0px 20px 0px;
    text-align: center;
    
    background: none;
    border: none;
    margin-bottom: 40px;
} #footer a {
    color: #666;
} #footer p {
    line-height: 18px;
} #footer .about {
    padding-left: 20px;
    width: 928px;
    height: 126px;
    border: 1px #d1d1d1 solid;
    overflow: hidden;
    zoom: 1;
} #footer .about dl {
    float: left;
    display: inline;
    padding: 20px 80px 20px 80px;
    background: url(../images/bg_line_foot01.png) no-repeat right center;
} #footer .about dl dt {
    font-size: 14px;
    font-weight: bold;
} #police {
    height: 57px;
    margin: 10px auto;
    padding-top: 5px;
} #police img {
	height:54px;
    border: 1px #ccc solid;
    margin-right: 10px;
}
