html,
body {
    padding: 0;
    margin: 0;
    background-color: #F6F6F6;
    font-size: 100px;
}

/* 顶部跳转到小程序样式 ↓ */
#jump-header {
    box-sizing: border-box;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0 28px;
    font-size: 14px;
    color: #fff;
    background: #000;
    overflow: hidden;
}

.jump-header-img {
    width: 24px;
    height: 24px;
    margin: 4px 0;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (min-width: 500px) {
    #jump-header {
        justify-content: flex-end;
        padding: 0 12px;
        font-size: 16px;
    }

    .jump-header-img {
        width: 48px;
        height: 48px;
        margin: 4px 0 4px 20px;
    }
}

.record {
    text-decoration: none;
    color: #686868;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.text {
    font-family: Alibaba PuHuiTi-Medium;
    font-size: 14px;
    font-weight: 500;
    color: #E70012;
    font-weight: bold;
}

.text1 {
    font-family: Alibaba PuHuiTi-Regular;
    font-size: 12px;
    font-weight: 400;
    color: #E70012;
    zoom: 0.7;
}

.header {
    height: 80px;
    padding: 0 24px;
    background-color: #FFFFFF;
}

.bg-img {
    /* height: 600px; */
    width: 100%;
}

.logo-img {
    width: 67px;
    height: 48px;
}

.code-img {
    width: 48px;
    height: 48px;
    margin-right: 32px;
}

.gzh-img {
    width: 48px;
    height: 48px;
}

.code-img:hover+.code-small {
    display: block;
}

.gzh-img:hover+.gzh-small {
    display: block;
}

.code-small {
    position: absolute;
    bottom: -90px;
    left: -18px;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.gzh-small {
    position: absolute;
    bottom: -95px;
    right: -18px;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.middle {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 64px;
}

.middle-name {
    font-size: 32px;
    font-weight: bold;
    color: #7E5D38;
}

.middle-create {
    font-size: 16px;
    color: #7E5D38;
    font-weight: 500;
    margin-top: 10px;
    font-weight: bold;
}

.middle-content {
    font-size: 16px;
    color: #7E5D38;
    font-weight: 400;
    margin-top: 16px;
    height: 32px;
    line-height: 32px;
}

.isShow {
    display: block;
}

.isHide {
    display: none;
}

.product {
    display: flex;
    margin-top: 94px;
}

.product-img {
    width: 50%;
    height: 280px;
}

.title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    font-weight: bold;
}

.content {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 8px;
}

.article {
    width: 50%;
    min-height: 280px;
    background-color: #FFFFFF;
    margin-top: 48px;
    padding: 32px;
    box-sizing: border-box;
    text-align: left;
}

.honor-img {
    width: 480px;
    height: 320px;
}

.honor-img1 {
    width: 480px;
    height: 520px;
}

.article1 {
    width: 351px;
    /* min-height: px; */
    background-color: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
}

.product-img1 {
    width: 351px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.allImg {
    width: 80px;
    height: 80px;
    display: block;
}

.box {
    padding: 10px 16px;
    background-color: #4B4B4B;
}

.allElImg {
    width: 150px;
    height: 150px;
    display: block;
}

.enlargeImg {
    position: absolute;
    top: -30px;
    left: -160px;
    display: none;
}

.foot {
    background: #0A080D;
}

.foot-box {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 48px 0 30px 0;
}

.foot-box1 {
    display: none;
}

.code-enlarge {
    position: absolute;
    bottom: 100px;
    left: -40px;
    width: 160px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.gzh-enlarge {
    position: absolute;
    bottom: 100px;
    right: -30px;
    width: 160px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.codeEvent:hover+.code-enlarge {
    display: block;
}

.gzhEvent:hover+.gzh-enlarge {
    display: block;
}

.active {
    background-color: #FE9D46;
}

@media only screen and (max-width:768px),
only screen and (max-device-width:768px) {
    body,
    html {
        font-size: 104px;
    }

}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {
    body,
    html {
        font-size: 85.33px;
    }
}

@media only screen and (max-width:540px),
only screen and (max-device-width:540px) {
    body,
    html {
        font-size: 68px;
    }

    .code-img:hover+.code-small {
        display: none;
    }

    .gzh-img:hover+.gzh-small {
        display: none;
    }

    .header {
        height: 60px;
    }

    .logo-img {
        width: 50px;
        height: 36px;
    }

    .code-img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .gzh-img {
        width: 24px;
        height: 24px;
    }

    .bg-img {
        height: 200px;
        width: 100%;
    }

    .middle {
        max-width: 351px;
        margin-top: 34px;
    }

    .middle-name {
        font-size: 20px;
        font-weight: bold;
        color: #7E5D38;
    }

    .middle-create {
        font-size: 12px;
        color: #7E5D38;
        font-weight: bold;
        margin-top: 6px;
    }

    .title {
        font-size: 16px;
    }

    .content {
        font-size: 14px;
        /* height: 20px; */
        /* line-height: 20px; */
    }

    .middle-content {
        font-size: 14px;
        color: #7E5D38;
        font-weight: 400;
        margin-top: 10px;
        height: 25px;
        line-height: 25px;
    }

    .isShow {
        display: none;
    }

    .isHide {
        display: block;
    }

    .honor-img {
        width: 160px;
        height: 120px;
    }

    .honor-img1 {
        width: 160px;
        height: 200px;
    }

    .allImg {
        width: 30px;
        height: 30px;
    }

    .box {
        padding: 4px 8px;
    }

    .allElImg {
        width: 100px;
        height: 100px;
    }

    .enlargeImg {
        position: absolute;
        top: -30px;
        left: -104px;
        display: none;
    }

    .foot-box {
        display: none;
    }

    .foot-box1 {
        display: block;
        max-width: 351px;
        margin: 0 auto;
        padding: 12px 0;
    }

    .record {
        display: none;
    }
}

@media only screen and (max-width:480px),
only screen and (max-device-width:480px) {
    body,
    html {
        font-size: 64px;
    }

}

@media only screen and (max-width:375px),
only screen and (max-device-width:375px) {
    body,
    html {
        font-size: 50px;

    }
}