@import url("../style/bootstrap.min.css");
@import url("../style/magnific-popup.css");
@import url("../font/webexflaticon/flaticon.css");
@import url("../font/fontawesome/css/all.css");
@import url("../font/webexicon/style.css");
@import url("../font/iconfont.css");
@import url("../style/owl.css");

/** base **/

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;
}


/* 互联网造车是伪命题，造车难度大，融合是必: */

body,
button,
input,
select,
textarea {
    font: 12px/1 PingFangHK-Regular, SourceHanSansCN-Normal, "宋体", "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
    -webkit-font-smoothing: antialiased;
}

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-Normal, "宋体", "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

p {
    font-family: PingFangSC-Regular, PingFangHK-Regular, SourceHanSansCN-Normal, "宋体", "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", Helvetica, Tahoma, Arial, "\5b8b\4f53", sans-serif;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp,
tt {
    font-family: "宋体", "Courier New", Courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    cursor: pointer;
    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;
}


/* for ie6 */

fieldset,
img {
    border: none;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

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: 100vh;
    position: fixed;
    left: 0;
    top: -100%;
    transition: all 1s;
    overflow: hidden;
    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-wrapper {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    top: 0;
    left: 0;
}

.section-page .video-wrapper video {
    height: 100%;
    width: 100%;
}

.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;
    position: relative;
}

.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("../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;
}

.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%;
}


/* front 1 */

.front1 {
    width: 100%;
    height: 539px;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background: url("../images/home/ab-bg.png") no-repeat;
}

@keyframes reqi {
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.front1-content {
    width: 32%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 24%;
    left: 45%;
}

.front1.xiangchun .front1-content,
.front1.niudagu .front1-content {
    width: 32%;
}

.front1-content h2 {
    font-size: 48px;
    color: #000;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    /*margin-top : 200px;*/
}

.front1-content h6 {
    font-size: 22px;
    color: #444;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    /*margin-top : 200px;*/
}

.front1-content p {
    font-size: 18px;
    color: #666;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 30px;
}

a.more {
    color: #dc251e;
    font-size: 22px;
    display: inline-block;
}

a.video-icon span,
a.more span {
    padding-right: 23px;
}

a.more.color-black {
    color: #222;
}

a.video-icon {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    display: inline-block;
}

a.video-icon span {
    padding-right: 34px;
}

.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;
    top: -20px;
    right: -10px;
}

.hot-point.saozi:after {
    width: 60px;
    height: 56px;
    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);
    }
}


/* front 2 */

.front2 {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.footer-block {
    border-bottom: none;
}

.footer-block h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.footer-block h2:hover {
    color: #dc251e;
}

.footer-block .block,
.media-box {
    width: 50%;
    padding: 40px;
    border-right: 1px solid #e3e3e3;
    float: left;
    text-align: center;
}

.footer-block .block:last-of-type,
.media-box:last-of-type {
    border: none;
}

.footer-block .block {
    width: auto;
    flex: 1;
}

[data-src] {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*transition       : all 1s ease-out;*/
}

.media-img {
    width: 100%;
    padding-bottom: 50.5%;
    background-size: cover;
}

.media-main {
    padding-top: 50px;
}

.footer-block .block,
.media-main h2 {
    font-size: 30px;
    color: #222;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-block .block p,
.media-main p {
    font-size: 16px;
    color: #666;
    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;
}

.media-box a.more:hover {
    color: #dc251e;
}

.footer-block .block a.more {
    margin-top: 25px;
}


/* front 3 */

.front3 {
    padding: 40px 0;
    overflow: hidden;
}

.cate {
    height: 440px;
    position: relative;
    cursor: pointer;
}

.cate2 {
    margin: 0 0 40px;
}

.cate a {
    color: #fff;
}

.cate.full {
    width: 100%;
    clear: both;
}

.cate.full video {
    width: 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 100px 0;
    background: rgba(194, 9, 9, 0.65);
    color: #fff;
    /*transform    : scale(0.8);*/
    opacity: 0;
    transition: all 0.5s ease;
}

.cate:hover .cate-main {
    /*transform: scale(1);*/
    opacity: 1;
}

.cate.full .cate-main {
    width: 50%;
}

.cate-main h2 {
    font-size: 48px;
    line-height: 36px;
    padding-bottom: 30px;
}

.cate-main p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}


/* footer-block */

.footer-block {
    /*height  : 340px;*/
    overflow: hidden;
    display: flex;
    border-top: 1px solid #E3E3E3;
}

.footer-block .block {
    float: left;
    border-right: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.icon {
    width: 66px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    position: relative;
    margin: 0px auto 40px;
}

.icon-kz 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("../images/home/jijo.png");
}

.icon-kz span:hover {
    background-image: url("../images/home/jijo-2.png");
    transform: rotate(360deg);
}

.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("../images/home/hezuo.png");
}

