body {
    background: #f7f7f7;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}

.gateway-client-banner{
    width: 1280px;
    height: 400px;
    background: url("../../images/banner/banner_center.jpg");
    background-size: 100% auto;
    z-index: 1;
    margin:0 auto;
    padding:0 auto;
    position: relative;
    overflow: hidden;
}

.gateway-client-main-two{
    height:450px;
    margin: 0 auto;
    padding:0 auto;
    width:1254px;
}

.gateway-client-main-two-title{
    margin-left:84px;
    padding-top: 35px;
    font-size: 16px;
    color: #444242;
}

.gateway-client-main-two-content{
    width:268px;
    height:162px;
    margin-top:79px;
    margin-left:74px;
    margin-right:74px;
    background-color: #ffffff;
    border: solid 1px #efefef;
    float:left;
}
.gateway-client-main-two-content >img{
    margin-left:104px;
    margin-top:-30px;
}
.gateway-client-main-two-content-title{
    text-align: center;
    font-size: 15px;
    color: #2b2b2b;
    margin-top:22px;
}
.gateway-client-main-two-content-title.active{
    color: #9b1e23;
}

.gateway-client-main-two-content > a{
    text-decoration: none;
    text-align: center;
    color:white;
    line-height:32px;
}
.gateway-client-main-two-content-button{
    margin:0 auto;
    padding:0 auto;
    margin-top:27px;
    width: 94px;
    height: 32px;
    background-color: #9b1e23;
}