@font-face {
    font-family: 'wulinjianghu';
    src: url(/public/static/index/font/wulinjianghu.eot);
    src: local('?'), url(/public/static/index/font/wulinjianghu.woff) format('woff'), url(/public/static/index/font/wulinjianghu.ttf) format('truetype'), url(/public/static/index/font/wulinjianghu.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url(/public/static/index/fonts/SourceHanSansCN.woff2) format("woff2"), url(/public/static/index/fonts/SourceHanSansCN.woff) format("woff"), url(/public/static/index/fonts/SourceHanSansCN.ttf) format("truetype"), url(/public/static/index/fonts/SourceHanSansCN.eot) format("embedded-opentype"), url(/public/static/index/fonts/SourceHanSansCN.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lyss";
    src: url(/public/static/index/fonts/lyss.woff2) format("woff2"), url(/public/static/index/fonts/lyss.woff) format("woff"), url(/public/static/index/fonts/lyss.ttf) format("truetype"), url(/public/static/index/fonts/lyss.eot) format("embedded-opentype"), url(/public/static/index/fonts/lyss.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "SourceHanSansCN";
}

body,
button,
input,
select,
textarea {
    /* font: 12px/0 PingFangHK-Regular, SourceHanSansCN, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif; */
    font: 12px/0 "SourceHanSansCN";
    -webkit-font-smoothing: antialiased;
    font-family: "SourceHanSansCN";
}

body.en,
body.en button,
body.en input,
body.en select,
body.en textarea {
    font: 12px/1 "Myriad Set Pro", "Helvetica Neue", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

body.detail {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    /* font-family: PingFangSC-Medium, PingFangHK-Regular, SourceHanSansCN, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif; */
    font-family: "SourceHanSansCN";
}

p {
    /* font-family: PingFangSC-Regular, PingFangHK-Regular, SourceHanSansCN, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif; */
    font-family: "SourceHanSansCN";
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "SourceHanSansCN";
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

legend {
    color: #191919;
}

fieldset,
img {
    border: none;
}

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

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

hr {
    border: none;
    height: 1px;
}

html,
body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

html {
    overflow-y: scroll;
}

body {
    min-width: 1200px;
}

body.ohidden {
    overflow: hidden;
}

body.toolbar {
    padding: 0 !important;
}

::selection {
    color: #E62511;
    background: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

.br-m {
    display: none;
}

.front-page {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    transition: all 1s;
    overflow: hidden;
    background-image: url(/public/static/index/images/bg.png);
    background-color: #E62511;
    background-repeat: repeat;
    background-size: 182px;
    z-index: 11;
}

.front-banner,
.front-banner .swiper-wrapper,
.front-banner .swiper-slide {
    width: 100%;
    height: 100%;
}

body.full-page .front-page {
    top: 0;
}

.section-page {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.5s ease-out;
}

.section-page.active {
    height: 100%;
}

.section-page .video-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    top: 0;
    left: 0;
}

.section-page .video-banner video {
    height: 100%;
    width: auto;
}

.front-page .content {
    position: relative;
    z-index: 5;
    padding-top: 180px;
    color: #fff;
    text-align: center;
}

.front-page h2 {
    font-size: 75px;
    text-shadow: 0 0 20px #3EA094;
    margin-bottom: 40px;
}

.front-page .yuebing h2 {
    text-shadow: none;
    color: #943B1A;
}

.front-page .ten-dishes h2 {
    text-shadow: 0 0 20px #522800;
    color: #fff;
}

.front-page .content a.more {
    display: inline-block;
    padding-right: 60px;
    background-image: url(/public/static/index/images/more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 15px #522800;
}

.front-page .content.yuebing a.more {
    text-shadow: none;
    padding-right: 50px;
    background-image: url(/public/static/index/images/arrow-brown.svg);
    background-size: 33px;
    color: #943B1A;
}

.front-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    text-align: center;
    margin: -90px 0 0 -90px;
    z-index: 7;
    display: none;
}

.front-logo.always {
    display: block !important;
}

.front-logo img {
    width: 100%;
}

.section-page-link {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 9;
}

.front-page-more {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 25px;
    margin-left: -70px;
    margin-top: 145px;
    font-size: 18px;
    color: #00853C;
    z-index: 7;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

.video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: fill;
}

.front-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: url(/public/static/index/images/heart.png) no-repeat center center; */
    background-size: cover;
    transition: transform 0.4s ease-out;
    z-index: 4;
}

.front-mask.show {
    transform: scale(1);
}

.front-mask.hide {
    transform: scale(4);
    transition-duration: 0.4s;
}

@keyframes showmask {
    from {
        transform: scale(2.5);
    }
    to {
        transform: scale(1);
    }
}

.scroll-wheel {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13.5px;
    bottom: 38px;
    width: 21px;
    height: 32px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    z-index: 9;
    transition: all 0.75s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.foodstory .scroll-wheel {
    display: none;
}

.ljsq:hover {
    color: #B92142;
}

.scroll-wheel:before {
    content: '';
    display: block;
    width: 1px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    top: 10px;
    left: 10px;
    animation: scroll-wheel 1.75s ease-in-out infinite;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.scroll-wheel:after {
    content: '';
    display: block;
    width: 1px;
    height: 34px;
    position: absolute;
    background: #fff;
    left: 10px;
    top: 40px;
}

.scroll-wheel:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

@-webkit-keyframes scroll-wheel {
    33.3% {
        top: 15px;
        height: 10px;
    }
    100% {
        top: 5px;
        height: 4px;
    }
}

@keyframes scroll-wheel {
    33.3% {
        top: 15px;
        height: 10px;
    }
    100% {
        top: 10px;
        height: 4px;
    }
}

.front-main {
    width: 100%;
    transition: all 1s;
    background: #fff;
    top: 0;
    left: 0;
    padding: 0 0 0 7%;
}

.front-main.fixed {
    position: fixed;
}

.front-main.static {
    position: static;
}

.front-main img {
    max-width: 100%;
    height: auto;
}

body.full-page .front-main {
    top: 100%;
}

.img-t1 {
    height: 447px;
    padding: 25px;
    margin: auto;
    margin-top: 10px;
}

.img-sc {
    padding: 25px;
    margin-top: 10px;
    margin: auto;
}

@media screen and (max-width: 1980px) {
    .img-sc {
        width: 80%;
    }
    .img-t1 {
        width: 80%;
    }
}

@media screen and (max-width: 1680px) {
    .img-sc {
        width: 90%;
    }
    .img-t1 {
        width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    .img-t1 {
        width: 100%;
    }
    .img-sc {
        width: 100%;
    }
}

.front1 {
    height: 580px;
    margin: 60px 0;
    overflow: hidden;
    position: relative;
    background: url(/public/static/index/images/bg.png) repeat center center;
    background-size: 182px;
}

.panzi {
    width: 74%;
    height: 100%;
    background-image: url(/public/static/index/images/panzi1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    float: left;
    position: relative;
}

.front1.niudagu .panzi {
    width: 70%;
    background-image: url(/public/static/index/images/panzi-niudagu.png);
    background-position: left center;
}

.front1.xiangchun .panzi {
    width: 70%;
    background-image: url(/public/static/index/images/panzi-xiangchun.png);
    background-position: left center;
}

.panzi img {
    position: absolute;
    left: -300px;
    top: 50%;
    margin-top: -500px;
    max-width: inherit;
    transform: scale(0.6);
    opacity: 0;
}

.front-main.static .panzi img {
    animation: reqi 4s linear infinite;
}

.front-main.static .panzi img.reqi2 {
    animation-delay: 2s;
}

@keyframes reqi {
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.front1-content {
    width: 26%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    float: right;
    color: #fff;
    padding-left: 0px;
    position: relative;
    z-index: 5;
}

.front1.xiangchun .front1-content,
.front1.niudagu .front1-content {
    width: 30%;
}

.front1-content h2 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: left;
    margin-bottom: 20px;
}

.front1-content p {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    padding-bottom: 30px;
}

a.more {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

a.video-icon span,
a.more span {
    padding-right: 23px;
    /* background: url(/public/static/index/images/arrow-more-white.svg) no-repeat right center; */
}

a.more.color-black {
    color: #222;
}

a.more.color-black span {
    background: url(/public/static/index/images/arrow-more.svg) no-repeat right center;
}

a.video-icon {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    display: inline-block;
}

a.video-icon span {
    padding-right: 34px;
    background: url(/public/static/index/images/video_icon.svg) no-repeat right center;
}

.zeren-main a.video-icon {
    margin-top: 40px;
}

.hot-point {
    position: absolute;
    z-index: 4;
    width: 72px;
    height: 72px;
    display: block;
}

.hot-point.kuaizi {
    top: 100px;
    left: 51.5%;
}

.hot-point.saozi {
    top: 440px;
    left: 8.3%;
}

.hot-point:after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

.hot-point.kuaizi:after {
    width: 53px;
    height: 60px;
    background-image: url(/public/static/index/images/kuaizi.svg);
    top: -20px;
    right: -10px;
}

.hot-point.saozi:after {
    width: 60px;
    height: 56px;
    background-image: url(/public/static/index/images/saozi.svg);
    top: -7px;
    left: -9px;
}

.hot-point span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #FF1800;
    position: absolute;
    top: 0;
    left: 0;
}

.hot-point span.point1 {
    opacity: 0.2;
    transform: scale(1);
    animation: scalePoint1 2s linear infinite;
}

.hot-point span.point2 {
    opacity: 1;
    transform: scale(0.4);
    animation: scalePoint2 2s linear infinite;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.2 !important;
    cursor: not-allowed;
}

@keyframes scalePoint1 {
    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

@keyframes scalePoint2 {
    to {
        opacity: 0.2;
        transform: scale(1);
    }
}

.front2 {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.footer-block {
    border-bottom: none;
}

.footer-block h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.footer-block .block,
.media-box {
    width: 50%;
    padding: 50px;
    border-right: 1px solid #e3e3e3;
    float: left;
    text-align: center;
}

.media-box .media-box-title {
    width: 100%;
    height: 60px;
    /* border: 1px solid black; */
    text-align: left;
    padding: 10px;
    padding-left: 25px;
    line-height: 40px;
    font-size: 16px;
}

.title-t1 {
    color: black;
    font-weight: bold;
}

.title-t2 {
    font-weight: bold;
    border-bottom: 1px solid red;
}

.title-t3 {
    color: #c6bbbe;
}


/* .img-tt1:hover {
    padding: 24px;
}

.img-tt2:hover {
    padding: 24px;
} */

.t1-1 {
    width: 65%;
    height: 88.5%;
    float: left;
    /* border: 1px solid blue; */
}

.t1-1 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.t1-2 {
    width: 35%;
    height: 88.5%;
    float: left;
    border: 1px solid #e3e1df;
    border-left: none;
    box-shadow: 3px -1px 2px #c6cbcc;
    /* padding: 20%; */
}

.t1-2-1 {
    width: 60%;
    height: 20%;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20%;
    line-height: 20px;
    text-align: left;
}

.t1-2-1 a {
    color: #060b0d;
}

.t1-2-2 {
    width: 60%;
    margin: auto;
    margin-top: 5%;
    text-align: left;
    color: #787578;
    line-height: 15px;
}

.t1-2-2 .date {
    margin-bottom: 10%;
}

.t1-2-2 a {
    color: #060b0d;
    font-weight: bold;
}

.cclb {
    /* border: 1px solid red; */
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
    position: relative;
}

.cclb li {
    /* float: left; */
    position: absolute;
}

.cclb img {
    width: 100%;
    height: 400px;
    max-width: 100%;
}

.cclb-w {
    width: 20%;
    height: 60%;
    position: absolute;
    right: 20%;
    top: 20%;
}

.cclb-l {
    width: 20%;
    height: 60%;
    position: absolute;
    left: 20%;
    top: 20%;
}

.cclb-l p {
    width: 100%;
    height: 40px;
    color: #F0FAF2;
}

.cclb-l .p-1 {
    font-size: 20px;
    line-height: 40px;
}

.cclb-w p {
    width: 100%;
    height: 40px;
    color: #F0FAF2;
}

.cclb-w .p-1 {
    font-size: 20px;
    line-height: 40px;
}

#block-block-122 {
    margin-top: 60px;
    background-color: #f6f3e5;
}


/* .img-sc a {
    font: 12px/0 PingFangHK-Regular, SourceHanSansCN, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
} */

.img-sc img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.img-wz {
    width: 100%;
    height: 60px;
    font-size: 23px;
    background-color: #F7F4E5;
    line-height: 60px;
    color: black;
}


/*
.img-cx {
    width: 100%;
    height: 509px;
    padding: 25px;
}

.img-cx-1 {
    width: 100%;
    height: 80.5%;
    background-color: #afad52;
    overflow: hidden;
}

.img-cx-1 .cx {
    float: left;
    width: 30%;
    height: 100%;
    margin-right: 3%;
    position: relative;
}

.cx-fl {
    width: 30px;
    height: 150px;
    background-color: #f1f1f3;
    opacity: 0.7;
    border: 1.5px solid #346835;
    position: absolute;
    top: 40px;
    left: 25px;
}

.cx-fl .cx-fl-name {
    width: 20px;
    margin: auto;
    height: 60%;
    font-size: 16px;
    font-weight: bold;
    color: #346835;
    margin-top: 20px;
    vertical-align: middle;
}

.cx-fl .cx-fl-icon {
    width: 25px;
    margin: auto;
    height: 30%;
    background: url(/public/static/index/image/huo.png) no-repeat center center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}

.img-cx-1 .cx img {
    width: 100%;
    height: 100%;
}

.img-cx-2 {
    width: 100%;
    height: 19.5%;
    background-color: #366532;
    font-size: 26px;
    line-height: 80px;
    color: #fff;
}

.img-cx-2 span {
    color: #f3ec3b;
} */

.footer-block .block {
    width: auto;
    flex: 1;
}

[data-src] {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.media-img {
    width: 100%;
    padding-bottom: 50.5%;
    background-size: cover;
}

.media-main {
    padding-top: 50px;
}

.footer-block .block,
.media-main h2 {
    font-size: 24px;
    color: #222;
    line-height: 40px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

.index-doing-abs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-block .block p,
.media-main p {
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    padding-top: 15px;
}

.media-main p span.time {
    padding-right: 15px;
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #e3e3e3;
}

.events a.more,
.news-wrapper a.more,
.footer-block .block a.more,
.media-box a.more {
    color: #222;
    margin-top: 50px;
}

.footer-block .block a.more {
    margin-top: 25px;
}

.events a.more {
    margin: 50px auto 0;
    display: block;
    text-align: center;
}

.news-wrapper a.more {
    margin: 0px auto 10px;
    display: block;
    text-align: center;
}

.front3 {
    padding: 60px 0;
    overflow: hidden;
}

.index-display {
    background-color: #fff !important;
}

.display-img-sc {
    /* background-color: #fff !important;
    line-height: 110px !important; */
}

.dis-img-index {
    padding: 0px !important;
}


/* #home_video {
    position: absolute;
    left: 0%;
    top: -42.5%;
} */


/* @media screen and (max-width:2400px) {
    .cate111 {
        height: 910px !important;
    }
}

@media screen and (max-width:2120px) {
    .cate111 {
        height: 775px !important;
    }
}

@media screen and (max-width: 1980px) {
    .cate111 {
        height: 690px !important;
    }
}

@media screen and (max-width: 1680px) {
    .cate111 {
        height: 610px !important;
    }
} */

@media screen and (max-width:1680px) {
    .cate111 {
        height: 355px !important;
    }
    .cate222 {
        height: 355px !important;
    }
}

@media screen and (max-width:1440px) {
    .cate111 {
        height: 355px !important;
    }
    .cate222 {
        height: 355px !important;
    }
}

@media screen and (max-width:1280px) {
    .cate111 {
        height: 355px !important;
    }
    .cate222 {
        height: 355px !important;
    }
}

@media screen and (max-width:1080px) {
    .cate111 {
        height: 355px !important;
    }
    .cate222 {
        height: 355px !important;
    }
}


/* @media screen and (min-width:1080px) {
    .cate111 {
        height: 370px !important;
    }
} */

.cate {
    height: 440px;
    position: relative;
    cursor: pointer;
}

.cate a {
    color: #fff;
}

.cate.full {
    width: 100%;
    clear: both;
}

.cate.full video {
    width: 100%;
    /* height: 100%; */
}

.cate.half {
    width: 50%;
    float: left;
}

.cate-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cate-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 100px;
    background: url(/public/static/index/images/bg.png) repeat;
    background-size: 182px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}

.cate:hover .cate-main {
    opacity: 1;
}

.cate.full .cate-main {
    width: 50%;
}

.cate-main h2 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
}

.cate-main p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
}

.footer-block {
    overflow: hidden;
    display: flex;
    border-top: 1px solid #E3E3E3;
    /* padding-bottom: 4%; */
}

.footer-block .block {
    float: left;
    border-right: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #E62511;
    overflow: hidden;
    position: relative;
    margin: 0px auto 40px;
}

.icon.icon-kz:before,
.icon.icon-kz:after {
    content: '';
    display: block;
    width: 44px;
    height: 3px;
    background: #fff;
    overflow: hidden;
    border-radius: 50% 0 0 50%;
    position: absolute;
    top: 60%;
    right: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.icon.icon-kz:before {
    transform: rotate(30deg);
}

.icon.icon-kz:after {
    transform: rotate(60deg);
}

.footer-block .block:hover .icon.icon-kz:before {
    transform: rotate(30deg);
    top: 75%;
    right: 0;
}

.footer-block .block:hover .icon.icon-kz:after {
    transform: rotate(15deg);
    right: -10px;
    top: 60%;
}

.icon-search span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/public/static/index/images/shop.svg);
}

.footer-block .block:hover .icon-search span {
    transform: rotate(-60deg);
}

.icon-service span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/public/static/index/images/lianjie.svg) no-repeat center;
    background-size: 30px;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.footer-block .block:hover .icon-service span {
    transform: rotate(0deg);
}

.footer {
    position: relative;
    font-size: 14px;
    color: #8D8D8D;
    border-top: 1px solid #e3e3e3;
    overflow: hidden;
}

.footer-top {
    padding: 20px 7%;
    border-bottom: 1px solid #e3e3e3;
}

.footer-logo {
    width: 180px;
    height: 150px;
    float: left;
}

.footer-logo img {
    /* margin-left: 30%; */
    /* margin-top: 4%; */
    /* width: 100%;
    height: auto; */
}

.footer-right {
    width: 72%;
    float: right;
}

.footer-right-top {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
}

.footer-right-bottom {
    overflow: hidden;
}

.footer-right-bottom ul.link-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.footer-bottom {
    padding: 15px 7%;
}

.footer-bottom a {
    color: #0085FF;
}

body.front .footer-top {
    padding: 20px 30px 20px 20px;
}

body.front .footer-bottom {
    padding: 15px 30px 15px 20px;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
}

.footer span.address {
    padding-left: 18px;
    background: url(/public/static/index/images/address.svg) no-repeat left center;
}

.footer span:last-of-type {
    margin-right: 0;
}

.shengming p {
    font-size: 14px;
    line-height: 30px;
}

.shengming span {
    margin-right: 15px;
    color: #8D8D8D;
    font-family: "SourceHanSansCN";
    font-size: 12px;
}

.link-box dl {
    overflow: hidden;
}

.link-box dt {
    font-family: "SourceHanSansCN";
    font-size: 14px;
    color: #222;
    line-height: 22px;
    margin-bottom: 20px;
    width: 100%;
}

.link-box dt a {
    color: #222;
}

.link-box dd {
    font-family: "SourceHanSansCN";
    font-size: 12px;
    color: #8D8D8D;
    line-height: 200%;
}

.link-box dd.c2 {
    width: 150px;
    overflow: hidden;
}

.link-box dd.c2 a {
    display: block;
    width: 50%;
    float: left;
}

.link-box dd:last-of-type {
    margin-right: 0;
}

.link-box dd a {
    color: #8D8D8D;
    transition: all 0.5s;
    font-family: "SourceHanSansCN";
}

.link-box dd.has-icon {
    position: relative;
    padding-left: 21px;
}

.link-box dd.has-icon span {
    display: block;
    position: absolute;
    width: 16px;
    height: 14px;
    left: 0;
    top: 3px;
}

.link-box dd.has-icon span img {
    width: 100%;
    height: 100%;
}

.link-box dd a:hover {
    color: #222;
}

.nav-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    display: none;
}

.qrcode-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
    color: #fff;
    display: none;
}

.qrcode-wrapper .block {
    position: static;
}

.qrcode-wrapper .close {
    position: absolute;
    right: 42px;
    top: 42px;
    cursor: pointer;
}

.qrcode-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 314px;
    height: 370px;
    margin: -180px 0 0 -157px;
    display: none;
    z-index: 999;
}

.qrcode-wrapper .qrcode-detail img {
    width: 100%;
    vertical-align: top;
}

.qrcode-detail p {
    margin-top: 35px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
}

.blur {
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.nav-wrapper a {
    color: #fff;
    transition: all 0.4s;
}

.nav-wrapper h2 a:hover {
    color: #E62511;
}

.nav-wrapper h2 {
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 60px;
}

.nav-wrapper .block {
    text-align: center;
}

.nav-wrapper li {
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
}

.nav-wrapper li a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 5px;
}

.nav-wrapper li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}

.nav-wrapper li:hover a:after {
    width: 100%;
}

.nav-wrapper li:last-of-type {
    margin-bottom: 0;
}

.nav-main {
    display: flex;
    padding: 0 7%;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

.tql-apd-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0);
}

.tql-apd-menu .box .row {
    display: flex;
    justify-content: flex-end;
}

.tql-apd-menu .box .row .col {
    padding: 0 20px;
    position: relative;
}

.tql-apd-menu .box .row .col + .col:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.tql-apd-menu .box .row .col a {
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    transition: color 0.3s;
}

.tql-apd-menu .box .row .col a:link, .tql-apd-menu .box .row .col a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tql-apd-menu .box .row .col a:hover, .tql-apd-menu .box .row .col a:active {
    color: #D2050A;
    text-decoration: none;
}

.nav-bar {
    width: 7%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    position: fixed;
    top: 0;
    /* right: 0; */
    z-index: 13;
    transition: all 0.5s;
}

.nav-bar .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -39.5px;
    display: block;
    width: 79px;
    height: 125px;
    overflow: hidden;
}