.icon-search span:hover {
    background-image: url("../images/home/iconfont-hezuo.png");
    transform: rotate(360deg);
}

.icon-service span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/home/iconfont-kefu.png") no-repeat center;
    transition: all 0.5s;
}

.icon-service span:hover {
    background-image: url("../images/home/kefu.png");
    transform: rotate(360deg);
}

.footer {
    position: relative;
    font-size: 16px;
    color: #8D8D8D;
    border-top: 1px solid #e3e3e3;
    overflow: hidden;
}

.footer-top {
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;
    /*height     : 88px;*/
}

.footer-logo {
    width: 120px;
    height: 187px;
    float: left;
    margin-top: 16px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-qr {
    width: 103px;
    float: left;
    margin: 0 0 0 30px;
    text-align: center;
    padding: 25px 0 0;
}

.footer-qr p {
    font-size: 14px;
    color: #666;
}

.footer-right {
    width: 65%;
    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: 20px 10% 0 0;
}

.footer-bottom {
    padding: 15px 7%;
}

.footer-bottom a {
    color: #8D8D8D;
}

body.front .footer-bottom {
    padding: 15px 0 15px 50px;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
}

.footer span.address {
    padding-left: 18px;
    background: url("../images/address.svg") no-repeat left center;
}

.footer span:last-of-type {
    margin-right: 0;
}

.footer .fr {
    float: none;
    text-align: center;
}

.shengming p {
    font-size: 14px;
    line-height: 30px;
}

.shengming span {
    margin-right: 15px;
    color: #8D8D8D;
    font-family: PingFangHK-Light;
    font-size: 12px;
}

.link-box dl {
    overflow: hidden;
}

.link-box dt {
    font-family: PingFangHK-Regular;
    font-size: 18px;
    color: #222;
    line-height: 14px;
    margin-bottom: 20px;
    width: 100%;
}

.link-box dt a {
    color: #222;
    font-weight: 500;
    line-height: 30px;
}

.link-box dd {
    font-family: PingFangHK-Light;
    font-size: 16px;
    color: #8D8D8D;
    line-height: 200%;
}

.link-box dd.c2 {
    width: 230px;
    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: PingFangHK-Regular;
}

.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: #E62511;
}


/* 菜单 */

.nav-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    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;
}

.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: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 60px;
}

.nav-wrapper .block {
    text-align: center;
}

.nav-wrapper li {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.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;
}

.nav-bar {
    width: 7%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    transition: all 0.5s;
}

.nav-bar .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -45.5px;
    display: block;
    width: 90px;
    height: 100px;
    overflow: hidden;
}

.nav-bar .logo img {
    width: 100%;
}

.nav-bar.active {
    background: rgba(255, 255, 255, 0);
}

.nav-bar.active a.position {
    background: url("../images/icon-weizhi-white.png") no-repeat center;
    background-size: 24px;
    transition: all 0.5s;
}

.nav-bar.active a.service {
    background: url("../images/icon-kefu-white.png") no-repeat center;
    background-size: 24px;
    transition: all 0.5s;
}

.nav-bar.active a.position:hover {
    background: url("../images/icon-weizhi-red.png") no-repeat center;
    background-size: 24px;
}

