/*
@author: njf
*/

body {
    font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, arial, Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #333;
    min-width: 1200px;
    background: #fff;
}

p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

ul, li, ol {
    list-style-type: none;
}

i, em, address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

a, a:hover {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

input {
    border: none;
    outline: none;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.pr {
    position: relative;
}

.abs {
    position: absolute;
}

.header-wrap {
    width: 100%;
    background: #fff;
}

.moveHover {
    transition: transform 0.3s ease;
}

.moveHover:hover {
    transform: translateY(-5px);
}

/**/
.topNav {
    height: 80px;
    line-height: 80px;
}

.topNav .logo {
    float: left;
    margin-top: 10px;
}

.topNav ul {
    float: right;
}

.topNav ul li {
    margin: 0 0 0 40px;
    font-size: 16px;
    display: inline-block;
}

.topNav ul li.on a {
    color: #0329d6;
    font-weight: bold;
}

.topNav ul li a:hover {
    color: #0329d6;
    text-decoration: none;
}

/**/
.footer {
    background: #f1f4f7;
    padding: 30px 0 24px;
}

.footer .footCon {
    width: 790px;
}

.footer .footCon dl dt {
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin: 10px 0 20px;
}

.footer .footCon dl dt a {
    margin: 0 20px 0 40px;
}

.footer .footCon dl dt a:hover {
    color: #0329d6;
    text-decoration: none;
}

.footer .footCon dl dd p {
    display: inline-block;
    width: 360px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 28px;
}

.footer .footEwm {
    width: 380px;
}

.footer .footEwm ul li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin: 0 28px;
}

.footer .footEwm ul li img {
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}

















