@charset "utf-8";
body {
    background: #fff;
    font-size: 0;
}

.container-fuild {
    width: 100%;
    min-height: 100%;
}

.container {
    width: 1002px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 445px;
    border-bottom: 9px solid #00a78b;
    background: url(../img/header-bg.png) top center no-repeat;
}

.banner {
    height: 100%;
    background: url("../img/banner.png") top center no-repeat;
}

.body {
    background-color: #eeeeee;
    overflow: hidden
}

.main {
    width: 842px;
    margin: 38px auto 120px;
}

.top {
    width: 100%;
    margin-bottom: -3px;
}

.wrapper {
    width: 100%;
    background: #e6001f
}

.content {
    background-color: #ffffff;
    width: 802px;
    margin: 0 auto;
}

.content img {
    width: 100%
}

.bottom {
    width: 100%;
}