.nav-bar.active a.service:hover {
    background: url("../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: -20px;
    margin-top: -70px;
}

.operation-box .bds_sqq {
    /*display      : none;*/
    width: 33px;
    height: 33px;
    background: url("../images/qq.png") no-repeat center;
    background-size: 33px 33px;
    margin: 0 0 20px;
    transition: all 0.5s;
}

.operation-box .bds_tsina {
    width: 33px;
    height: 33px;
    background: url("../images/weibo.png") no-repeat center;
    background-size: 33px 33px;
    margin: 0 0 20px;
    transition: all 0.5s;
}

.operation-box .bds_weixin {
    width: 33px;
    height: 33px;
    background: url("../images/weixin.png") no-repeat center;
    background-size: 33px 33px;
    margin: 0 0 20px;
    transition: all 0.5s;
}

@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 .bds_sqq:hover {
    background: url("../images/qq-red.png") no-repeat center;
    background-size: 33px 33px;
}

.operation-box .bds_tsina:hover {
    background: url("../images/weibo-red.png") no-repeat center;
    background-size: 33px 33px;
}

.operation-box .bds_weixin:hover {
    background: url("../images/weixin-red.png") no-repeat center;
    background-size: 33px 33px;
}

.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: #ddd url("../images/top.svg") no-repeat center center;
    position: fixed;
    bottom: 158px;
    right: 1%;
    z-index: 8;
    display: none;
}

.top a {
    display: block;
    width: 100%;
    height: 100%;
}

@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);
    }
}


/* ************************************************ */


/*                 内页                                 */


/* ************************************************** */

.page-wrapper {
    width: 100%;
    padding-left: 7%;
    overflow: hidden;
}

.banner {
    height: 500px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding: 200px 0 0;
}

.banner.color-black {
    color: #222;
}

.banner h1 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 15px;
}

.banner p {
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
}

.banner.food-main {
    background-color: #eee;
    background-position: left center;
    background-size: cover;
    transition: all 0.75s linear;
}

.food-page {
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.food-page h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
}

.food-page h2 small {
    font-size: 24px;
    line-height: 34px;
}

.food-page h2 span.big {
    font-size: 48px;
    color: #000;
    display: inline-block;
}

html.hide-scrollbar {
    overflow-y: hidden;
}


/* ************************************************ */


/*               关于慧美                                   */


/* ************************************************ */

.about_inner_box .row {
    margin: 0 -15px;
}

.about_inner_box .col-lg-3 {
    padding: 0 15px;
}

.about_inner_box .inner-box {
    padding: 80px 30px;
    background: #eee;
    text-align: center;
}

.about_inner_box .inner-box .ico i {
    font-size: 48px;
    color: #666;
}

.about_inner_box .inner-box .ico {
    margin-bottom: 20px;
}

.about_inner_box .inner-box .title {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
}

.about_inner_box .inner-box p {
    font-size: 14px;
    color: #666;
}

.about_inner_box .inner-box:hover {
    background: #e60012;
}

.about_inner_box .inner-box:hover i,
.about_inner_box .inner-box:hover .title,
.about_inner_box .inner-box:hover p {
    color: #fff;
}


/* 荣誉 */

.honor-inner_box {
    width: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/01/bg.png);
    overflow: hidden;
}

.testimonial-items-3col {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-item {
    background: #f8f8fa;
    padding: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    align-items: center;
}

.testimonial-thumb {
    display: inline-block;
}

.testimonial-thumb img {
    width: 100%;
    max-width: 257px;
    max-height: 321px;
}


/*Owl Carousel Nav Prev*/

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 39%;
    width: 50px;
    background: rgb(27, 27, 27, .65);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: initial;
    right: 0;
}

