body {
    position: relative;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

/* 产品介绍 */
.brand {
    width: 100%;
    height: 100%;
    position: relative;
}

.brand-all {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.brand-title {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.brand-title p {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
    text-align: center;
}

.brand-title span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.brand-rotation {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

/* 窖坛发酵基地 */
.base {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}

.base-all {
    max-width: 1200px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.base-title {
    width: 100%;
    height: 100px;
    padding-bottom: 20px;
}

.base-title p {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
    text-align: center;
}

.base-title span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.base-list {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.base-listOne {
    margin: 0;
}

.base-col {
    padding-left: 10px;
    padding-right: 10px;
}

.base-listTwo {
    padding: 5px;
    border: 1px solid silver;
    border-radius: 10px;
}

.base-listTwo-img {
    width: 100%;
    height: 160px;
}

.base-listTwo-img img {
    width: 100%;
    height: 100%;
}

.base-listTwo-content {
    width: 100%;
    height: 200px;
    padding: 20px 15px 30px 15px;
}

.base-listTwo-content p {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.base-listTwo-content span {
    font-size: 14px;
    color: darkgray;
    text-indent: 24px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 3;
/ / 显示几行
}

.base-listTwo-content a {
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid silver;
    border-radius: 20px;
    margin-top: 25px;
}

.base-listTwo-content a:hover {
    color: white;
    background: red;
    cursor: pointer;
}

/* 美食分享 */
.share {
    width: 100%;
    height: 100%;
}

.share-all {
    max-width: 1200px;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.share-title {
    width: 100%;
    height: 100px;
    padding-bottom: 20px;
}

.share-title p {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
    text-align: center;
}

.share-title span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.share-list {
    width: 100%;
    height: 490px;
    overflow: hidden;
}

.share-listOne {
    /* margin: 0; */
}

.share-listTwo {
    width: 100%;
    height: 100%;
    border: 1px solid silver;
    border-radius: 10px;
}

.share-listTwo-img {
    width: 100%;
    height: 270px;
}

.share-listTwo-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.share-listTwo-content {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.share-listTwo-content p {
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    color: darkgray;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
/ / 显示几行
}

.share-listTwo-content span {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    text-indent: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
/ / 显示几行
}

.share-listTwo-content a {
    width: 50%;
    margin-top: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #8e8e8e;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0px auto;
}

.share-listTwo-content a:hover {
    color: aliceblue;
    background: red;
    border-radius: 10px;
}

/* 关于我们 */
.aboutUs {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}

.aboutUs-all {
    max-width: 1200px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.aboutUs-title {
    width: 100%;
    height: 100px;
    padding-bottom: 20px;
}

.aboutUs-title p {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
    text-align: center;
}

.aboutUs-title span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.aboutUs-content {
    width: 100%;
    height: 100px;
    font-size: 16px;
    line-height: 25px;
    text-indent: 24px;
}

/* 底部 */
.foot {
    width: 100%;
    height: 300px;
    background: #313131;
}

.foot-all {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.foot-allOne {
    width: 100%;
    height: 100%;
    display: none;
}

.foot-allOne ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.foot-allOne ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.foot-allOne ul li a {
    min-width: 80px;
    text-align: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.foot-allTwo {
    width: 100%;
    height: 300px;
    margin: auto;
}

.foot-Ones {
    width: 800px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
}

.foot-Ones .foot-phone {
    float: left;
    font-size: 16px;
    color: #ffffff;
}

.foot-Ones .foot-address {
    float: right;
    font-size: 16px;
    color: #ffffff;
}

.foot-bottom {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.foot-bottom p {
    height: 39px;
    line-height: 39px;
}

/* ***************************************************************************************************** */
/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width: 767px) {
    .brand-all {
        max-width: none;
        width: 95%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brand-title p {
        font-size: 22px;
    }

    .base-all {
        max-width: none;
        width: 95%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .base-title p {
        font-size: 22px;
    }

    .base-list {
        height: 100%;
    }

    .base-listTwo {
        margin-top: 20px;
    }

    .share-all {
        max-width: none;
        width: 95%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .share-title p {
        font-size: 22px;
    }

    .share-list {
        height: 100%;
    }

    .share-listTwo {
        margin-top: 20px;
    }

    .aboutUs-all {
        max-width: none;
        width: 95%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .aboutUs-title p {
        font-size: 22px;
    }

    .aboutUs-content {
        height: auto;
    }

}

/* ***************************************************************************************************** */
/* 小屏幕 平板 (≥768px) */
@media screen and (min-width: 768px) {
    .nav-pc {
        display: none;
    }

    .nav-app {
        display: block;
    }

    .brand-all {
        max-width: none;
        width: 95%;
        padding-top: 30px;
    }

    .brand-title p {
        font-size: 24px;
    }

    .base-all {
        max-width: none;
        width: 95%;
        padding-top: 30px;
        height: auto;
    }

    .base-title p {
        font-size: 24px;
    }

    .base-list {
        height: 100%;
    }

    .base-listTwo {
        margin-top: 20px;
    }

    .share-all {
        max-width: none;
        width: 95%;
        height: auto;
        padding-top: 30px;
    }

    .share-title p {
        font-size: 24px;
    }

    .share-list {
        height: 100%;
    }

    .share-listTwo {
        margin-top: 20px;
    }

    .share-listTwo-img {
        display: none;
    }

    .aboutUs-all {
        max-width: none;
        width: 95%;
    }

    .aboutUs-title p {
        font-size: 24px;
    }

    .foot {
        display: none;
    }
}

/* ***************************************************************************************************** */
/* 中等屏幕 桌面显示器 (≥992px) */
@media screen and (min-width: 992px) {
    .brand-all {
        max-width: 992px;
    }

    .base-all {
        max-width: 992px;
    }

    .base-listTwo-img {
        height: 117px;
    }

    .share-listTwo-img {
        display: block;
        height: 216px;
    }

    .foot {
        display: block;
    }

    .foot-all {
        max-width: 992px;
    }
}

/* ***************************************************************************************************** */
/* 大屏幕 大桌面显示器 (≥1200px) */
@media screen and (min-width: 1200px) {
    .nav-pc {
        display: block;
    }

    .nav-app {
        display: none;
    }

    .brand-all {
        max-width: 1200px;
        width: 100%;
        padding-top: 50px;
    }

    .brand-title p {
        font-size: 30px;
    }

    .base-all {
        max-width: 1200px;
        width: 100%;
        height: 600px;
        padding-top: 50px;
    }

    .base-title p {
        font-size: 30px;
    }

    .base-list {
        height: 400px;
    }

    .base-listTwo {
        margin-top: auto;
    }

    .base-listTwo-img {
        height: 160px;
    }

    .share-all {
        max-width: 1200px;
        width: 100%;
        height: 700px;
        padding-top: 50px;
    }

    .share-title p {
        font-size: 30px;
    }

    .share-list {
        height: 490px;
    }

    .share-listTwo {
        margin-top: auto;
    }

    .share-listTwo-img {
        display: block;
        height: 270px;
    }

    .aboutUs-all {
        max-width: 1200px;
        width: 100%;
    }

    .aboutUs-title p {
        font-size: 30px;
    }

    .foot {
        display: block;
    }
}
