@charset "utf-8";

body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px;
    color: #3d3d3d;
    position: relative;
    background: #FFF;
    padding-top: 100px;

}



a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #00afec;
        transition: all 300ms ease-in;
    }

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
}

ul, li, p, form, input, form, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block;
}

.hidden {
    display: none;
}


input, textarea {
    outline: none; /*去掉选中边框*/
    background: none;
    　　　　outline: none;
    　　　　appearance: none;
    　　　　-moz-appearance: none;
    　　　　-webkit-appearance: none;
    border: 0px;
    padding: 0px;
}


.w13 {
    width: 1400px;
    margin: 0px auto;
}

.p90 {
    padding: 90px 0px;
}

.header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    background: #fff;
    transition: all 900ms ease-in;
    box-shadow: 0px 0px 10px #e3e3e3;
    height: 100px;
}

.logo {
    position: absolute;
    left: 5vw;
    top: 10px;
}

.header .w13 {
    position: relative;
}


.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.menu li {
    padding: 0px 5px;
    display: flex;
    align-items: center;
    height: 100px;
}

    .menu li a.aa {
        display: block;
        margin: 0px 15px;
        line-height: 50px;
    }

        .menu li a.aa:hover, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5, .page6 a.a_6, .page7 a.a_7, .page8 a.a_8, .menu li a.aa_hover {
            border-bottom: solid 3px #00afec;
            color: #00afec;
            font-weight: bold;
        }

.wnav {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 100px;
    background: #FFF;
    display: none;
    box-shadow: 0px 0px 20px #e5e5e5;
    border-bottom: solid 5px #00afec;
}

    .wnav .w13 {
        display: block;
        position: relative;
        height: 100%;
        padding: 50px 0px 70px 0px;
    }

.wn1 {
    float: left;
}

    .wn1 h2 {
        font-size: 24px;
        line-height: 50px;
        margin-top: 10px;
    }

    .wn1 ul {
        border-top: solid 1px #e3e3e3;
        border-bottom: solid 1px #e3e3e3;
        height: 65px;
        margin: 20px 0px 0px 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .wn1 li {
        height: 65px;
    }

        .wn1 li a {
            line-height: 65px;
            line-height: 65px;
            padding: 0px 40px 0px 0px;
            margin: 0px;
            color: #666;
        }

        .wn1 li:last-child a {
            padding: 0px;
        }

.wn2 {
    width: 339px;
    height: 200px;
    float: right;
}

    .wn2 img {
        border-radius: 10px;
    }

.wn1 li a:hover {
    font-weight: bold;
    color: #00afec;
}

.wn1 h1 {
    font-size: 90px;
    color: #f9f9f9;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 90px;
}




.search {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 30px;
}

.icon_sea {
    width: 40px;
    height: 40px;
}

.search_box {
    background: #fff;
    box-shadow: 0px 0px 10px #e3e3e3;
    position: absolute;
    right: 0px;
    top: 40px;
    border: solid 2px #00afec;
    display: none;
}

.search_show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.txt3 {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
}

a.s_btn2 {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #00afec;
    width: 100px;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #fff;
}

.banner {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 100px);
}

    .banner img {
        object-fit: cover;
        height: calc(100vh - 100px);
        width: 100%;
    }

.ind_video {
    height:500px;
    margin: 0px auto;
    width: auto;
}


.banner .swiper-slide {
    text-align: center; justify-content: center; 
    background: #000;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    position: absolute;
    z-index: 9
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #00afec;
    border-radius: 5px;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .swiper-slide a {
    width: 100vw;
    display: block;
}

.banner .swiper-slide img {
    width: 100%; 
}



.f_title {
    line-height: 32px;
}

    .f_title h2 {
        font-size: 35px;
        color: #010000;
        height: 32px;
        border-left: solid 10px #00afec;
        line-height: 32px;
        padding-left: 10px;
    }

    .f_title h3 {
        color: #010000;
        font-size: 30px;
        margin-top: 30px;
    }

.icon_more {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 10px;
}

.a_more {
    border: solid 1px #cdc3c3;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    width: 120px;
    background: #fff url("../images/icon/more1.png") no-repeat 83% center;
    background-size: 14%;
    font-size: 14px;
    display: block;
    text-indent: 22px;
}

a.a_more:hover {
    background: #00afec url("../images/icon/more2.png") no-repeat 83% center;
    background-size: 14%;
    border: solid 1px #00afec;
    color: #fff;
}

.a_c {
    margin: 40px 0px;
}

.about-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-text {
    width: 50%;
}

.ab-img {
    width: 45%;
}

    .ab-img video {
        border-radius: 10px;
        width: 100%;
    }

.about-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.stat-item {
    width: 23%;
}

.an {
    border-bottom: solid 1px #e3e3e3;
    line-height: 50px;
}

.stat-item sup {
    font-size: 14px;
}

.num {
    font-size: 60px;
    color: #010000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    margin: 15px 0px 0px 0px;
}

.ip1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-tabs {
}

    .product-tabs .ip_m {
        border: solid 1px #e3e3e3;
        height: 55px;
        line-height: 55px;
        padding: 0px 25px;
        display: inline-block;
        font-weight: bold;
        margin-left: 10px;
        border-radius: 30px 0px 30px 0px;
        background: #fff;
    }

        .product-tabs ip_m:hover, .product-tabs .ip_active {
            background: #00afec;
            border: solid 1px #00afec;
            color: #fff;
        }

.p_bg {
    background: #f6f7fb url("../images/c_bg.png") no-repeat center bottom;
    padding-top: 90px;
}

.p_bg2 {
    background: url("../images/ind_3.png") no-repeat right bottom;
    padding-bottom: 50px;
}

.ip2 {
    margin: 50px 0px 0px 0px; display: none;
}

.ip_show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ip-info {
    width: 40%;
    font-size: 16px;

}

    .ip-info a.a_more {
        margin: 60px 0px;
    }

.ip-img {
    width: 700px;
    height: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

    .ip-img a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 80%;
        height: 500px;
        align-content: center;
        margin: 0px auto;
    }

    .ip-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0px auto;
    }

.ip-info h4 {
    height: 55px;
    line-height: 55px;
    background: #00afec;
    color: #fff;
    padding: 0px 30px;
    border-radius: 30px;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 50px;
}

.ip_vol {
    border: solid 2px #00afec;
    border-bottom: solid 5px #00afec;
    padding: 20px;
    background: #fff;
    line-height: 30px;
}

    .ip_vol h5 {
        font-size: 24px;
        color: #2fb5eb;
    }

.ip2 .swiper-button-prev, .ip2 .swiper-container-rtl .swiper-button-next {
    left: 50%;
}

.ip2 .swiper-button-prev, .ip2 .swiper-container-rtl .swiper-button-next {
    background: url("../images/icon/left1.png") no-repeat;
    width: 32px;
    height: 58px;
}