.owl-carousel:hover .owl-nav .owl-next {
    left: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav i {
    color: #fff;
}


/* 公益 */

.benefit-box {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-items-2col {
    width: 100%;
}

.benefit-thumb {
    width: 100%;
    overflow: hidden;
}

.benefit-thumb img {
    width: 100%;
}

.benefit-conten {
    padding: 30px 60px;
    text-align: left;
    width: 100%;
    background: #eee;
}

.benefit-conten h6 {
    font-size: 22px;
    color: #000 !;
}

.benefit-conten p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


/* ************************************************ */


/*               新闻中心                                   */


/* ************************************************ */

.news-inner-box .col-lg-6 {
    padding: 0 15px;
}

.news-inner-box .inner-box {
    margin-bottom: 30px;
}

.news-inner-box .media-main {
    padding: 20px 30px !important;
    background: #eee;
}

.news-inner-box h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px !important;
}

.news-inner-box .more {
    font-size: 18px;
    color: #666;
    text-align: left;
    margin: 20px 0 0;
}

.news-inner-box .inner-box a:hover h2,
.news-inner-box .inner-box a:hover .more {
    color: #e60012;
}


/* 详情 */

.news-detail-title h6 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px !important;
}

.news-detail-title .nd-top {
    padding: 20px 0;
    display: table;
    margin: 0 auto;
}

.news-detail-title .nd-top .date,
.news-detail-title .nd-top .source {
    float: left;
    margin: 0 10px;
    font-size: 14px;
    color: #666;
}

.news-detail-conten {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.ndc-title {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-detail-conten p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news-detail-conten p img {
    max-width: 100%;
    display: table;
    margin: 30px auto;
}

.bottom-mark {
    margin: 30px 0;
    align-items: center;
}

.bottom-mark .letf {
    float: left;
}

.bottom-mark .letf .list {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
}

.bottom-mark .letf .list a {
    font-size: 14px;
    color: #000;
}

.bottom-mark .letf .list a:hover {
    color: #e60012;
}

.bottom-mark .right {
    float: right;
}

.bottom-mark .right .r a {
    font-size: 22px;
    color: #000;
    background: #eee;
    text-align: center;
    padding: 10px 60px;
}

.bottom-mark .right .r a:hover {
    background: #e60012;
    color: #fff;
}

.nd-p {
    font-size: 22px;
    padding: 20px 20px;
    text-align: center;
}


/* ************************************************ */


/*               慧美家族                                   */


/* ************************************************ */

.family_inner_box .inner-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
    background: #eee;
}

.family_inner_box .inner-box .images {
    width: 50%;
}

.family_inner_box .inner-box .images img {
    width: 100%;
}

.family_inner_box .inner-box .inner_conten {
    padding: 0 80px;
    width: 50%;
}

.family_inner_box .inner-box .inner_conten h6 {
    font-size: 30px;
    position: relative;
    color: #000;
    text-align: center;
    padding: 0 0 30px;
}

.family_inner_box .inner-box .inner_conten h6::before {
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    background: #666;
}

.family_inner_box .inner-box .inner_conten .ico {
    margin: 30px 0;
}

.family_inner_box .inner-box .inner_conten p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
}

.family_inner_box .inner-box .inner_conten a i {
    font-size: 30px;
    color: #888;
}

.family_inner_box .inner-box .inner_conten a:hover i {
    color: #e60012;
}

.banner_title {
    text-align: left;
}

.food-page h2.h2 {
    margin-bottom: 30px;
}

.food-page h6 {
    font-size: 22px;
    color: #444;
    margin-bottom: 30px;
}


/* ************************************************ */


/*               产品中心                                   */


/* ************************************************ */

.feature-thumb {
    overflow: hidden;
}

.img-full {
    width: 100%;
}

