@font-face {
    /*font-family: '微软雅黑';*/
    /*src: url('../font/wryh.ttf');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

button, input {
    outline: none !important;
}

button {
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

/*留言框*/
.leaving-message {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.leaving-message-back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.leaving-message-main {
    width: 500px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.leaving-message-main textarea {
    width: 90%;
    height: 250px;
    margin: 20px 5% 0;
    font-size: 20px;
    resize: none;
    outline: none;
    border: none;
}

.center-container {
    width: 1200px;
    margin: 0 auto;
}

.top {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.nav-company {
    width: 16%;
    text-align: right;
}

.nav-company img {
    width: 80%;
}

.nav-menu {
    width: 67%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.menu-item-for {
    position: relative;
}

.menu-item {
    width: 150px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 5px;
}

.menu-item span {
    color: #ffffff;
}

.menu-item:hover span {
    color: #f99122;
}

.two-menu {
    width: 98%;
    margin: 0 auto;
    background-color: rgb(0, 0, 0);
}

.display {
    display: none;
}

.two-menu-item {
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #606060;
    color: #ffffff;
}

.nav-btn {
    width: 17%;
}

.nav-btn button {
    width: 99px;
    height: 35px;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: none;
}

.nav-btn button:first-child {
    margin-right: 20px;
}

.top-main {
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    vertical-align: middle;
}

.top-content {
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    padding-top: 170px;
}

.top-content h1, .top-content p {
    text-align: center;
}

.top-content h1 {
    font-size: 60px;
}

.top-content p {
    font-size: 30px;
}

.top-content button {
    width: 175px;
    height: 57px;
    background: linear-gradient(to right, #fdb928, #fd8a0d);
    border-radius: 36px;
    font-size: 22px;
    color: #ffffff;
    border: none;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 87.5px);
}

.footer {
    background: #222327;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
}

.footer-top, .footer-center, .company-info {
    display: flex;
    align-items: center;
}

.footer-item {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 35px 75px;
}

.footer-font {
    color: #ffffff;
}

.footer-font p {
    margin: 0;
    font-size: 20px;
}

.footer-font span {
    margin-top: 5px;
    font-size: 14px;
}

.footer-wx {
    font-size: 24px;
}

.company-info {
    width: 65%;
}

.company-logo {
    padding: 0 65px 0 30px;
    margin-right: 50px;
    border-right: 1px solid #ffffff;
}

.contact-information {
    color: #ffffff;
}

.contact-information-zi {
    font-size: 24px;
    margin: 0;
}

.contact-information-tel {
    font-size: 38px;
    margin: 20px 0;
}

.contact-information span {
    font-size: 20px;
}

.QR-code {
    width: 35%;
    display: flex;
    justify-content: space-evenly;
}

.QR-code p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.footer-bot {
    background: #121315;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    margin-top: 50px;
}

.fixed {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 55px;
    height: 290px;
    border-radius: 10px 0 0 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    text-align: center;
}

.fixed > div {
    height: calc((100% - 55px) / 3);
    cursor: pointer;
}

.fixed img {
    margin: 12px 0 7px;
}

.fixed p {
    margin: 0;
}

.on-trial {
    background: #8b5fce;
    border-top-left-radius: 10px;
}

.phone {
    border-bottom: 1px solid #606060;
    position: relative;
}

.phone-hover {
    position: absolute;
    top: 0;
    right: 55px;
    height: 100%;
    display: none;
    padding: 0 10px;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px 0 0 10px;
    white-space: nowrap;
}

.phone:hover .phone-hover {
    display: flex;
    align-items: center;
}

.go-top {
    height: 55px !important;
    background: #1d1d1d;
    border-bottom-left-radius: 10px;
}

.block-title {
    text-align: center;
    color: #010101;
    font-size: 30px;
    padding: 50px 0;
}

.footer-iframe {
    width: 100%;
    height: 100%;
}

/*首页*/
.product-row {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    margin: 50px 0;
}

.product-item {
    width: 240px;
    text-align: center;
}

.product-title {
    font-size: 24px;
}

.product-content {
    color: #888888;
    line-height: 30px;
    padding: 0 30px;
}

.product-btn {
    width: 100px;
    margin: 0 auto;
}

.product-btn button {
    width: 100%;
    height: 32px;
    border-radius: 16px;
    color: #ffffff;
    margin-top: 24px;
    background: linear-gradient(to right, #532184, #8043ab);
    border: none;
}

.soon-online-btn button {
    background: linear-gradient(to right, #a6a6a6, #b9b9b9);
    cursor: default;
}

.why-choose {
    background: #f7f7f7;
    padding-bottom: 28px;
}

.switch-tab {
    height: 390px;
}

.switch-left {
    box-sizing: border-box;
    padding: 28px 0;
    float: left;
    width: 226px;
    height: 100%;
    border-right: 1px solid #c4c4c4;
}

.switch-left-item {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    padding-right: 40px;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}

.switch-left-item img {
    vertical-align: middle;
    margin-right: 18px;
}

.switch-active {
    color: #7f40a9;
    border-right: 1px solid #7f40a9;
}

.switch-right {
    width: 974px;
    height: 100%;
    float: left;
}

.switch-content {
    height: 100%;
    display: none;
}

.switch-content-active {
    display: block;
}

.switch-font {
    color: #888888;
    font-size: 18px;
    padding-left: 45px;
    line-height: 40px;
}

.switch-content-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.switch-img {
    width: 420px;
    text-align: center;
}

.switch-manager-container {
    width: calc(100% - 480px);
}

.switch-manager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.switch-manager div {
    width: 108px;
    height: 40px;
    color: #7f40a9;
    border: 1px solid #7f40a9;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.switch-manager-container2 {
    width: 330px;
}

.switch2-manager {
    color: #aaaaaa;
    border: 1px solid #7f40a9;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 18px;
    margin: 17px 0;
}

.switch-big-font {
    color: #7f40a9;
    font-size: 26px;
}

.switch-hui-font {
    color: #676767;
}

.switch3-manager {
    width: 162px;
    color: #aaaaaa;
    border: 1px solid #7f40a9;
    border-radius: 5px;
    padding: 10px 20px;
    float: right;
    margin: 10px 20px;
}

.customer-display-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 77px;
}

.customer-display-table tr td {
    border: 1px solid #dddddd;
    padding: 30px 0;
    text-align: center;
}

.customer-display-table tr td img {
    width: 90%;
}


/*生鲜配送*/
.fresh-difficulty-tab-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.fresh-difficulty-img {
    cursor: pointer;
    text-align: center;
}

.fresh-difficulty-img-yuan div {
    text-align: center;
    color: #a9a9a9;
    font-size: 24px;
    margin: 20px 0 40px;
}

.fresh-difficulty-img-active div {
    color: #333333;
}

.fresh-difficulty-img-arrow {
    height: 20px;
    text-align: center;
}

.fresh-difficulty-bot {
    background: #4d2892;
    padding: 55px 0;
    overflow: hidden;
    margin-bottom: 68px;
    display: none;
}

.fresh-difficulty-bot-item {
    width: 50%;
    float: left;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 0 55px;
}

.fresh-difficulty-bot-item:first-child {
    border-right: 1px solid #8369b3;
}

.fresh-difficulty-bot-title {
    font-size: 28px;
}

.fresh-difficulty-bot-english {
    position: absolute;
    top: 9px;
    font-size: 40px;
    opacity: .2;
}

.fresh-difficulty-bot-content {
    font-size: 18px;
    margin-top: 40px;
}

.display-block {
    display: block;
}

.fresh-row {
    padding: 40px 0 50px;
    overflow: hidden;
}

.fresh-row-center {
    width: 1200px;
    margin: 0 auto;
}

.fresh-row-odd {
    background: #f4f4f4;
}

.fresh-row-content, .fresh-row-img {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.fresh-row-content {
    padding: 0 73px 0 43px;
}

.fresh-row-content-title {
    color: #403c3b;
    font-size: 24px;
}

.fresh-row-content-part {
    height: 175px;
    color: #868686;
    font-size: 18px;
    margin-top: 43px;
    line-height: 40px;
}

.fresh-row-content-btn {
    width: 180px;
    height: 57px;
}

.fresh-row-content-btn button {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    color: #ffffff;
    font-size: 20px;
    border: none;
    background: #4d2892;
}

.fresh-row-img {
    text-align: center;
}

.fresh-Delivery-main {
    position: relative;
    margin-bottom: 50px;
}

.fresh-Delivery-bian {
    position: absolute;
    top: 0;
    text-align: center;
    margin-top: 60px;
}

.fresh-Delivery-center {
    position: relative;
}

.fresh-Delivery-center-img {
    width: 126px;
    height: 126px;
    position: absolute;
    top: calc(50% - 63px);
    left: calc(50% - 63px);
}

.fresh-Delivery-left {
    left: 0;
    z-index: 9;
}

.fresh-Delivery-right {
    right: 0;
}

/*食品加工*/
.food-industry {
    background: #f4f4f4;
    padding-bottom: 52px;
}

.food-industry-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.food-industry-item {
    width: 230px;
    border-radius: 5px;
    background: #ffffff;
    padding-top: 36px;
    text-align: center;
}

.food-industry-item p {
    margin: 50px 0 34px;
    font-size: 24px;
}

.food-industry-item div {
    height: 106px;
    padding: 0 28px;
    color: #666666;
    line-height: 25px;
}

.food-process {
    padding: 75px 0 65px;
    background: url("../img/food-processing/shipin_07.jpg") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.food-process-left {
    float: left;
    margin-right: 65px;
}

.food-process-right {
    float: left;
}

.food-process-right-font {
    box-sizing: border-box;
    width: 670px;
    height: 240px;
    border: 1px solid #ffffff;
    padding: 38px;
    color: #ffffff;
}

.food-process-right-font div {
    font-size: 24px;
    margin-bottom: 25px;
}

.food-process-right-font span {
    line-height: 25px;
    color: #cbcbcb;
}

.food-process-right-img {
    display: flex;
    color: #a57cf2;
    margin-top: 45px;
}

.food-process-right-bot {
    width: 70px;
    text-align: center;
}

.food-process-right-yuan {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #a57cf2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 14px;
}

.food-process-right-arrow {
    margin-top: 28px;
    transform: rotate(-90deg);
}

.food-function-item {
    width: 330px;
    height: 130px;
    text-align: center;
    margin-top: 35px;
    position: relative;
}

.food-function {
    margin-bottom: 120px;
}

.food-function-item div {
    color: #0e050a;
    font-size: 22px;
    margin-bottom: 15px;
}

.food-function-item span {
    color: #878787;
    font-size: 15px;
    line-height: 30px;
}

.food-function-left {
    float: left;
}

.food-function-left .food-function-item {
    text-align: right;
}

.food-function-right {
    float: right;
}

.food-function-right .food-function-item {
    text-align: left;
}

.food-function-item2 {
    margin-top: 60px;
}

.food-function-item-l1 {
    right: -40px;
}

.food-function-item-l3 {
    right: -100px;
}

.food-function-item-r1 {
    left: -40px;
}

.food-function-item-r3 {
    left: -100px;
}

/*客户*/
.product-center {
    background: rgb(246, 246, 246);
    padding-bottom: 150px;
}

.product-case {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 42px 0;
}

.product-case > div {
    width: 380px;
    height: 320px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
}

/*手机*/
/* header */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header {
    position: relative;
    height: 50px;
    background: #006fe2;
}

.header .logo {
    display: block;
    width: 130px;
    height: 30px;
    padding: 10px 0 0 10px;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .search {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 40%;
}

.header .search:hover {
    background-color: #0067d2;
}

.header .search span {
    display: none;
}

.header .user-icon {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-user.png) no-repeat center center;
    background-size: 40%;
}

.header .user-icon span {
    display: none;
}

.header .user-icon:hover {
    background-color: #0067d2;
}

.header .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-back.png) no-repeat center center;
    background-size: 12px 20px;
}

.phone-menu {
    display: none;
}

.purple-img img {
    width: 600px;
}

@media screen and (max-width: 1024px) {
    .top {
        overflow: visible;
    }

    .top-nav {
        height: 60px;
        display: none;
    }

    .nav-company {
        width: 25%;
    }

    .nav-company img {
        width: 100%;
        margin: 10px 0 0 10px;
    }

    .phone-menu {
        display: block;
    }

    .banner-img {
        width: 100%;
        margin-left: 0;
        vertical-align: middle;
    }

    .top-content {
        width: 100%;
        height: 240px;
        left: 0;
        padding-top: 80px;
    }

    .top-content h1 {
        font-size: 20px;
    }

    .top-content p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .top-content button {
        width: 100px;
        height: 35px;
        font-size: 16px;
        bottom: 15px;
        left: calc(50% - 50px);
    }

    .footer-container {
        width: 100%;
    }

    .footer-center {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .footer-item {
        float: left;
        width: 25%;
        text-align: center;
        display: block;
        padding: 10px 0;
    }

    .company-info {
        width: 100%;
    }

    .company-logo {
        width: 45%;
        margin: 20px 50px 20px 0;
        text-align: center;
    }

    .QR-code {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .footer-bot {
        margin-top: 0;
        font-size: 14px;
    }

    .footer-font p {
        font-size: 16px;
    }

    .footer-font span {
        font-size: 13px;
    }

    .fixed {
        bottom: 50px;
        width: 40px;
        height: 220px;
        font-size: 14px;
    }

    .fixed > div {
        height: calc((100% - 40px) / 3);
    }

    .fixed img {
        width: 17px;
    }

    .go-top {
        height: 40px !important;
    }

    .phone-hover {
        right: 40px;
    }

    .modal-wrapper, .leaving-message-main {
        width: 320px;
    }

    .center-container {
        width: 100%;
    }

    .product-item {
        /*width: 100%;*/
        margin: 0 0 20px 0;
    }

    .block-title {
        font-size: 24px;
        padding: 15px 0;
    }

    .switch-tab {
        height: auto;
    }

    .switch-left {
        float: none;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 50px;
        border-right: none;
        border-bottom: 1px solid #c4c4c4;
    }

    .switch-left-item {
        height: 50px;
        padding-right: 0;
        font-size: 16px;
    }

    .switch-left-item img {
        margin-right: 5px;
        width: 17px;
    }

    .switch-active {
        border-right: none;
        border-bottom: 1px solid #7f40a9;
    }

    .switch-right {
        float: none;
        width: 100%;
    }

    .switch-img {
        width: 100%;
    }

    .switch-font {
        color: #888888;
        font-size: 14px;
        padding: 0 10px;
        line-height: 25px;
    }

    .switch-content-bot {
        display: block;
        margin-top: 0;
    }

    .switch-manager {
        margin: 5px;
    }

    .switch-manager div {
        font-size: 14px;
        width: calc(97% / 4);
    }

    .switch-manager-container {
        width: 100%;
        overflow: hidden;
    }

    .switch-manager-container2 {
        width: 80%;
        margin: 0 auto;
    }

    .switch2-manager {
        font-size: 14px;
    }

    .switch-big-font {
        font-size: 20px;
    }

    .switch3-manager {
        width: calc(92% / 4);
        float: left;
        margin: 1%;
    }

    .customer-display-table tr td {
        padding: 15px 0;
    }

    .customer-display-table tr td img {
        width: 100%;
    }

    .product-title {
        font-size: 20px;
    }

    .product-content {
        height: 80px;
        padding: 0 10px;
    }

    /*生鲜配送*/
    .fresh-tab-img1 {
        width: 55px;
    }

    .fresh-tab-img2 {
        width: 45px;
    }

    .fresh-difficulty-tab-img {
        margin-bottom: 20px;
        padding: 0 65px;
    }

    .fresh-difficulty-img-yuan div {
        font-size: 12px;
        margin: 20px 0 10px;
    }

    .fresh-difficulty-img-arrow img {
        width: 10px;
    }

    .fresh-difficulty-bot {
        padding: 20px 0;
    }

    .fresh-difficulty-bot-item {
        padding: 0 10px;
    }

    .fresh-difficulty-bot-title {
        font-size: 22px;
    }

    .fresh-difficulty-bot-english {
        top: 14px;
        font-size: 24px;
    }

    .fresh-difficulty-bot-content {
        font-size: 14px;
        margin-top: 20px;
    }

    .fresh-row-center {
        width: 100%;
    }

    .fresh-row-content-part {
        height: auto;
        margin-bottom: 15px;
    }

    .fresh-Delivery-main img {
        width: 100%;
    }

    /*食品加工*/
    .food-industry-container {
        padding: 0 10px;
    }

    .food-industry-item {
        width: 19%;
        padding-top: 15px;
    }

    .food-industry-item img {
        width: 50px;
    }

    .food-industry-item p {
        margin: 20px 0 10px;
        font-size: 20px;
    }

    .food-industry-item div {
        height: 111px;
        padding: 0 7px;
    }

    .food-process-left {
        margin: 0 20px;
    }

    .food-process-right-font {
        width: 545px;
        height: auto;
        padding: 20px;
    }

    .food-function {
        overflow: hidden;
        margin-bottom: 0;
    }

    .food-function-img {
        width: 350px;
    }

    .food-function-item-l1 {
        right: -22px;
        margin-top: 32px;
    }

    .food-function-item-l3 {
        right: -60px;
        margin-top: 2px;
    }

    .food-function-item-r1 {
        left: -22px;
        margin-top: 32px;
    }

    .food-function-item-r3 {
        left: -60px;
        margin-top: 2px;
    }

    .food-function-item2 {
        margin-top: 0;
    }

    .food-function-item div {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .food-function-item span {
        font-size: 12px;
        line-height: 20px;
    }

    /*客户*/
    .product-center {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .food-process-left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .food-process-right {
        float: none;
    }

    .food-process-right-font {
        width: 90%;
        margin: 0 auto;
    }

    .food-process-right-img {
        width: 500px;
        margin: 20px auto 0;
    }

    .food-function-img {
        width: 483px;
    }

    .food-function-item {
        width: 365px;
        height: 100px;
    }

    .food-function-item-l1, .food-function-item-l3 {
        right: 0;
        margin-top: 20px;
    }

    .food-function-item-r1, .food-function-item-r3 {
        left: 0;
        margin-top: 20px;
    }

    .food-function-item2 {
        margin-top: 20px;
    }

    /*客户*/
    .product-case > div {
        width: calc(100% / 3);
        height: auto;
        padding: 15px 0;
    }

    .product-case > div img {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .top {
        overflow: visible;
    }

    .top-nav {
        height: 50px;
        display: none;
    }

    .nav-company {
        width: 50%;
    }

    .nav-company img {
        width: 100%;
        margin: 10px 0 0 10px;
    }

    .phone-menu {
        display: block;
    }

    .banner-img {
        width: 655px;
        margin-left: -120px;
        vertical-align: middle;
    }

    .product-item img {
        width: 100%;
    }

    .product-content {
        height: 100px;
        padding: 0 5px;
    }

    .switch3-manager {
        width: calc(88% / 2);
        float: left;
        margin: 3%;
    }

    .footer-top, .company-info {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .footer-item {
        float: left;
        width: 50%;
        text-align: center;
        display: block;
        padding: 10px 0;
    }

    .company-logo {
        width: 100%;
        padding: 0;
        margin: 20px;
        border-right: none;
        text-align: center;
    }

    .contact-information {
        padding: 0 20px;
    }

    .contact-information-zi {
        font-size: 16px;
        margin: 0;
    }

    .contact-information span {
        font-size: 16px;
    }

    .contact-information-tel {
        font-size: 28px;
        margin: 0;
    }

    .footer-wx {
        font-size: 16px;
    }

    /*生鲜配送*/
    .fresh-difficulty-tab-img {
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .fresh-row-content {
        padding: 0 10px;
    }

    .fresh-row-content-title {
        font-size: 18px;
    }

    .fresh-row-content-part {
        font-size: 14px;
        margin-top: 7px;
        line-height: 22px;
    }

    .fresh-row-content-btn {
        width: 100px;
        height: 35px;
        margin: 0 auto;
    }

    .fresh-row-content-btn button {
        font-size: 16px;
    }

    .fresh-row-img img {
        width: 100%;
    }

    /*食品加工*/
    .food-industry-container {
        display: block;
        overflow: hidden;
    }

    .food-industry-item {
        float: left;
        width: 48%;
        margin: 5px 1%;
    }

    .food-industry-item5 {
        width: 98%;
    }

    .food-industry-item5 div {
        height: 65px;
    }

    .food-process {
        padding: 20px 0;
    }

    .food-process-left {
        margin: 0 0 10px 0;
    }

    .food-process-left img {
        width: 90%;
    }

    .food-process-right-img {
        width: 300px;
    }

    .food-process-right-bot {
        width: 42px;
    }

    .food-process-right-yuan {
        width: 40px;
        height: 40px;
        margin-bottom: 4px;
    }

    .food-process-right-yuan img {
        width: 70%;
    }

    .food-process-right-bot span {
        font-size: 12px;
    }

    .food-process-right-arrow {
        margin-top: 10px;
    }

    .food-function-img {
        width: 100%;
    }

    .food-function-left {
        width: 100%;
    }

    .food-function-right {
        width: 100%;
    }

    .food-function-item {
        width: 95%;
        margin: 0 auto;
        height: 100px;
    }

    .food-function-left .food-function-item, .food-function-right .food-function-item {
        text-align: center;
    }

    /*客户*/
    .product-case {
        margin: 10px 0;
    }
}
