/* 内容区域 */
.smain{
    background: -webkit-linear-gradient(#588afb , #29bfff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#588afb , #29bfff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#588afb , #29bfff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#588afb , #29bfff); /* 标准的语法 */
    height: 800px;
    color: #fff;
}

.smain {
    padding: 90px 0 38px;
    height: 100%;
    position: relative;
    top: 1px;
}
.smain h2{
    font-size: 40px;
    font-weight: bold;
    text-transform: Uppercase;
    margin: 0;
    padding: 0;
    line-height:46px;
    margin-bottom: 10px;
    word-spacing: 3px;
}
.smain h3{
    font-size: 26px;
    /* text-transform: capitalize; */
    margin: 0;
    padding: 0;
    line-height: 40px;
    word-spacing: 3px;
}
.smain .smb{
    margin-bottom: 90px !important;
}
.smain .media{
    margin-bottom: 90px;
}
.smain .media-left{
    padding-right: 20px;
}
.smain .media-left label{
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}
.smain .media-heading{
    text-transform: Uppercase;
    font-size: 18px;
}
.smain .media-body{
    padding-top: 10px;
}
.smain .media-body p{
    font-size: 16px;
    text-align: justify;
    /* text-transform: capitalize; */
}
.smain .sConcat a{
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
}
.smain .sConcat a::before{
    content: "";
    display: inline-block;
    background: url(../images/sconcant.png) no-repeat left;
    width: 45px;
    height: 45px;
    vertical-align: bottom;
    margin-right: 5px;
}
.smain .sConcat{
    text-align: center;
    line-height: 26px;
    margin:0;
        position: relative;
        z-index: 1;
}
.smain .bottombg{
    background: url(../images/sbg.png) no-repeat bottom;
    height: 176px;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: -50px;
}
.footer{
    position: relative;
}