* {
    box-sizing: border-box;
}
.tf-module-box {
    height: auto;
}
section {
    padding-bottom: 0px;
}
.tf-top.tf-index-top .tf-top-image {
    background-image: url("../images/banner_y.jpg");
    height: 160px;
}
.tf-banner-item-left{
    top: 35px;
}
.tf-banner-item-left a .tf-title{
    font-size:22px;
    text-align: left;
}
.tf-banner-item-left a .tf-des{
    font-size:14px;
}
.tf-nav-fixed{
    position: fixed !Important;
    top: 0px;
}
.tf-header:nth-child(2){
    background-color: #000;
}
.tf-module-box{
    background: #f5f5f5;
    padding-top: 30px;
}
.tf-top .tf-bottom .tf-inner-row,.tf-module-box .tf-group{
    margin: auto;
    max-width: 1200px;
    transition: opacity .3s .6s,visibility 0s .6s,margin-top 0s .6s;
    min-height: 150px;
}
/***************7×24服务******************/
.tf-hours-container,.tf-day-container{
    height: 155px;
    background-color: #fff;
    margin: 30px 0px;
    padding: 20px;
    position: relative;
}
.tf-left-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 37px;
    top: 37px;
    background: url("../images/baozhang_icons_y.png") 8px 10px;
}
.tf-content{
    margin-left: 133px;
}
.tf-content>.tf-title{
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.tf-content>.tf-des{
    font-size: 14px;
    color: #969694;
}
.tf-day-container .tf-left-icon{
    background-position: -45px 4px;
}