<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: fangzheng;
    src: url('../font/FZZDHJW.TTF');
    src: url('../font/FZZDHJW.TTF?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/FZZDHJW.TTF') format('woff'),
        /* Modern Browsers */
        url('../font/FZZDHJW.TTF') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: siyuanz;
    src: url('../font/SOURCEHANSANSCN-BOLD.OTF');
    src: url('../font/SOURCEHANSANSCN-BOLD.OTF?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/SOURCEHANSANSCN-BOLD.OTF') format('woff'),
        /* Modern Browsers */
        url('../font/SOURCEHANSANSCN-BOLD.OTF') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: siyuanjc;
    src: url('../font/SOURCEHANSANSCN-HEAVY.OTF');
}

.familysy {
    font-family: siyuanz !important;
}

.familyfz {
    font-family: fangzheng !important;
}

.familyjc {
    font-family: siyuanjc !important;
}

/** @清除内外边距 **/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
table,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font: 14px/24px Arial, 'Microsoft Yahei';
}

body {
    background: #fff;
}

span,
p {
    /* font-family: 'Microsoft Yahei' !important; */
}

em,
i {
    font-style: normal;
}

small {
    font-size: 12px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}


img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

iframe {
    display: block;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

body {
    width: 100%;
    height: 100%;
}



.position-relative {
    position: relative;
}



.swiper-pagination-bullet-active {
    background-color: #f33;
}

input,
textarea,
select {
    outline: none;
    border: none;
}

option {
    color: #333;
}

.body::-webkit-scrollbar {
    display: none;
}

.nav-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #d63d29;
    border-right: 1px solid #fff;
}

