
/*  关于我们   */
.aboutA {
    position: relative;
    margin-bottom: 20px;
}
.aboutA_l {
    float: left;
    overflow: hidden;
}
.aboutA_lz {
    height: 500px;
    float: left;
}
.aboutA_r {
    float: right;
    padding-top: 2rem;
}
.aboutA_rt {
    color: #f95527;
}
.aboutA_rt img {
    margin-right: 10px;
}

.aboutB {
    position: relative;
}
.aboutB_l {
    float: right;
    overflow: hidden;
}
.aboutB_lz {
    height: 500px;
    float: left;
}
.aboutB_r {
    float: left;
    padding-top: 3rem;
}
.aboutB_rt {
    color: #f95527;
}
.aboutB_rt img {
    margin-right: 10px;
}
.aboutA ul.colorK {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 26%;
}
.aboutB ul.colorK {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 10%;
}
ul.colorK li {
    float: left;
    width: 100px;
    height: 4px;
    background-color: #f95527;
}
ul.colorK li:nth-child(2){
    background-color: #28262a;
}

.aboutC_r {
    padding-top: 3rem;
}
.aboutC_rt {
    color: #f95527;
}
.aboutC_rt img {
    margin-right: 10px;
}
.aboutC_img {
    overflow: hidden;
    margin-top: 1rem;
    padding: 0;
}
.aboutC_img div {
    float: left;
    overflow: hidden;
}
.aboutC_img div:nth-child(1) {
    padding-left: 0px;
}
.aboutC_img div img {
    text-align: center;
}

