@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}
/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}
/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}
/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}
/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}
/*原文件配置*/

@font-face {
    font-family: 'AvertaStd-Bold';
    src: url('../fonts/AvertaStd-Bold.ttf');
}

@font-face {
    font-family: 'AvertaStd-Regular';
    src: url('../fonts/AvertaStd-Regular.ttf');
}

@font-face {
    font-family: 'AvertaStd-Extrabold';
    src: url('../fonts/AvertaStd-Extrabold.ttf');
}

body {
    color: #1B1B1B;
    background: #ffffff;
    font: 16px/30px 'AvertaStd-Bold', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #1B1B1B;
    text-decoration: none;
}

a:hover {
    color: #004D28;
}
/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}
/*原文件配置  end*/
/*横向居中*/

.te_c {
    text-align: center;
}
/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mark {
    position: fixed;
    left: 0;
    top: 88px;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
}

.header .container {
    padding-left: 40px;
    padding-right: 40px;
}

.header .logo {
    height: 88px;
}

.header .logo img {
    width: auto;
    max-height: 90%;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li>a {
    line-height: 2;
    padding: 0 25px;
    text-transform: uppercase;
    color: #004D28;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .menu-item {
    position: relative;
}
.nav .sub-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}
.nav .menu-item:hover>.sub-menu {
    display: block;
}

.banner {
    overflow: hidden;
    /* background: url(../images/banner.png)no-repeat center; */
    background-size: cover;
    /* height: 769px; */
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-slide .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .swiper-pagination-bullet-active {
    background: #004D28;
}

.banner .title {
    font-family: 'AvertaStd-Extrabold';
    color: #004D28;
    line-height: 1.2;
    font-size: 56px;
}

.banner .more {
    border: 1px #004D28 solid;
    color: #004D28;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 50px 0 25px;
    cursor: pointer;
    margin-top: 30px;
}

.banner .more::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    background: url(../images/more.png)no-repeat center;
    width: 10px;
    height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    margin-top: 60px;
}

.footer .container {
    height: 155px;
}