.ip2 .swiper-button-next, .ip2 .swiper-container-rtl .swiper-button-prev {
    background: url("../images/icon/right1.png") no-repeat;
    width: 32px;
    height: 58px;
}

.ip_vol span {
    display: inline-block;
    padding-right: 30px;
}

    .ip_vol span:last-child {
        padding: 0px;
    }

.f_title1 {
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 40px;
}

.brand-tabs {
    margin: 25px 0px;
}

.bt1 {
    border: solid 1px #e3e3e3;
    display: inline-block;
    padding: 0px 30px;
    line-height: 38px;
    border-radius: 19px;
    margin-right: 30px;
}

    .bt_active, .bt1:hover {
        color: #fff;
        background: #00afec;
        font-weight: bold;
        cursor: pointer;
    }

.brand-content {
    background: #fff;
    box-shadow: 0px 0px 30px #e3e3e3;
}

.brand_list {
    display: none;
}

.brand_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.brand-img {
    width: 65%;
    height: 600px;
}

    .brand-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.brand-desc {
    width: 25%;
    text-align: center;
    padding-right: 5%
}

    .brand-desc h3 {
        line-height: 50px;
        border-bottom: solid 1px #00afec;
        font-size: 35px;
        color: #000;
    }

        .brand-desc h3 p {
            color: #00afec;
            font-size: 24px;
        }