.aboutC_three_t {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.aboutC_three img {
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .aboutA_l,.aboutB_l {
        display: none;
    }
    .aboutA_r,.aboutB_r {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-top: 0.5rem;
    }
    .aboutA ul.colorK,.aboutB ul.colorK {
        position: inherit;
        bottom: 0;
        left: 50%;
        margin-left: -100px;
        margin-top: 1rem;
    }
    .aboutA_rt img,.aboutB_rt img {
        height: 50px!important;
    }
    .aboutC_img div {
        height: 150px;
        text-align: center;
    }
    .aboutC_rt img {
        height: 50px!important;
    }
    .aboutC_r {
        padding-top: 0.5rem;
    }
    .aboutC_three img {
        margin-bottom: 2rem;
    }
}

/*   服务项目   */
.treeNavTitle {
    background-color: #f95527;
    color: #FFFFFF;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0px;
}
.serviceList ul {
    padding: 20px 10px;
    background-color: #f8f9fa;
}
.serviceList ul li {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 5px;
}
.serviceList ul li:last-child {
    margin-bottom: 0;
}
.serviceList .btn-info {
    background-color: #e2e6ea;
}
.serviceList .btn-info a {
    color: #f95527;
}
.serviceList ul li a {
    font-size: 18px;
}
.serviceList ul li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../images/service_06.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}
.serviceList ul li:nth-child(2) a i {
    background: url("../images/service_07.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}
.serviceList ul li:nth-child(3) a i {
    background: url("../images/service_08.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}
.serviceList ul li:nth-child(4) a i {
    background: url("../images/service_11.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}
.serviceList ul li:nth-child(5) a i {
    background: url("../images/service_10.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}
.serviceCon p img {
    float: left;
}
.serviceCon_top {
    margin-bottom: 20px;
}
.serviceCon_top img {
    width: 100%;
}
.serviceCon_center {
    margin-bottom: 10px;
}
.serviceCon_center h4 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #28262a;
    margin-bottom: 10px;
}
.serviceCon_bottom ul li {
    float: left;
    width: 33.333%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.serviceCon_bottom ul li img {
    width: 100%;
}
@media (max-width: 767px) {
    .serviceList .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .serviceList ul li p {
        border-width: 5px;
    }
    .serviceList .figure {
        margin: 3px 0;
    }
}


/* 菜品展示 */
.foodList_c {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dashed #28262a;
    padding-bottom: 20px;
}
.foodList_c .one {
    float: left;
    padding-left: 0px;
}
.foodList_c .two {
    float: left;
    padding-right: 0px;
}
.foodList_c img {
    width: 100%;
}
.foodList_c table,.foodList_c table tr,.foodList_c table tr th,.foodList_c table tr td {
    border: 1px solid #666666;
}
.foodList_c table tbody tr:nth-child(1) th {
    color: #f95527;
    font-size: 18px;
}
.foodList_c table tbody tr:nth-child(2) th {
    color: orange;
}
.foodList_c table tr th {
    text-align: center;
    font-weight: bold;
}

.gift {
    position: relative;
    padding: 20px;
    background: #eeeeee;
    margin-bottom: 30px;
}
.gift_t {
    position: absolute;
    top: -25px;
    left: 20px;
    background: #f95527;
    padding: 10px 14px;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 16px;
}
.gift_con {
    color: #28262a;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
}
.pour {
    color: #f95527;
    font-size: 12px;
}
.foodList_c:nth-child(7), .foodList_c:nth-child(8), .foodList_c:nth-child(9) {
    display: none;
}
@media (max-width: 767px) {
    .foodList_c .one {
        display: none;
    }
    .foodList_c .two {
        width: 100%;
        padding-right: 15px;
    }
    .foodList_c table tr th, .foodList_c table tr td {
        font-size: 12px!important;
    }
    .foodList_c table tbody tr:nth-child(1) th {
        font-size: 14px!important;
    }
    .foodList_c table tr td span {
        font-size: 12px!important;
    }
    .gift_con {
        font-size: 12px;
    }
    .pour {
        font-size: 10px;
    }
}

/* 新闻信息 */
.dsfNewsList {
    padding-bottom: 1.5rem!important;
    overflow: hidden;
}

.dsfNewsList li {
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}
.dsfNewsList .cardImg {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
.dsfNewsList .card-body {
    float: left;
}
.dsfNewsList .cardBody {
    float: left;
    font-size: 18px;
    padding-top: .5rem;
}
.dsfNewsList .cardBody .text-secondary {
    font-size: 12px;
    color: rgba(40,38,42,.4);
}
.dsfNewsList .cardBody .card-text {
    font-size: 14px;
    color: rgba(40,38,42,.8);
}
.dsfNewsList li:hover {
    background: #f1f1f1;
}
.dsfNewsList li:hover h5 a {
    color: #f95527;
}
.dsfNewsList li .listEyes 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;
}
.dsfNewsList li:hover .listEyes 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;
}
@media (max-width: 767px) {
    .dsfNewsList .cardImg {
        display: block;
        margin-bottom: 10px;
    }
    .dsfNewsList .cardBody {
        width: 100%;
    }
    .dsfNewsList .cardBody .card-text {
        font-size: 12px;
    }
    .dsfNewsDes {
        padding-top: 0px;
    }
    .dsfNewsDes p span {
        font-size: 12px!important;
        line-height: 1.5;
    }
    .dsfNewsDes_date {
        font-size: 10px;
    }
}

/* 联系我们 */
.dsfContact {
    margin-bottom: 2rem;
}
.dsfContact_L h5 {
    margin-bottom: 0.5rem;
}
.dsfContact_L ul li {
    color: #28262a;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.dsfContact_L .fa-gg {
    margin-right: 6px;
}
.dsfContact_L ul li:nth-child(2) .fa-gg:before {
    content: "\f221";
}
.dsfContact_L ul li:nth-child(3) .fa-gg:before {
    content: "\f232";
}
.dsfContact_L ul li:nth-child(4) .fa-gg:before {
    content: "\f180";
}
.dsfContact_L ul li:nth-child(5) .fa-gg:before {
    content: "\f220";
}
.dsfWechat p {
    font-size: 12px;
    margin-left: 50px;
}
.contactBg {
    background: #f8f9fa;
    padding-top: 2rem;
}
.contactMessageImg {
    text-align: center;
}
.contactMessageImg img {
    height: 410px;
}
.submitMessage {
    background: #f95527;
    border-color: #f95527;
}
.border-info {
    border-color: #28262a!important;
}
.dsfTop .fs-sm-28 {
    color: #28262a;
}
@media (max-width: 767px) {
    .dsfContact {
        min-height: auto;
        margin-bottom: 0;
    }
    .dsfWechat {
        margin-bottom: 10px;
        text-align: center;
    }
    .contactMessageImg img {
        height: 220px;
    }
    .dsfWechat p {
        margin-left: 0px;
    }
    .dsfMap {
        display: none;
    }
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 8rem 2rem;
    }
}