.nav-icon {
    top: 0;
    left: 0;
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.nav-icon:hover {
    background-color: #f56a58;
}

.div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-34 {
    width: 30px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.dash-40-1 {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.dash-40-2 {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.nav-icon.active .dash-40-1 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.nav-icon.active .div-block-34 {
    display: none;
}

.nav-icon.active .dash-40-2 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.div-block-48:hover .div-block-34 {
    width: 40px;
    height: 2px;
    opacity: 1;
}

.nav-divider-h {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.social-icon-mobile {
    display: none;
}

.social-icon {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-item {
    height: 99px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

}

.social-item a {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    cursor: pointer;
}

.social-item a img {
    width: 30px;
    height: 30px;
}

.social-item:hover {
    border-right: 1px solid #fff;
    background-color: #f56a58;
}

.height100 {
    height: 100px;
}

.idx-cont {
    width: calc(100% - 100px);
    position: relative;
    overflow: hidden;
}

.idx-cont::-webkit-scrollbar {
    display: none;
}

.first-cont {
    width: 100%;
    height: 100vh;
    background: url(../images/idxbg.gif) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
}

.logo-wrapper {
    width: 240px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;

}

.logo-wrapper img {
    display: block;
    width: 100%;

}

.title-wrapper {
    margin-right: 100px;
    margin-left: 100px;
}

.first-title {
    color: #fff;
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.button-wrapper {
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 35px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 50px;
    margin: 30px 0 0 0;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.button-wrapper:hover {
    background: #fff;
    color: #d63d29;
}

.text-roller {
    width: 100%;
    overflow: hidden;
    height: 50px;
    background: #d63d29;

    align-items: center;
    flex-direction: row;
    -webkit-box-direction: start;
}

.div-block-46 {
    display: flex;
    font-family: Sans-serif;
}

.rolling-text {
    margin-right: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.learn-cont,
.location-cont,
.contact-cont,
.pad-cont {
    position: relative;
}

.learn-cont,
.products-cont,
.location-cont,
.contact-cont,
.pad-cont {
    padding: 150px 100px;
}

.first-left {
    /* height: 600px; */
    width: 510px;
}
.desc-center{
    width: 510px;
    text-align: justify;
}
.first-right {
    margin-left: 60px;
    align-self: center;
}

.learn-first {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.fir-title {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fir-title img {
    margin-right: 20px;
    width: 40px;
    padding: 10px 0;
}

.fir-titleCont {
    color: #d63d29;
    font-size: 60px;
    line-height: 2;
    text-transform: uppercase;
    /* font-weight: 700; */
}

.fir-desc {
    position: static;
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0;
}

.fir-more {
    position: relative;
    padding: 15px 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #d63d29;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 4px 4px 0 0 #d63d29;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #d63d29;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 100%;
    display: inline-block;
}

.fir-txt {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #d63d29;
}

.fir-more:hover {
    box-shadow: none;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.space-150px {
    height: 150px;
}

.sec-smailler {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    color: #d63d29;
}

.sec-desc,
.fir-desc {
    position: static;
    color: #888;
    font-size: 24px;
    line-height: 1.8;
}

.learn-second {
    position: relative;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.second-cont {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;

}

.sec1 {
    position: absolute;
    left: auto;
    top: auto;
    right: -4%;
    bottom: 6%;
    width: 189px;
    z-index: 2;
}

.sec2 {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: 18%;
    width: 500px;
}

.pro-cont {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 50px;
}

.food-card-img img {
    /* width: 276px; */
    height: 195px;
    border-radius: 20px 20px 0 0;
}

.food-card-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #d63d29;
}

.food-card-title {
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.food-title {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #d63d29;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.food-card {
    border: 2px solid #d63d29;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 7px 7px 0 0 #d63d29;
    max-width: 100%;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
}

.food-card:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: translate3d(10px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.mySwiper1 .swiper {
    width: 100%;
    height: 100%;
}

.mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper1 .swiper {
    margin-left: auto;
    margin-right: auto;
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    color: #fff;
}

.mySwiper1 .swiper-button-next {
    right: 20px;
}

.mySwiper1 .swiper-button-prev {
    left: 20px;
}

.mySwiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 30px;
    height: 3px;
    border-radius: inherit;
}

.mySwiper1 .swiper-pagination-bullet-active {
    background-color: #fff;
}

.loc-min-title {
    margin-top: 0px;
    color: #d63d29;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.loc-min-desc {
    font-size: 16px;
    line-height: 2;
}

.loc-map {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #8d8d8d;
    border-radius: 100%;
}

.loc-map img {
    width: 25px;
}

.loc-title {
    position: relative;
    margin-top: 50px;
}

.loc-cont {
    width: 50%;
}

.loc-divider {
    width: 100%;
    height: 2px;
    margin-top: 15px;
    background-color: #f56a58;
}

.contact-title {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.contact-cont {
    background: #f56a58;

}

.cot-contents {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.cot-cont {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.cot-left-two {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}

.cot-item {
    padding: 40px 29px;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 0 0 #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cot-item-title {
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.cot-item-col img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.cot-item-col a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-decoration: none;
}

.maarbo30 {
    margin-bottom: 30px;
}

.maarbo10 {
    margin-bottom: 10px;
}

.height30 {
    height: 30px;
}

.ewmimg img {
    width: 120px;
    height: 120px;
    margin-right: 0;
}

.cot-item:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: translate3d(5px, 5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.cot-form {
    width: 60%;

}

.formsize {
    position: static;
    color: #fff;
    font-size: 45px;
    line-height: 1;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 600;
}

.martop100 {
    margin-top: 100px;
}

.form-desc {
    margin: 30px 0;
    position: static;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.form-item {
    padding: 15px;
    height: 60px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 10px;
}

.wf-form {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
}


.w-button {
    position: relative;
    padding: 15px 30px;
    border: 2px solid #d63d29;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 4px 4px 0 0 #d63d29;
    color: #d63d29;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.w-button:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: translate3d(5px, 5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}

.form-item::-webkit-input-placeholder {
    color: #fff;
}

.cot-bottom {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 600px;
}

.copyright-cont {
    padding: 25px 100px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.copyright-text {
    width: 50%;
    color: #d63d29;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}

.copyright-text:last-child {
    text-align: right;
}

.bold-text {
    color: #d63d29;
    font-weight: 600;
    width: 16%;
    display: inline-block;
}

.nav-menu {
    position: fixed;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 998;
    display: none;
    width: calc(100% - 100px);
    height: 100vh;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.menu-link {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    padding-left: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #d63d29;
}

.menu-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    /* font-size: 100px; */
    font-size: 60px;
    line-height: 1.3;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    font-family: familysy;
    font-family: Sans-serif;
}

.menu-link a i {
    /* margin-left:50px; */
    margin-left: 20px;
    font-weight: 900;
    font-family: Sans-serif;
    /* font-family:"familysy","Sans-serif"; */
}

.menu-link a:hover {
    opacity: 1;
    -webkit-transform: translate(50px, 0px) translate(10px, 0px) skew(-10deg, 0deg);
    -ms-transform: translate(50px, 0px) translate(10px, 0px) skew(-10deg, 0deg);
    transform: translate(50px, 0px) translate(10px, 0px) skew(-10deg, 0deg);
}

.menu-logo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    /* margin-top: 30px; */
    margin-top: 0;
    margin-left: 30px;
    width: 220px;
}

.fix {
    position: fixed;
    bottom: 1%;
    right: 2%;
    z-index: 998;
}

.fix a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.fix a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.fix img {
    width: 50%;
    margin: 0 auto;
}

.bgwhite {
    background: #fff;
    border-radius: 50%;
}

.bgred {
    background: #d63d29;
    border-radius: 50%;
}

.progressbar-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.progressbar {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 10px;
    background-color: #d63d29;
}

.text__roller {
    overflow: hidden;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d63d29;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    color: #fff;
}

.text__roller:hover {
    background-color: #ffdcd7;
    color: #d63d29;
}

.roller__text {
    display: inline-block;
    margin-top: 0px;
    margin-right: 2vw;
    margin-bottom: 0px;
    font-size: 2vw;
    letter-spacing: 2px;
}

.text__roller__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rolling__text {
    margin-right: 30px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
}

.wechat-box {
    position: absolute;
    left: 100px;
    top: 0;
    width: 100px;
    height: 100px;
    display: none;
    z-index: 999999;
}

.wechat-box img {
    width: 100%;
    height: 100%;
}

.position-relative-wechat {
    position: relative;
}

.position-relative-wechat:hover .wechat-box {
    display: block;
}

.abt-first {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.abt-title {
    padding: 0 100px;
    width: 100%;
}

.abt-title h2 {
    color: #fff;
    font-size: 100px;
    line-height: 1;
    text-align: center;
    font-weight: 900;
    margin-top: 20px;
}

.story {
    /* display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; */
    position: relative;
}

.storys {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.story-desc {
    /* margin-top: 30px;
    position: static;
    color: #888;
    font-size: 20px;
    line-height: 1.8; */
    margin-top: 30px;
    position: static;
    color: #888;
    font-size: 18px;
    line-height: 1.5;
}

.story-descs {
    margin-top: 30px;
    position: static;
    color: #888;
    font-size: 24px;
    line-height: 1.8;
}

.linianpc {
    display: block;
}

.linianpho {
    display: none;
}

.story-cont {
    margin-right: 60px;
    width: calc(50% - 60px);
    display: inline-block;
}

.story-conts {
    margin-right: 60px;
}

.story-bg {
    /* height: 600px; */
    width: 50%;
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.story-bgs {
    height: 600px;
}

.par-bg {
    background-image: url(../images/img-1.jpg) !important;
}

.height150 {
    height: 150px;
}

.height50 {
    height: 50px;
}

.idea-tiit {
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 15px 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #d63d29;
    border-radius: 50px;
    background-color: #fff;
    font-family: Raleway, sans-serif;
    color: #d63d29;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
}

.idea-tiit.active {
    color: #fff;
    background: #d63d29;
}

.idea-coit {
    color: #888;
    font-size: 24px;
    line-height: 1.8;
    display: none;
}

.idea-coit:first-child {
    display: block;
}

.milestone {
    background-color: #141414;
    color: #fff;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;

}

.miles-cont {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.miles-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.miles-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #d63d29;
    border-radius: 100%;
    background-color: #141414;
}

.miles-list {
    margin-top: 20px;
}

.miles-list li {
    padding-left: 20px;
    /* list-style-type: disc; */
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}


.miles-title h3 {
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
}

.miles-line {
    position: absolute;
    left: 0%;
    top: 75px;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 93%;
    height: 2px;
    background-color: #d63d29;
    margin-left: auto;
    margin-right: auto;
}

.abt-mySwiper .swiper-button-prev {
    top: 74px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #141414;
    color: #fff;
    border: 2px solid #d63d29;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    z-index: 99;
}

.abt-mySwiper .swiper-button-next {
    top: 74px;
    right: 0;
    width: 50px;
    height: 50px;
    background: #141414;
    color: #fff;
    border: 2px solid #d63d29;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    z-index: 99;
}

.abt-mySwiper .swiper-button-prev:after,
.abt-mySwiper .swiper-button-next:after {
    font-size: 26px;
}

.abt-mySwiper .swiper-button-next.swiper-button-disabled,
.abt-mySwiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.maxshow {
    display: block;
}

.minshow {
    display: none;
}

.pro-first {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/menu.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.h2 {
    color: #d63d29;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}

.pro-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.options {
    display: none;
}

.pro-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.food-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #d63d29;
}
.food-img-none{
    pointer-events: none; 
}
.food-titles {
    text-align: left;
    font-weight: 600;
}

.food-cont {
    position: relative;
    margin: 20px 20px 30px 20px;
}

.food-card:hover .option {
    display: none;
}

.food-card:hover .options {
    display: block;
}

.food-tag {
    margin-top: 20px;
}

.food-tag img {
    width: 10px;
    height: 10px;
}

.food-desc {
    font-size: 16px;
}

.food-tag span {
    font-size: 16px;
    color: #d63d29;
}

.light-hide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .8);
}

.light-show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.light-show img {
    max-width: 100vw;
    max-height: 100vh;
    position: fixed;
    top: 1vh;
    left: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.light-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2%;
    top: 1vh;

}

.light {
    display: none;
}

.marbo30 {
    margin-bottom: 30px;
}

.location-img {
    position: absolute;
    width: 73%;
    top: -3%;
    right: -2%;
    bottom: auto;
    z-index: -1;
}

.nav_maxshow {
    display: block;
}

.nav_minshow {
    display: none;
}

.nav-max-caidan,
.nav-min-caidan {
    display: none;

}

.miles-item:nth-child(3) {
    margin-right: 0;
}

#typed {
    color: #fff;
    height: calc(100vh - 399px);
    position: relative;
    left: 0;
    font-size: 23px;
    line-height: 43px;
    letter-spacing: 29px;
    text-align: center;
    margin-left: 0;
    width: 100px;
    overflow: hidden;
}
#typed img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.colorred {
    color: #d63d29;
}

.mapbox {
    width: 437px;
    height: 437px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#allmap {
    height: 100%;
    overflow: hidden;
}

.scroll {
    height: 50px;
    background: #d63d29;

}

.scroll-banner .swiper-slide {
    width: 194.286px !important;
    margin-right: 9px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 2.4;
    text-transform: uppercase;
}

.social-item:last-child a img {
    width: 40px !important;
    height: 40px !important;
}

.xiaochengxus {
    position: absolute;
    top: -30px;
    right: 77px;
    max-width: 150px !important;
    height: 150px;
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 150px !important;
}

.xiaochengxus img {
    width: 100%;
    height: 100%;
}

.dis-xcx:hover .xiaochengxus {
    display: block;
}

.height270 {
    height: 304px;
}

.title-elishDesc {
    color: #888;
    font-size: 20px;
    line-height: 2.2;
    text-transform: uppercase;
    font-weight: 600;
}
.marleft2{
    margin-left: 2px;
}
.style-typeDisc{
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    float: left;
}
.miles-list li span{
    display: block;
    width: 93%;
    float: right;
    margin-top: -9px;
}
.moreFood{
    color: #8d8d8d;
    font-size:18px;
    margin-top: 50px;
}
</pre></body></html>