.footer .sns a {
    margin-left: 20px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer .sns a:first-of-type {
    margin-left: 0;
}

.footer .sns a img {
    width: 44px;
}

.footer .link a {
    margin-right: 50px;
}

.footer .link a img {
    height: 40px;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-family: 'AvertaStd-Regular';
    padding: 10px 0px;
    background-color: #00341B;
}
.copyright .item {
    color: #FFF;
    line-height: 1.4;
    padding: 0em 2em;
    margin: .6em 0;
}

@media (min-width:1025px) {
    .nav li:hover>a {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-btn {
        display: block;
    }
    .header .logo {
        height: 70px;
    }
    .nav {
        position: fixed;
        width: 100%;
        height: calc(100vh - 70px);
        left: 0;
        top: 70px;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        padding: 20px;
    }
    .nav li {
        border-bottom: 1px rgba(0, 0, 0, .1) solid;
    }
    .nav li>a {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        padding: 1em 0;
    }
    .nav .sub-menu {
        display: block;
        position: relative;
        padding-left: 20px;
        text-align: left;
        white-space: unset;
    }
    .banner {
        /* background-image: url(../images/banner-mb.png); */
        background-size: 100% 100%;
        /* height: 560px; */
    }
    .banner .title {
        font-size: 42px;
    }
}

@media (max-width:950px) {
    .footer {
        padding: 30px 0;
    }
    .footer .container {
        height: auto;
        justify-content: center;
    }
    .footer .sns {
        margin-top: 30px;
    }
    .footer .sns a>img {
        width: 35px;
    }
    .banner {
        /* height: 460px; */
    }
    .banner .title {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 60px;
    }
    .nav {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .footer .link a {
        margin-right: 30px;
    }
    .footer .link a>img {
        height: 35px;
    }
    .banner {
        /* height: 360px; */
    }
    .banner .title {
        font-size: 18px;
    }
    .banner .swiper-slide .info {
        width: 100%;
    }
    .banner .more {
        margin-top: 10px;
        line-height: 30px;
    }
    .copyright {
        flex-direction: column;
    }
}

@media (max-width:540px) {
    .footer .link a {
        margin-right: 20px;
    }
    .footer .link a>img {
        height: 25px;
    }
    .banner {
        /* height: 280px; */
    }
    .banner .title {
        /* font-size: 24px; */
    }
    .banner .more {
        /* margin-top: 15px; */
    }
}

.h-food {
    margin-top: 140px;
}

.h-food .title {
    font-size: 38px;
    line-height: 1.1;
}

.h-food .title span {
    font-family: 'AvertaStd-Regular';
    color: #00AD76;
    margin-top: 5px;
}

.h-food .content {
    margin-top: 40px;
}
.h-food .content .swiper-container {
    padding-bottom: 1.5em;
}
.h-food .content .swiper-pagination-bullets {
    bottom: 0;
}
.h-food .swiper-pagination-bullet-active {
    background: #004D28;
}
/* .h-food .item {
    width: 23.5%;
    margin-right: 2%;
}

.h-food .item:last-child {
    margin-right: 0;
} */
.h-food .swiper-slide {
    width: 250px;
}


.h-food .item .pic {
    overflow: hidden;
    padding-top: 100%;
}

.h-food .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.h-food .item .tit {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.1;
}

.h-food .swiper-button-black,
.h-text-con .swiper-button-black {
    background-size: 16px;
}
/* .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
} */

.h-text-con {
    margin-top: 80px;
}

.h-text-con .pic-con {
    margin-right: 80px;
    width: 625px;
}

.h-text-con .pic-con::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    border: 1px #1B1B1B solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    height: 100%;
}

.h-text-con .swiper-container {
    padding-bottom: 15px;
}

.h-text-con .pic-con .pic {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 10;
}

.h-text-con .tit {
    font-size: 36px;
    color: #004D28;
    line-height: 1.2;
}

.h-text-con .play {
    margin-top: 20px;
    border: 1px #004D28 solid;
    color: #004D28;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 50px 0 25px;
    cursor: pointer;
}

.h-text-con .play::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    background: url(../images/more.png)no-repeat center;
    width: 10px;
    height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.h-numcontent {
    width: 100%;
    background: url(../images/bg.png)no-repeat center bottom;
    background-size: cover;
    margin-top: 90px;
    color: #FFF;
}

.h-numcontent .container {
    height: 306px;
    flex-direction: column;
    justify-content: center;
}

.h-numcontent .container>div {
    width: 100%;
    flex: unset;
}

.h-numcontent .text-con {
    /* border-right: 1px rgba(255, 255, 255, .1) solid; */
    margin-bottom: 20px;
}

.h-numcontent .text-con .tit {
    font-size: 28px;
    line-height: 1.1;
}

.h-numcontent .text-con .text {
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'AvertaStd-Regular';
}

.h-numcontent .item {
    max-width: 280px;
}

.h-numcontent .item:last-child {
    margin-right: 0;
}

.h-numcontent .item span {
    font-size: 60px;
    line-height: 1.1;
}

.h-numcontent .item .counter.plus::after {
    content: '+';
}

.h-numcontent .item .txt {
    line-height: 22px;
    margin-top: 10px;
}

.h-content {
    margin-top: 60px;
}

.h-content .title-con .title {
    color: #004D28;
    font-size: 32px;
}

.h-content .title-con .more {
    border: 1px #004D28 solid;
    color: #004D28;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 50px 0 25px;
    cursor: pointer;
}

.h-content .title-con .more::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    background: url(../images/more.png)no-repeat center;
    width: 10px;
    height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.h-content .des {
    margin-right: 100px;
    font-size: 20px;
    line-height: 25px;
    font-family: 'AvertaStd-Regular';
    margin-top: 20px;
}

.h-content .content {
    margin-top: 45px;
}

.h-content .item {
    margin-right: 55px;
    padding-right: 55px;
    border-right: 1px rgba(0, 77, 40, .3) solid;
    font-family: 'AvertaStd-Regular';
}

.h-content .item .pic {
    margin-right: 30px;
    width: 100px;
    overflow: hidden;
}

.h-content .item .pic img,
.h-content .card .pic img {
    width: 100%;
}

.h-content .tit {
    font-size: 22px;
    line-height: 28px;
    font-family: 'AvertaStd-Regular';
}

.h-content .card {
    width: 420px;
}

.h-content .card .pic {
    margin-right: 30px;
    width: 150px;
    overflow: hidden;
}

@media (min-width:1025px) {}

@media (max-width:1199px) {
    .h-food {
        margin-top: 50px;
    }
    .h-food .title,
    .h-text-con .tit {
        font-size: 32px;
    }
    .h-food .item .tit,
    .h-content .tit,
    .h-content .des {
        font-size: 18px;
    }
    .h-text-con .pic-con {
        margin-right: 50px;
        width: 60%;
    }
    .h-numcontent .item span {
        font-size: 36px;
    }
    .h-numcontent .text-con .tit {
        font-size: 24px;
    }
    .h-content .item {
        margin-right: 35px;
        padding-right: 35px;
    }
    .h-content .card {
        width: 30%;
    }
    .h-content .item .pic {
        width: 80px;
    }
    .h-content .card .pic {
        width: 130px;
    }
    .h-content .title-con .title {
        font-size: 28px;
    }
}

@media (max-width:950px) {
    .h-food .title,
    .h-text-con .tit {
        font-size: 26px;
    }
    .h-food .item .tit,
    .h-content .des {
        font-size: 16px;
    }
    .h-food .content {
        margin-top: 30px;
    }
    .h-text-con {
        margin-top: 50px;
    }
    .h-numcontent .text-con {
        width: 300px;
    }
    .h-numcontent .item {
        margin: 10px 0;
    }
    .h-numcontent .item span {
        font-size: 32px;
    }
    .h-numcontent {
        margin-top: 60px;
    }
    .h-content .item {
        padding-bottom: 30px;
    }
    .h-content .item:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .h-content .card {
        width: 100%;
        border-top: 1px rgba(0, 77, 40, .3) solid;
        padding-top: 30px;
    }
}

@media (max-width:767px) {
    .h-food .title,
    .h-text-con .tit,
    .h-content .title-con .title {
        font-size: 24px;
    }
    .h-food .content {
        margin-top: 0px;
    }
    .h-food .item {
        width: 49%;
        margin-top: 30px;
    }
    .h-food .item:nth-child(even) {
        margin-right: 0;
    }
    .h-text-con .pic-con {
        margin-right: 0;
        width: 96%;
    }
    .h-text-con .pic-con .pic {
        height: 25vh;
    }
    .h-text-con .tit {
        margin-top: 30px;
    }
    .h-text-con .txt-con {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .h-numcontent .container {
        height: auto;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .h-numcontent .text-con {
        border-right: 0;
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .h-numcontent .item {
        width: 50%;
    }
    .h-content .tit {
        font-size: 14px;
        line-height: 1.5;
    }
    .h-content .item {
        margin-right: 15px;
        padding-right: 15px;
    }
    .h-content .item .pic {
        width: 60px;
        margin-right: 20px;
    }
    .h-content .title-con .more {
        padding-left: 10px;
        padding-right: 25px;
    }
    .h-content .des {
        margin-right: 0;
    }
    .h-content .title-con .title {
        font-size: 20px;
    }
    .h-content .title-con .more::after {
        right: 10px;
    }
    .h-content {
        margin-top: 40px;
    }
}

.banner1 {
    position: relative;
    width: 100%;
}

.banner1 img{
    width: 100%;
    height: auto;
}

.banner1 .title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    font-size: 56px;
    text-transform: capitalize;
    transform: translate(-50%, -50%);
}

.about {
    margin-top: 60px;
}

.about .body h1 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.about .body {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'AvertaStd-Regular';
}

.about .body p {
    margin-bottom: 50px;
}

.about .body img {
    max-width: 100%;
    height: auto;
}

@media (max-width:1199px) {
    .banner1 .title{
        font-size: 36px;
    }
    .about .tit {
        font-size: 24px;
    }
    .about .body {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .banner1 .title{
        font-size: 32px;
    }
    .about .tit {
        font-size: 22px;
    }
    .about .body {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .banner1 img {
        height: 180px;
        object-fit: cover;
    }
    .banner1 .title{
        font-size: 26px;
    }
    .about .tit {
        font-size: 20px;
    }
    .about .body p {
        margin-bottom: 40px;
    }
}

@media (max-width:540px) {
    .banner1 .title{
        font-size: 26px;
    }
    .about .body p {
        margin-bottom: 30px;
    }
}

.brand .content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.brand .content .text-con .pic {
    width: 23.5%;
    margin-right: 2%;
}

.brand .content .text-con .pic img {
    max-width: 100%;
}

.brand .content .text-con .text {
    font-family: 'AvertaStd-Regular';
    font-size: 16px;
    line-height: 1.4;
}

.brand .content .item {
    width: 23.5%;
    margin-right: 2%;
    background-color: #F5F5F5;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 35px;
}

.brand .content .item:last-child {
    margin-right: 0;
}

.brand .content .item .pic {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    border: 1px #F5F5F5 solid;
    padding-top: 60%;
}

.brand .content .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.brand .content .item .tit {
    font-size: 14px;
    line-height: 35px;
    font-family: 'AvertaStd-Regular';
}

.brand .content:nth-child(even) {
    background-color: #FAFAFA;
}

@media (max-width:767px) {
    .brand .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .brand .content .text-con .pic {
        width: 100%;
        margin-right: 0%;
    }
    .brand .content .text-con .text {
        margin-top: 20px;
    }
    .brand .content .item {
        width: 49%;
    }
    .brand .content .item:nth-child(even) {
        margin-right: 0;
    }
}

.product .title {
    font-size: 44px;
    color: #004D28;
    line-height: 1.1;
    margin-top: 40px;
}

.product .item {
    width: 100%;
    margin-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
}

.product .item .pic {
    width: 400px;
    height: 400px;
    margin-right: 80px;
    overflow: hidden;
}

.product .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.product .item .tit {
    font-size: 44px;
    line-height: 1.1;
    color: #004D28;
}

.product .item .text {
    line-height: 24px;
    font-family: 'AvertaStd-Regular';
    color: #1B1B1B;
    margin-top: 15px;
}

.product .item .more {
    border: 1px #004D28 solid;
    color: #004D28;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 50px 0 25px;
    cursor: pointer;
    margin-top: 20px;
}

.product .item .more::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    background: url(../images/more.png)no-repeat center;
    width: 10px;
    height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.product1 .item {
    margin-top: 40px;
    width: 23.5%;
    margin-right: 2%;
}

.product1 .item:nth-of-type(4n) {
    margin-right: 0;
}

.product1 .item .pic {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.product1 .item .pic img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product1 .item .des {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    font-family: 'AvertaStd-Regular';
}

.product1 .item .tit {
    height: 40px;
    line-height: 20px;
    color: #004D28;
    margin-top: 15px;
}

.page {
    margin-top: 60px;
    font-family: 'AvertaStd-Regular';
}

.page a,
.page span {
    line-height: 38px;
    border: 1px #eee solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 40px;
    margin: 0 7px;
    font-size: 20px;
}

.page span {
    color: #1B1B1B;
}

.page a.on,
.page .current,
.page a:hover {
    background-color: #004D28;
    color: #FFF;
    border-color: #004D28;
}

.page .prev,
.page .next {
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.page .prev {
    background-image: url(../images/prev.png);
}

.page .next {
    background-image: url(../images/next.png);
}

.page .prev:hover,
.page .next:hover {
    background-color: #FFF;
}

.crumbs {
    line-height: 20px;
    margin-top: 40px;
    line-height: 1.4;
}

.crumbs span {
    color: #004D28;
}

@media (max-width:1199px) {
    .product .item {
        margin-top: 50px;
    }
    .product .item .pic {
        width: 300px;
        height: 300px;
        margin-right: 40px;
    }
    .product .item .tit {
        font-size: 32px;
    }
    .product .item {
        padding-left: 0;
        padding-right: 0;
    }
    .product .title {
        font-size: 24px;
    }
}

@media (max-width:950px) {
    .product .item {
        margin-top: 30px;
    }
    .product .item .pic {
        width: 240px;
        height: 240px;
        margin-right: 30px;
    }
    .product .item .tit {
        font-size: 24px;
    }
    .product .item .more {
        font-size: 13px;
    }
    .product1 .item {
        width: 32%;
    }
    .product1 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .page a,
    .page span {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .product .item .pic {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .product .item .text-con {
        margin-top: 20px;
        text-align: center;
    }
    .product .item .tit {
        font-size: 20px;
    }
    .product .item .pic img {
        max-width: 90%;
        max-height: 90%;
    }
    .page a,
    .page span {
        font-size: 16px;
    }
}

@media (max-width:540px) {
    .product1 .item {
        width: 49%;
    }
    .product1 .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .product1 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .page a,
    .page span {
        margin: 0 3px;
        line-height: 32px;
    }
}

.quality {
    margin-bottom: -60px;
}

.quality .title {
    line-height: 1.1;
    font-size: 32px;
    color: #004D28;
}

.quality .International {
    margin-top: 60px;
}

.quality .International .item {
    background-color: #F8F8F8;
    width: 48.5%;
    padding: 5px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quality .International .item .pic {
    overflow: hidden;
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.quality .International .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.quality .International .item .tit {
    font-size: 20px;
    line-height: 1.1;
    margin-top: 15px;
}

.quality .International .item .des {
    font-size: 14px;
    line-height: 18px;
    font-family: 'AvertaStd-Regular';
    margin-top: 10px;
}

.quality .International .item .text-con {
    padding: 30px 20px;
}

.quality .supplier {
    margin-top: 60px;
    padding: 55px 0;
    background-color: #F8F8F8;
}

.quality .supplier .text {
    font-size: 20px;
    font-family: 'AvertaStd-Regular';
    line-height: 25px;
    margin-top: 15px;
}

.quality .supplier .pic {
    margin-top: 35px;
    width: 48.5%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.quality .supplier .pic img {
    width: 100%;
}

.quality .quality {
    margin-top: 70px;
}

.quality .quality .text {
    line-height: 25px;
    font-size: 20px;
    margin-top: 15px;
    font-family: 'AvertaStd-Regular';
}

.quality .quality .card {
    margin-top: 35px;
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
    background-color: #F8F8F8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quality .quality .card:last-child {
    margin-right: 0;
}

.quality .quality .card .pic {
    overflow: hidden;
    height: 250px;
}

.quality .quality .card .text-con {
    padding: 30px;
}

.quality .quality .card .tit {
    font-size: 20px;
    line-height: 1.1;
}

.quality .quality .card .des {
    line-height: 18px;
    font-size: 14px;
    margin-top: 15px;
    font-family: 'AvertaStd-Regular';
}

.quality .Logistics {
    background-color: #F8F8F8;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.quality .Logistics .item {
    background-color: #FFF;
    padding: 0;
}

.quality-list {
    padding: 35px 0;
    margin: 35px 0;
    background: #F8F8F8;
}
.quality-list:nth-of-type(odd) {
    background: transparent;
}
.quality-list .title {
    font-size: 32px;
    line-height: 1.2;
    color: #004D28;
}
.quality-list .text {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 15px;
    font-family: 'AvertaStd-Regular';
}
.quality-list .card-list {
    display: flex;
    gap: 2%;
}
.quality-list .card-list .card {
    flex: 1;
    border-radius: 10px;
    background-color: #F8F8F8;
    margin-top: 35px;
    overflow: hidden;
}
.quality-list:nth-of-type(even) .card {
    background: #ffffff;
}
.quality-list .card-list .card .pic { 
    overflow: hidden;
    height: 250px;
}
.quality-list .card-list .card .text-con {
    padding: 30px;
}
.quality-list .card-list .card .text-con .tit {
    font-size: 20px;
    line-height: 1.2;
}
.quality-list .card-list .card .text-con .des{
    line-height: 18px;
    font-size: 14px;
    margin-top: 15px;
    font-family: 'AvertaStd-Regular';
}

@media (max-width:1199px) {
    .quality .title {
        font-size: 24px;
    }
    .quality .International .item .tit {
        font-size: 18px;
    }
    .quality .supplier .text,
    .quality .quality .text,
    .quality .quality .card .tit,
    .quality-list .text,
    .quality-list .card-list .card .text-con .tit {
        font-size: 16px;
    }
    .quality .quality .card .text-con,
    .quality-list .card-list .card .text-con {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .quality .International .item,
    .quality .supplier .pic,
    .quality .quality .card {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .quality-list {
        padding: 20px 0;
        margin: 20px 0;
    }
    .quality-list .card-list {
        flex-direction: column;
        gap: 0;
    }
    .quality-list .card-list .card {
        margin-top: 20px;
    }
}

.Contact {
    margin-top: 85px;
}

.Contact .map {
    width: 600px;
    height: 300px;
    overflow: hidden;
}

.Contact .map img,
.Contact .map iframe {
    width: 100%;
    height: 100%;
}

.Contact .text-con {
    margin-right: 80px;
}

.Contact .text-con .tit {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.Contact .text-con .text {
    font-size: 20px;
    line-height: 25px;
    /* margin-top: 10px; */
    font-family: 'AvertaStd-Regular';
}

.Contact .text-con .text p {
    margin-top: 10px;
}

.Contact .content {
    background-color: #F8F8F8;
    margin-top: 60px;
    margin-bottom: -60px;
    /* padding-top: 60px; */
    padding-bottom: 60px;
}

.Contact .content .card {
    background-color: #FFF;
    min-height: 120px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    padding-left: 120px;
    padding-right: 40px;
}

.Contact .content .card .txt {
    font-family: 'AvertaStd-Regular';
}

.Contact .content .card a {
    line-height: 40px;
    border: 1px #004D28 solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #004D28;
}

.Contact .content .card a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(../images/more.png)no-repeat center;
    width: 14px;
    height: 12px;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Contact .content .email {
    background: #FFF url(../images/email.png)no-repeat 45px center;
}

.Contact .content .feedback {
    margin-top: 25px;
    background: #FFF url(../images/feedback.png)no-repeat 45px center;
}

.Contact .c-list::after {
    content: "";
    display: block;
    clear: both;
}
.Contact .c-list .item {
    float: left;
    width: 44%;
    margin-right: 70px;
    margin-top: 60px;
}
.Contact .c-list .item .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}
.Contact .c-list .item ul li {
    display: flex;
    margin-top: 24px;
}
.Contact .c-list .item ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 8px;
    flex-shrink: 0;
}
.Contact .c-list .item .info {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'AvertaStd-Regular';
}
.Contact .c-list .item .info .tit {
    font-weight: bold;
    margin-bottom: 8px;
}
.Contact .c-list .item .info .cont a {
    display: block;
}

@media (max-width:1199px) {
    .Contact .text-con {
        margin-right: 5%;
    }
    .Contact .map {
        width: 500px;
        height: 250px;
    }
    .Contact .text-con .tit {
        font-size: 24px;
    }
    .Contact .text-con .text {
        font-size: 15px;
    }
    .Contact .content {
        font-size: 20px;
    }
    .Contact .content .card a {
        font-size: 18px;
    }
    .Contact .c-list .item {
        margin-right: 4%;
    }
}

@media (max-width:950px) {
    .Contact .content {
        font-size: 18px;
    }
    .Contact .content .email {
        background-size: 36px;
    }
    .Contact .content .feedback {
        background-size: 30px;
    }
    .Contact .content .card {
        padding-left: 100px;
    }
    .Contact .content .card a {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .Contact {
        margin-top: 60px;
    }
    .Contact .content .card .txt {
        width: 100%;
    }
    .Contact .content .email .tit {
        width: 100%;
    }
    .Contact .map {
        width: 100%;
        height: 48vw;
        margin-top: 30px;
    }
    .Contact .content .card {
        min-height: 60px;
    }
    .Contact .text-con .tit {
        margin-bottom: 20px;
    }
    .Contact .content {
        margin-top: 0;
        padding-bottom: 28px;
        background: transparent;
    }
    .Contact .c-list .item {
        width: 100%;
        margin-right: 0;
        margin-top: 28px;
    }
    .Contact .c-list .item .title{
        font-size: 17px;
    }
    .Contact .c-list .item ul li img {
        width: 20px;
        height: 20px;
    }
    .Contact .c-list .item .info {
        font-size: 15px;
    }
}

@media (max-width:540px) {
    .Contact {
        margin-top: 40px;
    }
    .Contact .content {
        font-size: 16px;
    }
    .Contact .content .card {
        padding-left: 60px;
        background-position: 20px center !important;
        padding-right: 20px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .Contact .content .card a {
        line-height: 34px;
        font-size: 13px;
    }
    .Contact .content .email {
        background-size: 30px;
    }
    .Contact .content .feedback {
        background-size: 24px;
    }
    .Contact .text-con {
        margin-right: 0;
    }
    .Contact .text-con .tit {
        font-size: 20px;
    }
}

@media (min-width:1025px) {
    .h-food .item:hover .pic img,
    .brand .content .item:hover .pic img {
        transform: scale(1.05) translate(-50%, -50%);
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        -moz-transform: scale(1.05) translate(-50%, -50%);
        -ms-transform: scale(1.05) translate(-50%, -50%);
        -o-transform: scale(1.05) translate(-50%, -50%);
    }
    .h-text-con .play:hover,
    .h-content .title-con .more:hover,
    .h-content .item:hover .tit,
    .h-content .card:hover .tit {
        text-decoration: underline;
    }
}


.show-mb {
    display: none;
}

@media (max-width:767px) {
    .show-pc {
        display: none;
    }
    .show-mb {
        display: block;
    }
}