.bd_info {
    font-size: 14px;
    margin: 100px 0px;
    text-align: left;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 控制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-desc a:hover {
    opacity: 0.4;
}

.st_title {
    background: #00afec;
    padding: 50px 0px;
}

    .st_title .f_title h2 {
        color: #fff;
        border-left: solid 10px #fff;
    }

    .st_title .f_title h3 {
        color: #fff;
    }

.ind_hon {
    background: url("../images/h_bg.png") no-repeat center top;
    padding: 50px 0px;
}

.wi_img {
    padding-top: 50px;
}

.new-show {
    padding: 30px 0px 0px 0px;
}

.new_1 {
    margin: 10px;
}

    .new_1 a {
        color: #000;
        display: block;
        background: #fff;
        box-shadow: 0px 0px 10px #e3e3e3;
        border-radius: 10px;
    }

        .new_1 a:hover {
            background: #00afec;
            color: #fff;
            border-radius: 10px;
        }

.nc {
    padding: 20px;
}

.n_img {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.new_1 a:hover .n_img img {
    transform: scale(1.1);
}

.n_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n1 {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 控制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n2 {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.new_1 a:hover .n2 {
    color: #fff;
}


.new-show .swiper-container {
    padding: 0px 0px 70px 0px;
}


.new-show .swiper-button-next, .new-show .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
}

.new-show .swiper-button-next, .new-show .swiper-container-rtl .swiper-button-prev {
    background: #e5e5e5 url("../images/icon/p_right.png") no-repeat center center;
    right: 50%;
    left: auto;
    margin-right: -50px;
}

.new-show .swiper-button-prev, .new-show .swiper-container-rtl .swiper-button-next {
    background: #e5e5e5 url("../images/icon/p_left.png") no-repeat center center;
    left: 50%;
    right: auto;
    margin-left: -50px;
}

.new-show .swiper-button-next:hover {
    background: #00afec url("../images/icon/p_right1.png") no-repeat center center;
}

.new-show .swiper-button-prev:hover {
    background: #00afec url("../images/icon/p_left1.png") no-repeat center center;
}

.FQAS {
    background: #f6f7fb;
}

.faq-list {
    background: url("../images/ind_8.png") no-repeat right center;
    background-size: 18%
}

.faq-item {
    width: 75%;
    margin-top: 60px;
}

.faq-question {
    background: #00afec;
    border-radius: 20px;
    padding: 5px 40px 5px 80px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    line-height: 30px
}

.f-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #00afec;
    background: #fff;
    line-height: 50px;
    position: absolute;
    left: 20px;
    top: -25px;
    text-align: center;
    font-size: 30px;
}

.faq-answer {
    padding-left: 40px;
    color: #333;
    margin-top: 20px;
}

.bot {
    background: url("../images/p_bot.jpg") no-repeat center bottom;
    padding-bottom: 40px;
    font-size: 14px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 0px 0px 0px;
}

    .footer-links ul li:first-child {
        font-size: 18px
    }

    .footer-links a:hover {
        font-weight: bold;
    }

.copyright {
    padding: 200px 0px 0px 0px;
    color: #fff;
    text-align: center;
}

    .copyright a {
        color: #fff;
    }

.side-ba {
    position: fixed;
    right: 0px;
    top: 20%;
    width: 60px;
    z-index: 9;
}

.side-bt {
    background: #00afec;
    width: 60px;
    height: 50px;
    position: relative;
}

    .side-bt:first-child {
        border-radius: 10px 0px 0px 0px;
    }

    .side-bt:last-child {
        border-radius: 0px 0px 0px 10px;
    }

    .side-bt a {
        width: 50px;
        height: 49px;
        margin: 0px auto;
        border-bottom: solid 1px #59cbf3;
        display: block;
        text-align: center;
    }

        .side-bt a img {
            margin: 12px 0px 0px 0px
        }

        .side-bt a:hover {
            background: #1e3190;
        }

.side_show {
    position: absolute;
    right: 50px;
    top: -5px;
    background: #1e3190;
    padding: 15px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    display: none;
    z-index: 10;
}

    .side_show img {
        max-width: 145px;
        height: 145px;
        margin: 0px;
        border-radius: 10px;
    }

.side-bt:hover .side_show {
    display: block;
}

.hh {
    white-space: nowrap; /* 核心：禁止任意位置换行 */
    display: inline-block;
    /* 溢出处理：容器太窄时省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.n_banner img {
    width: 100%;
}

.c_menu {
    background: #00afec;
    height: 85px;
    line-height: 85px;
    color: #fff;
    font-weight: bold;
}

    .c_menu .w13 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.site {
    width: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .site img {
        margin-right: 10px;
        width: 32px;
        height: 32px;
    }

.c_m_list {
    text-align: center;
    flex: 1;
}

    .c_m_list li {
        display: inline-block;
        color: #fff;
    }

        .c_m_list li a {
            display: block;
            padding: 0px 25px;
            color: #fff;
        }

            .c_m_list li a:hover, .c_m_list li a.cm_active {
                background: #fff;
                color: #00afec;
            }

.main {
    background: url("../images/m_bg.jpg") no-repeat center bottom;
    padding: 90px 0px;
}

.about_con {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 80px 0px 0px 0px;
}

.abc_info {
    width: 49%;
    line-height: 35px;
}

.abc_img {
    width: 47%;
}

    .abc_img img {
        width: 100%
    }

.tml {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .tml:nth-child(2n) {
        flex-direction: row-reverse;
    }

.tml_img {
    width: 46%;
    padding-bottom: 70px;
}

    .tml_img img {
        width: 100%;
    }

.tml_info {
    width: 46%;
    font-size: 16px;
    line-height: 30px;
}

.time {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    color: #00afec;
    border: solid 1px #00afec;
    font-size: 18px;
    margin-bottom: 20px;
    width: 70%;
    line-height: 24px;
}

    .time p {
        font-size: 30px;
        margin-top: 10px;
    }

.tml_line {
    width: 1px;
    border-right: dashed 1px #999;
    position: relative;
}

.tml_ico {
    position: absolute;
    left: -8px;
    top: 0px;
    width: 17px;
    height: 17px;
    background: #00afec;
    border-radius: 9px;
}

.timeline {
    margin-top: 50px;
}

.tml:nth-child(2n) .time {
    float: right;
}

.culture {
    margin-top: 50px;
}

    .culture ul {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
    }

    .culture li {
        width: calc((100% - 40px)/3);
        height: 370px;
        background: #fff;
        box-shadow: 0px 0px 10px #e3e3e3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        line-height: 36px;
        border: solid 2px #fff;
        box-sizing: border-box;
        padding: 0px 10px;
    }

        .culture li h1 {
            color: #4cc0e9;
            font-size: 20px;
            text-align: center;
        }

.cul_icon {
    margin-bottom: 20px;
    width: 85px;
    height: 85px;
}

    .cul_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.culture li:first-child {
    background: #00afec;
    border: solid 2px #00afec;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.culture li:hover {
    border: solid 2px #00afec;
}

.hon img {
    width: 100%;
}

.hon {
    margin-top: 40px;
}

.f_hon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hon_menu a {
    width: 150px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #00afec;
    margin-left: 15px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
}

    .hon_menu a:hover, .hon_menu a.h_active {
        font-weight: bold;
        color: #fff;
        background: #00afec;
    }

.mange {
    margin: 50px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 36px;
}

.man1 {
    width: 60%;
}

.man2 {
    width: 30%;
}

.p50 {
    padding-top: 50px;
}

.store_info {
    line-height: 36px;
    width: 80%;
    margin: 0px auto 30px auto;
}

    .store_info p {
        text-align: center;
    }

.store_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.store_desc {
    width: calc((100% - 20px*2)/2);
    background: #fff;
    border: solid 1px #e3e3e3;
    box-sizing: border-box
}

.store_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .store_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sotre_name {
    padding: 15px 30px;
}

    .sotre_name h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sotre_name li {
        font-size: 16px;
    }

        .sotre_name li img {
            margin-right: 10px;
        }

.store_desc:hover {
    border: solid 3px #00afec;
}

    .store_desc:hover .sotre_name h1 {
        color: #00afec;
    }

    .store_desc:hover .store_img img {
        transform: scale(1.1)
    }

.pager {
    margin-top: 50px;
    text-align: center;
}

    .pager ul {
        display: inline-block;
        margin: 0px auto;
    }

        .pager ul.pagination li {
            width: 40px;
            height: 40px;
            display: inline-block;
            margin: 0px 5px;
        }

            .pager ul.pagination li a {
                background: #e3e3e3;
                display: block;
                width: 100%;
                height: 100%;
                line-height: 40px;
                text-align: center;
            }

                .pager ul.pagination li a:hover, .pager ul.pagination li.active a {
                    color: #FFF;
                    background: #00afec;
                    font-weight: bold;
                }

                    .p_ico2, .pager ul.pagination li a:hover .p_ico1 {
                        display: none;
                    }

                    .pager ul.pagination li a:hover .p_ico2 {
                        display: block;
                    }

.p_ico {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

    .p_ico img {
        width: 20px;
    }

.beer1 {
    background: #00d5c9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.b1_img {
    width: 70%;
}

.b1_con {
    width: 25%;
    padding: 0% 5%;
    color: #fff;
    line-height: 40px;
}

.b_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

    .b_title p {
        font-size: 55px;
        color: #f6f6f6;
    }

.beer2 ul {
    display: flex;
    gap: 20px;
}

.beer2 li {
    width: calc((100% - 80px)/3);
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0px;
}

    .beer2 li img {
    }

.b2_show {
    position: absolute;
    background: rgba(0,213,201,0.8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 48px;
    display: none;
}

.b2_can {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
}

    .b2_can div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.beer2 li:hover .b2_show {
    display: block;
}

.b_title {
    margin: 0px 0px 70px 0px;
}

.process ul {
    display: flex;
    flex-direction: row;
}

.process li {
    text-align: center;
    line-height: 28px;
    width: 20%;
}

    .process li h1 {
        color: #00d5c9;
        font-size: 28px;
        line-height: 70px;
    }

    .process li img {
        width: 70%;
    }

.beer2, .beer3, .beer4 {
    padding-top: 90px;
}

.Distribution {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #e3e3e3;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dis_list {
    width: 23%;
    border: solid 1px #e3e3e3;
    line-height: 50px;
    margin-left: 5%
}

.dis_map {
    width: 60%;
    text-align: center;
    background: #000;
}

.dis_total {
    background: #00afec;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

    .dis_total span {
        display: inline-block;
        background: #fff;
        border-radius: 15px;
        height: 30px;
        padding: 0px 15px;
        line-height: 30px;
        color: #00afec;
        margin: 0px 10px;
    }

.dis_list ul {
    padding: 20px;
}

.dis_list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: solid 1px #e3e3e3;
    box-sizing: border-box
}

.ds2 {
    width: 2em;
    font-weight: bold;
    padding: 0px 10px 0px 80px;
    text-align: center;
}

.dis_list li:hover {
    color: #00afec;
}

.dis_list li:last-child {
    border: 0px;
}

.add_cate {
    border: solid 1px #e3e3e3;
    padding: 30px;
    margin-bottom: 50px;
}

    .add_cate a {
        display: inline-block;
        padding: 0px 30px;
    }

        .add_cate a:hover, .add_cate a.add_active {
            background: #00afec;
            color: #fff;
            font-weight: bold;
            border-radius: 15px;
        }

.add_list ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.add_list li {
    width: calc((100% - 40px)/3);
    border-radius: 10px;
    box-shadow: 0px 0px 15px #e3e3e3;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border: solid 2px #fff
}

.al_con {
    padding: 40px 30px;
}

    .al_con h4 {
        margin-bottom: 5px;
    }

.add_list li:hover {
    color: #00afec;
    border: solid 2px #00afec
}

.s_job {
    background: #fff;
    border-radius: 20px;
    padding: 20px 60px;
    box-shadow: 0px 0px 15px #e3e3e3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
}

.sj1 p {
    color: #00afec;
}

.s_job_list li {
    background: #fff;
    border-radius: 20px;
    padding: 40px 60px;
    box-shadow: 0px 0px 15px #e3e3e3;
    margin-top: 20px;
}

    .s_job_list li h1 {
        border-bottom: solid 1px #e3e3e3;
    }

        .s_job_list li h1 span {
            display: inline-block;
            padding: 0px 50px;
            background: #00afec;
            color: #fff;
            font-size: 24px;
            height: 45px;
            line-height: 45px;
            margin-bottom: 10px;
            border-radius: 23px;
        }

.sjl_1 h2 {
    font-size: 18px;
    color: #00afec;
    margin-top: 30px;
}

.s_title {
    width: 600px;
    border-bottom: solid 1px #e3e3e3;
    margin: 0px auto;
    padding-bottom: 10px;
}

.ser_info {
    width: 55%;
    margin: 80px auto;
    text-align: center;
}

.ser_img {
    margin-bottom: 80px;
}

.Cooperation {
    margin: 80px 0px;
}

    .Cooperation ul {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .Cooperation li {
        border: solid 1px #e3e3e3;
        box-sizing: border-box;
        width: calc((100% - 10px*7)/8);
        text-align: center;
        padding: 30px 0px;
        font-size: 14px;
        border-radius: 20px;
    }

        .Cooperation li img {
            margin-bottom: 15px;
        }

        .Cooperation li:hover {
            border: solid 2px #00afec;
        }

.ser_pro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}

.ser_pro_img {
    width: 40%;
    height: auto;
    height: 500px;
    background: #fff;
    box-shadow: 0px 0px 10px #e3e3e3;
    border-radius: 20px;
}

    .ser_pro_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.ser_pro_info {
    width: 50%;
}

.s_f {
    font-size: 100px;
    color: #ccc;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    line-height: 30px;
}

.p40 {
    padding-left: 50px;
    margin-bottom: 50px;
 box-sizing: border-box;


}

.line {
    width: 80px;
    height: 4px;
    background: #ccc;
    margin: 30px 0px;
}

.new_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.new_list li {
    width: calc((100% - 20px*2)/3);
}

    .new_list li .new_1 {
        margin: 0px;
    }

.nd1 {
    text-align: center;
}

    .nd1 h1 {
        border-bottom: solid 1px #e3e3e3;
        font-size: 35px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .nd1 a {
        display: inline-block;
        margin-left: 30px;
    }

.nd2 {
    margin: 60px 0px;
}

.nd3 {
    background: #fff;
    box-shadow: 0px 0px 10px #e3e3e3;
    border-radius: 20px;
}

    .nd3 ul {
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .nd3 li {
        width: 100%;
        overflow: hidden;
    }



.job_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.job_list li {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #e3e3e3;
    width: calc((100% - 20px)/2);
}

    .job_list li:nth-child(2n) {
        margin-right: 0px;
    }

.j_info {
    padding: 40px 50px;
}

    .j_info h1, .jobc_1 h1 {
        font-size: 24px;
        border-bottom: solid 1px #e3e3e3;
        margin-bottom: 10px;
        padding-bottom: 10px;
        color: #000;
    }

    .j_info span, .jobc_1 span {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        color: #666;
    }

    .j_info:hover {
        background: #00afec;
        color: #fff;
        border-radius: 20px;
    }

        .j_info:hover h1, .j_info:hover span {
            color: #fff;
        }

.job_con {
    padding: 60px;
    background: #fff;
    box-shadow: 0px 0px 10px #e3e3e3;
    border-radius: 20px;
}

.jobc_1 h1 a {
    font-size: 18px;
    font-weight: normal;
    float: right;
}

.job_con .sjl_1 h2 {
    color: #000;
}

.cb_title {
    margin: 0px;
    margin-bottom: 30px;
    line-height: 40px;
}

.contact_list li {
    width: 60%;
    border-bottom: solid 1px #e3e3e3;
    padding: 60px 0px;
    font-size: 20px;
    line-height: 30px;
    margin: 0px auto;
    text-align: center;
}

    .contact_list li h4 {
        font-size: 24px;
        color: #00afec;
        margin: 20px 0px 30px 0px;
    }

    .contact_list li:last-child {
        border: 0px;
    }

.c_add {
    background: url("../images/map_bg.png") no-repeat center top;
    height: 238px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.c_a {
    line-height: 40px;
    color: #fff;
    text-align: center;
}

    .c_a h4 {
        font-size: 24px;
    }

.map {
    border: solid 1px #e3e3e3;
}

.message {
    width: 50%;
    margin: 0px auto;
}

    .message li {
        margin-bottom: 15px;
        text-align: center;
    }

.txt1 {
    background: #fff;
    box-shadow: 0px 0px 10px #e3e3e3;
    line-height: 40px;
    width: 100%;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 18px;
}

.txt2 {
    height: 460px;
    font-family: "微软雅黑";

}

.btn1 {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    background: #00afec;
    font-weight: bold;
    font-size: 18px;
    margin: 0px auto;
    color: #fff;
}

.f_list .faq-list {
    background: none;
}

.f_list .faq-item {
    width: 100%;
}

.product {
    position: relative;
}

.pro_show {
    background: #fff;
    padding: 20px 0px;
}

.pro_img {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

    .pro_img img {
        width: 70%;
        height: 70%;
        object-fit: contain;
    }

.pro_show p {
    border: solid 1px #e3e3e3;
    line-height: 30px;
    padding: 10px 0px;
    text-align: center;
    margin: 30px;
}

.pro_show a:hover p {
    background: #00afec;
    border: solid 1px #00afec;
    color: #fff;
    font-weight: bold;
}

.pro_show a:hover .pro_img img {
    transform: scale(1.1);
}

.product .swiper-container {
    width: calc(100% - 90px);
    margin: 0px auto;
}

.p_title {
    margin-bottom: 0px;
}

.product .swiper-button-next, .product .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
}

.product .swiper-button-next, .product .swiper-container-rtl .swiper-button-prev {
    background: #e5e5e5 url("../images/icon/p_right.png") no-repeat center center;
    right: 0px;
    left: auto;
}

.product .swiper-button-prev, .product .swiper-container-rtl .swiper-button-next {
    background: #e5e5e5 url("../images/icon/p_left.png") no-repeat center center;
    left: 0;
    right: auto;
}

.product .swiper-button-next:hover {
    background: #00afec url("../images/icon/p_right1.png") no-repeat center center;
}

.product .swiper-button-prev:hover {
    background: #00afec url("../images/icon/p_left1.png") no-repeat center center;
}

.pd {
    position: relative;
}

.pd1 {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .pd1 img {
        width: 70%;
        height: 70%;
        object-fit: contain;
    }

.pd1_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pd2 {
    background: rgba(255,255,255,0.7);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}


.pd2_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pd2_con {
    padding: 0px 10%;
}

.pd_info {
    margin: 50px 0px;
    line-height: 27px;
}

.pd2_con h1 {
    font-size: 27px;
    margin: 50px 0px;
}

.pd2_con a {
    font-size: 16px;
}

    .pd2_con a img {
        margin-right: 15px;
    }

.search_r ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.search_r li {
    box-shadow: 0px 0px 10px #e3e3e3;
    box-sizing: border-box;
    width: calc((100% - 40px)/3);
}

.search_lable {
    margin-bottom: 50px;
    width: 50%;
    margin: 0px auto;
}

.slab {
    border: solid 2px #00afec;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.search_lable .txt3 {
    flex: 1;
}

.main1 {
    padding-top: 50px;
}

.no_con {
    text-align: center;
}

    .no_con img {
        width: 50px;
        margin-bottom: 10px;
    }

.er {
    text-align: center;
}

.er1 {
    font-size: 24px;
    color: #00afec;
    font-weight: bold;
    margin: 30px 0px;
}

.er a {
    width: 150px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    background: #00afec;
    color: #fff;
    font-weight: bold;
}

    .er a:hover {
        text-decoration: underline;
    }


.page0{background: #1e3190  url("../images/c_lbg.png") no-repeat center center; background-size: cover;height: 100vh; padding: 0px;}
.cl{display: flex; flex-direction: row; margin: 0px 7%;  height: 100%; justify-content:space-between; align-items: center; }
.cl img{width: 80%; }
.l_copy{font-size: 14px; color: #fff; text-align: center; line-height: 30px; height: 60px; text-align: left; margin-top: 20px;}
.cl2{ text-align: right; }
.c_btn{margin-top: 30px; display: flex; flex-direction: row; justify-content: flex-end; }
.c_btn a{ background: #043866; border-radius: 26px; color: #fff; line-height: 45px; height: 45px; display: inline-block; width: 130px; margin: 0px 10px;  font-weight: bold; font-size: 24px; font-weight: bold; text-align: center;}
.c_btn a:hover{ background: #00afec; color: #fff;}
.card_list{display: flex; flex-direction: row; flex-wrap: wrap; gap:20px;}
.card_list li{padding: 30px; box-shadow: 0px 0px 10px #e3e3e3; width: calc((100% - 20px)/2); border-radius: 10px; box-sizing: border-box; background: #fff; line-height: 30px;}
.card_list li a{width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center;height: 100%;}
.card_img{width: 130px; height: 130px; border-radius: 100%; margin-bottom: 10px;}
.cl_2{width: 180px; height: 180px;}
.page_cd{max-width: 750px; background: #fff; padding: 0px;}
.w100{width: 100%; background: #f5f6f7; padding-bottom: 90px; position: relative;}
.wc_bot{background: #fff; border-top: solid 1px #e3e3e3; position: fixed; left: 0px; bottom: 0px; width: 100%; height: 90px;}
.wcc{max-width: 750px; margin: 0px auto; display: flex; flex-direction: row; height: 100%; align-items: center;}
.wc1{width: 100px; text-align: center;}
.wc1 img{width: 40px;}
.wc2{ text-align: center; display: flex; flex-direction: row;justify-content: center;  flex: 1;
  min-width: 0; }
.wc2 a{ height: 40px; line-height: 40px; color: #fff; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; width: 31%; background:url("../images/mp_bg.png") no-repeat center top;  background-size: cover; border-radius: 20px; margin: 0px 1%; font-size: 20px;}
.wc2 a img{ height: 20px; margin-right: 15px;}
.wc2 a:hover{background: #00afec;}

.cd1{position: relative;}
.cd1_img{width: 100%;}
.cd1_box{ width: 100%;position: absolute; left: 0px; top: 15%;  text-align: center;}
.cd2{background: #fff; margin: 0px 5% 20px 5%; box-shadow: 0px 0px 10px #e3e3e3;  border-radius: 0px 0px 10px 10px; box-sizing: border-box; padding: 40px; position: relative; }
.ca2_img{position: absolute; left: 0px; top: -100px; width: 100%; text-align: center;}
.ca2_img img{width: 200px; height: 200px; border-radius: 100%; border: solid 5px #fff;}
.cd2_name{padding-top: 80px; font-size: 36px; text-align: center; font-weight: bold;}
.cd2_pos{text-align: center; margin: 10px 0px 20px 0px;}
.cd2_pos p{height: 40px; line-height: 40px; background: #00afec; color: #fff; padding: 0px 30px; display: inline-block; border-radius: 20px;}
.cd2_list li{display: flex; flex-direction: row; margin: 10px 0px;}
.cd2_ico{width: 30px; height: 30px; background: #00afec; border-radius: 100%; display: flex;justify-content: center; align-items: center; align-content: center; margin-right: 15px; flex-shrink: 0;}
.cd2_ico img{height: 15px; }
.cd2_btn{ text-align: center; display: flex; flex-direction: row;justify-content: center; margin-top: 20px;}
.cd2_btn a{ height: 40px; line-height: 40px; color: #fff; display: flex; flex-direction: row; justify-content: center; align-content: center; align-items: center; width: 31%; background: #00afec; border-radius: 20px; margin: 0px 1%; font-size: 20px;}
.cd2_btn a img{ height: 20px; margin-right: 15px;}
.cd2_btn a:hover{ background: #1e3190;}
.cd3{border-radius: 10px;}
.a_c{display: -webkit-box;
  -webkit-line-clamp: 6;  /* 显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;}
.cd31 img{width: 100%; margin-top: 20px;}
.cd3_list{margin: 40px 0px;}
.cd3_list ul{display: flex; flex-direction: row; gap:20px; flex-wrap: wrap;}
.cd3_list li{width: calc((100% - 20px)/2); height: auto; text-align: center;}
.cd3_list li p{line-height: 30px; height: 30px; width: 100%; white-space: nowrap;    /* 不换行 */
  overflow: hidden;       /* 超出隐藏 */
  text-overflow: ellipsis;/* 省略号 */}
.cd3_img{ width: 100%; height: 300px;  border:solid 1px #e3e3e3; border-radius: 5px; text-align: center; }
.cd3_img img{border-radius: 5px;max-width: 100%; max-height: 100%;  object-fit: cover;}
.more{width: 100%; margin: 0p auto; display: flex; justify-content: center;}
.cd4 {margin: 40px 0px;}
.cd5{margin: 30px 0px;}
.cd5 li{padding: 15px 0px; border-bottom: solid 1px #e3e3e3;}
.cd5 li a{display: flex; flex-direction: row;align-items: stretch; }
.cn_img{width: 250px; height: 200px; flex-shrink: 0; margin-right: 20px;}
.cn_img{max-width: 100%; max-height: 100%; object-fit: cover;}
.cnn{display: flex; flex-direction: column; width:auto; position: relative;}
.cnn b{font-size: 24px; display: -webkit-box;
  -webkit-line-clamp: 3;  /* 显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;}
.cnn p{font-size: 14px; color: #666; position: absolute; left: 0px; bottom: 20px;}

@media screen and (max-width: 1400px) {
    body {
        font-size: 16px;
    }

    .w13 {
        width: 1200px;
    }

    .menu li a.aa {
        margin: 0px 10px;
    }

    .search {
        margin: 5px 0px 0px 0px;
    }

    .f_title h2 {
        font-size: 30px;
    }

    .f_title h3 {
        font-size: 27px;
        margin-top: 20px;
    }

    .product-tabs a {
        height: 45px;
        line-height: 45px;
    }

    .ip-info h4 {
        height: 45px;
        line-height: 45px;
        font-size: 24px;
    }

    .bt1 {
        margin-right: 15px;
    }

    .ip_vol h5, .process li h1 {
        font-size: 24px;
    }

    .brand-img {
        height: 500px;
    }

    .st_title {
        padding: 40px;
    }

    .bd_info {
        margin: 80px 0px;
    }

    .store_show .swiper-slide {
        height: 600px;
    }

    .faq-question {
        font-size: 20px;
    }

    .c_menu {
        height: 70px;
        line-height: 70px;
    }

    .p90 {
        padding: 70px 0px;
    }

    .main {
        padding-top: 60px;
    }

    .culture li h1 {
        font-size: 20px;
    }

    .culture li:first-child {
        font-size: 20px;
    }

    .b1_con {
        padding: 0px 4%;
    }

    .process li img {
        width: 60%;
    }

    .Cooperation {
        margin: 60px 0px;
    }

    .n_img {
        height: 280px;
    }

    .j_info h1, .jobc_1 h1 {
        font-size: 20px;
    }

    .dis_total {
        font-size: 20px;
    }

    .b_title {
        font-size: 27px;
    }

    .txt1 {
        font-size: 16px;
    }

    .nd1 h1 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 960px) {
    body {
        font-size: 15px;
        padding-top: 70px;
        line-height: 28px;
    }

    .w13 {
        width: 90vw;
        margin: 0px auto;
    }

    .page1 .p60 {
        padding: 40px 0px;
    }

    .p60 {
        padding: 20px 0px 30px 0px;
    }

    .show {
        display: none;
    }

    .hidden {
        display: block;
    }

    .header {
        height: 70px;
        background: #fff;
    }

    .logo {
        left: 3vw;
        top: 15px;
        z-index: 5;
    }

    .side-ba {
        transform: scale(0.65);
        right: -10px;
    }

    .logo img {
        height: 40px;
    }

    .w_dao {
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 15px;
    }

    .icon_skip, .icon_close {
        width: 40px;
        height: 40px;
    }

    .icon_close {
        width: 20px;
        height: 20px;
    }

    .w_close {
        display: none;
    }

    .menu {
        display: none;
        position: fixed;
        left: 0px;
        top: 70px;
        background: #00afec;
        width: 100%;
        height: calc(100vh - 70px);
        overflow-y: scroll;
        overflow: hidden;
        border-top: solid 1px #e3e3e3;
        z-index: 9999999;
    }

        .menu li {
            border-bottom: solid 1px #80d7f6;
            display: block;
            margin: 0px;
            padding: 0px;
            height: auto;
        }


        .menu ul {
            flex-direction: column;
            margin: 0px;
        }

        .menu li a.aa {
            padding: 0px;
            margin: 0px;
            height: auto;
            margin: 0px 5vw;
            color: #fff;
            background: url("../images/icon/left.svg") no-repeat right center;
            background-size: 20px 20px;
            display: block;
            line-height: 8vh;
        }

            .menu li a.aa:hover {
                color: #fff;
                border: 0px;
            }

        .menu li:nth-child(2) a.aa, .menu li:nth-child(3) a.aa, .menu li:nth-child(4) a.aa, .menu li:nth-child(6) a.aa, .menu li:nth-child(7) a.aa, .menu li:nth-child(8) a.aa {
            pointer-events: none;
        }

    .wnav .w13 {
        padding: 0px;
    }

    .wnav {
        position: static;
        left: none;
        top: none;
        width: 90vw;
        box-shadow: none;
        padding: 0px;
        margin: 0px auto;
        border-radius: 10px;
        margin: 0px auto 20px auto;
        border: 0px;
    }

    .wn1 h1, .wn1 h2 {
        display: none;
    }

    .wn1 {
        width: 100%;
    }

        .wn1 li {
            width: 100%;
            border: 0px;
            border-bottom: solid 1px #e3e3e3;
        }

            .wn1 li:last-child {
                border: 0px;
            }

            .wn1 li a {
                padding: 0px 20px;
                line-height: 40px;
            }

                .wn1 li a:last-child {
                    padding-left: 20px;
                }

        .wn1 ul {
            height: auto;
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            display: flex;
            border: 0px;
            margin: 10px 0px;
        }

    .wnav li {
        padding: 0px; 
        height: auto;
    }

    .wn2 {
        display: none;
    }

    .wt {
        font-size: 9vh;
        text-align: center;
        position: fixed;
        bottom: 0px;
        text-align: center;
        width: 100%;
        color: #2fb5eb;
        font-weight: bold;
        z-index: 100;
    }

    .n_banner {
        height: 65vw;
    }

        .n_banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .s_close {
        width: 30px;
    }

    .menu li a.aa:hover, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5, .page6 a.a_6, .page7 a.a_7, .menu li a.aa_hover {
        border-bottom: 0px;
        color: #FFF;
    }

    .about-text {
        width: 100%
    }

    .p90 {
        padding: 50px 0px;
    }

        .p90 .w13 {
            width: 90vw;
        }

    .a_c {
        margin: 20px 0px;
    }

    .about-stats {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .stat-item {
        width: 48%;
        margin: 10px 0px;
    }

    .num {
        font-size: 45px;
    }

    .f_title h2 {
        font-size: 24px;
        border-left: solid 6px #00afec;
        height: 20px;
        line-height: 20px;
    }

    .f_title h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }

    .ab-img {
        width: 100%;
        margin: 20px 0px;
    }

    .about-wrap {
        flex-direction: column;
    }

    .an, .stat-item sup {
        font-size: 13px;
    }

    .product-tabs a {
        height: 30px;
        line-height: 30px;
        border-radius: 15px 0px 15px 0px;
        font-size: 14px;
    }

    .ip_show {
        flex-direction: column;
    }

    .ip-info {
        width: 100%;
    }

    .ip-img {
        width: 100%;
        height: 90vw;
        margin-top: 30px;
    }

        .ip-img a {
            height: 90vw;
        }

    .ip-info h4 {
        margin-bottom: 10px;
    }

    .ip-info a.a_more {
        margin: 20px 0px;
    }

    .ip_vol {
        line-height: 40px;
        padding: 10px;
        border: solid 1px #00afec;
        border-bottom: solid 3px #00afec;
        line-height: 24px;
        font-size: 14px;
    }

        .ip_vol h5 {
            font-size: 18px;
        }

        .ip_vol span {
            padding-right: 20px;
        }

    .p_bg2 {
        background-size: 30%;
        padding-bottom: 50px;
    }

    .ip2 .swiper-button-prev, .ip2 .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }

    .ip2 .swiper-button-prev, .ip2 .swiper-container-rtl .swiper-button-next {
        background: url("../images/icon/left1.png") no-repeat;
        width: 32px;
        height: 58px;
    }

    .ip2 .swiper-button-next, .ip2 .swiper-container-rtl .swiper-button-prev {
        background: url("../images/icon/right1.png") no-repeat;
        width: 32px;
        height: 58px;
    }

    .ip2 .swiper-button-next, .ip2 .swiper-button-prev {
        top: 73%;
        transform: scale(0.5)
    }

    .bt1 {
        width: 48%;
        text-align: center;
        padding: 0px;
        display: flex;
        margin: 5px 0px;
        justify-content: center;
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px;
    }

    .brand-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 10px 0px;
    }

    .brand-img {
        width: 100%;
        height: 30vh;
    }

    .brand_info {
        flex-direction: column;
    }

    .brand-desc {
        width: 80%;
        margin: 30px 0px;
        padding: 0px;
    }

    .bd_info {
        margin: 30px 0px;
    }

    .store_show .swiper-slide {
        height: 40vh;
    }

    .st_title .f_title h3 {
        font-size: 18px;
    }

    .faq-list {
        background: none;
    }

    .faq-item {
        width: 100%;
    }

    .faq-question {
        font-size: 15px;
    }

    .ip-info h4 {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        padding: 0px 15px;
    }

    .n_img {
        height: 200px;
    }

    .p_bg {
        padding-top: 50px;
    }

    .faq-question {
        padding: 0px 20px 0px 40px;
    }

    .f-icon {
        width: 30px;
        height: 30px;
        top: -15px;
        font-size: 20px;
        line-height: 30px;
        left: 10px;
    }

    .faq-answer {
        margin-top: 10px;
    }

    .faq-item {
        margin-top: 40px;
    }

    .copyright {
        padding-top: 150px;
        line-height: 24px;
        padding-bottom: 0px;
    }

        .copyright p span {
            display: block;
        }

    .st_title {
        padding: 20px 0px;
    }

    .FQAS .f_title1 {
        padding-bottom: 15px;
    }

    .store_info {
        line-height: 28px;
        width: 100%;
    }

    .store_img {
        height: 250px;
    }

    .store_list {
        flex-direction: column;
        grid-gap: 0px;
    }

    .store_desc {
        width: 100%;
        margin-bottom: 15px;
    }






    .banner .swiper-pagination-bullet, .store_show.swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        opacity: 1;
        background: #00afec;
        border-radius: 3px;
    }

    .c_menu {
        height: 50px;
        line-height: 50px;
    }

        .c_menu .w13 {
            width: 98vw;
        }

    .c_m_list {
        width: 100%;
        flex: none;
    }

        .c_m_list li a {
            padding: 0px 5px;
            font-size: 14px;
        }

    .about_con {
        padding: 50px 0px 0px 0px;
        flex-direction: column;
    }

    .abc_info {
        width: 100%;
        line-height: 28px;
    }

    .abc_img {
        width: 100%;
        margin-top: 30px;
    }

    .tml_img {
        width: 100%;
        padding-bottom: 15px;
    }

    .tml_line {
        display: none;
    }

    .tml_info {
        width: 100%;
        line-height: 28px;
        font-size: 15px;
    }

    .tml {
        flex-direction: column;
        margin-bottom: 50px;
    }

        .tml:nth-child(2n) {
            flex-direction: column;
        }

            .tml:nth-child(2n) .time {
                float: none;
            }

        .tml:last-child {
            margin: 0px;
        }

    .culture ul {
        gap: 0px;
        flex-direction: column;
    }

    .culture li {
        width: 100%;
        padding: 30px 0px;
        height: auto;
        margin-bottom: 20px;
    }

    .cul_icon {
        width: 50px;
        height: 50px;
    }

    .hon_w13 {
        width: 100%;
    }

        .hon_w13 .f_hon {
            width: 90vw;
            margin: 0px auto;
        }

    .hon_menu a {
        width: 6em;
        margin-left: 10px;
        height: 24px;
        line-height: 24px;
    }

    .mange {
        flex-direction: column;
    }

    .man1 {
        width: 100%;
    }

    .man2 {
        width: 100%;
        margin-top: 20px;
    }

    .m_qz {
        width: 40vw;
    }

    .main {
        background: none;
        padding: 50px 0px;
    }

    .beer1 {
        flex-direction: column;
    }

    .b1_img {
        width: 100%;
        height: auto;
    }

    .store_img {
        height: 200px;
    }

    .sotre_name li {
        font-size: 15px;
    }

    .sotre_name {
        padding: 15px;
    }

    .b1_con {
        width: 90%;
        line-height: 28px;
        padding: 30px 0px;
    }

    .beer2 ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .beer2 li {
        width: calc((100% - 10px)/2);
        height: 150px;
    }

        .beer2 li img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .process ul {
        flex-wrap: wrap;
        gap: 10px;
        padding: 30px 0px;
    }

    .process li {
        width: calc((100% - 10px)/2);
        order: 1;
    }

        .process li:last-child {
            order: 5;
        }

    .beer1, .beer2 {
        width: 90vw;
        margin: 0px auto;
    }

    .hon_w13 .f_title {
        width: 90vw;
        margin: 0px auto;
    }

    .b_title {
        margin-bottom: 50px;
    }

    .beer2, .beer3 {
        padding-top: 50px;
    }

    .b_title p {
        font-size: 40px;
        line-height: 50px;
    }

    .beer3 {
        background: #00d5c9;
        margin: 50px 0px 0px 0px;
        padding-bottom: 40px;
    }

        .beer3 .b_title {
            color: #fff;
        }

    .process {
        background: #fff;
        border-radius: 0px 0px 20px 20px;
        width: 90vw;
        margin: 0px auto;
    }

        .process li h1 {
            font-size: 20px;
            line-height: 50px;
        }

        .process li.w_sp {
            width: 100%;
        }

            .process li.w_sp img {
                width: calc((100% - 10px)/2*0.6);
            }

        .process li.w_sp {
            order: 1;
        }

        .process li:nth-child(3), .process li:nth-child(4) {
            order: 2;
        }

    .beer4 {
        padding: 0px;
        margin-bottom: -50px;
    }

    .Distribution {
        box-shadow: none;
        padding: 0px;
        flex-direction: column;
    }

    .dis_list {
        width: 100%;
        order: 2;
        margin-left: 0px;
    }

    .dis_map {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
    }

    .dis_list li {
        border: 0px;
    }

        .dis_list li:nth-child(2n) {
            background: #e5f7fd;
        }

    .add_cate {
        padding: 10px;
        margin-bottom: 30px;
    }

        .add_cate a {
            padding: 0px 12px;
        }

    .dis_list ul {
        padding: 0px;
    }

    .add_list ul {
        flex-direction: column;
        gap: 0px;
    }

    .add_list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .al_con {
    }

    .s_job {
        padding: 20px 10px 20px 20px;
        font-size: 16px;
        line-height: 30px;
    }

        .s_job img {
            width: 100px;
            height: 100px;
        }

    .s_job_list li {
        padding: 30px 20px;
    }

    .c_a {
        line-height: 28px;
    }

    .s_job_list li h1 span {
        padding: 0px 30px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }

    .s_title {
        width: 100%;
    }

    .ser_info {
        width: 100%;
        margin: 50px 0px;
    }

    .Cooperation ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .Cooperation li {
        width: calc((100% - 20px)/3);
        padding: 20px 0px;
    }

    .ser_img {
        margin-bottom: 50px;
    }

    .ser_pro {
        flex-direction: column;
        padding-top: 0px;
    }

    .ser_pro_img {
        width: 100%;
        height: 90vw;
    }

    .ser_pro_info {
        width: 100%;
        margin-top: 60px;
    }

    .new_list ul, .job_list ul {
        flex-direction: column;
        gap: 0px;
    }

    .new_list li, .job_list li {
        width: 100%;
        margin-bottom: 15px;
    }

        .new_list li .n_img {
            height: 250px;
        }

    .j_info {
        padding: 20px 15px;
    }

        .j_info h1, .jobc_1 h1 {
            font-size: 18px;
        }

    .job_con {
        padding: 20px 30px;
    }

    .jobc_1 h1 a {
        font-size: 14px;
    }

    .j_info span, .jobc_1 span {
        font-size: 13px;
        margin-right: 8px;
    }

    .cb_title {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .contact_list li {
        width: 100%;
        padding: 40px 0px;
        font-size: 18px;
    }

        .contact_list li h4 {
            font-size: 20px;
            margin: 10px 0px 10px 0px;
        }

    .c_a span {
        display: block;
    }

    .c_a h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .message {
        width: 100%;
        margin-top: 30px;
    }

    .txt1 {
        box-sizing: border-box;
        padding: 10px;
    }

    .txt2 {
        height: 200px;
    }

    .search_lable {
        width: 100%;
    }

    .search_r ul {
        flex-direction: column;
        gap: 0px;
    }

    .search_r li {
        width: 100%;
        margin-bottom: 15px;
    }

    .pro_img {
        height: 300px;
    }

        .pro_img img {
            width: 90%;
            height: 90%;
        }

    .c_menu {
        background: none;
        height: auto;
        margin-top: 20px;
    }

        .c_menu .c_m_list ul {
            display: flex;
            flex-direction: row;
            gap: 10px;
            flex-wrap: wrap;
        }

        .c_menu .c_m_list li {
            width: 100%;
            box-sizing: border-box;
        }

            .c_menu .c_m_list li a {
                background: url("../images/icon/p_ico1.png") no-repeat 95% center;
                background-size: 2%;
                display: block;
                height: 40px;
                line-height: 40px;
                border: solid 1px #e3e3e3;
                text-align: left;
                border-radius: 20px;
                padding: 0px 0px 0px 30px;
                color: #333;
            }

                .c_menu .c_m_list li a:hover, .c_menu .c_m_list li a.cm_active {
                    background: #00afec url("../images/icon/p_ico2.png") no-repeat 95% center;
                    color: #fff;
                    background-size: 2%;
                }

    .pd1 {
        width: 100%;
        height: 100vw;
    }

        .pd1 img {
            width: 80%;
            height: 80%;
        }

    .pdd_img {
        width: 100vw;
        height: 100vw;
    }

        .pdd_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .pd2 {
        position: static;
        left: auto;
        top: auto;
        width: 90vw;
        margin: 20px auto 50px auto;
    }

    .pd_info {
        margin: 40px 0px;
    }

    .pd2_con {
        width: 100%;
        padding: 0px;
    }

        .pd2_con h1 {
            margin: 30px 0px;
            font-size: 20px;
        }

        .pd2_con a img {
            width: 30px;
        }

    .w_p_list li {
        box-shadow: 0px 0px 10px #e3e3e3;
        margin-bottom: 15px;
    }

    .st_title .f_title h2 {
        border-left: solid 6px #fff;
    }

    .mange {
        line-height: 28px;
    }

    .contact_list li {
        font-size: 16px;
    }
	
		
		.product-tabs {margin-top: 30px; display: flex; flex-direction:column; flex-wrap: wrap; }
    .product-tabs .ip_m {
        height: 45px; width: 100%; box-sizing: border-box;
        line-height: 45px; margin: 5px 0px;
    }	
	.page0{background: #1e3190 url("../images/c_lbg2.png") no-repeat center 75%; background-size: 135%; height: 100vh; padding: 0px;}
	.c_btn a{width: 35%; line-height: 35px; height: 35px; font-size: 20px; margin: 0px auto;}
	.l_copy{ position: fixed; left: 0px; bottom: 0px; height: 60px; text-align: center; width: 100%; line-height: 24px;}
	.clw{width: 70%; text-align: center; margin:9vh auto 0px auto;}
	.clw img{width: 100%}
	.ip0{ flex-direction: column;}
	
	.banner {
   
    overflow: hidden;
    height: 50vh;
}

    .banner img {
     
        height: 50vh;
       
    }
	.cd2{ padding: 20px 15px; margin: 0 3vw 20px 3vw}
	.cd2_ico{margin-right: 8px;}
	.cd2_btn a{font-size: 16px;}
	.cd2_btn a img{margin-right: 5px;}
	.cd3_img{height: 45vw;}
	.cn_img{width: 40vw; height: 30vw;}
	.cnn b{font-size: 15px; line-height: 24px;}
	.cd2_name{font-size: 24px; padding-top: 100px;}
	.cd1_box img{width: 25vw;}
	.w100{max-width: 100%;}
	.page_cd{max-width: 100%;}
	.wc1{width: 50px;}
	.wc2 a{font-size: 16px;}
	.wc2 a img{margin-right: 5px; height: 16px;}
	.ca2_img img{width: 45vw; height: 45vw;}
	.card_list{gap:0px; flex-direction: column;}
	.card_list li{width: 100%; margin-bottom: 20px;line-height: 24px; padding: 20px;}
	.cl_2{width: 28vw; height: 28vw;}
	.card_img{width: 20vw; height: 20vw; }
}