.nav-bar .left-logo {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -39.5px;
    display: block;
    width: 79px;
    height: 80px;
    overflow: hidden;
    background: url(/public/static/index/images/bg.png) no-repeat center;
    /* padding: 10px 10px 10px 10px; */
}

.nav-bar .left-logo p {
    color: #fdfdee;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin-top: 15%;
}

.nav-bar.active {
    background: rgba(255, 255, 255, 0);
}

.nav-bar.active a.position {
    background: url(/public/static/index/images/icon-weizhi-white.png) no-repeat center;
    background-size: 24px;
    transition: all 0.5s;
}

.nav-bar.active a.service {
    background: url(/public/static/index/images/icon-kefu-white.png) no-repeat center;
    background-size: 24px;
    transition: all 0.5s;
}

.nav-bar.active a.position:hover {
    background: url(/public/static/index/images/icon-weizhi-red.png) no-repeat center;
    background-size: 24px;
}

.nav-bar.active a.service:hover {
    background: url(/public/static/index/images/icon-kefu-red.png) no-repeat center;
    background-size: 24px;
}

.operation-box a {
    display: block;
    cursor: pointer;
}

.operation-box {
    width: 28px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -70px;
}

.operation-box .service {
    width: 100%;
    height: 28px;
    background: url(/public/static/index/images/icon-kefu.png) no-repeat center;
    background-size: 24px;
    transition: all 0.5s;
}

.operation-box .position {
    width: 100%;
    height: 28px;
    background: url(/public/static/index/images/icon-weizhi.png) no-repeat center;
    background-size: 24px;
    margin: 30px 0;
    transition: all 0.5s;
}

.operation-box .food-menu {
    position: relative;
    width: 24px;
    height: 56px;
    font-size: 17px;
    line-height: 20px;
    padding-top: 14px;
    text-align: center;
    color: #fff;
    background: url(/public/static/index/images/menu-icon.png) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    box-sizing: border-box;
    margin: 22px 2px 0;
    transform-origin: center 5px;
}

.operation-box .food-menu:hover {
    animation: rotate 1s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    30% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    70% {
        transform: rotate(-15deg);
    }
    80% {
        transform: rotate(0deg);
    }
}

.operation-box .service:hover {
    background: url(/public/static/index/images/icon-kefu-red.png) no-repeat center;
    background-size: 24px;
}

.operation-box .position:hover {
    background: url(/public/static/index/images/icon-weizhi-red.png) no-repeat center;
    background-size: 24px;
}

.operation-box .nav-btn:hover span {
    background: #E62511;
}

.nav-btn {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 2px;
}

.nav-btn span {
    width: 100%;
    height: 1px;
    background: #222;
    position: absolute;
    overflow: hidden;
    left: 0;
    transition: all 0.5s ease;
}

.nav-btn.close span {
    background: #fff !important;
}

.nav-btn.close:hover span {
    background: #E62511 !important;
}

.nav-btn span.n1 {
    top: 2px;
}

.nav-btn span.n2 {
    top: 11px;
}

.nav-btn span.n3 {
    top: 20px;
}

.nav-btn.close span.n1 {
    top: 11px;
    transform: rotate(45deg);
}

.nav-btn.close span.n2 {
    opacity: 0;
}

.nav-btn.close span.n3 {
    top: 11px;
    transform: rotate(-45deg);
}

.top {
    width: 56px;
    height: 56px;
    background: #F3F3F3 url(/public/static/index/images/top.svg) no-repeat center center;
    position: fixed;
    bottom: 130px;
    left: 1.5%;
    z-index: 9999;
    display: none;
}

.top a {
    display: block;
    width: 100%;
    height: 100%;
}

.full-scroll {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
}

.full-scroll .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s linear !important;
}

.swiper-slide.color-black {
    color: #222;
}

.cloud {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s;
    background-repeat: no-repeat;
}

.cloud.lt {
    top: 0;
    left: -50%;
    background-image: url(/public/static/index/images/cloud_lt.png);
    background-position: 0 0;
}

.cloud.rt {
    top: 0;
    right: -50%;
    background-image: url(/public/static/index/images/cloud_rt.png);
    background-position: right 0;
}

.cloud.rb {
    bottom: 0;
    right: -50%;
    background-image: url(/public/static/index/images/cloud_rb.png);
    background-position: right bottom;
}

.swiper-slide-active .cloud.lt {
    left: 0;
}

.swiper-slide-active .cloud.rb,
.swiper-slide-active .cloud.rt {
    right: 0;
}

.page-content {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.1;
    transition: all 1s;
    position: relative;
    top: 7%;
    z-index: 3;
}

.swiper-slide h1 {
    text-align: center;
    font-family: "wulinjianghu";
    font-size: 140px;
    letter-spacing: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    margin: 0px auto 40px;
}

.color-black h1 {
    text-shadow: none;
}

.top60 .page-content {
    height: auto;
    top: 60%;
}

.swiper-slide a.more span {
    font-size: 24px;
    padding-right: 34px;
    /* background: url(/public/static/index/images/arrow-more-white2.svg) no-repeat right center; */
}

.swiper-slide.color-black a.more {
    color: #222;
}

.swiper-slide-active .page-content {
    opacity: 1;
    top: 0;
}

.top60.swiper-slide-active .page-content {
    top: 53%;
}

.swiper-container.yuebing .swiper-slide:not(.top60) .page-content {
    display: block;
    padding-top: 145px;
}

.page-node-253 .full-scroll-pagination {
    display: none !important;
}

.page-node-253 .cloud2 {
    display: none !important;
}

.full-scroll-pagination {
    left: 40px !important;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 10;
    position: absolute;
    transition: all 0.5s;
}

.full-scroll-pagination.op0 {
    opacity: 0;
}

.full-scroll-pagination span {
    display: flex !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    opacity: 1 !important;
    margin: 0 0 15px !important;
    transition: all 0.5s;
    font-family: "wulinjianghu";
    font-size: 18px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.full-scroll-pagination.white-style span {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.full-scroll-pagination.black-style span {
    color: #000;
    background: rgba(0, 0, 0, 0.12);
}

.full-scroll-pagination span:last-of-type {
    margin-bottom: 0 !important;
}

.full-scroll-pagination span.swiper-pagination-bu llet-active {
    background: #FF1800;
}

.full-scroll-pagination.black-style span.swiper-pagination-bullet-active {
    color: #fff;
}

.inner-pager.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    padding: 0 !important;
    margin: 10px auto !important;
    display: block;
}

.swiper-slide h2 {
    font-size: 40px;
    line-height: 50px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.20);
    margin-bottom: 34px;
}

.swiper-slide p {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.20);
    margin-bottom: 35px;
    padding: 0 15%;
}

.swiper-slide p.main {
    padding: 0 10%;
}

.swiper-slide h2 span.big,
.swiper-slide h2 span.big2 {
    font-size: 140px;
    font-family: "wulinjianghu";
    letter-spacing: -20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.swiper-slide .m-title {
    display: none;
}

.swiper-slide h2 span.big2 {
    font-size: 100px;
    letter-spacing: -14.29px;
    position: relative;
}

.color-black h2,
.color-black p,
.color-black h2 span.big,
.color-black h2 span.big2 {
    text-shadow: none;
}

.swiper-container-h p.talk-main {
    font-size: 30px;
    line-height: 42px;
    padding: 20px 0;
}

.swiper-container-h p.talk-source {
    font-size: 24px;
    line-height: 36px;
}

.talk-audio {
    display: block;
    background: #E62511;
    width: 60px;
    height: 60px;
    margin: 30px auto 0;
    border-radius: 100%;
    position: relative;
}

.talk-audio span {
    display: block;
    width: 5px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -2.5px;
    border-radius: 4px;
    background: #fff;
}

.talk-audio span.a3 {
    transform: scaleX(0.5);
}

.talk-audio span.a2 {
    margin-left: -7.5px;
    transform: scale(0.5, 0.6);
    border-radius: 10px;
}

.talk-audio span.a1 {
    margin-left: -12.5px;
    transform: scale(0.5, 0.3);
    border-radius: 10px;
}

.talk-audio span.a4 {
    margin-left: 2.5px;
    transform: scale(0.5, 0.6);
    border-radius: 10px;
}

.talk-audio span.a5 {
    margin-left: 7.5px;
    transform: scale(0.5, 0.3);
    border-radius: 10px;
}

.talk-audio.talking span {
    animation-name: talking;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.talk-audio.talking span.a3 {
    animation-delay: 0.1s;
}

.talk-audio.talking span.a1 {
    animation-delay: 0.2s;
}

.talk-audio.talking span.a2 {
    animation-delay: 0.3s;
}

.talk-audio.talking span.a4 {
    animation-delay: 0.4s;
}

.talk-audio.talking span.a5 {
    animation-delay: 0.5s;
}

@keyframes talking {
    0% {
        transform: scale(0.5, 0.2);
    }
    20% {
        transform: scale(0.5, 0.8);
    }
    40% {
        transform: scale(0.5, 0.6);
    }
    80% {
        transform: scale(0.5, 1.0);
    }
    100% {
        transform: scale(0.5, 0.2);
    }
}

.page4 .swiper-container {
    width: 64%;
    margin: 0px auto;
}

.page4 .swiper-container .swiper-slide {
    color: #222;
}

.page4 .swiper-button-next,
.page4 .swiper-button-prev {
    top: 40%;
    margin-top: 0;
    width: 44px;
    height: 44px;
    background: url(/public/static/index/images/arrow_big.svg) no-repeat center center;
}

.page4 .swiper-button-prev {
    transform: rotate(180deg);
    left: 12%;
}

.page4 .swiper-button-next {
    right: 12%;
}

.swiper-pagination.zan-swiper-pager {
    position: static;
    width: 100%;
    padding-top: 10px;
}

.zan-swiper-pager span {
    display: inline-block;
    margin: 0 10px;
    background: #7F7F7F;
}

.color-black .scroll-wheel {
    border: 1px solid #fff;
}

.color-black .scroll-wheel:before {
    background: #fff;
}

.color-black .scroll-wheel:after {
    background: #fff;
}

.color-black .contact-wheel {
    border: 1px solid black;
}

.color-black .contact-wheel:before {
    background: black;
}

.color-black .contact-wheel:after {
    background: black;
}

.ms-lists {
    height: 440px;
    width: 83%;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
}

.ms-list {
    flex: 1;
    height: 100%;
    position: relative;
}

.ms-list-pic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ms-list a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(/public/static/index/images/bg.png) repeat center center;
    background-size: 182px;
    transition: all 0.5s;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 20%;
}

.ms-list a h3 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.ms-list a span {
    display: inline-block;
    padding-right: 23px;
    background: url(/public/static/index/images/arrow-more-white.svg) no-repeat right center;
}

.ms-list a:hover {
    opacity: 1;
}

.ms-list a p {
    padding: 10px 0 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    clear: both;
    text-align: left;
}

.page6 h2 {
    text-shadow: none;
    margin-bottom: 70px;
}

.fixed-page {
    overflow: hidden;
}

.fixed-page .page-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 1s;
    padding: 0;
}

.fixed-page .page-wrapper.fixed,
.fix-wrapper.fixed {
    position: fixed;
    overflow: hidden;
}

.fixed-page .page-wrapper .tabs {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.fixed-page .page-wrapper .block-system {
    height: 100%;
    position: relative;
}

.swiper-container.inner-swiper-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 100%;
    transition: all 0.5s;
}

.swiper-container.inner-swiper-container.current {
    left: 0;
}

.inner-swiper-container .swiper-slide {
    height: 100%;
}

.page2-inner1 {
    background: #060B0E url(/public/static/index/images/page2_inner1.jpg) no-repeat center center;
    background-size: 100%;
    transition: all 2s;
}

.page9-inner1 {
    background: #fff url(/public/static/index/images/p9-inner1.jpg) no-repeat center bottom;
    background-size: 100%;
    transition: all 2s;
}

