.tf-sandcloud-contact, .tf-sandcloud-service {
    padding-bottom: 0px;
    display: none;
}
.tf-footer-wrap section.contact1{
    height: 150px;
    text-align: center;
    /*padding-top: 30px;*/
    background: #017ffd !important;
}

.tf-sandcloud-contact .tf-contact-us>span,.tf-sandcloud-contact.contact1>div>a{
    margin-top: 20px;
    color: #fff;
}
.tf-sandcloud-contact>div.tf-bg {
    height: 390px;
    /* background: #151F23; */
    /* color: #fff; */
    text-align: center;
    vertical-align: middle;
    padding-top: 18px;
    box-sizing: border-box;
    background: #f5f5f5 url("../../module/index/images/home_bg.png") center no-repeat;
}

.tf-sandcloud-contact .tf-contact-title {
    font-size: 23px;
    margin-top: 105px;
    line-height: 60px;
}
.tf-sandcloud-contact .tf-contact-des{
    font-size: 16px;
    margin-top: 5px;
}
.tf-sandcloud-contact>div>a {
    display: inline-block;
    color: #f8ffff;
    font-size: 14px;
    margin: 0px 49px;
    width: 121px;
    height: 34px;
    line-height: 35px;
    background-color: #0027b8;
    border-radius: 0;
    margin-top: 60px;
    transition: all .3s ease-out;
    border: 1px solid #fff;
}
.tf-sandcloud-contact>div>a:hover{
    background-color: #0074bd;
    color: #fff !important;
    border-color: #0074bd;
}
.tf-sandcloud-contact>div>a:hover{
    text-decoration: none;
}
section {
    background: #ffffff;
}
section>div:after {
    content: '';
    display: block;
    clear: both;
}
.tf-sandcloud-service.tf-gray-backgroud-footer>div{
    background-color: #f5f5f6;
     border-bottom: 1px solid #dcdcdc;
}
.tf-sandcloud-service>div, .tf-sandcloud-footer>div {
    height: 60px;
    background-color: #0027b8;
    /* border-bottom: 1px solid #3f4143; */
    color: #fff;
    text-align: center;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tf-sandcloud-service>div>ul>li {
    display: inline-block;
    line-height: 60px;
    color: #ffffff;
    padding: 0px 25px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-out;
}
.tf-gray-backgroud-footer.tf-sandcloud-service>div>ul>li{
    color: #949292;
}
.tf-sandcloud-service:not(.tf-gray-backgroud-footer)>div>ul>li:after, .tf-copyright>ul>li:after {
    content: '';
    height: 37px;
    margin-left: 34px;
    position: absolute;
    top: 17px;
}
.tf-sandcloud-service .tf-service-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/home.png) -280px -508px no-repeat;
    margin-right: 2px;
}
.tf-service-icon.tf-ser-three {
    background-position:  -280px -508px;
}
.tf-service-icon.tf-ser-record {
    background-position:-329px -508px;
}
.tf-service-icon.tf-ser-hours {
    background-position: -374px -508px;
}
.tf-service-icon.tf-ser-unsub {
    background-position: -412px -508px;
}
.tf-sandcloud-service>div>ul:after, .tf-copyright>ul:after {
    content: '';
    display: block;
    clear: both;
}
.tf-sandcloud-service>div>ul>li:hover {
    background-color: rgba(255,255,255,.21);
}
.tf-sandcloud-service>div>ul>li>a{
    display: block;
    font-size: 14px;
}
.tf-sandcloud-service>div>ul>li:hover>a{
    color: #fff;
}