
body {
    font-size: 12px;
    font-family: "宋体", "微软雅黑", Arial, serif;
}

.container {
    position: relative;
    width: 1002px;
    margin: 0 auto;
}

#header {
    height: 119px;
    background: #fff;
    position: relative;
}

#header .container {
    overflow: visible;
}

.logo {
    position: absolute;
    top: 25px;
    left: 8px;
}

.logo strong {
    display: none;
}

.nav {
    position: absolute;
    left: 0;
    top: 82px;
    height: 41px;
    width: 100%;
    background: url("../images/header-nav-bg.png") repeat-x;
    overflow: hidden;
    z-index: 999;
}

.nav ul {
    width: 1002px;
    margin: 0 auto;

}

.nav li {
    margin-top: 10px;
    float: left;
    width: 132px;
    border-right: 1px #d7dde3 solid;
    text-align: center;
}

.nav li a {
    font-size: 13px;
    color: #0e63ab;
    font-weight: 500;
    font-family: "微软雅黑", Arial, serif;
}

.nav li a.jd {
    color: #000;
}

.nav li a:hover {
    color: #000;

}

.language {
    position: absolute;
    top: 13px;
    left: 870px;
    font-size: 12px;

}

.language span {
    padding: 6px;
    text-transform: uppercase;
}

.search {
    position: absolute;
    left: 689px;
    top: 41px;
}

.search .input {
    width: 278px;
    height: 25px;
    text-indent: 10px;
    background: url("../images/search-input.png") no-repeat;
}

.search .btn {
    position: absolute;
    top: 6px;
    left: 255px;
    width: 16px;
    height: 15px;
    background: url("../images/search-btn.png") no-repeat;
}

#banner {
    height: 324px;
    background:#fff url("../images/banner-bg.png") center no-repeat;
}

#banner .container {
    height: 308px;
    background: #fff;

}

#footer {
    height: 70px;
    background: url("../images/footer-bg.jpg") repeat-x;
}

#footer .foot-logo {
    position: absolute;
    top: 12px;
    left: 14px;
}

#footer .foot-nav {
    color: #d8edfe;
    position: absolute;
    left: 159px;
    top: 22px;
}

#footer a {
    color: #d8edfe;
}

#footer .copyright {
    position: absolute;
    left: 158px;
    top: 43px;
    color: #d8edfe;
}