html, body {
    font-family: '微软雅黑';
    background-color: #fff;
}

.container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.wd {
    width: 1214px;
    margin: 0 auto;
}

#crumbs, #crumbs .wd, .news-con, .news-con .wd {
    background-color: #f3f1f2;
}

/*header*/
#header {
    border-bottom: 3px solid #014da3;
}

.top {
    width: 100%;
    height: 116px;
}

/*头部logo*/
.head-logo {
    display: inline-block;
    float: left;
    margin: 33px 0 22px 9px;
}

/*搜索栏*/
.search-bar {
    float: right;
    margin: 12px 9px 0 0;
    font-size: 14px;
}

.search-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    width: 201px;
    height: 25px;
    margin-right: 9px;
}

.search-tips {
    position: absolute;
    z-index: 2;
    height: 25px;
    line-height: 25px;
    line-height: 24px \9;
    *line-height: 24px;
    _line-height: 24px;
    margin-left: 8px;
    color: #bababa;
}

.search {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 191px;
    height: 23px;
    line-height: 23px;
    padding-left: 7px;
    font-size: 14px;
    color: #000;
    border: 1px solid #bababa;
}

.search-btn {
    display: inline-block;
    float: left;
    width: 60px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #1168c7;
    border: 1px solid #044694;
    cursor: pointer;
}

/*导航*/
#nav {
    width: 100%;
    height: 32px;
    padding: 8px 0;
    line-height: 15px;
    font-size: 0;
}

#nav a {
    display: inline-block;
    width: 170px;
    font-size: 14px;
    color: #002063;
    background: none;
    border-right: 2px solid #bbb;
    text-align: center;
}

#nav a span {
    font-size: 12px;
    color: #9c9c9c;
}

#nav a:nth-last-child(1) {
    border-right: none;
}

/*面包屑*/
#crumbs p {
    height: 57px;
    padding-left: 10px;
    line-height: 57px;
    font-size: 14px;
    color: #343434;
}

#crumbs p a {
    color: #343434;
}

/*主内容区*/
#content {
    /*height: 800px;!*test need change...*!*/
    overflow: hidden;
}

/*footer*/
#footer, #footer .wd {
    background-color: #d9d8d8;
}

#footer {
    padding-bottom: 28px;
    border-top: 9px solid #013065;
}

/*底部导航*/
.foot-nav {
    width: 100%;
    height: 14px;
    padding: 36px 0 20px;
    font-size: 0;
    line-height: 14px;
    text-align: center;
    background: url("../images/icon/icon_line.png") no-repeat center bottom;
}

.foot-nav a {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    color: #002f65;
    border-right: 1px solid #002f65;
    background: none;
}

.foot-nav a:nth-last-child(1) {
    border-right: none;
}

.foot-nav a:hover {
    color: #002063;
}

.foot {
    padding-top: 20px;
}

/*底部logo*/
.foot-logo {
    float: right;
    margin-right: 50px;
}

/*信息*/
.foot-message {
    float: left;
    padding-top: 10px;
}

.foot-message p {
    margin: 0 0 0 25px;
    font-size: 12px;
    line-height: 22px;
    color: #535353;
}

.foot-message span {
    margin-right: 10px;
}

@media screen and (max-width: 1214px) {
    .container {
        width: 1214px;
        margin: 0 auto;
    }
}