/* 字体 */
@font-face {
    font-family: "SegoeUI";
    src: url(./../fonts/SegoeUI.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url(./../fonts/SourceHanSansCN-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "feichibiaoti";
    src: url(./../fonts/feichibiaoti.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN-Bold";
    src: url(./../fonts/DIN-Bold.otf);
    font-weight: normal;
    font-style: normal;
}

/* 整体样式 */
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

html {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

html,
body {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei", "Simhei";
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

/* @media (max-width: 1400px) {
  html,
  body {
    font-size: 14px;
  }
} */

@media (max-width: 1000px) {
    html,
    body {
        font-size: 13px;
    }
}

ul,
ol,
span,
p {
    margin: 0;
    padding: 0;
}

    ul li,
    ol li {
        list-style-type: none;
    }

a {
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
}

/* 内宽--1400px */
.inside {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    
}

.inside-header {
    width: 1720px;
    height: auto;
    margin: 0 auto;
}

.inside-right {
    width: 1660px;
    float: right;
}

/* 填充 */
.fill {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 80px 0 15px;
}

.fill-bom {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 80px 0 120px;
}

.img img {
    width: 100%;
    height: 100%;
    /*object-fit:cover;*/
}

@media (max-width: 1720px) {
    .inside-header {
        width: 97%;
    }
}

@media (max-width: 1660px) {
    .inside-right {
        width: 1400px;
    }
}

@media (max-width: 1400px) {
    .inside {
        width: 97%;
    }

    .inside-right {
        width: 97%;
        float: none;
        margin: 0 auto;
    }

    .fill {
        padding: 60px 0 0;
    }

    .fill-bom {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        padding: 60px 0 90px;
    }
}

@media (max-width: 1000px) {
    .fill {
        padding: 32px 0 0;
    }

    .fill-bom {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        padding: 32px 0 43px;
    }
}

/* 0-1.标题 */
.title {
    width: 100%;
    height: auto;
}

    .title .name {
        width: calc(100% - 40px);
        display: inline-block;
        text-align: center;
    }

.title-in .name {
    width: 100%;
}

.title h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ttile p span {
    font-size: 14px;
    text-transform: uppercase;
}

.title p img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px;
}

.title-white h3,
.title-white p span {
    color: #ffffff;
}

.title .search {
    float: right;
    cursor: pointer;
    display:none;
}

    .title .search img {
        width: 40px;
        height: 40px;
        margin-top: 13px;
    }

.title-sub {
    text-align: left;
}

    .title-sub h4 {
        font-size: 24px;
        line-height: 24px;
        color: #333333;
        font-weight: bold;
    }

    .title-sub span {
        display: block;
        font-size: 14px;
        color: #999999;
        margin-top: -3px;
    }

/* 0-2.主要内容 */
.mat {
    margin-top: 30px;
}

.mat-so {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 0-3.按钮 */
.btns {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 200px;
    height: 44px;
    line-height: 40px;
    border-radius: 22px;
    border: solid 2px #333333;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

    .btns:hover,
    .btns:focus {
        color: #333333;
    }

    .btns img {
        width: 26px;
        height: 10px;
        margin-left: 7px;
    }

.btns-white {
    border: solid 2px #ffffff;
    color: #ffffff;
}

    .btns-white:hover,
    .btns-white:focus {
        color: #ffffff;
    }

@media (max-width: 1400px) {
    .title h3 {
        font-size: 30px;
    }

    .ttile p span {
        font-size: 12px;
    }

    .title p img {
        width: 9px;
        height: 9px;
        margin-right: 0;
    }

    .title .search img {
        width: 30px;
        height: 30px;
    }

    .title-sub h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .mat,
    .mat-so {
        margin-top: 40px;
    }

    .btns {
        width: 160px;
        font-size: 16px;
    }

        .btns img {
            width: 20px;
            height: 7px;
            margin-left: 4px;
        }
}

@media (max-width: 1000px) {
    .title h3 {
        font-size: 23px;
        margin-bottom: 0;
    }

    .title p img {
        width: 7px;
        height: 7px;
    }

    .title .search img {
        width: 20px;
        height: 20px;
        margin-top: 9px;
    }

    .title-sub {
        text-align: center;
    }

        .title-sub h4 {
            font-size: 16px;
            line-height: 16px;
        }

        .title-sub span {
            font-size: 12px;
        }

    .mat {
        margin-top: 20px;
    }

    .mat-so {
        margin-top: 20px;
        flex-direction: column;
    }

    .btns {
        width: 120px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        border: 1px solid #333333;
    }

        .btns img {
            width: 15px;
            height: 4px;
            vertical-align: middle;
            margin-bottom: 1px;
        }

    .btns-white {
        border: 1px solid #ffffff;
    }
}

/* 1.页面头部 */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
    /* background-color: #111111; */
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
}

.header-black {
    background-color: #111111;
    border-bottom: 0;
    transition: 1s;
}
.btns:hover {
    border-color: #d2273c;
    color: #d2273c;
}

header .logo {
    float: left;
    display: block;
    height: 43px;
    line-height: 100px;
}

    header .logo img {
        width: auto;
        height: 100%;
    }

header .nav-link {
    float: right;
    font-size: 18px;
    text-align: right;
    line-height: 100px;
}

    header .nav-link li {
        display: inline-block;
    }
.btns img {
    display: inline-block;
    margin-bottom: 3px;
    transition:all 0s;
}
.btns {
    overflow:hidden;
}

.btns:hover img {
    filter: drop-shadow(#f00 0 50px);
    transform: translateY(-50px);
}

header .nav-link li:not(:last-child) {
    margin-right: 40px;
}

        header .nav-link li a {
            color: #ffffff;
        }

        header .nav-link .active,
        header .nav-link li:hover {
            font-weight: bold;
        }

header .nav-btns {
    display: none;
    float: right;
    width: 27px;
    height: 27px;
    cursor: pointer;
    line-height: 47px;
    cursor: pointer;
}

    header .nav-btns img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 1400px) {
    header {
        height: 75px;
    }

        header .logo {
            height: 32px;
            line-height: 75px;
        }

        header .nav-link {
            font-size: 16px;
            line-height: 75px;
        }
}

@media (max-width: 1000px) {
    header {
        height: auto;
        overflow: hidden;
        background-color: #111111;
        border-bottom: 0 solid rgba(255, 255, 255, 0.2);
    }

        header .top {
            float: none;
            width: 100%;
            height: 47px;
            box-sizing: border-box;
        }

        header .nav-btns {
            display: block;
        }

        header .logo {
            height: 27px;
            line-height: 47px;
        }

        header .nav-link {
            display: none;
            float: none;
            width: 100%;
            height: auto;
            box-sizing: border-box;
            padding: 19px 0;
            font-size: 14px;
            border-top: 1px solid rgba(255, 255, 255, 1);
            line-height: 43px;
            text-align: center;
        }

            header .nav-link li {
                display: block;
            }

                header .nav-link li:not(:last-child) {
                    margin-right: 0;
                }

                header .nav-link li a {
                    width: 100%;
                    height: 43px;
                    font-size: 14px;
                    line-height: 43px;
                    text-align: center;
                }
    .title .name {
        width:100%;
    }
}

/* 2.顶部图 */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .banner .img {
        width: 100%;
        height: auto;
    }

    .banner .sub {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        /* background-color: rgba(0, 0, 0, 0.1); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }
.pro-title {
    transition:all .5s;
}
.goods-swiper .swiper-slide a:hover .pro-title {
    background: #d2273c;
}

.banner .sub h1 {
    font-family: "feichibiaoti";
    font-size: 160px;
    font-weight: normal;
}

        .banner .sub p {
            font-family: "SourceHanSansCN";
            font-size: 26px;
            font-weight: bold;
            font-style: italic;
            margin-top: 13px;
        }

    .banner .row {
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner .video video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

@media (max-width: 1700px) {
    .banner .sub h1 {
        font-size: 120px;
    }

    .banner .sub p {
        font-size: 20px;
        margin-top: 7px;
    }

    .banner .row {
        width: 50px;
        height: 50px;
        bottom: 40px;
    }
}

@media (max-width: 1400px) {
    .banner .sub h1 {
        font-size: 90px;
    }

    .banner .sub p {
        font-size: 20px;
        margin-top: 0;
    }

    .banner .row {
        width: 40px;
        height: 40px;
        bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .banner {
        margin-top: 47px;
    }

        .banner .sub h1 {
            font-size: 60px;
        }

        .banner .sub p {
            font-size: 16px;
        }

        .banner .row {
            width: 30px;
            height: 30px;
            bottom: 20px;
        }
}

@media (max-width: 768px) {
    .banner .sub h1 {
        font-size: 34px;
    }

    .banner .sub p {
        font-size: 12px;
    }

    .banner .row {
        width: 20px;
        height: 22px;
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .banner .sub h1 {
        font-size: 30px;
    }
}

/* 3.关于火娃 */
.about .left {
    width: 260px;
}

.about .right {
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-left: 140px;
    display: flex;
    justify-content: space-between;
}

.about .left h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 37px;
}

.about .left .line {
    width: 60px;
    height: 2px;
    background-color: #666666;
    margin: 30px 0;
}

.about .left p {
    font-size: 14px;
    line-height: 27px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inman-ideograph;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
}

.about .left .btns {
    margin-top: 136px;
}

.about .right li {
    width: calc(50% - 10px);
}

    .about .right li a {
        position: relative;
        display:block;
    }
.home-footer {
    display:none;
}

.about .right li .bom {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    width: 300px;
}

        .about .right li .bom h3 p {
            font-size: 24px;
            font-weight: bold;
            color: #333333;
        }

        .about .right li .bom h3 span {
            display: block;
            font-size: 12px;
            color: #333333;
            text-transform: uppercase;
            margin-top: 7px;
        }

        .about .right li .bom img {
            width: 45px;
            height: 45px;
            margin-left: 40px;
        }

@media (max-width: 1400px) {
    .about .right {
        padding-left: 75px;
    }

    .about .left h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .about .left .line {
        margin: 20px 0;
    }

    .about .left .btns {
        margin-top: 75px;
    }

    .about .right li .bom {
        bottom: 30px;
        left: 30px;
    }

        .about .right li .bom img {
            width: 35px;
            height: 35px;
            margin-left: 30px;
        }

        .about .right li .bom h3 p {
            font-size: 20px;
        }

        .about .right li .bom h3 span {
            margin-top: 5px;
        }
}

@media (max-width: 1000px) {
    .about .left {
        width: 100%;
    }

    .about .right {
        width: 100%;
        padding-left: 0;
        margin-top: 23px;
    }

    .about .left h2 {
        font-size: 16px;
        line-height: 27px;
        text-align: center;
    }

    .about .left .line {
        margin: 10px auto;
    }

    .about .left p {
        font-size: 12px;
        line-height: 23px;
    }

    .about .left .btns {
        margin-top: 19px;
    }

    .about .right li {
        width: calc(50% - 5px);
    }

        .about .right li .bom {
            width: 100%;
            bottom: 0;
            left: 0;
            flex-direction: column;
            text-align: center;
        }

            .about .right li .bom img {
                width: 23px;
                height: 23px;
                margin-left: 0;
                margin-top: 7px;
            }

            .about .right li .bom h3 p {
                font-size: 16px;
            }

            .about .right li .bom h3 span {
                margin-top: 3px;
                font-size: 10px;
            }
}

/* 4.横幅 */
.strea {
    width: 100%;
    height: 150px;
    margin-top: 30px;
    background-color: #d2273c;
}

.strea-us {
    margin-top: 75px;
}

.strea-gr {
    margin-top: 47px;
}

.strea .inside {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.strea .left {
    width: 400px;
    height: 100%;
    background-color: #c01f33;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 40px;
}

    .strea .left h3 {
        font-size: 24px;
    }

    .strea .left p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px;
    }

        .strea .left p span {
            display: block;
            font-family: "ArialMT";
            font-size: 48px;
            line-height: 48px;
        }

        .strea .left p img {
            display: block;
            width: 26px;
            height: 10px;
        }

.strea .right {
    width: calc(100% - 400px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
}

    .strea .right li h3 {
        font-size: 18px;
    }

    .strea .right li p {
        margin-top: 22px;
    }

        .strea .right li p span {
            font-family: "ArialMT";
            font-size: 48px;
            line-height: 48px;
        }

        .strea .right li p em {
            font-size: 16px;
        }

@media (max-width: 1400px) {
    .strea {
        margin-top: 20px;
    }

    .strea-us {
        margin-top: 43px;
    }

    .strea-gr {
        margin-top: 32px;
    }

    .strea .left {
        width: 320px;
        padding: 0 20px;
    }

    .strea .right {
        width: calc(100% - 320px);
    }

    .strea .left h3 {
        font-size: 20px;
    }

    .strea .left p span,
    .strea .right li p span {
        font-size: 37px;
        line-height: 37px;
    }

    .strea .right li h3 {
        font-size: 16px;
    }

    .strea .right li p em {
        font-size: 14px;
    }

    .strea .right li p {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .strea {
        height: auto;
    }

    .strea-us {
        margin-top: 32px;
    }

    .strea-gr {
        margin-top: 23px;
    }

    .strea .inside {
        flex-direction: column;
    }

    .strea .left {
        width: 103%;
        height: 75px;
        margin-left: -1.5%;
    }

    .strea .right {
        width: 100%;
        margin: 16px 0;
        justify-content: space-between;
    }

    .strea .left h3 {
        font-size: 16px;
    }

    .strea .left p span,
    .strea .right li p span {
        font-size: 23px;
        line-height: 23px;
    }

    .strea .right li h3 {
        font-size: 12px;
    }

    .strea .right li p em {
        font-size: 12px;
    }

    .strea .right li p {
        margin-top: 7px;
    }
}

/* 5.核心产品 */
.core-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

    .core-swiper .swiper-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

.core .core-swiper .img {
    width: 100%;
    height: 480px;
}
    .core .core-swiper .img img {
        object-fit:cover;
    }
    .core .core-swiper p {
        font-size: 20px;
        color: #666666;
        margin-top: 23px;
        font-weight: bold;
    }

.core .core-swiper .btns {
    margin-top: 70px;
    float: right;
}

.core .core-swiper .swiper-slide-active p {
    color: #333333;
}

/* 分页按钮修改 */
.core .swiper-button-next,
.core .swiper-button-prev {
    width: 44px;
    height: 44px;
    top: 94%;
}

.core .swiper-button-prev,
.core .swiper-container-rtl .swiper-button-next {
    background-image: url(./../images/row-left.png);
    background-size: 100% 100%;
    left: 0;
}

.core .swiper-button-next,
.core .swiper-container-rtl .swiper-button-prev {
    background-image: url(./../images/row-right.png);
    background-size: 100% 100%;
    left: 64px;
}

@media (max-width: 1400px) {
    .core .core-swiper {
        margin-top: 40px;
    }

        .core .core-swiper .btns {
            margin-top: 43px;
            float: right;
            margin-right: 0;
        }

    .core .swiper-button-next,
    .core .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .core .core-swiper p {
        font-size: 16px;
        margin-top: 13px;
    }
}

@media (max-width: 1000px) {
    .core .core-swiper {
        margin-top: 20px;
    }

    .core .swiper-button-next,
    .core .swiper-button-prev {
        width: 27px;
        height: 27px;
        top: 98%;
    }

    .core .core-swiper p {
        font-size: 14px;
        margin-top: 7px;
    }

    .core .core-swiper .btns {
        margin-top: 19px;
        margin-left: 0;
        transform: translateX(0);
    }

    .core .swiper-button-next,
    .core .swiper-container-rtl .swiper-button-prev {
        left: 43px;
    }
}

/* 5.创新/专利产品 */
.pat {
    background-color: #f7f7f7;
    padding: 80px 0;
    /*margin-top: 60px;*/
}

    .pat .left {
        width: 234px;
    }

        .pat .left h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 37px;
        }

        .pat .left .line {
            width: 60px;
            height: 2px;
            background-color: #666666;
            margin: 30px 0;
        }

        .pat .left p {
            font-size: 14px;
            line-height: 27px;
            /* 文字对齐 */
            text-align: justify;
            text-align-last: left;
            text-justify: inman-ideograph;
        }

        .pat .left .btns {
            margin-top: 170px;
        }

    .pat .right {
        width: calc(100% - 234px);
        box-sizing: border-box;
        padding-left: 46px;
        display: flex;
        justify-content: space-between;
    }

        .pat .right li {
            width: calc((100% / 3) - 14px);
            position: relative;
            background-color: #ffffff;
        }

            .pat .right li .img {
                width: 100%;
                height:640px;
            }
                .pat .right li .img img {
                    object-fit:cover;
                }

                .pat .right li p {
                    width: 100%;
                    position: absolute;
                    bottom: 40px;
                    left: 0;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0 40px;
                    color: #ffffff;
                    font-size: 24px;
                }

                .pat .right li p img {
                    width: 26px;
                    height: 10px;
                }

@media (max-width: 1400px) {
    .pat {
        padding: 60px 0;
        margin-top: 40px;
    }

        .pat .left h2 {
            font-size: 20px;
            line-height: 32px;
        }

        .pat .left .line {
            margin: 20px 0;
        }

        .pat .left .btns {
            margin-top: 65px;
        }

        .pat .right li {
            width: calc((100% / 3) - 10px);
        }

            .pat .right li p {
                bottom: 20px;
                padding: 0 20px;
                font-size: 20px;
            }
}

@media (max-width: 1000px) {
    .pat {
        padding: 37px 0;
        margin-top: 20px;
    }

        .pat .left {
            width: 100%;
        }

        .pat .right {
            width: 100%;
            padding-left: 0;
            margin-top: 23px;
        }

        .pat .left h2 {
            font-size: 16px;
            line-height: 27px;
            text-align: center;
        }

        .pat .left .line {
            margin: 10px auto;
        }

        .pat .left p {
            font-size: 12px;
            line-height: 23px;
        }

        .pat .left .btns {
            margin-top: 19px;
        }

        .pat .right li {
            width: calc((100% / 3) - 6px);
        }

            .pat .right li p {
                bottom: 7px;
                padding: 0 7px;
                font-size: 14px;
                flex-direction: column;
                align-items: center;
            }

                .pat .right li p img {
                    width: 15px;
                    height: 7px;
                    margin-top: 5px;
                }
}

/* 6.ODM产品定制研发服务 */
.odm .mat-so {
    height: 650px;
    margin-top:50px;
}

.odm .left {
    width: 42%;
    height: 100%;
    position: relative;
}

    .odm .left .img {
        width: 100%;
        height: 100%;
    }

    .odm .left .det {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        box-sizing: border-box;
        padding: 60px;
    }

    .odm .left h2 {
        font-size: 24px;
        line-height: 37px;
    }

    .odm .left .line {
        width: 60px;
        height: 2px;
        background-color: #ffffff;
        margin: 30px 0;
    }

    .odm .left p {
        font-size: 14px;
        line-height: 27px;
        /* 文字对齐 */
        text-align: justify;
        text-align-last: left;
        text-justify: inman-ideograph;
    }

.order {
    width: 58%;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order2 {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
}

.order li {
    width: 50%;
    height: 325px;
    box-sizing: border-box;
    border: solid 1px #f7f7f7;
}

.order2 li {
    width: calc(50% - 30px);
}

    .order2 li:nth-child(n + 3) {
        margin-top: 60px;
    }

.order li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.order li .num {
    font-family: "DIN-Bold";
    font-size: 240px;
    line-height: 325px;
    color: #f7f7f7;
    text-align: center;
}

.order li .det {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 44px;
}

    .order li .det h1 {
        font-size: 24px;
        color: #333333;
        margin-top: 100px;
        text-align: center;
    }

    .order li .det p {
        color: #999999;
        font-size: 14px;
        margin-top: 20px;
        line-height: 32px;
        /* 文字对齐 */
        text-align: justify;
        text-align-last: left;
        text-justify: inman-ideograph;
    }

    .order li .det img {
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }



.order li .dig {
    margin-top: 60px;
    display: flex;
    color: #ffffff;
}

    .order li .dig span {
        display: block;
        width: 60px;
        text-align: center;
        font-family: "DIN-Bold";
        font-size: 43px;
        line-height: 43px;
        color: #f7f7f7;
        text-align: center;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 20px;
    }

    .order li .dig em {
        display: block;
        font-size: 16px;
        line-height: 27px;
    }

.order li .desc {
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 37px;
    font-weight: bold;
}

.order li .row img {
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 40px;
}

.custom {
    position: relative;
    margin-top: -30px;
}

    .custom .img {
        width: 100%;
    }

    .custom .det {
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        padding: 70px 60px;
        color: #ffffff;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        .custom .det h1 {
            font-size: 24px;
            font-weight: bold;
            line-height: 37px;
        }

        .custom .det .line {
            width: 60px;
            height: 2px;
            background-color: #ffffff;
            margin: 30px 0;
        }

        .custom .det span {
            opacity: 0.7;
            font-size: 16px;
        }

@media (max-width: 1400px) {
    .odm .mat-so {
        height: 560px;
    }

    .odm .left .det {
        padding: 40px;
    }

    .odm .left h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .odm .left .line {
        margin: 20px 0;
    }

    .order {
        padding-left: 10px;
    }

        .order li {
            height: 280px;
        }

            .order li .num {
                font-size: 180px;
                line-height: 280px;
            }

            .order li .det {
                padding: 0 32px;
            }

                .order li .det h1 {
                    font-size: 20px;
                    margin-top: 75px;
                }

                .order li .det img {
                    width: 32px;
                    height: 32px;
                    bottom: 30px;
                }

            .order li:first-child {
                padding: 0 27px;
            }

            .order li .dig {
                margin-top: 30px;
                align-items: center;
            }

                .order li .dig span {
                    width: 40px;
                    font-size: 32px;
                    line-height: 32px;
                    padding-bottom: 10px;
                    margin-right: 10px;
                }

                .order li .dig em {
                    font-size: 14px;
                    line-height: 23px;
                }

            .order li .desc {
                font-size: 16px;
                line-height: 32px;
            }

            .order li .row img {
                width: 40px;
                height: 10px;
                margin-top: 30px;
            }

    .order2 {
        margin-top: 40px;
    }

        .order2 li {
            width: calc(50% - 20px);
        }

            .order2 li:nth-child(n + 3) {
                margin-top: 40px;
            }

    .custom .det {
        padding: 60px 40px;
    }

        .custom .det h1 {
            font-size: 20px;
            line-height: 32px;
        }

        .custom .det .line {
            margin: 20px 0;
        }

        .custom .det span {
            font-size: 16px;
        }
}

@media (max-width: 1000px) {
    .odm .mat-so {
        height: auto;
    }

    .odm .left {
        width: 100%;
        height: 240px;
    }

        .odm .left .det {
            padding: 20px;
        }

        .odm .left h2 {
            font-size: 16px;
        }

        .odm .left .line {
            margin: 10px 0;
        }

        .odm .left p {
            font-size: 12px;
            line-height: 23px;
        }

    .order {
        width: 100%;
        padding-left: 0;
    }

        .order li {
            width: 100%;
            height: auto;
        }

            .order li .num {
                font-size: 90px;
                line-height: 140px;
            }

            .order li .det {
                padding: 30px 20px;
                position:initial;
            }

                .order li .det h1 {
                    font-size: 16px;
                    margin-top: 20px;
                }

                .order li .det p {
                    margin-top: 10px;
                    font-size: 12px;
                    line-height: 23px;
                    text-align: center;
                    text-align-last: center;
                }

                .order li .det img {
                    width: 23px;
                    height: 23px;
                    bottom: 0;
                }

            .order li:not(:first-child) {
                border-top: 0;
            }

            .order li:first-child {
                padding: 0 20px;
            }

            .order li .dig {
                margin-top: 10px;
                align-items: center;
            }

                .order li .dig span {
                    width: 30px;
                    font-size: 27px;
                    line-height: 27px;
                    padding-bottom: 7px;
                    margin-right: 7px;
                }

                .order li .dig em {
                    font-size: 12px;
                }

            .order li .desc {
                font-size: 14px;
                line-height: 27px;
                margin-top: 10px;
                text-align: center;
            }

            .order li .row img {
                width: 30px;
                height: 10px;
                margin: 20px auto;
            }

    .order2 {
        margin-top: 20px;
    }

        .order2 li {
            width: 100%;
        }

            .order2 li:nth-child(n + 3) {
                margin-top: 0;
            }

    .custom {
        margin-top: -20px;
    }

        .custom .det {
            padding: 10px;
        }

            .custom .det h1 {
                font-size: 16px;
                line-height: 27px;
            }

            .custom .det .line {
                margin: 7px 0;
            }

            .custom .det span {
                font-size: 12px;
            }
}

@media (max-width: 480px) {
    .custom .img {
        height: 160px;
    }
}

/* 7.合作品牌 */
.coop {
    padding: 80px 0;
    /*margin-top: 60px;*/
    background: url(./../images/coop-bg.png) no-repeat center/cover;
}

@media (max-width: 1400px) {
    .coop {
        padding: 60px 0;
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {
    .coop {
        padding: 37px 0;
        margin-top: 20px;
    }
}

/* 8.新闻动态||新闻详情 */
.news-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

    .news-swiper .swiper-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

.news2 {
    display: flex;
    flex-wrap: wrap;
}

    .news2 li {
        width: calc((100% / 3) - 14px);
    }

        .news2 li:not(:nth-child(3n)) {
            margin-right: 21px;
        }

        .news2 li:nth-child(n + 4) {
            margin-top: 21px;
        }

.news .img {
    width: 100%;
    height: auto;
}

.news .btns {
    margin-top: 40px;
    float: right;
}

.news a {
    font-weight: bold;
    color: #333333;
}

.news .det {
    background-color: #ffffff;
    border: solid 1px #f7f7f7;
    padding: 0 20px;
}

.news .time {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #f7f7f7;
    color: #333333;
}

    .news .time img {
        width: 26px;
        height: 10px;
    }

    .news .time p {
        font-size: 30px;
        line-height: 30px;
    }

    .news .time span {
        font-size: 14px;
    }

.news .desc {
    padding: 10px 0;
    font-size: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.news li:hover .desc,
.news a:hover .desc {
    color: #d2273c;
}

.news-det h1 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.news-det .brow {
    text-align: center;
    color: #666666;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: 50px;
    border-bottom: 1px solid #f0f0f0;
}

    .news-det .brow p {
        display: inline-block;
    }

        .news-det .brow p:not(:last-child) {
            margin-right: 32px;
        }

.news-det .det {
    margin-top: 50px;
    color: #666666;
    font-size: 14px;
    line-height: 29px;
    text-indent: 2em;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inman-ideograph;
}

    .news-det .det .img {
        width: 42%;
        margin: 30px auto;
    }

/* 分页按钮修改 */
.news .swiper-button-next,
.news .swiper-button-prev {
    width: 44px;
    height: 44px;
    top: 94%;
}

.news .swiper-button-prev,
.news .swiper-container-rtl .swiper-button-next {
    background-image: url(./../images/row-left.png);
    background-size: 100% 100%;
    left: 0;
}

.news .swiper-button-next,
.news .swiper-container-rtl .swiper-button-prev {
    background-image: url(./../images/row-right.png);
    background-size: 100% 100%;
    left: 64px;
}

@media (max-width: 1400px) {
    .news .news-swiper {
        margin-top: 40px;
    }

    .news .btns {
        margin-top: 43px;
        float: right;
        margin-right: 0;
    }

    .news .swiper-button-next,
    .news .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .news .det {
        padding: 0 10px;
    }

    .news .time p {
        font-size: 24px;
        line-height: 24px;
    }

    .news .time span {
        font-size: 12px;
    }

    .news .desc {
        font-size: 16px;
    }

    .news2 li {
        width: calc((100% / 3) - 6px);
    }

        .news2 li:not(:nth-child(3n)) {
            margin-right: 9px;
        }

        .news2 li:nth-child(n + 4) {
            margin-top: 9px;
        }

    .news-det h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .news-det .brow {
        font-size: 14px;
        padding-bottom: 10px;
        margin-top: 32px;
    }

        .news-det .brow p:not(:last-child) {
            margin-right: 32px;
        }

    .news-det .det {
        margin-top: 32px;
    }
}

@media (max-width: 1000px) {
    .news .news-swiper {
        margin-top: 20px;
    }

    .news .swiper-button-next,
    .news .swiper-button-prev {
        width: 27px;
        height: 27px;
        top: 98%;
    }
    .pat .right li .img {
        height:220px;
    }
    .core .core-swiper .img {
        height:220px;
    }

    .news .btns {
        margin-top: 19px;
        margin-left: 0;
        transform: translateX(0);
    }

    .news .swiper-button-next,
    .news .swiper-container-rtl .swiper-button-prev {
        left: 43px;
    }

    .news .time {
        padding: 7px 0;
    }

        .news .time img {
            width: 17px;
            height: 6px;
        }

    .news .det {
        padding: 0 7px;
    }

    .news .time p {
        font-size: 16px;
        line-height: 16px;
    }

    .news .time span {
        font-size: 12px;
    }

    .news .desc {
        padding: 7px 0;
        font-size: 12px;
    }

    .news2 li {
        width: calc((100% / 2) - 6px);
    }

        .news2 li:not(:nth-child(3n)) {
            margin-right: 0;
        }

        .news2 li:nth-child(n + 4) {
            margin-top: 0;
        }

        .news2 li:not(:nth-child(2n)) {
            margin-right: 9px;
        }

        .news2 li:nth-child(n + 3) {
            margin-top: 9px;
        }

    .news-det h1 {
        font-size: 20px;
    }

    .news-det .brow {
        font-size: 12px;
        padding-bottom: 7px;
        margin-top: 23px;
    }

        .news-det .brow p:not(:last-child) {
            margin-right: 7px;
        }

    .news-det .det {
        margin-top: 13px;
        font-size: 12px;
        line-height: 27px;
    }

        .news-det .det .img {
            width: 60%;
            margin: 20px auto;
        }
}

/* 9.联系我们 */
.contact {
    padding: 60px 0;
    /*margin-top: 60px;*/
    background: url(./../images/contact-bg.png) no-repeat center/cover;
}

.contact2 {
    margin: 0;
}

.contact .bom {
    margin-top: 58px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .contact .bom .left a:nth-child(1) {
        margin-right: 20px;
    }

    .contact .bom .left a img {
        width: 48px;
        height: 48px;
    }

.contact .map {
    width: 980px;
    height: 520px;
}
    .contact .map iframe {
        height:100%;
    }

    .contact ul {
        width: calc(100% - 980px);
        box-sizing: border-box;
        padding-right: 20px;
    }

    .contact ul li {
        width: 100%;
        height: auto;
        font-size: 18px;
        text-transform: uppercase;
        color: #333333;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        font-weight: bold;
    }

        .contact ul li:not(:first-child) {
            margin-top: 20px;
        }

        .contact ul li .icon {
            width: 160px;
            height: 160px;
            background-color: #f7f7f7;
            text-align: center;
            line-height: 160px;
        }

            .contact ul li .icon img {
                width: 60px;
                height: auto;
            }

        .contact ul li .txt {
            width: calc(100% - 160px);
            padding: 0 15px 0 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .contact ul li .txt p:nth-child(1) {
                color: #999999;
            }

@media (max-width: 1400px) {
    .contact {
        padding: 60px 0;
        margin-top: 40px;
    }

    .contact2 {
        margin: 0;
    }

    .contact .bom {
        margin-top: 43px;
    }

        .contact .bom .left a img {
            width: 38px;
            height: 38px;
        }

    .contact .map {
        width: 60%;
    }

    .contact ul {
        width: 40%;
        padding-right: 10px;
    }

        .contact ul li:not(:first-child) {
            margin-top: 10px;
        }

        .contact ul li {
            font-size: 16px;
        }

            .contact ul li .icon {
                width: 114px;
                height: 114px;
                line-height: 114px;
            }

            .contact ul li .txt {
                width: calc(100% - 114px);
            }

            .contact ul li .icon img {
                width: 40px;
            }
}

@media (max-width: 1000px) {
    .contact {
        padding: 37px 0;
        margin-top: 20px;
    }

    .contact2 {
        margin: 0;
    }

    .contact .bom {
        margin-top: 32px;
    }

        .contact .bom .left a img {
            width: 23px;
            height: 23px;
        }

    .contact .map {
        width: 100%;
        margin-top: 7px;
        height:auto;
    }

    .contact ul {
        width: 100%;
        padding-right: 0;
    }

        .contact ul li:not(:first-child) {
            margin-top: 7px;
        }

        .contact ul li {
            font-size: 14px;
        }

            .contact ul li .icon {
                width: 75px;
                height: 75px;
                line-height: 75px;
            }

            .contact ul li .txt {
                width: calc(100% - 75px);
            }

            .contact ul li .icon img {
                width: 27px;
            }

    .contact .bom .left a:nth-child(1) {
        margin-right: 10px;
    }

    .contact .btns {
        margin-left: 0;
        transform: translateX(0);
    }
}

/* 10.企业简介 */
.us .inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.us h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
}

.us .line-red {
    width: 74px;
    height: 8px;
    background-color: #d2273c;
    margin: 30px 0;
}

.us .desc {
    font-size: 14px;
    line-height: 27px;
    color: #333333;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inman-ideograph;
}

.us .desc-lg {
    font-size: 26px;
    line-height: 43px;
    margin-bottom: 60px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inman-ideograph;
}

.us .top {
    width: 100%;
}

    .us .top img {
        width: 100%;
        height: auto;
    }

.us .bom {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

    .us .bom img {
        width: calc(50% - 8px);
        height: auto;
    }

/* 第一板块 */
.us1 .img {
    width: 948px;
}

.us1 .left {
    width: calc(100% - 948px);
    padding-right: 90px;
}

/* 第二四板块 */
.us2 {
    padding: 130px 0 90px;
    background-color: #f7f7f7;
}

    .us2 .img {
        width: 644px;
    }

    .us2 .left {
        width: calc(100% - 644px);
        padding-left: 60px;
    }

    .us2 .rec li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .us2 .rec li:not(:first-child) {
            margin-top: 30px;
        }

        .us2 .rec li .icon {
            width: 100px;
            height: auto;
        }

        .us2 .rec li .desc {
            width: calc(100% - 160px);
        }

/* 第三板块 */
.us3 {
    margin-bottom: 80px;
}

    .us3 .img {
        width: 664px;
    }

    .us3 .left {
        width: calc(100% - 664px);
        padding-right: 80px;
    }

/* 第五板块 */
.us5 {
    padding: 130px 0 90px;
}

    .us5 .img {
        flex: 1;
    }

    .us5 .mul {
        width: 100%;
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
    }

        .us5 .mul img {
            width: calc((100% / 6) - 15px);
        }

    .us5 .shaft {
        margin-left: 60px;
        box-sizing: border-box;
        border-left: 3px solid #d2273c;
        box-sizing: border-box;
        padding: 60px 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .us5 .shaft li:not(:first-child) {
            margin-top: 43px;
        }

        .us5 .shaft li {
            width: 100%;
            padding-left: 40px;
        }

            .us5 .shaft li a {
                width: 100%;
                display: block;
                color: #333333;
                font-size: 20px;
                font-weight: bold;
                position: relative;
            }

            .us5 .shaft li .spot {
                width: 12px;
                height: 12px;
                background-color: #d2273c;
                position: absolute;
                left: -48px;
                top: 50%;
                transform: translateY(-50%);
                border-radius: 50%;
            }

@media (max-width: 1400px) {
    .us h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .us .line-red {
        width: 74px;
        height: 5px;
        margin: 20px 0;
    }

    .us .desc-lg {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .us .bom {
        margin-top: 10px;
    }

        .us .bom img {
            width: calc(50% - 5px);
        }

    .us1 .img {
        width: 60%;
    }

    .us1 .left {
        width: 40%;
        padding-right: 43px;
    }

    .us2 {
        padding: 75px 0;
    }

        .us2 .img {
            width: 520px;
        }

        .us2 .left {
            width: calc(100% - 520px);
            padding-left: 43px;
        }

        .us2 .rec li:not(:first-child) {
            margin-top: 20px;
        }

        .us2 .rec li .icon {
            width: 75px;
        }

        .us2 .rec li .desc {
            width: calc(100% - 90px);
        }

    .us3 {
        margin-bottom: 43px;
    }

        .us3 .img {
            width: 480px;
        }

        .us3 .left {
            width: calc(100% - 480px);
            padding-right: 43px;
        }

    .us5 {
        padding: 75px 0;
    }

        .us5 .img {
            width: 730px;
        }

        .us5 .mul {
            margin-top: 18px;
        }

            .us5 .mul img {
                width: calc((100% / 6) - 15px);
            }

        .us5 .shaft {
            padding: 30px 0;
        }

            .us5 .shaft li:not(:first-child) {
                margin-top: 43px;
            }

            .us5 .shaft li {
                padding-left: 20px;
            }

                .us5 .shaft li a {
                    font-size: 16px;
                }

                .us5 .shaft li .spot {
                    left: -28px;
                }
}

@media (max-width: 1000px) {
    .us .inside {
        flex-direction: column;
    }

    .us h1 {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .us .line-red {
        width: 50px;
        height: 3px;
        margin: 10px auto;
    }

    .us .desc {
        font-size: 12px;
        line-height: 24px;
    }

    .us .desc-lg {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
        text-align-last: center;
    }

    .us .bom {
        margin-top: 4px;
    }

        .us .bom img {
            width: calc(50% - 2px);
        }

    .us1 .img {
        width: 60%;
        margin-top: 23px;
    }

    .us1 .left {
        width: 100%;
        padding-right: 0;
    }

    .us2 {
        padding: 32px 0;
    }

        .us2 .img {
            width: 60%;
            order: 2;
            margin-top: 23px;
        }

        .us2 .left {
            width: 100%;
            padding-left: 0;
            order: 1;
        }

        .us2 .rec li:not(:first-child) {
            margin-top: 10px;
        }

        .us2 .rec li .icon {
            width: 50px;
        }

        .us2 .rec li .desc {
            width: calc(100% - 60px);
        }

    .us3 {
        margin-bottom: 32px;
    }

        .us3 .img {
            width: 60%;
            margin-top: 23px;
        }

        .us3 .left {
            width: 100%;
            padding-right: 0;
        }

    .us5 {
        padding: 32px 0 75px;
    }

        .us5 .img {
            width: 100%;
            order: 2;
            margin-top: 23px;
        }

        .us5 .mul {
            margin-top: 6px;
        }

            .us5 .mul img {
                width: calc((100% / 6) - 5px);
            }

        .us5 .shaft {
            order: 1;
            padding: 0;
            flex-direction: row;
            flex-wrap: wrap;
            margin-left: 0;
            border: 0;
        }

            .us5 .shaft li:not(:first-child) {
                margin-top: 0;
            }

            .us5 .shaft li {
                width: 50%;
                padding-left: 0;
                line-height: 32px;
            }

                .us5 .shaft li a {
                    font-size: 14px;
                }

                .us5 .shaft li .spot {
                    width: 5px;
                    height: 5px;
                    left: 0;
                }

                .us5 .shaft li p {
                    margin-left: 11px;
                }
}

/* 11.产品展示页面 */
.exp {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 60px 0 120px;
}

    .exp .top {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 40px;
        border-bottom: 1px solid #cdcdcd;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .exp .img {
        height: 48px;
    }

    .exp .ser {
        width: 280px;
        height: 48px;
        box-sizing: border-box;
        padding: 0 20px;
        border-radius: 24px;
        border: solid 2px #999999;
    }

        .exp .ser img {
            float: right;
            width: 18px;
            height: 19px;
            margin-top: 13px;
            cursor: pointer;
        }

        .exp .ser input {
            width: calc(100% - 18px);
            height: 100%;
            outline: 0;
            border: 0;
            box-sizing: border-box;
            padding-right: 7px;
            font-size: 14px;
            color: #999999;
        }

@media (max-width: 1400px) {
    .exp .top {
        padding-bottom: 20px;
    }

    .exp .img {
        height: 32px;
    }

    .exp .ser {
        height: 40px;
        border: solid 1px #999999;
    }

        .exp .ser img {
            margin-top: 9px;
        }
}

@media (max-width: 1000px) {
    .exp {
        padding: 32px 0 75px;
    }

        .exp .top {
            padding-bottom: 10px;
            flex-direction: column;
        }

        .exp .img {
            height: 23px;
        }

        .exp .ser {
            height: 32px;
            margin-top: 19px;
            padding: 0 13px;
            border-radius: 20px;
        }

            .exp .ser input {
                font-size: 12px;
            }

            .exp .ser img {
                width: 15px;
                height: 15px;
                margin-top: 8px;
            }
}

/* 侧栏 */
.side {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}

    .side .side-bar {
        float: left;
        width: 300px;
        height: auto;
        padding-right: 25px;
    }

    .side .side-contents {
        float: right;
        width: calc(100% - 300px);
        height: auto;
        overflow: hidden;
        padding-left: 56px;
    }

    .side .side-bar h3 {
        text-align: center;
        /*font-family: "feichibiaoti";*/
        width: 100%;
        height: 100px;
        line-height: 100px;
        color: #ffffff;
        font-size: 30px;
        background-color: #c52a2b;
        border-radius: 12px 12px 0px 0;
    }

    .side .side-bar .link {
        width: 100%;
        height: auto;
    }

        .side .side-bar .link a {
            display: block;
            width: 100%;
            height: auto;
        }

            .side .side-bar .link a img {
                width: 100%;
                height: 100%;
                object-fit: fill;
            }

            .side .side-bar .link .active,
            .side .side-bar .link a:hover {
                width: 300px;
                box-shadow: 0px 13px 46px 0px rgba(4, 0, 0, 0.32);
            }

    .side .side-bar .aside-more-close {
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: right;
        color: #fe7e16;
        font-size: 14px;
        background-color: #1a1a1a;
        box-sizing: border-box;
        padding: 0 7px;
        display: none;
        cursor: pointer;
    }

    .side .side-contents .aside-more {
        float: right;
        width: 23px;
        height: 23px;
        cursor: pointer;
        display: none;
    }

@media (max-width: 1400px) {
    .side {
        margin-top: 40px;
    }

        .side .side-bar {
            width: 225px;
        }

        .side .side-contents {
            width: calc(100% - 225px);
            padding-left: 30px;
        }

        .side .side-bar h3 {
            font-size: 27px;
            height: 75px;
            line-height: 75px;
        }

        .side .side-bar .link .active,
        .side .side-bar .link a:hover {
            width: 225px;
        }
}

@media (max-width: 1000px) {
    .side {
        margin-top: 23px;
    }

        .side .side-bar {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 95%;
            display: none;
            z-index: 300;
            background-color: #ffffff;
            box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
            padding-right: 0;
        }

            .side .side-bar .aside-more-close {
                display: block;
            }

        .side .side-contents .aside-more {
            display: block;
        }

        .side .side-contents {
            width: 100%;
            padding-left: 0;
        }

        .side .side-bar h3 {
            font-size: 20px;
            height: 60px;
            line-height: 60px;
            border-radius: 7px 7px 0px 0;
        }

        .side .side-bar .link {
            margin-top: 0;
            width: 100%;
            height: 50vh;
            overflow-x: hidden;
            overflow-y: scroll;
            display: flex;
            flex-wrap: wrap;
        }

            .side .side-bar .link a {
                width: 50%;
            }

                .side .side-bar .link .active,
                .side .side-bar .link a:hover {
                    width: 50%;
                    padding: 7px;
                    box-shadow: 0 0 0 0 rgba(4, 0, 0, 0.32);
                }
}

/* 12.商品列表 */
.goods-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 120px;
}

    .goods-swiper .swiper-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .goods-swiper a {
        display: block;
        width: 100%;
        height: 361px;
        background-color: #f3f3f3;
        color: #000000;
    }

    /* 分页按钮修改 */
    .goods-swiper .swiper-button-next,
    .goods-swiper .swiper-button-prev {
        width: 44px;
        height: 44px;
        top: 97%;
    }

    .goods-swiper .swiper-button-prev,
    .goods-swiper .swiper-container-rtl .swiper-button-next {
        background-image: url(./../images/row-left.png);
        background-size: 100% 100%;
        left: 0;
    }

    .goods-swiper .swiper-button-next,
    .goods-swiper .swiper-container-rtl .swiper-button-prev {
        background-image: url(./../images/row-right.png);
        background-size: 100% 100%;
        left: 64px;
    }

    /* 分页器样式修改 */
    .goods-swiper .swiper-pagination {
        top: 94%;
        right: 0;
    }

    .goods-swiper .swiper-pagination-bullet {
        width: auto;
        height: auto;
        background-color: transparent;
        font-size: 32px;
        color: #333333;
        opacity: 1;
        margin-right: 23px;
    }

    .goods-swiper .swiper-pagination-bullet-active {
        opacity: 0.2;
    }

@media (max-width: 1400px) {
    .goods-swiper .swiper-button-next,
    .goods-swiper .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .goods-swiper .swiper-pagination-bullet {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .goods-swiper {
        margin-top: 43px;
        padding-bottom: 75px;
    }

        .goods-swiper .swiper-button-next,
        .goods-swiper .swiper-button-prev {
            width: 27px;
            height: 27px;
            top: 98%;
        }

        .goods-swiper .swiper-button-next,
        .goods-swiper .swiper-container-rtl .swiper-button-prev {
            left: 43px;
        }

        .goods-swiper .swiper-pagination {
            top: 95%;
        }

        .goods-swiper .swiper-pagination-bullet {
            font-size: 20px;
            margin-right: 13px;
        }
}

/* 13.页脚 */
footer {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    background-color: #232424;
}

@media (max-width: 1000px) {
    footer {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
}

/* 14.关于火娃页面||创新专利页面 */
.idea .top {
    background-color: #f7f7f7;
}

.gard .img {
    width: 35%;
}

.gard .left {
    width: 58%;
}

.gard1 .img {
    width: 50%;
}

.gard1 .left {
    width: 38%;
}

.gard h2 {
    margin-top: 52px;
}

    .gard h2 span {
        font-size: 18px;
    }

    .gard h2 p {
        font-size: 24px;
        margin-top: 5px;
    }

.gard .line {
    width: 60px;
    height: 2px;
    background-color: #d2273c;
    margin: 30px 0;
}

.gard .desc {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inman-ideograph;
}

.gard1 .desc {
    margin-top: 70px;
}

.idea .bom {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inman-ideograph;
}

@media (max-width: 1400px) {
    .gard .left {
        width: 60%;
    }

    .gard1 .img {
        width: 50%;
    }

    .gard1 .left {
        width: 43%;
    }

    .gard1 .desc {
        margin-top: 40px;
    }

    .gard h2 {
        margin-top: 32px;
    }

        .gard h2 span {
            font-size: 16px;
        }

        .gard h2 p {
            font-size: 20px;
        }

    .gard .line {
        margin: 20px 0;
    }

    .gard .desc {
        font-size: 14px;
        line-height: 27px;
    }
}

@media (max-width: 1000px) {
    .gard .img {
        margin-top: 23px;
    }

    .gard .left {
        width: 100%;
    }

    .gard h2 {
        margin-top: 23px;
        text-align: center;
    }

    .gard1 h2 {
        margin-top: 0;
    }

    .gard h2 span {
        font-size: 13px;
    }

    .gard h2 p {
        font-size: 16px;
        margin-top: 7px;
    }

    .gard .line {
        margin: 13px auto;
    }

    .gard .desc {
        font-size: 12px;
        line-height: 23px;
    }

    .gard1 .desc {
        margin-top: 0;
    }

    .idea .bom {
        font-size: 12px;
        line-height: 27px;
    }
}

/* 15.荣誉资质 */
.honor-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    padding-bottom: 70px;
}

    .honor-swiper.img {
        width: 100%;
        height: auto;
    }

    .honor-swiper .swiper-slide {
        text-align: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }

    .honor-swiper .swiper-slide-active,
    .honor-swiper .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    /* 分页器按钮样式修改 */
    .honor-swiper .swiper-pagination-bullet,
    .honor-swiper .swiper-pagination-bullet-active {
        width: 30px;
        height: 4px;
        border-radius: 13px;
    }

.swiper-container-horizontal > .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 9px;
}

.honor-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.honor-swiper .swiper-pagination-custom,
.honor-swiper .swiper-pagination-fraction {
    bottom: 0;
}

.honor-swiper .swiper-pagination-bullet {
    background: #e5e5e5;
    opacity: 1;
}

.honor-swiper .swiper-pagination-bullet-active {
    background-color: #d2273c;
}

@media (max-width: 1000px) {
    .honor-swiper {
        margin-top: 23px;
        padding-bottom: 53px;
    }

        .honor-swiper .swiper-pagination-bullet,
        .honor-swiper .swiper-pagination-bullet-active {
            height: 2px;
            border-radius: 7px;
        }

    .swiper-container-horizontal > .swiper-pagination-bullets
    .swiper-pagination-bullet {
        margin: 0 7px;
    }
}

/* 16.核心产品 */
.kern .tabs {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
}

    .kern .tabs li {
        display: inline-block;
        width: 200px;
        height: 44px;
        line-height: 44px;
        background-color: #f7f7f7;
        border-radius: 22px;
        border: solid 1px #cacaca;
        text-align: center;
    }

        .kern .tabs li:not(:last-child) {
            margin-right: 20px;
        }

        .kern .tabs li a {
            display: block;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
        }

        .kern .tabs li:hover,
        .kern .tabs .active {
            background-color: #d2273c;
            border: 1px solid #d2273c;
        }

            .kern .tabs li:hover a,
            .kern .tabs .active a {
                color: #ffffff;
            }

.kern-goods {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

    .kern-goods li {
        width: calc((100% / 4) - 30px);
        height: auto;
    }

        .kern-goods li:not(:nth-child(4n)) {
            margin-right: 40px;
        }

        .kern-goods li:nth-child(n + 5) {
            margin-top: 40px;
        }

        .kern-goods li p {
            text-align: center;
            font-size: 18px;
            margin-top: 10px;
            line-height: 32px;
            color: #666666;
            /* 超出隐藏 */
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 页码 */
.pager {
    width: 100%;
    height: auto;
    text-align: center;
    color: #606266;
    margin-top: 80px;
}

    .pager a {
        display: inline-block;
        padding: 7px 15px;
        color: #606266;
        margin-bottom: 10px;
        background-color: #ffffff;
        box-shadow: 0px 1px 17px 1px rgba(0, 0, 0, 0.1);
    }

        .pager a:not(:last-child) {
            margin-right: 10px;
        }

        .pager a:hover,
        .pager .active {
            background-color: #d2273c;
            color: #fff;
        }

@media (max-width: 1400px) {
    .kern .tabs {
        margin: 0 0 32px;
    }

        .kern .tabs li {
            width: 180px;
        }

            .kern .tabs li:not(:last-child) {
                margin-right: 10px;
            }

            .kern .tabs li a {
                font-size: 16px;
            }

    .kern-goods li {
        width: calc((100% / 4) - 21px);
    }

        .kern-goods li:not(:nth-child(4n)) {
            margin-right: 28px;
        }

        .kern-goods li:nth-child(n + 5) {
            margin-top: 28px;
        }

        .kern-goods li p {
            font-size: 16px;
            margin-top: 5px;
        }

    .pager {
        margin-top: 63px;
    }

        .pager a {
            padding: 7px 15px;
            margin-bottom: 7px;
        }

            .pager a:not(:last-child) {
                margin-right: 7px;
            }
}

@media (max-width: 1000px) {
    .kern .tabs {
        margin: 0 0 23px;
    }

        .kern .tabs li {
            width: 48%;
            height: 32px;
            line-height: 32px;
        }

            .kern .tabs li:not(:last-child) {
                margin-right: 0;
            }

            .kern .tabs li:not(:nth-child(2n)) {
                margin-right: 1%;
            }

            .kern .tabs li:nth-child(n + 3) {
                margin-top: 2%;
            }

            .kern .tabs li a {
                font-size: 12px;
            }

    .kern-goods li {
        width: calc((100% / 4) - 9px);
    }

        .kern-goods li:not(:nth-child(4n)) {
            margin-right: 12px;
        }

        .kern-goods li:nth-child(n + 5) {
            margin-top: 12px;
        }

        .kern-goods li p {
            font-size: 13px;
            line-height: 21px;
        }

    .pager {
        margin-top: 43px;
    }

        .pager a {
            padding: 3px 9px;
            font-size: 12px;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .pager a:not(:last-child) {
                margin-right: 4px;
            }
}

@media (max-width: 480px) {
    .kern-goods li {
        width: calc((100% / 2) - 3px);
    }

        .kern-goods li:not(:nth-child(4n)) {
            margin-right: 0;
        }

        .kern-goods li:nth-child(n + 5) {
            margin-top: 0;
        }

        .kern-goods li:not(:nth-child(2n)) {
            margin-right: 6px;
        }

        .kern-goods li:nth-child(n + 3) {
            margin-top: 6px;
        }
}

footer .inside {
    color: #4b4b4b;
}
.order2 li a, .order li a {
    display: none;
}
    .order2 li a:nth-child(1), .order li a:nth-child(1) {
        display: block;
    }
.order2 li:hover, .order li:hover {
    background-color: #d2273c;
    padding: 0 40px;
}
    .order2 li:hover a:first-child, .order li:hover a:first-child {
        display: none;
    }
    .order2 li:hover a:last-child, .order li:hover a:last-child {
        display: block;
    }
.webdiyerCss {
    padding-bottom:120px;
}
.goods-swiper a img {
    height:100%;
    object-fit:cover;
    width:100%;
    display:block;
}
.bom .left  {
    position:relative;
}
.bom .code {
    position:absolute;
    top:110%;
    left:8%;
    width:100px;
    height:100px;
    background:#fff;
    padding:5px;
    border-radius:5px;
    display:none;
}
    .bom .code img {
        width:100%;
        display:block;
    }
.goods-swiper .swiper-slide a {
    position:relative;
}
.pro-title { 
    position:absolute;
    background:rgba(0,0,0,50%);
    color:#fff;
    text-align:center;
    width:100%;
    font-size:25px;
    line-height:50px;
    bottom:0;
    left:0;
}

@media (max-width:1000px) {
    .bom .code {
            width:80px;
            height:80px;
            top:20%;
            left:110%;

    }
    .pro-title {
        font-size:15px;
        line-height:30px;
    }
    .goods-swiper a {
        height:200px;

    }
    .goods-swiper .swiper-slide {
        padding:0 5px !important;
        margin-bottom:10px  !important;
    }
}