.page9-inner2 {
    background: url(/public/static/index/images/p9-inner2.jpg) no-repeat center center;
    background-size: cover;
}

.inner-swiper-container .page2-inner1.swiper-slide-active {
    background-size: 115%;
}

.inner-swiper-container .page9-inner1.swiper-slide-active {
    background-size: 115%;
}

.page2-inner1 a.video-icon {
    margin: 30px 0 200px;
}

.page2-inner2 {
    background: #fff;
}

.page2-inner2 h2 {
    color: #222;
    text-shadow: none;
}

.page2-inner2 p {
    text-shadow: none;
    padding: 0 20%;
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
}

.page2-inner2-flexbox {
    width: 80%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
}

.inner2-flex {
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.inner2-flex.p10 {
    padding: 0 10px;
}

.inner-niudagu .inner2-flex img {
    margin-bottom: 10px;
}

.inner2-flex span {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.inner2-flex span i {
    font-family: 'SourceHanSansCN';
    font-size: 80px;
    color: #333333;
}

.red-btn {
    display: inline-table;
    background: #E62511;
    border-radius: 100px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
    background: url(/public/static/index/food/525-2.png) no-repeat center center;
}

.chain-add {
    width: auto !important;
    background: #E62511 !important;
    margin-top: 40px !important;
    padding: 0 30px 0 30px;
}

.chain-add:hover {
    background: #fff !important;
    color: #E62511;
}

.btn-close {
    width: 100px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    z-index: 8;
}

.red-btn.view-all {
    width: 160px;
    margin: 0px auto;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS*/
    .red-btn.view-all {
        padding-top: 10px;
    }
}

.footer-wrapper {
    width: 100%;
    position: fixed;
    top: 100%;
    left: 0;
}

.cloud2 {
    width: 100%;
    height: 50%;
    top: -50%;
    background: url(/public/static/index/images/cloud2.png) no-repeat center bottom;
    background-size: 100%;
    transition: all 2s;
    position: absolute;
}

.swiper-slide-active .cloud2 {
    top: 0;
}

.page8-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/public/static/index/product/kaoyangpai/bg2.jpg) no-repeat right center;
    background-size: cover;
    z-index: 2;
    transition: all 1s linear;
}

.swiper-slide-active .page8-bg {
    transform: scale(1.05);
}

.page8 .page-content {
    height: auto;
    top: 54%;
}

a.aomi2,
a.youmian,
a.niudagu,
a.aomi {
    display: inline-block;
    padding-top: 47px;
    font-size: 14px;
    color: #222;
    background: url(/public/static/index/images/yangrou.svg) no-repeat center top;
    line-height: 24px;
}

a.aomi2 {
    padding-top: 0;
    margin: 47px auto 0;
    background: url(/public/static/index/images/maisui.svg) no-repeat center top;
    width: 154px;
    height: 47px;
}

a.niudagu {
    color: #fff;
    background: url(/public/static/index/images/niudagu.svg) no-repeat center top;
}

a.youmian {
    background: url(/public/static/index/images/youmian.svg) no-repeat center top;
}

a.aomi2 span {
    display: inline-block;
    line-height: 42px;
    padding-left: 35px;
}

a.aomi3 {
    width: 156px;
    height: 29px;
    margin: 0px auto;
    background: url(/public/static/index/images/aomi3.svg) no-repeat center center;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 29px;
    display: block;
    padding-left: 42px;
    box-sizing: border-box;
}

.top15 .page-content {
    height: auto;
    top: 15%;
}

.page9 a.more span {
    font-size: 18px;
}

