
/*seanFamily 自定义css2023.12.21--timy*/

.index_content{
    min-height: calc(100vh - 338px)!important;
}

/*首页服务的图片大小*/
.Services_items_img img{width: 275px;    height: 155px;}
/*首页服务副标题高度*/
.Services_items li p{height: 60px;line-height: 20px;}


/*首页联系我们样式-start*/
.IContactUS .holidayHours {
    padding: 5px 10px;
    color: #999 !important;
    font-size: 16px !important;
}

.IContactUS .work_day {
    margin-left: 25px;
    margin-top: 20px;
    border: 1px solid #95ab63;
    border-radius: 4px;
    line-height: 28px;
    display: flex;
    width: 290px;
}

.IContactUS .work_day .week {
    background: #f1f4ea;
    border-right: 1px solid #95ab63;
    color: #708a36;
    text-align: center;
    padding: 0 10px;
}

.IContactUS .work_day .time {
    text-align: center;
    padding: 0 10px;
    color: #767c7e;
}

.IContactUS .ContactInformation .address {
    background: url(../images/address_icon.png) no-repeat;
}

.IContactUS .ContactInformation {
    position: static
}

.IContactUS .ContactInformation p {
    margin-top: 20px
}
.IContactUS .contact_Caption{
    padding: 0px;
}
/*首页联系我们样式-end*/

/*预约底部按钮样式-start*/
#he-webplugin-96703{
    position: fixed;
    bottom: 10px;
    right: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border-radius: 10px;
    z-index: 9999;
}
.tip_box{
    position: fixed;
    bottom: 110px;
    right: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border-radius: 10px;
    z-index: 9999;
    width: 260px;
    height: 90px;
    background: white;
}
.tip_box .tip_txt{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: white;
    background: #F0BB0E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*预约底部按钮样式-end*/

/*头部图片居中设置-start*/
.InnerPage_banner,.IndexHeader,.header,.top.index_banner{
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1350px;
}
body, html{
    min-width: max-content;
}
/*头部图片居中设置-end*/

/******滚动的时候页头不全屏-start*********/
.fixednav{max-width: 100%}
/******滚动的时候页头不全屏-end*********/