.feature-thumb img {
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.feature-box:hover .feature-thumb img {
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.feature-content h3 {
    padding: 30px 0;
    font-size: 22px;
    color: #000;
}

.feature-box:hover .feature-content h3 {
    color: #e60012;
}

.feature-box {
    margin-bottom: 20px;
}

.feature-section .col-md-6,
.feature-section .col-xl-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.feature-section .row {
    margin-right: 15px;
    margin-left: 15px;
}


/* 角标 */

.pagination-nav {
    display: table;
    margin: 0 auto;
}

.pagination-nav .pagination-list>li {
    text-align: center;
    margin-right: 8px;
    float: left;
}

.pagination-nav .pagination-list>li:last-child {
    margin-right: 0;
}

.pagination-nav .pagination-list>li>a {
    font-size: 14px;
    color: #565151;
    font-weight: 500;
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
}

.pagination-nav .pagination-list>li:hover a {
    border: 1px solid transparent;
    background: #e60012;
    color: #fff;
}

.pagination-nav .pagination-list>li.active a {
    border: 1px solid transparent;
    background: #e60012;
    color: #fff;
}


/* 角标 */


/* 详情 */

.products_detail .feature-thumb,
.products_detail .feature-thumb img {
    width: 100%;
}

.products_detail .detail-content {
    padding: 30px 60px;
    text-align: left;
}

.products_detail .detail-content .title {
    text-align: left;
}

.products_detail .detail-content .title h3 {
    font-size: 30px;
}

.products_detail .detail-content .titel_p {
    font-size: 16px;
}

.products_detail .detail-content .title_text {
    text-align: left;
    margin-top: 15px;
}

.products_detail .detail-content .title_text .one {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 5px;
}

.products_detail .detail-content .title_text .one .p1 {
    width: 12%;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.products_detail .detail-content .title_text .one .p {
    width: 88%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.fp {
    padding: 0 0 60px
}

.products_detail_conten .title {
    width: 260px;
    padding: 10px 60px;
    background: #e60012;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.detail_conten_title {
    width: 96%;
    padding: 30px 0 0;
}

.detail_conten_title p img {
    display: table;
    margin: 0 auto;
    width: 100%;
}


/* 更多产品 */

.more_products h1 {
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.products-item .title:hover h3 {
    color: #e60012;
}


/* ************************************************ */


/*               招商加盟                                   */


/* ************************************************ */

.join_title {
    width: 65%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.food-page1 {
    border-bottom: none;
}

.join_inner_box {
    position: relative;
}

.join_inner_box .inner-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    max-height: 483px;
    background: #eee;
    margin-bottom: 60px;
}

.join_inner_box .inner-box .inner_conten {
    width: 55%;
    padding: 40px 120px;
}

.join_inner_box .inner-box .inner_conten h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.join_inner_box .inner-box .images {
    width: 45%;
    max-width: 810px;
    max-height: 483px;
    float: left;
}

.join_inner_box .inner-box .images img {
    width: 100%;
}

.join_inner_box .inner-box .inner_conten p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.sj {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
}

.video-popup {
    position: relative;
    width: 100%;
    max-height: 566px;
}

.video-popup img {
    width: 100%;
}

.popup-youtube {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}

.popup-youtube:hover {
    color: #fff;
}

.video-popup a i::before {
    font-size: 48px;
    border-radius: 50%;
    line-height: 100px;
}

.video-popup-left a {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 95px;
    background: #fff;
    font-size: 24px;
    color: #19203f;
    position: relative;
    z-index: 10;
    display: inline-block;
    border-radius: 95px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.video-popup-left a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
    border-radius: 95px;
}

.video-popup-left a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
    border-radius: 95px;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


/* ************************************************ */


/*               人力资源                                   */


/* ************************************************ */

.twonav {
    display: table;
    margin: 0 auto;
}

.twonav ul {
    display: table;
    margin: 0 auto;
}

.twonav ul li {
    float: left;
    margin: 0 30px;
}

.twonav ul li a {
    font-size: 22px;
    color: #000;
    width: 120px;
    padding: 10px 40px;
    height: 45px;
    line-height: 45px;
    background: #eee;
    text-align: center;
}

.twonav ul li.active a,
.twonav ul li a:hover {
    background: #E62511;
    color: #fff;
}

.job_title {
    text-align: left;
    width: 75%;
    margin: 0 auto;
}

.job_title h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.job_title p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 30px;
}

.faq-block {
    display: inline-block;
    width: 75%;
    margin: 0 auto;
}

.accordion .accordion-item {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.accordion .accordion-item .accordion-header {
    position: relative;
}

.accordion .accordion-item .accordion-header.active .title {
    background: #eee;
    color: #000;
}

.accordion .accordion-item .accordion-header.active span {
    background: #d5291d !important;
}

.accordion .accordion-item .accordion-header.active span:before {
    content: "\f063";
    color: #fff;
}

.accordion .accordion-item .accordion-header .title {
    cursor: pointer;
    color: #253c61;
    position: relative;
    background: #eee;
    margin: 0;
    padding: 24px 20px 20px 70px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

.accordion .accordion-item .accordion-header .title b {
    font-weight: initial;
    padding-left: 60px;
    font-size: 16px;
    color: #666;
}

.accordion .accordion-item .accordion-header span {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    background: #E62511 !important;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
}

.accordion .accordion-item .accordion-body {
    padding: 60px 80px;
    background: #fff;
    display: none;
    text-align: left;
}

.accordion .accordion-item .accordion-body p {
    font-size: 15px;
    color: #444444;
    margin: 0px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 30px;
}

.accordion .accordion-item .accordion-body a {
    padding: 20px 30px;
    text-align: center;
    background: #d5291d;
    font-size: 14px;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.accordion .accordion-item:nth-child(1) .accordion-body {
    display: block;
}


/* ************************************************ */


/*               联系我们                                   */


/* ************************************************ */

.contact_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact_box li {
    width: 25%;
    padding: 0 10px;
}

.contact_box li .innerbox {
    width: 100%;
    border: 1px solid #eee;
    padding: 40px;
    height: 226px;
}

.contact_box li .innerbox i {
    font-size: 48px;
    color: #666;
}

.contact_box li .innerbox .zhaopai-pic {
    margin-bottom: 20px;
}

.contact_box li .innerbox h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.contact_box li .innerbox p {
    font-size: 14px;
    color: #666;
}

.contact-map-section #map {
    width: 100%;
    height: 500px;
    background: #eee;
}

.contact-map-section #map .area {
    width: 49%;
    height: 300px;
    background: #000;
    float: left;
    animation: right 1s ease-out .6s both
}

.contact-map-section #map .info {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
    color: #000
}

.contact-map-section #map h5 {
    font-size: 26px;
    padding-bottom: 26px
}

.contact-map-section #map span {
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 24px
}

.contact-map-section #map .name {
    font-size: 18px;
    padding-bottom: 10px
}

.contact-map-section #map p {
    font-size: 15px;
    line-height: 30px
}

