﻿.thisLB {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 53.33%;
    background: #eee;
    position: relative;
}

.lbUl {
    list-style: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -23px;
}

.lbUl li {
    width: 10px;
    height: 10px;
    background: #bbb;
    float: left;
    margin-left: 8px;
    border-radius: 10px;
}

.lbUl li:nth-child(1) {
    margin-left: 0px;
}

.lbUl li.lbLi {
    background: #f4511e;
}

.lb-desc-box {
    width: 260px;
    height: 140px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -130px;
}
.lb-desc-box p {
    font-size: 22px;
    font-family: Dinbold;
}
.lb-desc-box .open-timeP {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.lb-desc-box .table-row td {
    font-size: 12px;
    font-weight: bold;
}
.lb-desc-box .table-row td:nth-child(1) {
    text-align: right;
}
.lb-desc-box .table-row td:nth-child(2) {
    text-align: left;
}

.midBg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.thisLB .midBg:nth-child(2) {
    display: block;
}

.logo {
    width: 225px;
    height: 80px;
    margin: 10px auto 0 auto;
    display: block;
}

.online {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e10121;
    border-radius: 30px;
    color: #fff;
    font-family: LatoBold;
    font-size: 18px;
    margin: 30px auto 0 auto;
}
.deliveryurl{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: hsl(24, 99%, 44%);
    border-radius: 30px;
    color: #fff;
    font-family: LatoBold;
    font-size: 18px;
    margin: 30px auto 0 auto;
}

.time {
    background: #240b04;
    padding: 15px;
    color: #fff;
    margin-top: 25px;
    font-size: 15px;
    font-family: LatoRegular;
}

.time p {
    margin: 5px 0;
}

/* 公告的css */
.notice-box {
    z-index: 100;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.notice-box {
}


.homeImg {
    width: 100%;
    /* height: 650px; */
    /* background: url('/images/home/homeBig.jpg') no-repeat;
    background-size: cover;
    background-position: center; */
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

/* about的css */
.aboutBox {
    width: 100%;
    background-color: #f5f1f2;
}
.flexHeight {
    z-index: 8;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    margin-top: -20px;
    position: relative;
}
.reverse{
    flex-wrap: wrap-reverse;
}
.paddingAbout1 {
    padding: 59px 30px;
    background-color: #fff;
}
.paddingAbout1 h2 {
    text-align: center;
    font-family: Bodoni;
    font-weight: bold;
    font-size: 60px;
}
.paddingAbout1 p {
    font-family: Dinbold;
    font-size: 18px;
}

.paddingAbout2 {
    padding: 35px 30px;
    background-color: #fff;
}
.paddingAbout2 p {
    font-family: Dinbold;
    font-size: 16px;
}
.about1Img {
    background: url('/images/home/about1Big.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
}
.about2Img {
    background: url('/images/home/about2Big.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
}
.iconSize {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.iconSize:nth-child(4) {
    margin-bottom: 21px;
}
.iconSize span {
    margin-left: 15px;
    font-family: Bodoni;
    font-weight: bold;
}


.midBg-box {
    width: 100%;
    height: 650px;
    background: url('/images/home/midBgBig.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    margin-top: -20px;
}


.contactBox {
    width: 100%;
    background-color: #fff;
    color: #666;
}
.isContact {
    width: 80%;
    margin: 30px auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 0 30px 30px 30px;
}
.isContact input {
    margin-bottom: 20px;
    font-size: 16px;
}
.isContact textarea {
    height: 100px;
    resize: none;
    margin-bottom: 20px;
    font-size: 16px;
}
.isContact button {
    width: 100%;
}
.contactBox h1 {
    font-family: Bodoni;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}
.addressImg {
    height: 300px;
}

footer {
    width: 100%;
    background-color: #2a2e30;
    padding: 25px 0;
}

footer p {
    text-align: center;
    color: #bbb;
    margin-bottom: 0px;
    font-family: Dinbold;
    font-size: 14px;
}


/* 移动端、小屏幕 */
@media (max-width:768px) {
    .homeImg {
        height: 210px;
    }

    .flexHeight {
        margin-top: 0px;
    }
    .paddingAbout1 {
        padding: 5px 15px;
    }
    .paddingAbout1 h2 {
        font-size: 30px;
        margin-top: 10px;
    }
    .paddingAbout1 p {
        font-size: 14px;
    }
    .paddingAbout2 {
        padding: 20px 15px;
    }
    .paddingAbout2 h3 {
        font-size: 22px;
    }
    .paddingAbout2 h3:nth-child(2) {
        margin-bottom: 0px;
    }
    .paddingAbout2 p {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .about1Img {
        height: 210px;
    }
    .about2Img {
        height: 170px;
    }

    .midBg-box {
        height: 195px;
        margin-top: 0px;
    }


    .isContact {
        width: 100%;
        margin: 30px auto;
        padding: 0px;
    }
    .isContact button {
        margin-bottom: 20px;
    }
    .contactBox h1 {
        font-size: 38px;
        margin: 10px 0;
    }
    .iconSize {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .addressImg {
        width: calc(100% - 30px);
        margin: 0 15px 15px 15px;
    }


    .homeImg .logo {
        width: 60%;
        display: block;
    }
    .homeImg .online {
        width: 70%;
        height: 47px;
        line-height: 43px;
        text-align: center;
        background-color: #e10121;
        border-radius: 30px;
        font-size: 25px;
        color: #fff;
        margin: 15px auto 0 auto;
    }
}