﻿/* CSS Document */

html {
    overflow-y: auto;
    overflow-x: auto;
}
body {
    background: #4D4D4D;
    font-family: "Microsoft YaHei", verdana, "\5B8B\4F53";
    font-size: 12px;
    color: #000;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    zoom: 1;
}
body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form, input, textarea, button, pre, img {
    margin: 0;
    padding: 0;
}
dl, dt, dd, ul, ol, li {
    list-style: none outside none;
}
img, a {
    border: 0;
}
table {
    margin: 0 auto;
    border: 0;
    padding: 0;
    font-size: 12px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
input, textarea, select {
    font-size: 100%;
    font-family: "Microsoft YaHei", verdana, "\5B8B\4F53";
    color: #000;
    outline: 0;
    resize: none;
}

/************************************************************************************/

.headline {
    height: 5px;
    background: #002E73;
    overflow: hidden;
}
.headerbox {
    height: 228px;
    background: url(../images/header-bg.png) repeat-x;
}
.header {
    width: 1040px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/header.png) no-repeat;
}
.banner {
    height: 165px;
}
.menu {
    margin: 0 auto 0 70px;
    height: 40px;
    width: 940px;
}

/************************************************************************************/

.mainerbox {
    min-height: 400px;
    background: #FFF;
}
.mainerwrap {
    width: 1040px;
    margin: 0 auto;
}
.mainer {
    margin: 0 20px;
}

/************************************************************************************/

.footerbox {}
.footerwrap {
    width: 1040px;
    margin: 0 auto;
}
.footer {
    height: 120px;
    position: relative;
    margin: 0 20px;
}
.footer .link {
    margin: 20px 10px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    height: 20px;
    overflow: hidden;
}
.footer .link h4 {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
}
.footer .link a, .footer .link a:hover {
    display: inline;
    font-size: 12px;
    color: #FFF;
}
.footer .info {
    line-height: 20px;
    font-size: 12px;
    color: #CCC;
    margin: 0 10px;
}
.footer .info a, .footer .info a:hover {
    color: #CCC;
}
.footer .weixin {
    position: absolute;
    top: 30px;
    right: 25px;
}
.footer .weixin .item {
    float: left;
    display: inline;
    margin: 0 5px;
}
.footer .weixin .item img {
    height: 55px;
    width: 55px;
}
.footer .weixin .item .text {
    width: 55px;
    height: 16px;
    line-height: 16px;
    color: #FFF;
    text-align: center;
}

/************************************************************************************/

.fcb {
    zoom: 1;
}
.fcb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}