#map img {
    max-width: none
}

.dt-map {
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.dd-map {
    font-size: 13px;
    color: #444
}


/* ************************************************ */


/*               响应                                   */


/* ************************************************ */

.pc {
    display: block;
}

.mobile-phone {
    display: none;
}


/*移动端导航*/

@media(max-width: 1024px) {
    body {
        min-width: 100%;
    }
    .mobile-phone {
        width: 100%;
        display: block;
    }
    .pc {
        display: none !important;
    }
    /* 导航 */
    .moblie_head {
        display: block;
        height: 72px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    .moblie_head .lf {
        float: left;
        padding-left: 5%;
    }
    .moblie_head .lf img {
        width: 46px;
    }
    .moblie_head .rg {
        float: right;
        padding-right: 5%;
        padding-top: 7px
    }
    .moblie_head .rg a i {
        font-size: 30px;
        vertical-align: top;
        color: #000;
    }
    .moblie_head .rg a i:hover {
        color: #d5291d;
    }
    .a_closed i {
        font-size: 48px;
        color: #fff;
    }
    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }
    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .a_txt .div3 ul li {
        border-bottom: 1px solid #eee
    }
    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_txt2 {
        display: none
    }
    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
    /* 导航结束 */
    /* 首页*/
    .front-main {
        padding: 0 0 !important;
    }
    .front-page {
        background-image: url(../images/banner/mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-page {
        display: none;
    }
    .front1 {
        position: relative;
        height: 300px;
        margin: 40px 0 0;
    }
    .front1::before {
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0, 0.35);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .front1.xiangchun .front1-content,
    .front1.niudagu .front1-content {
        width: 100%;
        left: 0;
        padding: 0 3%;
    }
    .front1-content {
        top: 16%;
    }
    .front2 {
        border: none;
    }
    .media-box {
        padding: 30px 3% 0;
    }
    .footer-block .block,
    .media-main h2 {
        font-size: 18px;
    }
    .front1-content h2 {
        font-size: 24px;
        height: auto;
        line-height: normal;
        color: #fff;
        margin-bottom: 10px;
    }
    .front1-content h6 {
        font-size: 18px;
        height: auto;
        line-height: normal;
        color: #fff;
        margin-bottom: 10px;
    }
    .front1-content p {
        font-size: 14px;
        color: #fff;
    }
    a.video-icon span,
    .front1-content a.more span {
        color: #fff;
    }
    .footer-block .block,
    .media-box {
        width: 100%;
        float: none;
        border: none;
    }
    .footer-block .block p,
    .media-main p {
        text-align: center !important;
    }
    .media-main {
        padding-top: 15px;
    }
    .events a.more,
    .news-wrapper a.more,
    .footer-block .block a.more,
    .media-box a.more {
        margin-top: 15px;
    }
    .cate.half {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .cate-main {
        opacity: initial !important;
        background: rgb(0, 0, 0, 0.3);
    }
    .footer-block h2 {
        font-size: 22px;
    }
    .cate-main h2 {
        font-size: 22px;
        line-height: initial;
    }
    .cate.full .cate-main {
        width: 100%;
    }
    .icon {
        margin: 0 auto 15px;
    }
    a.video-icon span,
    a.more span {
        padding-right: 0;
        font-size: 14px;
    }
    .footer-block {
        display: flex;
        flex-wrap: wrap;
    }
    /* 内页 */
    .page-wrapper {
        padding-left: 0;
    }
    .wrap-3 {
        width: 100%;
        padding: 0 3%;
    }
    .m-banner {
        margin-top: 70px;
        height: 180px;
        padding: 60px 0 0;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner p {
        font-size: 14px;
    }
    .food-page {
        width: 100%;
        padding: 20px 0 0;
    }
    .media-main p span.time {
        display: none;
    }
    .footer-block .block p,
    .media-main p {
        padding-top: 5px;
    }
    /* 新闻中心 */
    .news-inner-box h2,
    .news-inner-box .more {
        text-align: center;
    }
    .news-detail-conten {
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .ndc-title {
        display: inline-block;
        padding: 15px 0 15px;
    }
    .bottom-mark .letf,
    .bottom-mark .right {
        float: initial;
    }
    .bottom-mark .right {
        margin: 15px 0;
    }
    .bottom-mark .letf .list {
        line-height: 30px;
    }
    .bottom-mark {
        display: inline-block;
        margin: 15px 0;
    }
    .footer-block .block p,
    .media-main p {
        text-align: left;
        line-height: 24px;
    }
    .ellipsis {
        white-space: initial
    }
    .d-none {
        display: block !important;
    }
    .news-inner-box h2,
    .nd-p {
        font-size: 16px;
    }
    .footer-block .block p,
    .media-main p {
        font-size: 14px;
    }
    .news-inner-box .more {
        font-size: 14px;
    }
    .news-inner-box .media-main {
        padding: 15px 10px !important;
    }
    .news-detail-title .nd-top {
        padding: 0 0;
    }
    .news-inner-box .inner-box {
        margin-bottom: 5px;
    }
    .pagination-nav .pagination-list>li>a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .pagination-nav {
        margin: 15px auto 30px;
    }
    .bottom-mark .right .r a {
        font-size: 16px;
    }
    /* 关于我们 */
    .about_inner_box .inner-box {
        padding: 20px 10px;
        margin-bottom: 15px;
    }
    .food-page h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .food-page h2 span.big {
        font-size: 22px;
    }
    .about_inner_box .inner-box .ico i {
        font-size: 30px;
    }
    .about_inner_box .inner-box .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .testimonial-item {
        padding: 10px;
    }
    .honor-inner_box .owl-carousel .owl-nav .owl-prev,
    .honor-inner_box .owl-carousel .owl-nav .owl-next,
    .benefit-box .owl-carousel .owl-nav .owl-prev,
    .benefit-box .owl-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        top: 50%;
    }
    .benefit-conten {
        padding: 15px 10px;
    }
    .honor-inner_box {
        padding: 30px 0;
    }
    /* 招商加盟 */
    .food-page h2 span.big {
        font-size: 24px;
    }
    .join_title {
        width: 100%;
        margin: 0 auto 30px;
    }
    /* 产品中心 */
    .twonav ul li {
        margin: 0 5px;
    }
    .twonav ul li a {
        font-size: 14px;
        padding: 10px 10px;
    }
    .feature-content h3 {
        font-size: 18px;
        padding: 15px 0;
    }
    .products_detail .detail-content {
        padding: 15px 0;
    }
    .products_detail .detail-content .title_text .one .p1 {
        width: 23%;
    }
    .more_products h1 {
        font-size: 30px;
    }
    /* 招商加盟 */
    .join_inner_box {
        display: inline-block;
        height: 100% !important;
    }
    .join_inner_box .inner-box {
        display: flex;
        flex-direction: column;
        max-height: none;
        margin-bottom: 15px;
    }
    .join_inner_box .inner-box .images {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }
    .join_inner_box .inner-box .inner_conten {
        width: 100%;
        padding: 30px 30px;
    }
    .food-page h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .job_title h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .job_title p {
        margin-bottom: 15px;
    }
    .faq-block {
        width: 100%;
    }
    .accordion .accordion-item .accordion-header .title {
        font-size: 14px;
        padding: 20px 10px;
    }
    .accordion .accordion-item .accordion-header span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .accordion .accordion-item .accordion-body {
        padding: 15px 10px;
    }
    .accordion .accordion-item .accordion-body p {
        font-size: 14px;
    }
    /* 慧美家族 */
    .family_inner_box .inner-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .family_inner_box .inner-box .images {
        width: 100%;
    }
    .family_inner_box .inner-box .inner_conten {
        width: 100%;
        padding: 20px 10px;
    }
    .family_inner_box .inner-box .inner_conten .ico {
        margin: 15px 0;
    }
    .family_inner_box .inner-box .inner_conten h6 {
        font-size: 24px;
    }
    /* footer */
    body.front .footer-bottom {
        padding: 0;
    }
    .footer {
        padding: 0 3%;
    }
    .footer-logo {
        width: 100px;
        height: auto;
    }
    .footer-qr {
        margin: 0 0 0 5px;
    }
    .footer-right {
        display: none;
    }
    .footer-top {
        display: table;
        margin: 0 auto;
        border: none;
        padding: 0 0 15px;
        height: auto;
    }
    .top {
        width: 30px;
        height: 30px;
    }
    .footer-bottom {
        border-top: 1px solid #ccc;
    }
    .footer-logo img {
        width: 80px;
    }
    .shengming p {
        line-height: 22px;
    }
    .job_title{
        width: 100%;
    }
}

@media(max-width: 991px) {
    .contact_box {
        display: flex;
        flex-wrap: wrap;
    }
    .contact_box li {
        width: 50%;
        padding: 0 5px;
        margin: 0 0 10px;
    }
    .contact_box li .innerbox {
        padding: 10px;
        height: auto;
    }
    .contact_box li .innerbox .zhaopai-pic {
        margin-bottom: 10px;
    }
    .contact_box li .innerbox i {
        font-size: 24px;
    }
    .contact_box li .innerbox h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact_box li .innerbox p {
        line-height: 24px;
    }
    .contact-map-section #map {
        height: 300px;
    }
}

@media(max-width: 640px) {
    .front1 {
        height: 362px;
    }
    .cate {
        height: 180px;
    }
    .cate-main p {
        display: none;
    }
    .cate-main h2 {
        padding-bottom: 15px;
    }
    .footer-block .block {
        width: 100%;
        flex: 1;
        padding: 20px 6px;
    }
    .footer-block h2 {
        font-size: 18px;
    }
    .footer-block .block p,
    .media-main p {
        font-size: 12px;
    }
    a.video-icon span,
    a.more span {
        font-size: 14px;
    }
    .footer-block {
        display: block;
    }
    .contact_box li{
        width: 100%;
    }
}