body, h1, h2, h3, h4, h5, p {
    margin: 0;
}

body {
    margin: 0;
    background-color: #dbefef;
    font-size: 14px;
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#header, #content, #footer {
    min-width: 1200px;
}

#header {
    background: url(images/bg-header.png) repeat-x scroll 0 0 transparent;
    box-shadow: 0 2px 3px #515151;
    color: #222;
    height: 63px;
}

#header .company-name {
    margin: 0;
    font-size: 25px;
    line-height: 63px;
    color: #fff;
}

#content {
    min-height: 995px;
    padding-bottom: 20px;
}

#content .banner {
    background: url(images/bg-banner.png) repeat-x scroll 0 0 transparent;
    height: 230px;
    margin-bottom: 50px;
}

#content .banner figure, #content .introduction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#content .banner figure {
    margin: 3px 0 0 0;
}

#content .banner figure figcaption {
    padding-top: 60px;
}

#content .banner figure figcaption h2 {
    margin: 0;
    font-size: 38px;
    color: #696969;
}

#content .banner figure figcaption p {
    margin: 0;
    font-size: 20px;
    color: #696969;
}

#content .banner figure figcaption p span {
    font-style: italic;
}

#content .introduction .introduction-left {
    min-height: 400px;
}

#content .introduction .introduction-left figure {
    margin: 0;
}

#content .introduction .introduction-left figure figcaption {
    position: absolute;
}

#content .introduction .introduction-left figure .goodness-item {
    position: relative;
    width: 170px;
}

#content .introduction .introduction-left figure .goodness-item h3 {
    color: #179c92;
    text-align: center;
}

#content .introduction .introduction-left figure .goodness-item p {
    color: #767676;
}

#content .introduction .introduction-left figure .goodness-item.position-a {
    left: 6px;
    top: 53px;
}

#content .introduction .introduction-left figure .goodness-item.position-b {
    left: 6px;
    top: 90px;
}

#content .introduction .introduction-left figure .goodness-item.position-c {
    top: -277px;
    left: 370px;
}

#content .introduction .introduction-right {
    width: 50%;
}

#content .introduction .introduction-right p {
    color: #515151;
    text-indent: 2em;
    line-height: 2em;
}
#content .button-position{
    margin-left:410px ;
    margin-top: 170px ;

}


#content .button-position .button-style{
    background-color: rgba(221,91,154,1);
    width:182px;
    height: 44px;
    opacity: 1;
    border-radius: 26px;
    color: white;
    font-size: 18px;
    letter-spacing: 6px;
    border-width:0;
    margin-left: 1px;
    cursor: pointer;
}

#footer {
    background: none repeat scroll 0 0 #d3d3d3;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer p {
    margin: 0;
    text-align: center;
    color: #515151;
}
