html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}
a {
    color: #28262a;
}
a:hover {
   color: #f95527;
}
.pb-5, .py-5 {
    padding-bottom: 0px!important;
}
.card {
    border: 0px;
}
.navbar {
    padding: 2rem 1rem;
}
/* 顶部欢迎和导航 */
.container {
    position: relative;
}
.dc_phone {
    position: absolute;
    right: 0px;
    color: crimson;
    font-size: 18px;
}
.dc_phone .fa-gg {
    margin-right: 5px;
}
.dc_phone .fa-gg:before {
    content: "\f232";
}
.topMessage .fa-gg {
    margin-right: 5px;
}
.big_position {
    position: absolute;
    left: 222px;
}
.topMessage .fa-gg:before {
    content: "\f232";
}
.topMessage {
    width: 100%;
    background: #FFFFFF;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
}
.topMessage .container {
    position: relative;
}
.topMessage a {
    position: absolute;
    left: 50%;
    margin-left: -78px;
}
.topMessage span.phone {
    text-align: right;
    position: absolute;
    right: 0;
    color: cadetblue;
}
.fixed-top {
    color: #000000!important;
}
.navbar-light .navbar-nav li {
    height: 25px;
    overflow: hidden;
}
.navbar-light .navbar-nav .nav-link {
    padding:0rem 1rem;
    height: 50px;
    position: relative;
    top: 0;
    color: #28262a;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f95527;
}
.navbar-expand-lg .navbar-nav .nav-link span {
    display: block;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f95527;
    top: -25px;
}
.swiper-pagination-bullet-active {
    background: #f95527;
}
@media (max-width: 1199px) {
    .big_position {
        position: inherit;
        left: inherit;
    }
    .dc_phone {
        display: none;
    }
}
@media (max-width: 991px) {
    .big_position {
        position: inherit;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
    .navbar-light .navbar-nav li {
        height: 30px;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #f95527;
        top: 0px;
    }
}
@media (max-width: 767px) {
    .logo-sm-height {
        height: 30px!important;
    }
}

/* 服务项目 */
.serviceList {
    padding-left: 15px;
    padding-right: 15px;
}
.serviceItems {
    width: 33.33%;
    transition: all 0.4s;
}
.text-success {
    color: #28262a!important;
    margin-bottom: 1.25rem;
}
.serviceItem {
    position: relative;
}
.serviceItemCard {
    position: absolute;
    background-color: #FFFFFF;
    text-align: center;
    width: 140px;
    padding: 0.71rem;
}
.serviceItems:nth-child(1) .serviceItemCard {
    bottom: 0;
    left: 0;
}
.serviceItems:nth-child(2) .serviceItemCard {
    top: 0;
    left: 50%;
    margin-left: -70px;
}
.serviceItems:nth-child(3) .serviceItemCard {
    bottom: 0;
    right: 0;
}


.serviceItem_img {
    position: relative;
    overflow: hidden;
}

.serviceListDes {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #999999;
    background: #fdf4f9;
}
.serviceListDes a {
    color: #999999;
    font-weight: bold;
}
.circleIcon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f95527;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}
.circleIcon i {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.serviceItems:nth-child(1) .circleIcon i {
    background: url("../images/spacial.png") no-repeat center;
    background-size: 100% 100%;
}
.serviceItems:nth-child(2) .circleIcon i {
    background: url("../images/meeting.png") no-repeat center;
    background-size: 100% 100%;
}
.serviceItems:nth-child(3) .circleIcon i {
    background: url("../images/self.png") no-repeat center;
    background-size: 100% 100%;
}
.hoverMask {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.serviceItems:hover .hoverMask {
    transform: scale(10);
    -o-transform: scale(10);
    -moz-transform: scale(10);
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
}
.serviceItems:hover .serviceListDes {
    background: #f95527;
}
.serviceItems:hover .serviceListDes a {
    color: #FFFFFF;
}
@media (max-width: 967px) {
    .serviceListDes {
        font-size: 12px;
    }
    .serviceItem_img a img {
        text-align: center;
    }
    .circleIcon {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
    .hoverMask {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
}
@media (max-width: 767px) {
    .serviceListDes {
        font-size: 14px;
        padding: 6px 0;
    }
}

/* 菜品展示 */
.containerBg {
    background-color: #28262a;
    padding-top: 30px;
    height: 580px;
    margin-bottom: 80px;
}
.containerBg .text-success {
    color: #FFFFFF!important;
}
.rowBg {
    position: relative;
}
.floatTop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    padding-top: 35px;
    background-color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin-left: -75px;
    margin-top: -75px;
    color: #28262a;
}
.foodPhone {
    display: none;
}
.index-food-show {
    overflow: hidden;
}
.index-food-show li {
    float: left;
    margin-bottom: 30px;
}

/* 新闻信息 */
.newsMessageList {
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px dashed rgba(40,38,42,.2);
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}
.newsMessageList:hover {
    background-color: #f1f1f1;
}
.newsMessageList:hover h5 a {
    color: #f95527;
}
.newsMessage {
    padding-bottom: 2rem!important;
}
.newsMessage .cardImg {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}
.newsMessage .card-body {
    float: left;
}
.newsMessage .cardBody {
    float: left;
    font-size: 18px;
    padding-top: .5rem;
}
.newsMessage .cardBody .text-secondary {
    font-size: 12px;
    color: rgba(40,38,42,.4);
}
.newsMessage .cardBody .card-text {
    font-size: 14px;
    color: rgba(40,38,42,.8);
}
.newsMessageList .eyes span {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f95527 url(../images/list-icon.png) no-repeat center center;
    box-shadow: -150px 0 125px rgba(226,223,220,1);
    opacity: 0;
}
.newsMessageList:hover .eyes span {
    width: 120px;
    opacity: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
}

/* 公司简介 */
.companyBg {
    background: url("../images/company_01.jpg") no-repeat center;
    padding-bottom: 3rem!important;
}
.companyBg .text-success {
    color: #FFFFFF!important;
}
.companyBg .text-secondary {
    color: #FFFFFF!important;
}

/* 友情链接 */
.friendList ul {
    overflow: hidden;
    padding: 1rem 0 2rem;
}
.friendList ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.friendList ul li a {
    display: block;
    padding: 10px;
    height: 80px;
    text-align: center;
    box-shadow: 0px 0px 5px #e5e5e5;
    transition: all 0.35s;
}
.friendList ul li a img {
    height: 100%;

}
.friendList ul li a:hover {
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -webkit-box-shadow: 0px 5px 15px #e5e5e5;
    -moz-box-shadow: 0px 5px 15px #e5e5e5;
    box-shadow: 0px 5px 15px #e5e5e5;
}
@media (max-width: 997px) {
    .friendList ul li {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        width: 25%;
    }
    .friendList ul li a img {
        width: 100%;

    }
}
@media (max-width: 767px) {
    .friendList ul li {
        width: 33.333%;
    }
}
@media (max-width: 414px) {
    .friendList ul li {
        width: 50%;
    }
}

/*   配送范围   */
.scope {
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.bg-light.scope {
    background-color:  #28262a!important
}
.scope div {
    color: #FFFFFF;
}
.clearfix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.map-service {
    position:relative;
    height:720px;
    background:url(../images/bjMap.png) center no-repeat;
    width: 100%;
    transition: all 1s;
}

.map-service-right {
    margin-left: -122px;
    padding-top: 0px;
    position: relative;
    left: 50%;
}
.china-map {
    width:100%;
    position:relative;
}
.region-list {
    position:absolute;
    left:0;
    top:0
}

@-webkit-keyframes warn {
    0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
    100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn {
    0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
    100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn {
    0%{-o-transform:scale(0);transform:scale(0);opacity:1}
    100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn {
    0% {-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
    100% {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot {position:absolute;left:0;width:8px;height:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#a2a9b4;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse {position:absolute;top:-28px;left:-28px;height:66px;width:66px;border:2px solid #b7b7b7;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;-moz-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01 {-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02 {-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.area-box .delay-03 {-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}
.area-box .delay-04 {-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.area-box .delay-05 {-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.area-box .delay-06 {-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}
.area-box .delay-07 {-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}
.area-box .delay-08 {-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}
.area-box .delay-09 {-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.area-box .delay-10 {-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.area-box .delay-11 {-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}
.region-list.active .area-box .dot{background:chartreuse}
.region-list.active .area-box .pulse{border-color:chartreuse;top:-30px;left:-30px;height:70px;width:70px;-webkit-box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset;-moz-box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset;box-shadow:0 0 12px #0080d9,0 0 20px #0080d9 inset}
.region-list.waite .area-box .dot{background: #f95527;}
.region-list.waite .area-box .pulse{border-color: #f95527;}
.region-list.other .area-box .dot{background: fuchsia;}
.region-list.other .area-box .pulse{border-color: fuchsia;}
.region-list.blue .area-box .dot{background: #009fd9;}
.region-list.blue .area-box .pulse{border-color: #009fd9;}
.show-regin{position:absolute;left:2px;height:0;top:0;width:11px;opacity:0;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{height:127px;opacity:1}
.show-regin span{width:80px;position:absolute;left:8px;top:-11px;padding:6px 10px;font-size:14px;color:#ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:center;white-space:nowrap;}
.postition-10 .show-regin span{left:0}
.postition-6 .show-regin span{left:-72px}
.area-box{z-index:77}
.show-regin{z-index:66}
.region-list.active .show-regin span
{
    position:relative;
    color:chartreuse;
}
.region-list.waite .show-regin span {
    color:#f95527;
}
.region-list.other .show-regin span {
    color:fuchsia;
}
.region-list.blue .show-regin span {
    color:#009fd9;
}

.postition-1{left:40px;top: 220px;}
.postition-2{left: -129px;top: 460px;}
.postition-3{left: 133px;top: 486px;}
.postition-4{left: 13px;top: 362px;}
.postition-5{left: 36px;top: 440px;}
.postition-6{left: 70px;top: 510px;}
.postition-7 {
    left: 260px;
    top: 260px;
}
.postition-7.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-8 {
    left: 169px;
    top: 178px;
}
.postition-9 {
    left: 217px;
    top: 545px;
}
.postition-9.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-10 {
    left: -66px;
    top: 561px;
}
.postition-11 {
    left: 194px;
    top: 400px;
}
.postition-13{left:310px;top: 370px;}
.postition-15 {
    left: 94px;
    top: 588px;
}
.douhao{width:0}



/* 底部 */
.dsfFooter .text-secondary {
    color: #FFFFFF!important;
}
.dsfFooter .footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.dsfFooter .text-secondary div.justify-content-center {
    text-align: center;
}
.dsfFooter .text-secondary span {
    display: inline-block;
}
.dsfFooter .text-secondary ul {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 5px;
}
.dsfFooter .text-secondary ul li {
    float: left;
    border-right: 1px solid rgba(255,255,255,.6);
    padding-right: 10px;
    margin-right: 10px;
    line-height: 14px;
}
.dsfFooter .text-secondary ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
.dsfFooter .text-secondary ul li a {
    font-size: 12px;
    line-height: 16px;
}
.dsfFooter .text-secondary a {
    color: rgba(255,255,255,.6)!important;
}
.dsfFooter .border-top {
    border-top: 0!important;
}
.dsfFooter .bg-light {
    background: #28262a!important;
}
.dsfFooter .copyright {
    font-size: 12px;
    color: rgba(255,255,255,.6);
}

/* 分页 */
.page-num-current {
    background-color: #f95527;
    border-color: #f95527;
    color: #FFFFFF!important;
}
.page-num, .page-link {
    color: rgba(0,0,0,.6);
}

/* 返回顶部 */
@media (min-width: 768px) {
    .online dl {
        display: none;
    }
}
@media (max-width: 767px) {
    .online {
        right: 5px;
    }
    .online dl dd i {
        font-size: 18px;
    }
    .online dl {
        padding: 3px 0px;
    }
}


/* 手机版样式 */
@media (max-width: 992px) {
    .navbar {
        padding: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .head-sm-height {
        height: 54px!important;
    }
    .topMessage {
        display: none;
    }
    .logoHide {
        display: block;

    }
    .logoHide img {
        height: 30px!important;
    }
    .fixed-top {
        background: #FFFFFF!important;
        top: 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #28262a;
    }
    .serviceItemCard {
        width: 100px;
    }
    .serviceItems:nth-child(2) .serviceItemCard {
        margin-left: -50px;
    }
    .serviceItemCard a {
        font-size: 16px;
    }
    /*菜品展示*/
    .foodPhone {
        display: block;
    }
    .foodWeb {
        display: none;
    }
    .index-food-show li.col-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .containerBg {
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 2rem;
    }
    .floatTop {
        display: none;
    }
}
@media (max-width: 767px) {

    .cardImg {
        display: none;
    }

    .cardBody {
        padding: 0;

    }
    .pt-5, .py-5 {
        padding-top: 1.5rem!important;
    }

}
@media (min-width: 576px) and (max-width: 767px){
    .col-sm-9 {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px) {

    .fs-26 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }
    .serviceList {
        padding: 0 10px;
    }
    .serviceItems:nth-child(2) .serviceItemCard {
        margin-left: -35px;
    }
    .serviceItemCard {
        width: 70px;
        padding: 0.3rem;
    }
    .serviceItemCard a {
        font-size: 12px;
    }

    .newsMessage .cardBody .card-text {
        font-size: 12px;
    }
    .companyBg .text-secondary {
        font-size: 12px;
    }
    .lh-2 {
        line-height: 1.5;
    }
    .rowBg {
        padding: 0 10px;
    }
    .foodPhone {
        padding: 0 5px;
    }
    .rowBg .card {
        margin: 5px 0;
    }
    /*  配送范围  */
    .show-regin span {
        font-size: 12px;
    }
    .map-service {
        background:url(../images/bjMapSmall.png) center no-repeat;
        height: 480px;
    }
    .postition-8 {
        left: 150px;
        top: 128px;
    }
    .postition-7 {
        left: 200px;
        top: 180px;
    }
    .postition-13 {
        left: 220px;
        top: 250px;
    }
    .postition-11 {
        left: 144px;
        top: 260px;
    }
    .postition-1 {
        left: 40px;
        top: 180px;
    }
    .postition-5 {
        left: 76px;
        top: 280px;
    }
    .postition-3 {
        left: 130px;
        top: 306px;
    }
    .postition-4 {
        left: 57px;
        top: 242px;
    }
    .postition-9 {
        left: 174px;
        top: 346px;
    }
    .postition-6 {
        left: 96px;
        top: 328px;
    }
    .postition-15 {
        left: 110px;
        top: 380px;
    }
    .postition-10 {
        left: 0px;
        top: 359px;
    }
    .postition-2 {
        left: -19px;
        top: 292px;
    }
}