.top-bar {
    height: 50px;
    background:#1e5d86;
    width:100%;
    color:#fff;
    line-height:50px;
    position: absolute;
    z-index: 3;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8101a2f,endColorstr=#c8101a2f);
}
.logo {
    font-family: MicrosoftYaHei-Bold;
    margin-left: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #f5c583;
    letter-spacing: 0;
    text-align: center;
    text-decoration:none;
}
.top-bar__title {
    font-family: MicrosoftYaHei-Bold;
    margin-left:30px;
    font-weight:bold;
    font-size: 16px;
    color: #ece9e0;
    letter-spacing: 0;
    text-align: center;
}
.service-call {
    float:right;
    font-size:14px;
    margin-right:30px;
}
.service-call__number{
    font-weight:bold;
}
.banner {
    margin-top: 50px;
    overflow: hidden;
    height: 550px;
    background: url(../images/banner.png) center top no-repeat;
    background-size: 100%;
}

.banner-body__content {
    margin-top: 300px;
    text-align: center;
    letter-spacing: 0;
}
.banner-body__button {

    position: relative;
    overflow: hidden;
    margin: 8px 0 0 7px;
    background: url(../images/button.png) no-repeat center;
    background-size: 100%;
    clear: both;
    text-decoration: none;
    margin: 22px auto 0 auto;
    display:block;
    width: 150px;
    height:50px;

    letter-spacing: 0;
    /*text-align: center;*/
}
.index-content {
    overflow: hidden;
    padding:10px 0 30px 0;
    background: #1A2A4B;
    color:#fff;
}
.index-content__wrapper {
    width: 1000px;
    margin:0 auto;
}
.index-content__title {
    font-weight:bold;
    font-size: 20px;
}
.index-content__body {
    font-size: 14px;
    line-height:2em;
}

.page-wrapper {
    width: 1400px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-700px;
    margin-top:-325px;
    clear:both;
}
