﻿body {
    padding-top: 100px;
}

#top_all {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
}

/* 公告的css */
.notice-box {
    z-index: 101;
    width: 820px;
    height: 0px;
    line-height: 30px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -320px;
}


.this-is-mask {
    /* z-index: 10; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
}
marquee{
background-color:white;
border-radius:3px;
color:#fe4d3d;
}
.lb-box-all {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    transition: all 1s;
}

.padding0px {
    padding: 0px;
}

.lb-box {
    width: 100%;
    height: 0;
    padding-bottom: 42.72%;
    background-color: #ddd;
    position: relative;
}
    .lb-box .lb-img:nth-child(1) {
        display: block;
    }
    .lb-img {
        z-index: 20;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }
.lbUl {
    z-index: 20;
    padding-left: 0px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    list-style: none;
}
.lbUl li {
    float: left;
    width: 12px;
    height: 12px;
    background: #ccc;
    margin-left: 10px;
    border-radius: 12px;
    cursor: pointer;
}
.lbUl li:nth-child(1) {
    margin-left: 0px;
}
    .lbUl li.lbLi {
        background: #18D248;
    }
.lb-desc {
    z-index: 80;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50px;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
}
    .lb-desc .lb-desc-table {
        margin: auto;
        color: #fff;
        font-size: 16px;
    }
    .lb-desc .lb-desc-table th, .lb-desc .lb-desc-table td {
        padding: 5px 0;
    }
    .lb-desc .lb-desc-table th {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .lb-desc .lb-desc-table td {
        font-weight: bold;
    }
    .lb-desc .lb-desc-table tbody td:nth-child(1) {
        text-align: right;
    }
    .lb-desc .lb-desc-table tbody td:nth-child(2) {
        padding-left: 8px;
    }


.showFood-bar {
    width: 300px;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #777576;
    border-bottom: 2px solid #b2b2b2;
    padding: 10px 0;
    margin: 0 auto 30px auto;
}
.showFood-decoration {
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
}
.showFood-circular {
    width: 20px;
    height: 20px;
    background-color: #18D248;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 15px;
}


.showFood-big-box {
    padding: 8px;
    border-radius: 10px;
}
.showFood-big {
    width: 100%;
}
.showFood-small-box {
    padding: 0px;
}
.showFood-small-box div {
    padding: 3px;
}
.showFood-small {
    width: 100%;
}


.about-box {
    position: relative;
    background: url('/images/home/about_bg.jpg') no-repeat;
    background-position: center;
}
.about-leftImg-box {
    width: 85%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.about-leftImg-box img {
    width: 100%;
}
.about-tips-box {
    margin-top: 50px;
    /* margin-bottom: 80px;
    overflow: hidden; */
}
    .about-tips-box h3 {
        color: #18D248;
        font-weight: bold;
    }
.about-tips-box p {
    color: #fff;
    font-family: Microsoft Yahei;
    font-size: 16px;
}

.about-img-circular img {
    width: 100%;
    border-radius: 100%;
}
.about-desc {
    color: #fff;
}

.contact-box {
    width: 100%;
    background-color: #191919;
    color: #8a8a8a;
    padding-bottom: 80px;
}
.flex-stretch {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.contact-box label {
    width: 100%;
}
.contact-box label input {
    background: none;
    color: #ccc;
}
.contact-box textarea{
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 4px;
    background: none;
    color: #ccc;
    padding-left: 5px;
    padding-right: 5px;
}
.map {
    width: 100%;
    height: 100%;
    /* background-color: #ddd; */
}
.contact-box button {
    width: 100%;
    margin-top: 30px;
}
.contact-way {
    font-size: 16px;
}
.contact-way i {
    color: #18D248;
}


/* PC端 */
@media (min-width: 768px) {
    .flex-center {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .padding-50 {
        padding: 50px 0;
    }


    .about-desc-box {
        height: 470px;
        border-left: 4px solid #18D248;
        padding: 80px 0 0 60px;
        margin-bottom: 50px;
        position: relative;
    }
    .about-circular-box {
        width: 100px;
        position: absolute;
        top: -20px;
        left: -52px;
    }
    .yellow-circular {
        width: 40px;
        height: 40px;
        background: #18D248;
        border-radius: 100%;
        margin: auto;
    }
    .about-img-circular {
        width: 100%;
        height: 100%;
        padding: 5px;
        background-color: #18D248;
        border-radius: 100%;
        margin-top: 50px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .padding-50 {
        padding: 20px 0 30px 0;
    }

    .showFood-small-box {
        margin-top: 20px;
    }

    .about-tips-box {
        text-align: center;
    }
    .about-desc-box {
        margin-bottom: 50px;
        padding: 0px;
    }
    .about-circular-box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .about-img-circular {
        width: 30%;
        height: 20%;
        padding: 5px;
        background-color: #ffc519;
        border-radius: 100%;
        margin-left: 5%;
        float: left;
    }
    .about-img-circular:nth-child(2) {
        margin-left: 0px;
    }
    .about-desc {
        margin-top: 50px;
    }

    .contact-box {
        padding-bottom: 20px;
    }
    .map {
        width: 100%;
        height: 200px;
    }
    .contact-box button {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.inform {
    z-index: 80;
    width: 300px;
    height: 100%;
    background: rgba(0, 0, 0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 50px;
    
    color: #ffffff;
    padding: 2rem;
    flex-direction: column
}

.informstrong{
    font-size: 18px;
    font-weight: 600;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