span.free:before {
    content: '免费';
    width: 40px;
    height: 90px;
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FB4331;
    top: 20px;
    left: -50px;
    word-wrap: break-word;
    letter-spacing: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

a.back {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 8;
    display: block;
    background-image: url(/public/static/index/images/arrow-back.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
}

a.back.white {
    background-image: url(/public/static/index/images/arrow-back-white.svg);
}

.page-wrapper {
    padding-left: 7%;
}

.logged-in .page-wrapper .tabs {
    padding-top: 30px;
}

.banner {
    height: 400px !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    /* padding: 150px 0 0 7%; */
    /* margin: 60px 0; */
}

.banner.color-black {
    color: #222;
}

.pre_banner {
    background: url(/public/static/index/banner/banner-2.jpg) no-repeat center center;
    background-size: cover;
}

.banner h1 {
    font-family: "wulinjianghu";
    font-size: 140px;
    letter-spacing: -20px;
    text-align: right;
    line-height: 140px;
    margin-bottom: 15px;
}

.banner p {
    font-size: 30px;
    text-align: right;
    padding-left: 10px;
}

.food-main-gai {
    background-position: 0px center;
    background-size: 640px 430px;
    transition: all 0.75s linear;
}

@keyframes scrollFoodBg {
    33.33% {
        background-image: url(/public/static/index/images/food2.jpg);
    }
    66.67% {
        background-image: url(/public/static/index/images/food3.jpg);
    }
    100% {
        background-image: url(/public/static/index/images/food1.jpg);
    }
}

.banner.food-menu {
    background-color: #D45907;
    background-image: url(/public/static/index/images/food-menu-banner.jpg);
}

.banner.about {
    background: url(/public/static/index/banner/banner-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 500px !important;
}

.food-page {
    padding: 60px 0;
    text-align: center;
    /* border-bottom: 1px solid #e5e5e5; */
}

.food-page h2 {
    font-size: 50px;
    color: #222;
    line-height: 72px;
    margin-bottom: 24px;
}

.food-page h3 {
    font-size: 24px;
    color: #222;
    line-height: 24px;
}

.food-page h2 small {
    font-size: 24px;
    line-height: 34px;
}

.food-page h2 span.big {
    font-size: 50px;
    font-family: "wulinjianghu";
    color: #E62511;
    margin-right: 10px;
    display: inline-block;
}

.food-zhaopai {
    overflow: hidden;
    width: 100%;
    padding: 0 4%;
}

.food-zhaopai li {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
}

.food-zhaopai a {
    display: block;
    width: 100%;
    text-align: center;
}

.zhaopai-pic {
    width: 253px;
    height: 253px;
    position: relative;
    margin: 0 auto 20px;
    border-radius: 100%;
    border: 1px solid #D3C691;
}

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

.zhaopai-pic span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhaopai-pic span:nth-of-type(1) {
    transform: rotate(0deg);
}

.zhaopai-pic span:nth-of-type(2) {
    transform: rotate(30deg);
    opacity: 0;
}

.zhaopai-pic span img {
    max-width: 88%;
    max-height: 88%;
    border-radius: 100%;
    transition: all 0.5s;
}

.zhaopai-pic span img:hover {
    transform: scale(1.14);
}

.food-zhaopai li:hover h3 {
    color: #D3091D;
}

.food-zhaopai li h4 {
    margin-top: 15px;
}

.lyss {
    font-family: 'lyss !important';
}


/* .food-zhaopai a:hover .zhaopai-pic span:nth-of-type(1) {
    opacity: 0;
    transform: rotate(-30deg);
}

.food-zhaopai a:hover .zhaopai-pic span:nth-of-type(2) {
    opacity: 1;
    transform: rotate(0deg);
} */

h3.zhaopai-name {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    text-align: center;
}

h3.zhaopai-name.is-xincai,
h3.zhaopai-name.is-zhaopai span {
    position: relative;
    padding-left: 45px;
    display: inline-block;
}

h3.zhaopai-name.is-xincai span:before,
h3.zhaopai-name.is-zhaopai span:before {
    content: '招牌';
    display: block;
    background: #E62511;
    font-size: 14px;
    width: 40px;
    height: 25px;
    margin-right: 4px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
}

h3.zhaopai-name.is-xincai span:before {
    content: '新菜';
}

h4.zhaopai-slogan {
    font-size: 14px;
    line-height: 24px;
    color: #8D8D8D;
    text-align: center;
}

.food-zhaopai h4 {
    font-size: 12px;
    color: #8D8D8D;
    transform: translate3d(0, 20px, 0);
    transition: all 0.5s;
    opacity: 0;
    text-align: center;
}

.food-zhaopai a:hover h4 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.food-block {
    height: 350px;
    overflow: hidden;
}

.food3434 {
    margin-top: 60px;
}

.food3435 {
    margin-top: 60px;
}

.food-story-list {
    height: 410px;
    background: #FBD889;
    background-size: cover;
    position: relative;
    margin-bottom: 46px;
}

.food-block-main {
    width: 560px;
    height: 248px;
    position: relative;
    top: 90px;
    right: 6%;
    color: #222;
    padding-right: 133px;
}

.food-block-main1 {
    width: 560px;
    height: 248px;
    position: relative;
    top: 40px;
    right: 33%;
    color: #222;
    padding-right: 133px;
}

.food-block-main2 {
    width: 560px;
    height: 248px;
    position: relative;
    top: 40px;
    right: 9%;
    color: #222;
    padding-right: 133px;
}

@media screen and (max-width:2400px) {
    .food-block-main {
        right: 16%;
    }
    .food-block-main1 {
        right: 43%;
    }
    .food-block-main2 {
        right: 19%;
    }
    .banner_home {
        margin: 60px 0 330px 0;
    }
}

@media screen and (max-width:2120px) {
    .food-block-main {
        right: 13%;
    }
    .food-block-main1 {
        right: 41%;
    }
    .food-block-main2 {
        right: 16%;
    }
    .banner_home {
        margin: 60px 0 240px 0;
    }
}

@media screen and (max-width: 1980px) {
    .food-block-main {
        right: 10%;
    }
    .food-block-main1 {
        right: 38%;
    }
    .food-block-main2 {
        right: 14%;
    }
    .banner_home {
        margin: 60px 0 160px 0;
    }
}

@media screen and (max-width: 1680px) {
    .food-block-main {
        right: 7%;
    }
    .food-block-main1 {
        right: 35%;
    }
    .food-block-main2 {
        right: 11%;
    }
    .banner_home {
        margin: 60px 0 100px 0;
    }
}

@media screen and (max-width:1440px) {
    .food-block-main {
        right: 4%;
    }
    .food-block-main1 {
        right: 31%;
    }
    .food-block-main2 {
        right: 7%;
    }
    .banner_home {
        margin: 60px 0 60px 0;
    }
}

@media screen and (max-width:1280px) {
    .food-block-main {
        right: 1.5%;
    }
    .food-block-main1 {
        right: 28%;
    }
    .food-block-main2 {
        right: 4%;
    }
    .banner_home {
        margin: 60px 0 60px 0;
    }
}

@media screen and (max-width:1080px) {
    .food-block-main {
        right: 1%;
    }
    .food-block-main1 {
        right: 28%;
    }
    .food-block-main2 {
        right: 4%;
    }
    .banner_home {
        margin: 60px 0 60px 0;
    }
}

.abimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* .abimg img {
    position: absolute;
    bottom: 0;
} */

.food-story-list .food-block-main {
    height: 210px;
    z-index: 3;
}

.t-left .abimg img {
    right: 0;
}

.t-right .abimg img {
    left: 0;
}

.t-left .food-block-main {
    width: 50%;
    padding-right: 0;
}

.food-block-main.color-black {
    color: #fff;
}

.food-block-main.color-white {
    color: #fff;
}

.t-right .food-block-main {
    float: right;
}

.t-left .food-block-main {
    float: left;
    left: 80px;
}

.food-block-main h2 {
    font-size: 35px;
    text-align: left;
    line-height: 64px;
    font-weight: bold;
}

.food-block-main.color-black h2 {
    color: #fff;
}

.food-block-main.color-white h2 {
    color: #fff;
}

.food-story-list .food-block-main h2 {
    font-size: 30px;
    line-height: 48px;
}

.food-block-main p {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.food-block-main a.more {
    position: absolute;
    bottom: 0;
    left: 0;
}

.food-block-main.color-black a.more {
    color: #fff;
}

.more-food {
    height: 380px;
    background: url(/public/static/index/images/bg.png) repeat;
    background-size: 182px;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.qiangzhi {
    width: 480px;
    height: 456px;
    background: url(/public/static/index/image/23-5.png) no-repeat;
    background-size: 100%;
    transition: all 1s;
    top: 250px;
    opacity: 0.5;
    right: -20px;
    transform: rotate(-20deg);
    transform-origin: center center;
    position: absolute;
}

.more-food.current .qiangzhi {
    transform: rotate(-43deg);
    opacity: 1;
    top: 170px;
}

.more-food h2 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 64px;
    padding-bottom: 10px;
    text-align: center;
}

.white-btn {
    width: 160px;
    height: 50px;
    background: #fff;
    font-size: 18px;
    color: #DE1803;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: 0px auto;
    border-radius: 100px;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS*/
    .white-btn {
        padding-top: 10px;
    }
}

.scroll-top {
    transition: all 1s;
    transform: translateY(50px);
}

.scroll-top.current {
    transform: translateY(0);
}

.menu-block {
    padding: 60px 0 60px 60px;
    height: 520px;
    border-bottom: 1px solid #e3e3e3;
}

.menu-block:last-of-type {
    border-bottom: none;
}

.menu-main {
    position: relative;
    height: 300px;
    margin: 0 0 0 60px;
}

.menu-main .swiper-container {
    height: 100%;
}

.menu-main .swiper-wrapper {
    height: 100%;
}

.menu-main .swiper-slide {
    height: 100%;
    padding: 60px 0;
}

.main-menu-item {
    height: 100%;
    position: relative;
    background-image: linear-gradient(-106deg, #FFD298 4%, #FFBD70 78%);
}

.menu-main .swiper-pagination-bullet {
    background-color: #E62511 !important;
}

.menu-main .swiper-pagination-bullet-active {
    background-color: #E62511 !important;
}

.menu-main .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.menu-main-icon {
    position: absolute;
    top: 0;
    left: 46px;
    width: 44px;
    height: 95px;
    font-size: 18px;
    background: url(/public/static/index/images/menu-main-icon.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    color: #fff;
    line-height: 25px;
    padding: 16px 13px;
    box-sizing: border-box;
}

.menu-main-pic {
    width: 546px;
    position: absolute;
    bottom: 0;
    left: 120px;
}

.menu-main-content {
    padding: 28px 0;
    margin-left: 715px;
    color: #984D00;
}

.menu-main-content h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 19px;
}

.menu-main-content span {
    font-size: 18px;
    margin-right: 10px;
}

.menu-main-content .more {
    display: inline-block;
    padding-right: 23px;
    color: #984D00;
    margin-top: 23px;
    background: url(/public/static/index/images/arrow-more-brown.svg) right center no-repeat;
}

.menu-list {
    width: 100%;
    height: 100%;
}

.menu-list.col2 li {
    width: calc((100% - 60px) / 2);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #222222;
}

.menu-list.col4 li {
    width: 25%;
    height: 100%;
    float: left;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.menu-list li a {
    color: #222;
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-list.col2 li a {
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.menu-list.col4 li a {
    display: block;
    padding: 50px 0 0;
}

.menu-list li.menu-zpym {
    background-image: url(/public/static/index/images/menu-bg1.jpg);
    height: 100%;
}

.menu-list li.menu-yangrou,
.menu-list li.menu-niurou {
    background: #222;
    height: 100%;
}

.menu-list li.menu-normal {
    height: 50%;
    border-bottom: 1px solid #E3E3E3;
}

.menu-list li.menu-normal:last-of-type {
    border-bottom: none;
}

.menu-list li.menu-normal img {
    max-height: 98%;
}

.menu-list li h2 {
    font-size: 30px;
    line-height: 40px;
    transition: all 0.75s;
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
}

.menu-list li p {
    font-size: 18px;
    line-height: 25px;
    transition: all 0.75s;
    position: relative;
    z-index: 4;
    opacity: 0;
}

.menu-list li.color-white,
.menu-list li.color-white a {
    color: #fff;
}

.pro-pic {
    position: absolute;
    text-align: right;
    transition: all 0.75s;
    z-index: 2;
}

.menu-list li a:hover .pro-pic {
    transform: scale(1.05);
}

.menu-list li a:hover h2 {
    transform: translateY(-10px);
}

.menu-list li a:hover p {
    opacity: 1;
    transform: translateY(-10px);
}

.menu-zpym .pro-pic {
    width: 374px;
    height: 388px;
    top: -15px;
    right: -30px;
}

.pro-pic img {
    max-width: 100%;
}

.menu-list li.menu-normal .pro-pic {
    height: 100%;
    right: 0;
    top: 0;
}

.menu-list li.menu-yangrou .pro-pic {
    width: 70%;
    bottom: -30px;
    right: -34px;
}

.menu-list li.menu-niurou .pro-pic-1 {
    top: -41px;
    right: 0;
    height: 338px;
    display: block;
    position: absolute;
    transition: all 0.75s;
}

.menu-list li.menu-niurou .pro-pic-2 {
    height: 233px;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    transition: all 0.75s;
}

.pro-pic-1 img,
.pro-pic-2 img {
    max-width: 100%;
}

.menu-list li.menu-niurou a:hover .pro-pic-1 {
    top: -70px;
}

.menu-list.col4 li .pro-pic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.menu-list.col4 li.menu-retang .pro-pic {
    background-image: url(/public/static/index/images/retang.jpg);
}

.menu-list.col4 li.menu-zaliang .pro-pic {
    background-image: url(/public/static/index/images/zaliang.jpg);
}

.menu-list.col4 li.menu-shishu .pro-pic {
    background-image: url(/public/static/index/images/shishu.jpg);
}

.menu-list.col4 li.menu-yinpin .pro-pic {
    background-image: url(/public/static/index/images/yinpin.jpg);
}

.history {
    padding: 60px 0 400px;
    background: url(/public/static/index/image/22-8.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}

.history h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.history p {
    max-width: 830px;
    margin: 0px auto 25px;
    font-size: 18px;
    line-height: 25px;
}

.ppimg {
    width: 100%;
    height: 100%;
}

.chengguo {
    padding: 80px 0;
    text-align: center;
    color: #222;
}

.chengguo h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
}

.chengguo p {
    font-size: 24px;
    margin-bottom: 80px;
}

.chengguo-list {
    padding: 0 10%;
    overflow: hidden;
    margin-bottom: 50px;
}

.chengguo-list1 {
    width: 100%;
    /* height: 500px; */
    background-color: #E7E6E1;
    display: flex;
    flex-direction: row;
    padding: 40px 0 20px 0;
}

.chengguo-list1 li {
    width: 20%;
    /* height: 340px; */
    /* border: 1px solid red; */
    margin: 0 2.5% 0 2.5%;
    /* float: left; */
}

.chengguo-list1 li img {
    width: 100%;
    /* height: 266px; */
    margin-bottom: 20px;
}

.chengguo-list1-more {
    width: 100%;
    background-color: #E7E6E1;
    padding: 40px 0 40px 0;
}

.chengguo-list1-more a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #73746E;
}

.chengguo-list1-p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #6C6D68;
}

.chengguo-list2 {
    width: 100%;
    /* height: 500px; */
    /* background-color: #E7E6E1; */
    display: flex;
    flex-direction: row;
    padding: 40px 80px 20px 80px;
}

.chengguo-list2 li {
    width: 25%;
    /* height: 340px; */
    /* border: 1px solid red; */
    margin: 0 2.5% 0 2.5%;
    /* float: left; */
}

.list_blank {
    border: 1px solid #CCCCCC;
    width: 0px !important;
}

.chengguo-list2 li img {
    width: 100%;
    /* height: auto; */
    margin-bottom: 20px;
}

.chengguo-list2-more {
    width: 100%;
    /* background-color: #E7E6E1; */
    padding: 40px 0 40px 0;
}

.chengguo-list2-more a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #73746E;
}

.chengguo-list2-p {
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #6C6D68;
}

.chengguo-list li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.chengguo-list li .pic {
    height: 88px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.chengguo-list li span {
    font-size: 18px;
    line-height: 150%;
    color: #8D8D8D;
}

.zeren {
    height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/public/static/index/images/zeren.jpg);
    text-align: center;
    color: #fff;
}

.zeren h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}

.zeren p {
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 34px;
}

.flex-colum-center,
.flex-colum {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-colum-center {
    align-items: center;
}

.events {
    padding: 60px 7%;
    background: #F3F3F3;
}

.view-event {
    padding-bottom: 60px;
}

.events-list {
    overflow: hidden;
}

.events-list li {
    width: calc((100% - 40px) / 2);
    float: left;
    margin-right: 39px;
    margin-bottom: 40px;
    overflow: hidden;
}

.events-list li:nth-of-type(2n) {
    margin-right: 0;
}

.events-list li img {
    width: 100%;
    height: auto;
    float: left;
}

@media screen and (max-width:2680px) {
    .events-list li img {
        height: 470px;
    }
}

@media screen and (max-width:2180px) {
    .events-list li img {
        height: 400px;
    }
}

@media screen and (max-width:1980px) {
    .events-list li img {
        height: 350px;
    }
}

@media screen and (max-width:1680px) {
    .events-list li img {
        height: 310px;
    }
}

@media screen and (max-width:1440px) {
    .events-list li img {
        height: 277px;
    }
}

@media screen and (max-width:1280px) {
    .events-list li img {
        height: 240px;
    }
}

@media screen and (max-width:1080px) {
    .events-list li img {
        height: 232px;
    }
}

.events-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.events-list li a:after {
    content: '';
    display: block;
    width: 13px;
    height: 10px;
    background: url(/public/static/index/images/arrow-news.svg) no-repeat;
    position: absolute;
    right: 35px;
    bottom: 38px;
    transition: all 0.5s;
}

.events-list li .events-main {
    padding: 35px;
    width: 100%;
    clear: both;
    background: #fff;
}

.events-main span.link {
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    display: block;
    height: 90px;
    margin-bottom: 10px;
}

.events-main span.time {
    font-size: 18px;
    color: #8D8D8D;
}

.contact-scroll {
    height: 100%;
}

.contact-scroll .swiper-wrapper {
    height: 100%;
}

.contact-scroll h1 {
    color: #fff;
    font-size: 60px;
    line-height: 140px;
    padding-top: 160px;
    opacity: 0;
    letter-spacing: -14.29px;
    margin-bottom: 0;
    transition: all 1s;
}

.contact-scroll .swiper-slide-active h1 {
    opacity: 1;
    padding-top: 5%;
}

.dasdre {
    top: 40px !important;
}

@media screen and (max-width:1280px) {
    .contact-scroll .swiper-slide-active h1 {
        opacity: 1;
        padding-top: 2%;
    }
}

@media screen and (max-width:1080px) {
    .contact-scroll .swiper-slide-active h1 {
        opacity: 1;
        padding-top: 0%;
    }
}

.contact-scroll h2 {
    padding-top: 80px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.contact-scroll p {
    font-size: 28px;
    line-height: 40px;
    padding-top: 15px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.join-list a.more {
    padding-top: 60px;
    color: #222;
}

.contact-scroll .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
}

.contact-page1 {
    background-image: url(/public/static/index/image/22-4.jpg);
}

.contact-page2 {
    background-image: url(/public/static/index/image/22-5.jpg);
}

.contact-page3 {
    background-image: url(/public/static/index/image/22-1.jpg);
}

.contact-page4 .title {
    height: 40px;
    line-height: 40px;
    width: auto;
    margin-top: -80px;
    /* margin: auto; */
    font-size: 36px;
    color: #010101;
    font-weight: bold;
}

.contact-page4 .des {
    position: relative;
    /* height: 40px; */
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    border: none;
    margin-top: 20px;
    /* padding: 0 30px 0 30px; */
    background-size: 100% 100%;
    background-color: #E8000E;
    display: inline-block;
    text-align: center;
    color: #fff;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+?CSS*/
    .contact-page4 .des {
        padding-top: 8px;
    }
}

.des .des_left {
    position: absolute;
    top: 0;
    left: -20px;
}

.des .des_right {
    position: absolute;
    top: 0;
    right: -20px;
}

.contact-page4 .cont {
    margin-top: 150px;
    width: 80%;
    height: auto;
    line-height: 35px;
    text-align: center;
}

.contact-page4 p {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    padding: 0;
    margin: 0;
    color: #020202;
}

.contact-page4 .y1 {
    margin-top: 100px;
    width: 10px;
    height: 10px;
    background-color: #EF000D;
    border-radius: 100%;
}

.contact-page4 .y2 {
    margin-top: 15px;
    width: 10px;
    height: 10px;
    background-color: #FA656B;
    border-radius: 100%;
}

.contact-page4 .y3 {
    margin-top: 15px;
    width: 10px;
    height: 10px;
    background-color: #F5999C;
    border-radius: 100%;
}

.contact-bott {
    border-bottom: 3px solid #DBDBDB;
}


/* .contact-page6 {
    background-image: url(/public/static/index/image/cc-1.png);
} */

.contact-page6 h1 {
    text-align: center;
    font-family: "wulinjianghu";
    font-size: 78px;
    letter-spacing: 0px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    /* margin: 0px auto 40px; */
    color: #010101;
    opacity: 1 !important;
}

.contact-page6 p {
    color: #1A1A1A;
}

.contact-page7 h1 {
    /* padding-top: 80px !important; */
    text-align: center;
    font-family: "wulinjianghu";
    font-size: 78px;
    letter-spacing: 0px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    margin: 0px auto 40px;
    color: #FCFDFF;
    opacity: 1 !important;
}

.contact-page7 p {
    color: #FEFAF6;
}


/* .contact-page7 {
    background-image: url(/public/static/index/image/cc-2.png);
} */

.contact-page1 .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-join {
    /* padding: 20px 7%; */
    margin-top: 100px;
    width: 86%;
    height: auto;
    /* border: 1px solid red; */
    z-index: 999;
}

.contact-more {
    width: 33.3333%;
    float: left;
    position: relative;
}

.contact-more div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/static/index/images/bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.contact-more div {
    opacity: 0;
}

.contact-more:hover .contact-more-fg {
    opacity: 1;
}

.contact-more img {
    width: 100%;
    height: 100%;
}


/* .contact-more img:hover .contact-more-fg {
    display: block;
} */

.contact-more .title1 {
    /* font-family: PingFangSC-Medium, PingFangHK-Regular, SourceHanSansCN, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif; */
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    text-align: left !important;
    margin: 30% 0 0 20%;
}

.contact-more .cont1 {
    /* font-family: PingFangSC-Medium, PingFangHK-Regular, SourceHanSansCN, "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif; */
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-align: left !important;
    margin: 5% 0 0 20%;
}

.contact-more div a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(/public/static/index/images/right.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 5%;
}

.join {
    padding: 60px 60px 0 7%;
    /* overflow: hidden; */
}

.join-list {
    width: calc((100% - 80px) / 2);
    text-align: center;
}

.join-list img {
    width: 100%;
    float: left;
}

.join-list h3 {
    padding-top: 40px;
    clear: both;
    text-align: center;
    font-size: 24px;
    color: #222;
}

.join-list a.more span {
    font-size: 18px;
    padding-right: 23px;
    /* background-image: url(/public/static/index/images/arrow-more.svg) !important; */
}

.qrcode-box-wrapper {
    width: 420px;
}

.qrcode-box {
    cursor: pointer;
    text-align: center;
}

.qrcode-box .qrcode {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 20px;
}

.qrcode img {
    height: 12px;
    vertical-align: top;
}

.qrcode-name {
    float: left;
    display: block;
    font-size: 12px;
    color: #8D8D8D;
    line-height: 12px;
}

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

.page404 {
    width: 100%;
    height: 100%;
    background: url(/public/static/index/images/404.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.page404 .block {
    width: 100%;
    text-align: center;
}

.page404 p {
    padding-top: 113px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    background: url(/public/static/index/images/logo404.svg) no-repeat center top;
    background-size: 180px;
}

h2.title {
    text-align: center;
    font-size: 35px;
    color: #222222;
    padding: 100px 0;
}

h2.title small {
    font-size: 24px;
    color: #222222;
    padding-top: 20px;
    display: inline-block;
}

.service-main p {
    font-size: 22px;
    line-height: 100%;
    color: #222222;
    margin-bottom: 1em;
    text-align: center;
}

.service-main p:last-of-type {
    padding-bottom: 50px;
    margin-top: 45px;
    font-size: 20px;
    color: #3F3F3F;
}

.manageemail-title {
    margin-bottom: 40px;
}

.service-main-img {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.manageemail {
    margin-bottom: 130px;
}

.store-page {
    background-color: #F5F5F3;
    height: auto !important;
}

.store-display {
    width: 80%;
    height: auto;
    margin: auto;
    /* margin-bottom: 300px; */
}

.fsdffs {
    width: 100%;
    height: 40px;
    margin-top: 100px;
}

.fsdffs.food {
    margin-top: 50px;
    margin-bottom: 100px;
}

.store-abstract-left {
    width: 20%;
    height: 40px;
    float: left;
    background: url(/public/static/index/picture/610-1.png) no-repeat center center;
    background-size: 100% auto;
}

.store-abstract-right {
    width: 20%;
    height: 40px;
    float: left;
    background: url(/public/static/index/picture/610-2.png) no-repeat center center;
    background-size: 100% auto;
}

.store-abstract {
    width: 60%;
    height: 40px;
    margin: auto;
    /* background: url(/public/static/index/join/527-9.jpg) no-repeat center center; */
    background-size: 100% 50%;
    line-height: 20px;
    text-align: center;
    /* color: #757575; */
    background-color: #F5F5F3;
    float: left;
}

.fsdffs.food .store-abstract {
    background-color: transparent;
}

.store-abstract ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.store-abstract ul li {
    width: auto;
    color: #757575;
    font-size: 28px;
    text-align: center;
    line-height: 20px;
}

.store-abstract ul li:hover {
    font-size: 29px;
}

.fsdffs.food .store-abstract ul li {
    cursor: pointer;
}

.fsdffs.food .store-abstract ul li.on {
    color: #D2050A;
}

.store-address {
    width: 100%;
    margin-top: 40px;
}

.store-address ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.store-address li {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    text-align: center;
}

.store-address ul li:last-child {
    display: none;
}

.store-address li:hover a {
    color: #D2050A;
    /* font-size: 24px; */
}

.store-address li a {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    color: #010101;
}


/* @media screen and (max-width:1680px) {
    .store-address li a {
        font-size: 20px;
    }
} */

@media screen and (max-width:1440px) {
    .store-address li a {
        font-size: 18px;
    }
}

@media screen and (max-width:1280px) {
    .store-address li a {
        font-size: 16px;
    }
}

@media screen and (max-width:1080px) {
    .store-address li a {
        font-size: 16px;
    }
}

.store-address li:hover {
    cursor: pointer;
}

.store-address .shu {
    width: 20px;
    background: url(/public/static/index/join/527-10.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.store-address-active {
    color: #D2050A !important;
}

.store-main-div {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
}

.store-chief {
    width: 100%;
    height: 365px;
    background-color: #fff;
    margin-top: 50px;
    /* border: 1px solid red; */
    margin-bottom: 120px;
}

.store-chief-leftimg {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.sdadsr-gyf {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.sdadsr-gyf .item {
    position: absolute;
    width: 100%;
    height: 100%;
}

.store_add_tit_left {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 60px;
    width: auto;
    line-height: 40px;
    padding: 10px 20px 10px 20px;
    /* background-color: rgba(41, 41, 41, 0.3); */
}

.store_add_tit_right {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 60px;
    width: auto;
    line-height: 40px;
    padding: 10px 20px 10px 20px;
}

.store-chief-leftimg img {
    width: 100%;
    height: 100%;
}

.store-chief-leftimg li {
    width: auto;
    height: auto;
}

.store-chief-leftimg img:hover {
    cursor: pointer;
}

.store-chief-right {
    width: 50%;
    height: 100%;
    background-color: #fff;
    /* border: 1px solid green; */
    float: left;
}

.store-chief-right:hover {
    cursor: pointer;
}

.store-chief-right:hover span {
    border-left: 4px solid #B20201;
    color: #B20201;
}

.store-chief-title {
    width: 80%;
    line-height: 60px;
    color: #010101;
    text-align: left;
    padding-top: 50px;
    margin: auto;
}

.store-chief-title span {
    color: #010101;
    text-align: left;
    font-size: 26px;
    border-left: 4px solid #fff;
    padding-left: 10px;
}

@media screen and (max-width:1980px) {
    .store-chief {
        height: 450px;
    }
}

@media screen and (max-width:1680px) {
    .store-chief {
        height: 410px;
    }
}

@media screen and (max-width:1440px) {
    .store-chief-title span {
        font-size: 24px;
    }
    .store-chief {
        height: 350px;
    }
}

@media screen and (max-width:1280px) {
    .store-chief-title span {
        font-size: 22px;
    }
    .store-chief {
        height: 338px;
    }
}

@media screen and (max-width:1080px) {
    .store-chief-title span {
        font-size: 20px;
    }
    .store-chief {
        height: 320px;
    }
}

.store-chief-cont {
    width: 80%;
    height: 110px;
    line-height: 30px;
    color: #010101;
    text-align: left;
    padding-top: 20px;
    font-size: 18px;
    margin: auto;
    overflow-y: auto;
    text-indent: 36px;
    text-align: justify;
    word-break: break-all;
}

.store-chief-cont::-webkit-scrollbar {
    width: 6px;
    height: 40px;
    background-color: rgba(240, 240, 240, 1);
}

.aboutus-nav {
    width: 80%;
    margin: auto;
    height: 40px;
    text-align: left;
    margin-top: 30px;
    line-height: 40px;
    /* border: 1px solid red; */
}

.aboutus-nav img {
    display: inline-block;
    vertical-align: middle;
}

.aboutus-nav a {
    width: auto;
    height: 40px;
    color: black;
    font-size: 18px;
}

.aboutus-navigation {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.aboutus-navigation ul {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.aboutus-navigation ul li {
    width: auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: black;
}

.aboutus-navigation ul li a {
    font-size: 20px;
    color: black;
}

.aboutus-navigation ul li a:hover {
    color: #DB141E;
}

.aboutus-navigation ul li:hover {
    cursor: pointer;
    border-bottom: 4px solid #DB141E;
}

.aboutus-navigation .aboutus-active {
    border-bottom: 4px solid #DB141E;
}

.aboutus-navigation .aboutus-active a {
    color: #DB141E !important;
}

.aboutus-title {
    width: 100%;
    margin: auto;
    height: auto;
    margin-top: 80px;
}

.aboutus-title-1 {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #111111;
    text-align: center;
}

.aboutus-title-abs {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #111111;
    text-align: center;
    margin-top: 20px;
}

.aboutus-main {
    width: 100%;
    height: 400px;
    position: relative;
   /* margin-top: 250px;*/
    margin-top: 10px;
    background-color: #EEEEEE;
}

.aboutus-main-cont {
    width: 45%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    left: 10%;
    padding-top: 16px;
    padding-right: 5%;
    line-height: 25px;
    font-size: 14px;
    text-indent: 30px;
}

@media screen and (min-width:2400px) {
    .aboutus-main {
        height: 790px;
    }
    .aboutus-main-cont {
        line-height: 35px;
        font-size: 30px;
        bottom: 20px;
    }
}

@media screen and (max-width:2120px) {
    .aboutus-main {
        height: 690px;
    }
    .aboutus-main-cont {
        line-height: 35px;
        font-size: 23px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1980px) {
    .aboutus-main {
        height: 590px;
    }
    .aboutus-main-cont {
        line-height: 28px;
        font-size: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1680px) {
    .aboutus-main {
        height: 420px;
    }
    .aboutus-main-cont {
        line-height: 25px;
        font-size: 14px;
        bottom: 10px;
    }
}

@media screen and (max-width:1440px) {
    .aboutus-main {
        height: 420px;
    }
    .aboutus-main-cont {
        line-height: 20px;
        font-size: 14px;
        bottom: 20px;
    }
}

.aboutus-main-img {
    width: 45%;
    position: absolute;
    top: 10px;
	height:95%;
    right: 0;
}

.aboutus-main-img img {
    width: 100%;
    height: 100%;
}

.aboutus-bottom {
    width: 100%;
    margin-top: 120px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aboutus-bottom ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aboutus-bottom li {
    width: 15%;
    height: 120px;
    border-right: 1px solid #ECECEC;
    text-align: center;
}

.aboutus-bottom li:nth-last-child(1) {
    border-right: none;
}

.aboutus-bottom-t {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}

.aboutus-bottom-m {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #CE0114;
}

.aboutus-bottom-b {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}

.honor-main {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 100px;
}

.honor-main ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.honor-main ul li {
    width: 30%;
    height: auto;
    /* border: 1px solid red; */
    margin-bottom: 120px;
}

.honor-mian-img {
    width: 100%;
    height: auto;
    border: 1px solid #F1F1F1;
}

.honor-mian-img:hover {
    background: url(/public/static/index/about/603-2.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.honor-mian-img img {
    width: 100%;
    height: 100%;
}

.honor-mian-tit {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
}

.concur {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    margin: 120px 0 120px 0;
}

.concur-li {
    margin-right: 10%;
}

.concur-main {
    width: 100%;
    min-height: 500px;
    /* border: 1px solid red; */
    position: relative;
}

.concur-main-tit {
    width: 36%;
    height: 400px;
    float: left;
    /* border: 1px solid green; */
    margin: 0 2% 0 2%;
}

.concur-main-img {
    width: 60%;
    height: 500px;
    float: right;
    /* border: 1px solid green; */
}

.concur-main-img img {
    width: 100%;
    height: 100%;
}

.concur-left {
    width: 80%;
    padding-left: 20px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    font-size: 25px;
    border-left: 4px solid red;
}

.concur-cont {
    margin-top: 60px;
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 20px;
}

.concur-main-b {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}

.concur-main-b-l {
    width: 40%;
    float: left;
    height: 100%;
    background-color: #7F7F7F;
    text-align: center;
    color: #fff;
    line-height: 100px;
    font-size: 28px;
}

.concur-main-b-l img {
    /* display: inline-block; */
    vertical-align: middle;
}

.concur-main-b-r {
    width: 60%;
    float: left;
    height: 100%;
    /* background-color: #7F7F7F; */
    text-align: center;
    color: #fff;
    line-height: 100px;
    font-size: 28px;
}

.concur-main-b-r img {
    display: inline-block;
    vertical-align: middle;
}

.about-doing {
    width: 100%;
    height: auto;
    margin-top: 60px;
    background-color: #F3F3F3;
    padding-top: 60px;
}

.about-doing ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-doing ul li {
    width: 45%;
    height: auto;
    /* border: 1px solid red; */
    margin-bottom: 40px;
    background-color: #fff;
}

.about-doing ul li:hover {
    box-shadow: 6px 6px 6px #888888;
    transform: translateY(-6px);
}

.doing-left {
    width: 60%;
    height: auto;
    float: left;
}

.doing-left img {
    width: 100%;
    height: 100%;
}

.doing-right {
    width: 40%;
    height: auto;
    float: right;
}

.doing-right:hover .doing-right-tit {
    border-bottom: 3px solid #E60212;
}

.doing-right:hover .doing-right-img {
    background: url(/public/static/index/about/603-22.png) no-repeat center center;
}

.doing-right-tit {
    width: auto;
    margin-top: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-left: 10px;
    color: #161616;
    display: inline-block;
}

.doing-right-cont {
    width: 100%;
    padding: 0 10px 0 10px;
    height: 75px;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    color: #161616;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.doing-right-date {
    width: 100%;
    padding-left: 10px;
    text-align: left;
    color: #A4A4A4;
    font-size: 12px;
    margin-top: 10px;
}

.doing-right-img {
    width: auto;
    height: 40px;
    margin: auto;
    text-align: center;
    margin-top: 25%;
    background: url(/public/static/index/about/603-21.png) no-repeat center center;
}

.store-chief-address {
    width: 80%;
    height: 70px;
    padding-top: 40px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    margin: auto;
    color: black;
}

.about-course {
    width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
}

.about-course img {
    width: 100%;
    height: 100%;
}

.about-course-left1 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 10.5%;
    right: 52%;
}

.course-left1-date {
    margin-left: 45%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-left1-cont {
    margin-right: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.about-course-left2 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 34.5%;
    right: 52%;
}

.course-left2-date {
    margin-left: 45%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-left2-cont {
    margin-right: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.about-course-left3 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 58.5%;
    right: 52%;
}

.course-left3-date {
    margin-left: 45%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-left3-cont {
    margin-right: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.about-course-left4 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 80.5%;
    right: 52%;
}

.course-left4-date {
    margin-left: 45%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-left4-cont {
    margin-right: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.about-course-right1 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 52%;
}

.course-right1-date {
    margin-left: 22%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-right1-cont {
    margin-left: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.about-course-right2 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 47.5%;
    left: 52%;
}

.course-right2-date {
    margin-left: 22%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-right2-cont {
    margin-left: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}

.about-course-right3 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 70.5%;
    left: 52%;
}

.course-right3-date {
    margin-left: 22%;
    color: red;
    font-size: 22px;
    line-height: 50px;
}

.course-right3-cont {
    margin-left: 20%;
    color: #111;
    font-size: 13px;
    line-height: 18px;
}


/*  */


/*  */


/*  */

@media screen and (max-width:2880px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 110px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (max-width:2400px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
    .about-course-right1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 90px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 24px;
        line-height: 40px;
    }
}

@media screen and (max-width:2120px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 70px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 22px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1980px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 18px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1680px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 26px;
        line-height: 50px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width:1440px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width:1280px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (max-width:1080px) {
    .about-course-left1 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 10.5%;
        right: 52%;
    }
    .course-left1-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left1-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-left2 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 34.5%;
        right: 52%;
    }
    .course-left2-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left2-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-left3 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 58.5%;
        right: 52%;
    }
    .course-left3-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left3-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-left4 {
        width: 45%;
        height: auto;
        position: absolute;
        top: 80.5%;
        right: 52%;
    }
    .course-left4-date {
        margin-left: 50%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-left4-cont {
        margin-right: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-right1 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .course-right1-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right1-cont {
        margin-left: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-right2 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 47.5%;
        left: 52%;
    }
    .course-right2-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right2-cont {
        margin-left: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
    .about-course-right3 {
        width: 40%;
        height: auto;
        position: absolute;
        top: 70.5%;
        left: 52%;
    }
    .course-right3-date {
        margin-left: 22%;
        color: red;
        font-size: 22px;
        line-height: 50px;
    }
    .course-right3-cont {
        margin-left: 20%;
        color: #111;
        font-size: 13px;
        line-height: 18px;
    }
}

.elite-one {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.elite-one ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.elite-one ul li {
    width: 40%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.elite-one ul .elite-one-1 {
    background: url(/public/static/index/about/603-25.jpg) no-repeat center center;
    background-size: 100% 70%;
}

.elite-one ul .elite-one-2 {
    background: url(/public/static/index/about/603-26.jpg) no-repeat center center;
    background-size: 100% 70%;
}

.elite-one ul li .elite-one-img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -85%;
    left: 0;
    transition: all 1.5s;
}

.elite-one ul li .elite-one-img1 {
    width: 100%;
    height: 47%;
    position: absolute;
    bottom: -36%;
    left: 0;
    transition: all 1.5s;
}

.elite-one ul li .elite-one-img2 {
    width: 100%;
    height: 66%;
    position: absolute;
    bottom: -55%;
    left: 0;
    transition: all 1.5s;
}

.elite-one ul li:hover .elite-one-img {
    transform: translateY(-350px);
}

.elite-one ul li:hover .elite-one-img1 {
    transform: translateY(-300px);
}

.elite-one ul li:hover .elite-one-img2 {
    transform: translateY(-310px);
}

.elite-views {
    margin-top: 80px;
}

.elite-views-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: black;
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 40px;
}

.elite-news-wrapper {
    padding: 40px 5% 1px 5% !important;
    background: #F0F0F0 !important;
}

.elite-join {
    margin-top: 60px;
    overflow: visible !important;
}

.news-nav {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.news-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.news-nav ul li {
    width: 10%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-right: 1px solid #E3E3E3;
}

.news-nav ul li a {
    color: #000;
}

.news-nav ul li:last-of-type {
    border-right: none;
}

.news-active a {
    color: #DC324A !important;
}

.news-nav ul li:hover a {
    color: #DC324A;
    text-decoration: underline;
}

.news-listst {
    background: none !important;
}

.news-listst li {
    margin-bottom: 40px;
}

.culture-tit {
    margin-bottom: 60px;
}

.culture-bgbox {
    margin-bottom: 0 !important;
    position: relative;
}

.culture-bgbox .culture-left {
    position: absolute;
    left: 10%;
    top: 30%;
}

.culture-left .culture-tit-img {
    vertical-align: middle;
    line-height: 100%;
    font-size: 28px;
    color: #070100;
    font-weight: bold;
    text-align: center;
}

.culture-left .culture-tit-img img {
    display: inline-block;
    vertical-align: middle;
}

.culture-left .culture-content {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #070100;
    line-height: 30px;
}

.culture-bgbox .culture-right {
    position: absolute;
    right: 1%;
    top: 30%;
}

.culture-right .culture-tit-img {
    vertical-align: middle;
    line-height: 100%;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.culture-right .culture-tit-img img {
    display: inline-block;
    vertical-align: middle;
}

.culture-right .culture-content {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.barnd-main-left {
    width: 80%;
    margin: auto;
    height: 410px;
    margin-bottom: 40px;
    position: relative;
    background-color: #F3F3F3;
}

.barnd-main-left .brand-bg {
    width: 70%;
    height: 100%;
    float: left;
}

.barnd-main-left .brand-bb {
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 999;
}

.barnd-main-left .brand-cont {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 900;
    text-align: center;
}

.barnd-main-left:hover {
    cursor: pointer;
    background-color: #E8000E;
}

.barnd-main-left:hover .brand-cont-tit {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.barnd-main-left:hover .brand-cont-cont {
    color: #fff;
}

.mall-left {
    width: 46%;
    height: auto;
    float: left;
    margin-bottom: 120px;
    margin-right: 4%;
}

.mall-left img {
    width: 100%;
}

.mall-left p {
    width: 100%;
    text-align: center;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.mall-right {
    width: 46%;
    height: auto;
    float: left;
    margin-bottom: 120px;
}

.mall-right img {
    width: 100%;
}

.mall-right p {
    width: 100%;
    text-align: center;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.barnd-main-right {
    width: 80%;
    margin: auto;
    height: 410px;
    margin-bottom: 40px;
    position: relative;
    background-color: #F3F3F3;
}

@media screen and (max-width:1980px) {
    .barnd-main-right {
        height: 450px;
    }
    .barnd-main-left {
        height: 450px;
    }
}

@media screen and (max-width:1680px) {
    .barnd-main-right {
        height: 410px;
    }
    .barnd-main-left {
        height: 410px;
    }
}

@media screen and (max-width:1480px) {
    .barnd-main-right {
        height: 360px;
    }
    .barnd-main-left {
        height: 360px;
    }
}

@media screen and (max-width:1280px) {
    .barnd-main-right {
        height: 320px;
    }
    .barnd-main-left {
        height: 320px;
    }
}

@media screen and (max-width:1080px) {
    .barnd-main-right {
        height: 330px;
    }
    .barnd-main-left {
        height: 330px;
    }
}

.barnd-main-right .brand-bg {
    width: 70%;
    height: 100%;
    float: right;
}

.barnd-main-right .brand-bb {
    position: absolute;
    bottom: 10px;
    left: 5px;
    z-index: 999;
}

.barnd-main-right .brand-cont {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 900;
    text-align: center;
}

.barnd-main-right:hover {
    cursor: pointer;
    background-color: #E8000E;
}

.brand-color {
    color: black;
}

.barnd-main-right:hover .brand-cont-tit {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.barnd-main-right:hover .brand-cont-cont {
    color: #fff;
}

.brand-cont .brand-cont-tit {
    display: inline-block;
    width: auto;
    height: 60px;
    margin: auto;
    line-height: 60px;
    font-size: 35px;
    border-bottom: 1px solid red;
    margin-top: 40px;
}

.brand-cont .brand-cont-cont {
    width: 100%;
    padding: 40px 7% 0 7%;
    height: 272px;
    text-align: left;
    line-height: 22px;
    font-size: 16px;
    overflow-y: auto;
    text-align: justify;
    word-break: break-all;
    overflow-x: hidden;
    /* overflow-y: scroll; */
}

.brand-cont .brand-cont-cont::-webkit-scrollbar {
    display: none;
    /* width: 6px;
    height: 40px;
    background-color: #F3F3F3; */
}

@media screen and (max-width:1680px) {
    .brand-cont .brand-cont-cont {
        line-height: 22px;
        font-size: 14px;
        height: 272px;
    }
}

@media screen and (max-width:1440px) {
    .brand-cont .brand-cont-cont {
        line-height: 22px;
        font-size: 15px;
        height: 218px;
    }
}

@media screen and (max-width:1280px) {
    .brand-cont .brand-cont-cont {
        line-height: 22px;
        font-size: 14px;
        height: 188px;
    }
}

@media screen and (max-width:1080px) {
    .brand-cont .brand-cont-cont {
        line-height: 22px;
        font-size: 12px;
        height: 192px;
    }
}


/* .brand-cont .brand-cont-cont::-webkit-scrollbar {
    width: 6px;
    height: 40px;
    background-color: rgba(240, 240, 240, 1);
} */

.three-top {
    height: 150px !important;
    padding-top: 45px;
    line-height: 40px !important;
}

.three-back {
    width: 80%;
    height: 40px;
    text-align: left;
    margin: auto;
}

.three-back a {
    color: #696969;
    font-size: 14px;
}

.three-main {
    width: 80%;
    margin: auto;
    height: auto;
}

.three-main p {
    line-height: 30px;
    font-family: "SourceHanSansCN !important";
}

.three-main div {
    line-height: 30px;
    font-family: "SourceHanSansCN !important";
}

.three-page {
    width: 80%;
    margin: auto;
    height: 80px;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    margin-top: 40px;
}

.news-more {
    position: relative;
}

.news-more-img {
    position: absolute;
    bottom: 80px;
    left: 45%;
}

.index-add-more {
    padding-right: 0px !important;
}

.three-page a:hover {
    color: #DE0A1E;
}

.three-page-left {
    position: absolute;
    left: 0%;
    color: #000;
    text-align: left;
}

.three-page-right {
    position: absolute;
    right: 0%;
    color: #000;
    text-align: right;
}

.skill {
    background-color: #fff !important;
}

.skill-tit {
    height: 60px !important;
    line-height: 30px !important;
}

.skill-left {
    margin-top: 40px;
    width: 100%;
    height: 410px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EFEFF0;
    position: relative;
    text-align: left;
}

.skill-left img {
    width: 50%;
    height: 100%;
}

.skill-left .skill-cont {
    width: 60%;
    height: 70%;
    position: absolute;
    right: 0;
    top: 10%;
    padding-left: 10%;
    text-align: left !important;
}

.skill-right {
    width: 100%;
    height: 410px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EFEFF0;
    position: relative;
    text-align: right;
    margin-top: 40px;
}

.skill-right img {
    width: 50%;
    height: 100%;
}

.skill-right .skill-cont {
    width: 60%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 10%;
    padding-left: 10%;
    text-align: left !important;
}

.shill-cont-tit {
    display: inline-block;
    width: auto;
    line-height: 40px;
    font-size: 30px;
    margin-top: 60px;
    border-bottom: 1px solid red;
    font-weight: bold;
}

.shill-cont-cont {
    width: 80%;
    height: auto;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.skill-color1 {
    background-color: #D8DFE9;
}

.skill-color2 {
    background-color: #FBE0CD;
}

.skill-color3 {
    background-color: #E2EDDC;
}

.skill-color4 {
    background-color: #FEEAC9;
}

.skill-color5 {
    background-color: #FAF1C6;
}

.skill-more {
    width: 100%;
    height: 610px;
    border-bottom: 1px solid #EFEFF0;
}

.skill-more-left {
    float: left;
    text-align: center;
    width: 50%;
    height: 100%;
    border-right: 1px solid #EFEFF0;
}

.skill-more-right {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

.skill-more-img {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 40px;
}

.skill-more-img img {
    width: 100%;
    height: 100%;
}

.skill-more-tit {
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
}

.skill-more-cont {
    text-align: center;
    line-height: 25px;
    height: 40px;
    margin-top: 30px;
    width: 100%;
    font-size: 18px;
    color: #474747;
}

.skill-more-more {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    height: 40px;
}

.skill-more-more a {
    font-size: 18px;
    color: #474747;
    line-height: 25px;
}

.skill-more-more a:hover {
    color: red;
}

.lao-main {
    width: 100%;
    height: auto;
    text-align: right;
    margin-top: 100px;
    position: relative;
}

.lao-main .lao-main-img {
    width: 55%;
    height: auto;
}

.lao-main .lao-main-cont {
    width: 30%;
    height: auto;
    position: absolute;
    left: 8%;
    top: 35%;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    text-align: left;
}

.lao-main-left {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 100px;
    position: relative;
}

.lao-main-left .lao-main-img {
    width: 55%;
    height: auto;
}

.lao-main-left .lao-main-cont {
    width: 30%;
    height: auto;
    position: absolute;
    right: 8%;
    top: 35%;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    text-align: left;
}

.lao-main-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.recruit-top {
    width: 100%;
    height: 150px;
    background: url(/public/static/index/images/bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 150px;
    margin-bottom: 60px;
}

.recruit-middle {
    font-size: 22px;
}

.stde {
    width: 75%;
    height: 555px;
    margin: 60px 15% 40px 10%;
    background-color: #fff;
}

.storedisplay-top {
    background-color: #F5F5F3 !important;
    height: auto;
    position: relative;
}

.stde-main-left {
    width: 55%;
    height: 100%;
    float: left;
}

.std_main_img {
    width: 92%;
    height: 65%;
    margin: 40px 2% 0 6%;
}

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

@media screen and (max-width:2980px) {
    .stde {
        height: 830px !important;
    }
}

@media screen and (max-width:2680px) {
    .stde {
        height: 750px !important;
    }
}

@media screen and (max-width:2180px) {
    .stde {
        height: 700px !important;
    }
}

@media screen and (max-width:1980px) {
    .stde {
        height: 620px !important;
    }
}

@media screen and (max-width:1680px) {
    .stde {
        height: 558px !important;
    }
}

@media screen and (max-width:1440px) {
    .stde {
        height: 557px !important;
    }
}

@media screen and (max-width:1280px) {
    .stde {
        height: 556px !important;
    }
}

@media screen and (max-width:1080px) {
    .stde {
        height: 555px !important;
    }
}

.std_main_small {
    width: 100%;
    height: 80px;
    margin-left: 6%;
    margin-top: 20px;
}

.std_main_small {
    width: 100%;
    height: 80px;
    margin-left: 6%;
    margin-top: 20px;
}

.std_main_small ul {
    width: 96%;
    height: 80px;
    overflow-y: auto;
}

.std_main_small ul::-webkit-scrollbar {
    width: 6px;
    height: 40px;
    background-color: rgba(240, 240, 240, 1);
}

.std_main_small li {
    width: 20%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.std_main_small li:hover {
    cursor: pointer;
}

.std_main_small li img {
    width: 100%;
    height: 100%;
}

.stde-more {
    background: none !important;
    background-color: red !important;
}

.stde-main-right {
    width: 45%;
    height: 100%;
    float: left;
    /* border-left: 1px solid red; */
    text-align: left;
    padding-left: 3%;
    padding-right: 5%;
}

.stde-tit {
    display: inline-block;
    width: auto;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    margin-top: 40px;
    border-bottom: 3px solid #B1010B;
    font-weight: bold;
}

.stde-cont {
    width: auto;
    height: 300px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    overflow-y: auto;
}

.stde-cont p {
    word-break: break-all;
}

.stde-cont::-webkit-scrollbar {
    width: 6px;
    height: 40px;
    background-color: rgba(240, 240, 240, 1);
}

.stde-address {
    width: auto;
    height: 40px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 40px;
}

.stde-address img {
    display: inline-block;
    vertical-align: middle;
}

.stde-tel {
    width: auto;
    height: 40px;
    font-size: 16px;
    line-height: 25px;
}

.stde-tel img {
    display: inline-block;
    vertical-align: middle;
}

.stde-left-img {
    width: 15%;
    position: absolute;
    left: -5%;
    top: 24%;
}

.stde-right-img {
    width: 15%;
    position: absolute;
    right: 0%;
    top: 45%;
}

.recruit {
    background-color: #F0F0F0;
    position: relative;
}

.recruit-img1 {
    width: 20%;
    position: absolute;
    right: 0;
    top: 25%;
}

.recruit-img2 {
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.recruit-tit {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.recruit-line {
    width: 80%;
    margin: auto;
    height: 1px;
    border-bottom: 1px solid #D9D9DC;
    margin-bottom: 40px;
}

.recruit-main {
    width: 60%;
    height: auto;
    margin: auto;
    background-color: #fff;
    padding-top: 50px;
}

.recruit-main-1 {
    width: 100%;
    height: 60px;
    /* border: 1px solid red; */
}

.recruit-main-1-left {
    width: 45%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    float: left;
}

.zijianju {
    letter-spacing: 40px
}

.zijianju1 {
    letter-spacing: 1px
}

.yanse {
    color: red;
}

.recruit-main-1-left input {
    width: 50%;
    height: 40px;
    border: 1px solid #EFEFEF;
}

.recruit-placeholder::-webkit-input-placeholder {
    font-size: 14px;
    color: #EFEFEF;
    text-indent: 15px;
}

.recruit-placeholder::-moz-placeholder {
    font-size: 14px;
    color: #EFEFEF;
    text-indent: 15px;
}

.recruit-main-1-right {
    width: 55%;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    padding-right: 40px;
    float: left;
    /* border-left: 1px solid green; */
}

.input-nan {
    width: 20px;
    height: 20px;
    margin-left: 10%;
    margin-right: 5%;
    vertical-align: middle;
}

.input-nv {
    width: 20px;
    height: 20px;
    margin-left: 35%;
    margin-right: 5%;
    vertical-align: middle;
}

.input-nan:hover {
    cursor: pointer;
}

.input-nv:hover {
    cursor: pointer;
}

.add-input-style {
    margin-top: 20px;
}

.recruit-tel {
    width: 70%;
    height: 40px;
    border: 1px solid #EFEFEF;
    margin-left: 20px;
}

.recruit-educate {
    width: 100%;
    height: 300px;
}

.recruit-educate-left {
    width: auto;
    height: 60px;
    /* border-right: 1px solid red; */
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    float: left;
}

.recruit-educate-right {
    width: 60%;
    height: auto;
    float: left;
}

.recruit-educate-right li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    /* padding-left: 40px; */
}

.recruit-educate-right li input {
    width: 20px;
    height: 20px;
    margin-right: 5%;
    vertical-align: middle;
}

.recruit-educate-right li label:hover {
    cursor: pointer;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.recruit-main-3 {
    width: 100%;
    height: 60px;
    /* border: 1px solid red; */
}

.recruit-main-3-left {
    width: 100%;
    height: auto;
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    float: left;
}

.recruit-main-3-left input {
    width: 80%;
    height: 40px;
    border: 1px solid #EFEFEF;
}

.recruit-main-3-left select {
    width: 80%;
    height: 40px;
    border: 1px solid #EFEFEF;
    font-size: 18px;
    color: #000;
    text-indent: 15px;
}

.recruit-main-3-left select:hover {
    cursor: pointer;
}

.recruit-main-button {
    width: 100%;
    height: 120px;
    text-align: right;
    padding-right: 10%;
    padding-bottom: 40px;
}

.recruit-main-button button {
    width: 100px;
    height: 50px;
    background-color: #E8000E;
    color: #fff;
    border: none;
    border-radius: 4%;
    font-size: 18px;
}

.recruit-main-button button:hover {
    cursor: pointer;
}


/* / */


/* / */


/* / */


/* / */


/* / */

.store-chief-address img {
    display: inline-block;
    vertical-align: middle;
}

.store-chief-tel {
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    margin: auto;
    color: black;
}

.store-chief-tel img {
    display: inline-block;
    vertical-align: middle;
}

.store-chief-more {
    width: 160px;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 50px;
}

.store-chief-more a {
    width: 160px;
    margin: 0px auto;
    border-radius: 100px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: url(/public/static/index/food/525-2.png) no-repeat center center;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS*/
    .store-chief-more a {
        padding-top: 10px;
    }
}

.news-wrapper {
    padding: 40px 5% 40px 5%;
    background-color: #DFDEE3;
}

.view-footer {
    height: 40px;
    margin-bottom: 60px;
    margin-top: 40px;
}

.view-footer a {
    height: 40px;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #222;
}

.news-wrapper.pb0 {
    padding-bottom: 0;
}

.news-tab {
    overflow: hidden;
    clear: both;
    margin-bottom: 25px;
}

.news-tab .form-type-bef-link,
.news-tab li {
    float: left;
    margin: 0 60px 0 0;
}

.news-tab .form-type-bef-link:last-of-type,
.news-tab li:last-of-type {
    margin-right: 0;
}

.news-tab .form-type-bef-link a,
.news-tab li a {
    font-size: 18px;
    color: #000000;
    transition: all 0.5s;
}

.news-tab .form-type-bef-link a:hover,
.news-tab .form-type-bef-link a.active,
.news-tab li a:hover,
.news-tab li a.active {
    color: #E62511;
}

.news-list li {
    width: calc((100% - 80px) / 3);
    height: 222px;
    margin-right: 40px;
    /* margin-bottom: 40px; */
    float: left;
    background-color: #fff;
    border: 1px solid rgba(151, 151, 151, 0.30);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.news-list li:nth-of-type(3n) {
    margin-right: 0;
}

.news-list li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/public/static/index/images/bg.png) repeat center center;
    background-size: 182px;
    opacity: 0;
    transition: all 0.5s;
}

.news-list li:hover:before {
    opacity: 1;
}

.news-list li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 4;
    color: #000;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.news-list .time {
    font-size: 18px;
    padding-bottom: 10px;
    transition: all 0.5s;
}

.news-list p {
    font-size: 16px;
    line-height: 22px;
    height: 72px;
    overflow: hidden;
    transition: all 0.5s;
    margin-top: 10px;
}

.news-list .time strong {
    font-size: 50px;
    color: #000;
    font-weight: normal;
    margin-right: 5px;
}

.time_time {
    float: left;
}

.time1 {
    width: 45px;
    border: 1px solid #E0E0E0;
    border-right: none;
    text-align: center;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    /* background-color: #00853C; */
    /* margin-bottom: 10px; */
    color: #fff;
}

.time2 {
    width: 80px;
    border: 1px solid #E0E0E0;
    border-left: none;
    background-color: #fff;
    text-align: left;
    font-size: 19px;
    height: 45px;
    line-height: 45px;
    /* margin-bottom: 10px; */
    color: #4D4D4D;
}

.time_color1 {
    background-color: #FF9899;
}

.time_color2 {
    background-color: #609FB7;
}

.time_color3 {
    background-color: #D3A66D;
}

.news-list a .time {
    color: #8D8D8D;
}

.news-list a .time span {
    color: #000;
    transition: all 0.5s;
}

.news-list li a:hover {
    color: #fff;
}

.news-list li a:hover .time,
.news-list li a:hover .time span {
    color: #fff;
}

.news-list li span.type {
    display: block;
    position: absolute;
    bottom: 25px;
    /* left: 25px; */
    width: 90px;
    height: 34px;
    background: #E62511;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    transition: all 0.5s;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS*/
    .news-list li span.type {
        padding-top: 10px;
    }
}

.news-list li a:hover span.type {
    background: rgba(0, 0, 0, 0.10);
}

.news-list li span.type-career {
    background: #CA9551;
}

.news-list li span.type-report {
    background: #00698C;
}

.pager-load-more a,
a.load-more {
    background: #E62511;
    border-radius: 100px;
    width: 160px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    display: block;
}

.news-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-header h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.news-header p {
    font-size: 18px;
    text-align: center;
}

.news-main {
    padding: 40px 0;
    width: 860px;
    margin: 0px auto;
}

.news-main p {
    font-size: 18px;
    color: #222222;
    line-height: 150%;
    margin-bottom: 1.5em;
    text-align: justify;
}

.news-main span.red {
    color: #E62511;
}

.news-main p.rtecenter {
    text-align: center;
}

.news-main p.rteright {
    text-align: right;
}

.news-main p img {
    max-width: 100% !important;
    height: auto !important;
}

.events-card {
    padding: 60px 7%;
    position: relative;
}

.events-card .swiper-slide img {
    width: 100%;
    height: auto;
}

.events-card .swiper-slide {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

.events-card .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.events-card-prev,
.events-card-next {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.events-card-prev {
    left: 2%;
    background-image: url(/public/static/index/images/prev.svg);
}

.events-card-next {
    right: 2%;
    background-image: url(/public/static/index/images/next.svg);
}

.events-card-prev.swiper-button-disabled,
.events-card-next.swiper-button-disabled {
    opacity: 0;
}

.events-card-pagination {
    text-align: center;
    padding: 30px;
}

.events-card-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.events-card-pagination span.swiper-pagination-bullet-active {
    background: #E62511;
}

.lightboxOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox {
    position: fixed;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 50%;
    height: 100%;
    opacity: 1 !important;
    position: absolute;
    top: 0;
}

.lb-nav a.lb-next {
    right: -100px;
}

.lb-nav a.lb-prev {
    left: -100px;
}

.lb-dataContainer {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 11;
}

.lb-dataContainer a {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}

.store-top {
    padding: 60px 0;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    color: #000;
}

.store-top span.red {
    color: #E62511;
    font-weight: bold;
}

.store-main {
    height: 641px;
    background: url(/public/static/index/images/bg-world.jpg) no-repeat center center;
    background-size: 1257px;
    margin-bottom: 200px;
}

.store-china {
    width: 838px;
    height: 100%;
    margin: 0px auto;
    background: url(/public/static/index/images/bg-china.jpg) no-repeat;
    position: relative;
    background-size: 100%;
}

.store-china:before {
    content: '';
    display: block;
    background: url(/public/static/index/images/nasha.png) no-repeat top center;
    background-size: contain;
    width: 30.78%;
    padding-bottom: 67.7%;
    position: absolute;
    top: 77.5%;
    right: 11.3%;
}

.store {
    position: absolute;
    height: 24px;
    z-index: 2;
}

.store-block {
    width: 100%;
    height: 278px;
    background: url(/public/static/index/images/bg.png) repeat;
    background-size: 182px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.store-block .qiangzhi {
    width: 381px;
    height: 362px;
    background: url(/public/static/index/image/23-5.png) no-repeat;
    background-size: cover;
    transition: all 1s;
    top: 250px;
    opacity: 0.5;
    right: -6px;
    transform: rotate(-20deg);
    transform-origin: center center;
    position: absolute;
    transform: rotate(-43deg);
    opacity: 1;
    top: 116px;
}

.store-block .zhaopai {
    width: 337px;
    height: 246px;
    background: url(/public/static/index/images/xibei_zhaopai.png) right bottom no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.store.guangdong {
    top: 82%;
    left: 70%;
}

.store.jiangxi {
    top: 70%;
    left: 72%;
}

.store.fujian {
    top: 76%;
    left: 78%;
}

.store.zhejiang {
    top: 66%;
    left: 81%;
}

.store.shanghai {
    top: 59.5%;
    left: 83%;
}

.store.anhui {
    top: 59%;
    left: 75%;
}

.store.yunnan {
    top: 79%;
    left: 43%;
}

.store.sichuan {
    top: 62%;
    left: 45%;
}

.store.guangxi {
    top: 82%;
    left: 59%;
}

.store.guizhou {
    top: 73%;
    left: 55%;
}

.store.chongqing {
    top: 64%;
    left: 55%;
}

.store.hubei {
    top: 62%;
    left: 65%;
}

.store.hunan {
    top: 71%;
    left: 64%;
}

.store.jiangsu {
    top: 55%;
    left: 80%;
}

.store.henan {
    top: 55%;
    left: 68%;
}

.store.shanxi {
    top: 53%;
    left: 58%;
}

.store.shanxi2 {
    top: 45%;
    left: 64%;
}

.store.ningxia {
    top: 43%;
    left: 54%;
}

.store.gansu {
    top: 48%;
    left: 50%;
}

.store.qinghai {
    top: 47%;
    left: 35%;
}

.store.xizang {
    top: 52%;
    left: 16%;
}

.store.xinjiang {
    top: 32%;
    left: 20%;
}

.store.beijing {
    left: 71.5%;
    top: 34.5%;
}

.store.neimeng {
    left: 61.5%;
    top: 32.5%;
}

.store.liaoning {
    left: 82.5%;
    top: 30.5%;
}

.store.jilin {
    left: 87.5%;
    top: 24.5%;
}

.store.heilongjiang {
    left: 89.5%;
    top: 13.5%;
}

.store.tianjin {
    left: 73.5%;
    top: 38.5%;
}

.store.hebei {
    left: 69.5%;
    top: 41.5%;
}

.store.shandong {
    left: 76.5%;
    top: 47.5%;
}

.store span.name {
    display: inline-block;
    padding-left: 18px;
    font-size: 12px;
    line-height: 24px;
    background: url(/public/static/index/images/zb.svg) no-repeat left center;
    color: #000;
    cursor: pointer;
}

.store-total {
    width: 164px;
    height: 97px;
    position: absolute;
    background: url(/public/static/index/images/bg-total.svg) no-repeat;
    font-size: 18px;
    color: #222;
    padding-left: 78px;
    line-height: 86px;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.store-total span {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
}

.store-total.show {
    opacity: 1;
    z-index: 9;
}

.join-page {
    padding: 60px 7%;
}

.join-page.gray {
    background: #F3F3F3;
}

.join-page h2 {
    font-size: 50px;
    color: #222222;
    margin-bottom: 40px;
    text-align: center;
}

.talk-section {
    position: relative;
}

.talk-section:before,
.talk-section:after {
    content: '';
    display: block;
    width: 56px;
    height: 51px;
    position: absolute;
    background: url(/public/static/index/images/quotes.svg) no-repeat;
}

.talk-section:before {
    left: -7%;
    bottom: 20px;
}

.talk-section:after {
    right: -7%;
    top: -51px;
    transform: rotate(180deg);
}

.talk-section p {
    font-size: 18px;
    color: #8D8D8D;
    text-align: center;
    line-height: 200%;
    margin-bottom: 30px;
}

.talk-section p:last-of-type {
    margin-bottom: 0;
}

.join-step {
    overflow: hidden;
    width: 100%;
}

.join-step li {
    width: 20%;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 374px;
    position: relative;
}

.join-step li:before {
    content: '';
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 432px;
}

.join-step li.j1:before {
    background-image: url(/public/static/index/images/j1.png);
}

.join-step li.j2:before {
    background-image: url(/public/static/index/images/j2.png);
}

.join-step li.j3:before {
    background-image: url(/public/static/index/images/j3.png);
}

.join-step li.j4:before {
    background-image: url(/public/static/index/images/j4.png);
}

.join-step li.j5:before {
    background-image: url(/public/static/index/images/j5.png);
}

.join-step li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222222;
}

.join-step li p {
    font-size: 14px;
    color: #8D8D8D;
    line-height: 24px;
}

.join-page2 {
    padding: 60px 7% 80px 0;
    color: #222222;
    text-align: center;
    margin-top: 50px;
}

.join-page2 h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.join-page2 p {
    font-size: 24px;
    position: relative;
    margin-top: 60px;
}

.join-page09 {
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.join-page09 img {
    color: #B91E1B;
}

.join-page09 img:hover {
    cursor: pointer;
}

.join-apply {
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
}

.join-apply-top {
    width: 100%;
    height: 47px;
    position: relative;
}

.join-apply-top img {
    position: absolute;
    top: 0;
    left: 23.5%;
    /* left: 73.5%; */
}

.join-apply-main {
    width: 100%;
    height: 300px;
    background-color: #F5F5F3;
}

.join-apply-main ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.join-apply-main ul li {
    width: 13%;
    height: 298px;
    /* border: 1px solid green; */
    position: relative;
}

.join-img {
    width: 100%;
    height: 63px;
    margin-top: 20%;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.blink {
    color: #dd4814;
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
}

.join-img .jion-img-123 {
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 58px;
    font-size: 35px;
    border-radius: 100%;
    border: 2px solid #BF2A2A;
    color: #BF2A2A;
    margin: auto;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+?CSS*/
    .join-img .jion-img-123 {
        padding-top: 8px;
    }
}


/* .join-apply-main ul li img {
    width: 33.3%;
} */

.join-msg1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15%;
}

.join-msg2 {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    /* margin-top: 15%; */
}

.join-apply-hg {
    width: 70%;
    border-bottom: 2px solid #B91E1B;
    position: absolute;
    top: 50%;
    left: 15%;
}

.join-talent-view {
    width: 80%;
    margin: auto;
    height: 350px;
    /* border: 1px solid red; */
    margin-top: 100px;
    margin-bottom: 140px;
}

.join-talent-view-title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    /* font-weight: bold; */
    line-height: 100px;
}

.join-talent-view-main {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #383838;
}

.career {
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
}

.career-top {
    width: 100%;
    height: 47px;
    position: relative;
}

.career-top img {
    position: absolute;
    top: 0;
    left: 73.5%;
}

.career-main {
    width: 100%;
    height: 300px;
    background-color: #F5F5F3;
}

.career-main ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.career-main ul li {
    width: 15%;
    height: 298px;
    /* border: 1px solid green; */
    position: relative;
}

.career-main-center {
    width: 80%;
    height: 100%;
    margin: auto;
}

.career-main-img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.career-title {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
}

.career-main-main {
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.join-ttop {
    margin-top: 25px;
}

.join-page09 p {
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #979797;
}

.join-grow {
    padding-top: 85px;
    padding-bottom: 76px;
}

.join-grow li {
    width: 20%;
    float: left;
    height: 100%;
    text-align: center;
}

.join-grow li a {
    display: inline-block;
}

.join-grow .join-grow-item {
    display: inline-block;
    margin: 0 auto;
    width: 100px;
    padding-top: 100px;
    cursor: pointer;
    position: relative;
}

.join-grow .join-grow-item:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: .4s all ease;
}

.join-grow .join-grow-item:hover:after {
    transform: scale(1.2);
}

.join-grow li.j1 .join-grow-item:after {
    background-image: url(/public/static/index/images/join/g1.png);
}

.join-grow li.j1 .join-grow-item:hover:after {
    background-image: url(/public/static/index/images/join/g1-active.png);
}

.join-grow li.j2 .join-grow-item:after {
    background-image: url(/public/static/index/images/join/g2.png);
}

.join-grow li.j2 .join-grow-item:hover:after {
    background-image: url(/public/static/index/images/join/g2-active.png);
}

.join-grow li.j3 .join-grow-item:after {
    background-image: url(/public/static/index/images/join/g3.png);
}

.join-grow li.j3 .join-grow-item:hover:after {
    background-image: url(/public/static/index/images/join/g3-active.png);
}

.join-grow li.j4 .join-grow-item:after {
    background-image: url(/public/static/index/images/join/g4.png);
}

.join-grow li.j4 .join-grow-item:hover:after {
    background-image: url(/public/static/index/images/join/g4-active.png);
}

.join-grow li.j5 .join-grow-item:after {
    background-image: url(/public/static/index/images/join/g5.png);
}

.join-grow li.j5 .join-grow-item:hover:after {
    background-image: url(/public/static/index/images/join/g5-active.png);
}

.join-grow p {
    line-height: 40px;
    display: inline-block;
}

.join-grow p:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #222;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}

.join-grow .join-grow-item:hover p:after {
    width: 100%;
}

.badge-container {
    position: relative;
    height: 380px;
    background: url(/public/static/index/images/bg.png) repeat center center;
    background-size: 182px;
    margin-top: 70px;
    overflow: visible;
}

.badge-wrapper {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.badge {
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 570px;
    height: 570px;
    background: url(/public/static/index/join/526-17.png) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 65%;
}

.badge .info {
    position: absolute;
    right: 215px;
    top: 268px;
    width: 220px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.badge #afterSelect {
    display: none;
}

.badge .info p {
    font-size: 21px;
    line-height: 34px;
}

.badge .info h5 {
    font-size: 26px;
    line-height: 60px;
}

.badge-wrapper .form {
    position: absolute;
    right: 680px;
    top: 35px;
    width: 410px;
    color: #fff;
}

.badge-wrapper .form-item {
    width: 100%;
    height: 42px;
    margin-bottom: 40px;
    position: relative;
}

.index-banner {
    position: relative;
}

.index-banner-div {
    width: 30%;
    height: auto;
    position: absolute;
    top: 23%;
    right: 16%;
    /* border: 1px solid yellow; */
}

.index-banner-div1 {
    width: 26%;
    height: auto;
    position: absolute;
    top: 23%;
    right: 15%;
    /* border: 1px solid yellow; */
}

.index-banner-div:hover {
    cursor: pointer;
}

.index-banner-title1 {
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    color: #F4EAD9;
}

.index-banner-title2 {
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    color: #F4EAD9;
}

.index-banner-abs {
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    color: #F4EAD9;
}

.index-banner-more {
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    color: #F4EAD9;
}

.index-lun-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: auto;
    height: 100% !important;
}

.top-banner {
    position: relative;
}

.top-banner-div {
    position: absolute;
    top: 15%;
    right: 8%;
    width: auto;
    height: auto;
    color: #fff;
}

.top-banner-title {
    font-family: "wulinjianghu";
    font-size: 80px;
    text-align: right;
    line-height: 80px;
}

.top-banner-abs {
    margin-top: 40px;
    font-size: 26px;
    text-align: right;
    line-height: 40px;
}

.top-banner-cont {
    font-size: 21px;
    text-align: right;
    line-height: 30px;
}

.badge-wrapper .form-item span {
    display: inline-block;
    line-height: 42px;
    font-family: "SourceHanSansCN";
    font-size: 24px;
    margin-right: 30px;
}

.badge-wrapper .form-item input {
    width: 280px;
    height: 42px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    font-size: 18px;
    padding-left: 18px;
    color: #fff;
    line-height: 42px;
}

.investor-main {
    width: 1000px;
    height: 400px;
    /* border: 1px solid red; */
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 3px 3px 3px #5D5D5D;
}

.investor-left {
    width: 335px;
    height: 100%;
    /* background: url(/public/static/index/image/bg.png) 100% 100% no-repeat; */
    background-color: #D20F1B;
    float: left;
    text-align: center;
}

.investor-left img {
    width: 60%;
    margin: auto;
    margin-top: 125px;
}

.investor-right {
    width: 665px;
    height: 100%;
    float: left;
    background-color: #F6F6F6;
}

.investor-text1 {
    width: auto;
    font-size: 30px;
    color: #D20F1B;
    line-height: 40px;
    margin-top: 120px;
    font-weight: 600;
    margin-left: 8%;
}

.investor-text2 {
    width: auto;
    font-size: 20px;
    color: #111;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 8%;
}

.investor-text3 {
    width: auto;
    font-size: 20px;
    color: #111;
    line-height: 30px;
    margin-left: 8%;
}

.investor-text3 a {
    color: #111;
}

.investor-text3 a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #D20F1B;
}

.badge-wrapper ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.badge-wrapper ::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.badge-wrapper :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.badge-wrapper .error::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.badge-wrapper .error::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

.badge-wrapper .error:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.badge-wrapper #work {
    cursor: pointer;
}

.badge-wrapper .select-box {
    position: absolute;
    right: 0;
    top: 55px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    color: #222;
    padding-left: 18px;
    font-size: 18px;
    line-height: 40px;
    z-index: 10;
    display: none;
}

.badge-wrapper .select-box.active {
    display: block;
}

.badge-wrapper .select-box li {
    cursor: pointer;
}

.badge-wrapper .select-box li:hover {
    color: #E62511;
}

.badge-wrapper .tri {
    position: absolute;
    right: 16px;
    top: 18px;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
}

.badge-wrapper .form button {
    width: 200px;
    height: 50px;
    background: #fff;
    font-size: 18px;
    color: #E62511;
    float: right;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
    /*IE9+ CSS*/
    .badge-wrapper .form button {
        padding-top: 10px;
    }
}

.badge-wrapper .code-wrapper {
    display: none;
    text-align: center;
    position: absolute;
    left: 160px;
    top: 70px;
    color: #fff;
}

.badge-wrapper .code-wrapper img {
    width: 188px;
    margin-bottom: 30px;
}

.badge-wrapper .code-wrapper p {
    font-size: 20px;
    line-height: 28px;
}

.join-swiper {
    height: 588px;
}

.join-swiper .swiper-slide {
    overflow: hidden;
    background: #F1E7D5;
    color: #222;
}

.join-swiper .swiper-slide .content-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.join-swiper .swiper-slide .content {
    float: left;
    padding-left: 200px;
    width: 700px;
}

.join-swiper .swiper-slide img {
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 500px;
}

.join-swiper .swiper-button-prev {
    left: 30px;
    height: 50px;
    background-size: 17px 50px;
    background-image: url(/public/static/index/images/heros/arrow_L.svg);
}

.join-swiper .swiper-button-next {
    right: 30px;
    height: 50px;
    background-size: 17px 50px;
    background-image: url(/public/static/index/images/heros/arrow_R.svg);
}

.join-swiper h4 {
    background: url(/public/static/index/images/join/quotes.png) no-repeat left bottom;
    -webkit-background-size: 142px;
    background-size: 142px;
    font-size: 50px;
    padding-top: 169px;
    margin-bottom: 50px;
}

.join-swiper p {
    text-shadow: none;
    font-size: 18px;
    text-align: left;
    padding: 0;
}

h2.title.hero-title {
    padding-bottom: 20px;
}

.hero-swiper {
    height: 508px;
    padding-top: 110px;
    box-sizing: content-box;
}

.hero-swiper .swiper-slide {
    background: #F3F3F3;
    color: #222;
    overflow: visible;
}

.hero-swiper .swiper-slide .content-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.hero-swiper .swiper-slide .content {
    float: right;
    padding-right: 80px;
    width: 600px;
}

.hero-swiper .swiper-slide img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 588px;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    top: auto;
    bottom: 250px;
    height: 50px;
    background-size: 17px 50px;
}

.hero-swiper .swiper-button-prev {
    left: 30px;
    background-image: url(/public/static/index/images/heros/arrow_L.svg);
}

.hero-swiper .swiper-button-next {
    right: 30px;
    background-image: url(/public/static/index/images/heros/arrow_R.svg);
}

.hero-swiper .swiper-pagination-bullet {
    opacity: .8;
    background: #cdcdcd;
}

.hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E62511;
}

.hero-swiper h4 {
    font-size: 40px;
    padding-top: 110px;
    margin-bottom: 40px;
}

.hero-swiper h4 span {
    font-size: 24px;
}

.hero-swiper p {
    text-shadow: none;
    font-size: 18px;
    text-align: left;
    padding: 0;
}

.apply {
    padding-top: 60px;
}

.apply div {
    width: calc((100% - 80px) / 2);
    text-align: center;
}

.apply img {
    width: 100%;
}

.apply p {
    margin-top: 60px;
    margin-bottom: 83px;
}

.apply a {
    display: inline-block;
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 24px;
    padding-right: 20px;
    /* background: url(/public/static/index/images/arrow-more2.svg) no-repeat right center; */
    -webkit-background-size: 17px;
    background-size: 17px;
}

.apply a:hover {
    color: #D11A25;
}

.fixed-page-2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    color: #fff;
    display: none;
}

.fixed-page-2.active {
    display: flex;
    animation: zoomIn 0.75s both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.fixed-page-2 img {
    display: block;
    height: 100%;
    float: left;
}

.fixed-page-2 .content {
    display: block;
    flex: 1;
    height: 100%;
    float: left;
    padding: 90px 7%;
    overflow: hidden;
    overflow-y: auto;
    color: #222;
}

.fixed-page-2 .content h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 40px;
}

.fixed-page-2 .content h2:after {
    display: block;
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E62511;
}

.fixed-page-2 .content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.fixed-page-2 .content .red {
    font-size: 22px;
    color: #E62511;
}

.fixed-page-2 a.close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: url(/public/static/index/images/join/icon_close.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

html.hide-scrollbar {
    overflow-y: hidden;
}

.zhaopin-list {
    clear: both;
    padding-bottom: 40px;
}

.zhaopin-list:last-of-type {
    padding-bottom: 0;
}

.zhaopin-box {
    width: calc((100% - 30px) / 2);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.zhaopin-box:nth-of-type(2n) {
    margin-right: 0;
}

.zhaopin-box h3 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #E9412F;
}

ul.zhaopin-type {
    color: #fff;
    padding: 20px 0;
    display: flex;
    background: #E62511;
}

.xuexiao h3 {
    background: #F5A223;
}

.xuexiao .zhaopin-type {
    background: #F49503;
}

.zhaopin-type li {
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.zhaopin-type li:last-of-type {
    border-right: none;
}

.zhaopin-type li h4 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.zhaopin-type li p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.61);
    line-height: 20px;
}

.zhaopin-info {
    background: #FFFFFF;
    border: 1px solid rgba(151, 151, 151, 0.30);
    border-top: none;
    padding: 20px;
}

.zhaopin-info ul {
    overflow: hidden;
    display: flex;
}

.zhaopin-info li {
    flex: 1;
}

.zhaopin-info dl {
    margin-bottom: 1.5em;
}

.zhaopin-info dt {
    font-size: 16px;
    margin-bottom: 5px;
}

.zhaopin-info dd {
    font-size: 12px;
    line-height: 18px;
}

.apply-soon {
    text-align: right;
}

.apply-soon .btn {
    background: #E62511;
    border-radius: 100px;
    width: 120px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.xuexiao .apply-soon .btn {
    background: #F49503;
}

.chandi-header {
    height: 450px;
    background-position: center top;
    background-size: 100%;
    text-align: center;
}

.chandi-header h1 {
    text-align: center;
    font-size: 100px;
    color: #222222;
    letter-spacing: -14.29px;
    line-height: 140px;
}

.chandi-header p {
    font-size: 24px;
    line-height: 36px;
    color: #222222;
    text-align: center;
    padding: 0 10%;
}

.chandi-page {
    padding: 60px 7%;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.chandi-page-pic {
    width: 440px;
    height: 440px;
    border-radius: 100%;
    overflow: hidden;
}

.chandi-page-pic.fr {
    float: right;
}

.chandi-page-pic img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.chandi-page-main {
    width: calc(100% - 440px);
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chandi-page-main.fr {
    padding-left: 60px;
    float: right;
}

.chandi-page-main.fl {
    padding-right: 60px;
    float: left;
}

.chandi-page-main h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #222;
    margin-bottom: 40px;
}

.chandi-page-main h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #E62511;
    position: absolute;
    left: 0;
    bottom: 0;
}

.chandi-page-main p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2em;
}

.chandi-page-main p:last-of-type {
    margin-bottom: 0;
}

.chandi-footer {
    padding: 60px 10% 285px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #222222;
    margin-bottom: 60px;
}

.small-header {
    height: 200px;
    padding: 0 7%;
    width: 100%;
    color: #fff;
    background: url(/public/static/index/images/bg.png) repeat;
    background-size: 182px;
}

.small-header h1 {
    font-family: 'wulinjianghu';
    font-size: 100px;
    color: #FFFFFF;
    letter-spacing: -14.29px;
    text-align: left;
    line-height: 200px;
}

.history-wrapper,
.prize-wrapper {
    padding: 60px 7%;
}

.history-wrapper ul {
    padding-top: 40px;
}

.prize-wrapper li {
    background: url(/public/static/index/images/point.png) repeat-y center top;
    background-size: 6px;
    position: relative;
}

.prize-wrapper li:before,
.prize-wrapper li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 100%;
    clear: both;
}

.prize-wrapper li:before {
    width: 50px;
    height: 50px;
    background: #FEF4F3;
    top: -22px;
    margin-left: -25px;
}

.prize-wrapper li:after {
    width: 6px;
    height: 6px;
    background: #E62511;
    margin-left: -3px;
}

.year {
    width: 50%;
    float: right;
    padding: 28px 0;
    padding-left: 40px;
    text-align: left;
    margin: -50px 0 50px;
}

.year span {
    display: inline-block;
    width: 254px;
    height: 254px;
    background: url(/public/static/index/images/metal.svg) no-repeat;
    background-size: 100%;
    text-align: center;
    font-family: "SourceHanSansCN";
    font-size: 70px;
    color: #DE1803;
    letter-spacing: -1.75px;
    line-height: 254px;
}

.prize-list {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: left;
    position: relative;
    width: 50%;
    float: left;
    padding: 28px 0 50px;
    padding-right: 30px;
}

.prize-list:before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #E62511;
    overflow: hidden;
    top: 3px;
    right: 0;
    position: absolute;
}

.prize-wrapper li:nth-of-type(2n) .year {
    float: left;
    padding: 0 40px 0 0;
    text-align: right;
}

.prize-wrapper li:nth-of-type(2n) .history-list,
.prize-wrapper li:nth-of-type(2n) .prize-list {
    float: right;
    padding-right: 0;
    padding-left: 30px;
}

.prize-wrapper li:nth-of-type(2n) .prize-list:before {
    left: 0;
    right: inherit;
}

.prize-list dl {
    margin-bottom: 1em;
    display: flex;
}

.prize-wrapper li:nth-of-type(2n) dl {
    float: left;
}

.prize-list dt {
    width: 58px;
    float: left;
}

.prize-list dd {
    flex: 1;
}

.history-list {
    width: 50%;
    padding: 28px 0 60px;
    padding-right: 30px;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}

.prize-wrapper li:last-of-type .history-list {
    padding-bottom: 28px;
}

.history-list dl {
    width: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.history-list dt {
    width: 118px;
    float: left;
    white-space: nowrap;
}

.history-list dd {
    float: left;
    width: calc(100% - 118px);
}

.years {
    position: absolute;
    font-family: "SourceHanSansCN";
    font-size: 80px;
    line-height: 80px;
    color: #DE1803;
    text-align: left;
    top: -78px;
    right: 50%;
    width: 30%;
    border-bottom: 1px solid #E62511;
}

.prize-wrapper li:nth-of-type(2n) .years {
    left: 50%;
    text-align: right;
}

.menu-wrapper {
    padding: 60px 7%;
}

.food-page .sub-list {
    display: none;
}

.food-page .sub-list.on {
    display: block;
}

.menu-wrapper ul.food-zhaopai {
    padding: 0;
}

.menu-wrapper .food-zhaopai li {
    width: 33.33%;
    display: block;
    float: left;
}

.menu-wrapper .food-zhaopai h4 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    height: 48px;
    overflow: hidden;
}

.cn-list {
    padding: 0 5% 100px;
    border-bottom: 1px solid #e3e3e3;
}

.cn-list ul {
    width: 100%;
}

.cn-list li {
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #8D8D8D;
    line-height: 24px;
    width: 14.28%;
}

.cn-list li span.cn-icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0px auto 20px;
}

.zeren-box {
    padding-bottom: 100px;
    border-bottom: 1px solid #e3e3e3;
}

.zeren-box h3 {
    font-size: 30px;
    color: #333333;
}

.zeren-box ul {
    overflow: hidden;
}

.zeren-box li {
    height: 284px;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
    float: left;
    background: #F7F7F7;
    position: relative;
    padding: 0;
}

.zeren-box li h3 {
    float: right;
    width: 50%;
    top: 40%;
    position: relative;
}

.zeren-box li .zeren-img {
    width: 45%;
    text-align: center;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zeren-box li:first-of-type {
    height: 578px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 50px;
}

.zeren-box li:first-of-type h3 {
    float: left;
    clear: both;
    margin-bottom: 100px;
    top: 0;
}

.zeren-box li:first-of-type .zeren-img {
    width: 100%;
    display: block;
}

.zeren-box .zeren-img.bottom {
    justify-content: flex-end;
}

.zeren-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/public/static/index/images/bg.png) repeat;
    background-size: 182px;
    color: #fff;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
    overflow-y: auto;
}

.zeren-box li:nth-of-type(2) .zeren-main {
    display: block;
}

.zeren-box li:hover .zeren-main {
    opacity: 1;
}

.zeren-main h4 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 40px;
    position: relative;
}

.zeren-main p {
    font-size: 18px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 28px;
    position: relative;
}

.hero-list ul {
    width: 100%;
}

.hero-list li {
    width: 20%;
    float: left;
    position: relative;
}

.hero-list li:after {
    content: '';
    display: block;
    width: 100%;
    height: 65%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 12%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hero-list li img {
    width: 100%;
    float: left;
    opacity: 0;
    transition: all 0.5s;
}

.hero-list li:hover img {
    opacity: 1;
}

.hero-list-info {
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-bottom: 56px;
}

.hero-type {
    font-size: 24px;
    color: #E62511;
    line-height: 32px;
    padding-top: 10px;
    height: 45px;
    position: relative;
}

.hero-type:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #E62511;
    opacity: 0.35;
}

.hero-type:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -4px;
    background: #E62511;
    border-radius: 100%;
}

.top-time {
    position: absolute;
    width: 100%;
    left: 0;
    top: -160px;
    font-size: 24px;
    color: #E62511;
    transition: all 0.5s;
}

.top-time strong {
    font-size: 80px;
    font-weight: 100;
    transition: all 0.5s;
}

.hero-list li:hover .top-time {
    top: -40px;
}

.hero-list li:hover .top-time strong {
    font-size: 24px;
}

.tuanjian-box {
    height: 500px;
}

.tuanjian-box h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 20px;
}

.tuanjian-box p {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    margin-bottom: 40px;
}

.tuanjian-box a.video-icon {
    font-size: 18px;
}

.events.hero-event {
    margin-bottom: 0;
}

.events.hero-event .news-wrapper {
    padding: 0;
}

.events h2.title {
    padding: 40px 0 60px;
    margin: 0;
}

.hero-join h2.title {
    padding-bottom: 60px;
}

.hero-join .join {
    padding-top: 0;
    padding-bottom: 100px;
}

.foodstory {
    width: 100%;
    height: 100%;
}

.foodstory-desc {
    width: 550px;
    padding: 0 10% 0 3%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #222;
    text-align: left;
}

.foodstory-desc a.link-out {
    color: #E62511;
    display: block;
    margin-top: 40px;
}

.foodstory-pic {
    width: calc(100% - 550px);
    height: 100%;
    float: left;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.foodstory-pic video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.bailangua .foodstory-pic {
    background-position: left center;
}

.foodstory-pic-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.foodstory-desc h2 {
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 20px;
    text-shadow: none;
}

.foodstory-inner-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: 30px;
    z-index: 2;
    text-align: center;
}

.foodstory-inner-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.foodstory-inner-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #E62511;
    box-shadow: 0 0 8px 0 #FF6454;
}

.foodstory-desc ul {
    list-style: disc;
    margin-left: 1.5rem;
    margin-top: 10px;
}

.foodstory-desc li,
.foodstory-desc p {
    font-size: 18px;
    color: #222222;
    text-align: justify;
    line-height: 28px;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 0;
}

.foodstory-desc li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
}

.foodstory-desc p:last-of-type {
    margin-bottom: 0;
}

.foodstory-desc p.main {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    text-shadow: none;
    padding: 0;
    text-align: left;
}

.foodstory-desc b {
    font-size: 30px;
    font-weight: normal;
}

a.video-icon.color-black,
.foodstory-desc a.video-icon {
    color: #222;
}

a.video-icon.color-black span,
.foodstory-desc a.video-icon span {
    background: url(/public/static/index/images/video_icon_black.svg) no-repeat right center;
}

.foodstory-pagination {
    position: absolute;
    bottom: 30px;
    padding-right: 7%;
    text-align: right;
    font-size: 18px;
    color: #979797;
    line-height: 30px;
    font-family: "SourceHanSansCN";
    z-index: 9;
}

.foodstory-pagination span.swiper-pagination-current {
    color: #E62511;
}

.foodstory-navigation {
    display: block;
    width: 30px;
    position: absolute;
    left: calc(100% - 550px + 3%);
    bottom: 0;
    z-index: 10;
}

.foodstory-next,
.foodstory-prev {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.foodstory-next {
    background-image: url(/public/static/index/images/next2.svg);
}

.foodstory-prev {
    background-image: url(/public/static/index/images/prev2.svg);
}

.foodstory-navigation .swiper-button-disabled {
    opacity: 0;
}

ul.prev-next {
    overflow: hidden;
    padding-top: 20px;
}

ul.prev-next li {
    font-size: 18px;
    color: #333;
}

ul.prev-next li a {
    color: #333;
}

.user-wrapper {
    padding: 50px 7%;
}

.user-wrapper label {
    font-size: 16px;
    line-height: 26px;
}

.user-wrapper input.form-text {
    height: 40px;
    padding: 10px;
}

.user-wrapper .description {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.user-wrapper input.form-submit {
    background: #E62511;
    border-radius: 100px;
    width: 120px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: none;
}

.online-page h2 small {
    line-height: 36px;
}

.online-page h2.title {
    padding-bottom: 60px;
}

.online-page a.chat {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 50px;
    border-radius: 50px;
    background: #E62511;
    text-align: center;
    margin-bottom: 30px;
}

.online-page a.chat span {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding-left: 32px;
    background: url(/public/static/index/images/icon-kefu-white.png) no-repeat left center;
    -webkit-background-size: 26px;
    background-size: 26px;
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
    /*IE9+ CSS*/
    .online-page a.chat span {
        padding-top: 6px;
    }
}

.take-out-header {
    padding-top: 72px;
    color: #fff;
    text-align: center;
}

.take-out-header h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px;
}

.take-out-header p {
    font-size: 18px;
    line-height: 25px;
}

.take-out {
    width: 1100px;
    margin: 40px auto 20px;
    padding: 60px 228px;
    background: #F3F3F3;
}

.take-out h2 {
    font-size: 30px;
    line-height: 42px;
    color: #222;
    text-align: center;
}

.take-out .instruction {
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 25px;
    margin: 30px 0 40px;
}

.take-out img {
    width: 198px;
}

.take-out .take-out-overview {
    text-align: center;
}

.take-out .take-out-overview.first img {
    width: 216px;
}

.take-out h2.red {
    color: #E62511;
    margin-top: 60px;
}

.take-out-step {
    padding-left: 30px;
    padding-bottom: 40px;
}

.take-out-step.border-t {
    border-top: 1px solid #E3E3E3;
}

.take-out-step .title {
    padding-top: 50px;
    overflow: hidden;
    float: left;
}

.take-out-step.right .title {
    float: right;
}

.take-out-step img {
    float: right;
    margin-right: 75px;
}

.take-out-step.right img {
    float: left;
    margin-right: 0;
}

.take-out-step .title i {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(230, 37, 17, .05);
    margin-right: 12px;
    text-align: center;
    font-size: 45px;
    color: #E62511;
}

.take-out-step .title p {
    float: left;
    font-size: 18px;
    color: #222;
    line-height: 25px;
    width: 270px;
}

.take-out-step .title p.lh50 {
    line-height: 50px;
}

.page-bottom {
    padding: 40px 0;
}

.page-bottom .more-food {
    margin: 0;
}

.news-term {
    display: none;
    transition: all 0.5s;
}

.news-term.active {
    display: block;
    transform: translate3d(0, -60px, 0);
}

.news-love {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.news-love-video {
    width: 649px;
    height: 365px;
    background: url(/public/static/index/images/aixin.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    float: left;
    margin-right: 50px;
}

.news-love-video a.play {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: url(/public/static/index/images/play.svg) no-repeat;
}

.news-love-info {
    display: block;
    float: right;
    width: calc(100% - 700px);
    text-align: center;
    flex: 1;
}

.news-love-info h3 {
    font-size: 30px;
    color: #222222;
    line-height: 200%;
    text-align: left;
}

.news-love-info p {
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    text-align: justify;
    margin-bottom: 50px;
}

.news-love-info a.guanzhu {
    display: block;
    border: 1px solid #E62511;
    border-radius: 25px;
    width: 160px;
    height: 50px;
    float: left;
    font-size: 18px;
    color: #E62511;
    text-align: center;
    line-height: 48px;
}

.hidden-info {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {
    .banner.food-menu {
        background-image: url(/public/static/index/images/food-menu-banner@2x.jpg);
    }
    .banner.about {
        background-image: url(/public/static/index/banner/banner-1.jpg) no-repeat center center;
        background-size: 100% 100%;
    }
    .menu-zpym {
        background-image: url(/public/static/index/images/menu-bg1@2x.jpg);
    }
    .menu-list.col4 li.menu-retang .pro-pic {
        background-image: url(/public/static/index/images/retang@2x.jpg);
    }
    .menu-list.col4 li.menu-zaliang .pro-pic {
        background-image: url(/public/static/index/images/zaliang@2x.jpg);
    }
    .menu-list.col4 li.menu-shishu .pro-pic {
        background-image: url(/public/static/index/images/shishu@2x.jpg);
    }
    .menu-list.col4 li.menu-yinpin .pro-pic {
        background-image: url(/public/static/index/images/yinpin@2x.jpg);
    }
    .history {
        background: url(/public/static/index/image/22-8.jpg) no-repeat center center;
        background-size: cover;
    }
    .zeren {
        background-image: url(/public/static/index/images/zeren@2x.jpg);
    }
    .store-main {
        background: url(/public/static/index/images/bg-world@2x.jpg) no-repeat center center;
        background-size: 1257px;
    }
    .store-china {
        background: url(/public/static/index/images/bg-china@2x.jpg) no-repeat;
        background-size: 100%;
    }
    .join-step li.j1:before {
        background-image: url(/public/static/index/images/j1@2x.png);
    }
    .join-step li.j2:before {
        background-image: url(/public/static/index/images/j2@2x.png);
    }
    .join-step li.j3:before {
        background-image: url(/public/static/index/images/j3@2x.png);
    }
    .join-step li.j4:before {
        background-image: url(/public/static/index/images/j4@2x.png);
    }
    .join-step li.j5:before {
        background-image: url(/public/static/index/images/j5@2x.png);
    }
    .prize-wrapper li {
        background: url(/public/static/index/images/point@2x.png) repeat-y center top;
        background-size: 6px;
    }
}

@media screen and (max-width:1220px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1124px) {}
