﻿/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */@layer properties {
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
*, ::backdrop, :after, :before {
--tw-border-style:solid
}
}
}
*, ::backdrop, :after, :before {
box-sizing:border-box;
border:0 solid;
margin:0;
padding:0
}
::file-selector-button {
box-sizing:border-box;
border:0 solid;
margin:0;
padding:0
}
:host, html {
-webkit-text-size-adjust:100%;
tab-size:4;
font-feature-settings:normal;
font-variation-settings:normal;
-webkit-tap-highlight-color:transparent;
font-family:ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
line-height:1.5
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}
abbr:where([title]) {
-webkit-text-decoration:underline dotted;
text-decoration:underline dotted
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}
a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit
}
b, strong {
    font-weight: bolder
}
code, kbd, pre, samp {
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}
:-moz-focusring {
outline:auto
}
progress {
    vertical-align: baseline
}
summary {
    display: list-item
}
menu, ol, ul {
    list-style: none
}
audio, canvas, embed, iframe, img, object, svg, video {
    vertical-align: middle;
    display: block
}
img, video {
    max-width: 100%;
    height: auto
}
button, input, optgroup, select, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
}
::file-selector-button {
font:inherit;
font-feature-settings:inherit;
font-variation-settings:inherit;
letter-spacing:inherit;
color:inherit;
opacity:1;
background-color:#0000;
border-radius:0
}
:where(select:is([multiple], [size])) optgroup {
font-weight:bolder
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start:20px
}
::file-selector-button {
margin-inline-end:4px
}
::placeholder {
opacity:1
}
@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
::placeholder {
color:currentColor
}
@supports (color:color-mix(in lab, red, red)) {
::placeholder {
color:color-mix(in oklab, currentcolor 50%, transparent)
}
}
}
textarea {
    resize: vertical
}
::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-date-and-time-value {
min-height:1lh;
text-align:inherit
}
::-webkit-datetime-edit {
display:inline-flex
}
::-webkit-datetime-edit-fields-wrapper {
padding:0
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field {
padding-block:0
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field {
padding-block:0
}
::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field {
padding-block:0
}
::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-second-field {
padding-block:0
}
::-webkit-datetime-edit-meridiem-field {
padding-block:0
}
:-moz-ui-invalid {
box-shadow:none
}
button, input:where([type=button], [type=reset], [type=submit]) {
appearance:button
}
::file-selector-button {
appearance:button
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height:auto
}
[hidden]:where(:not([hidden=until-found])) {
display:none!important
}
.container {
    width: 100%
}
.hidden {
    display: none
}
.border {
    border-style: var(--tw-border-style);
    border-width: 1px
}
.underline {
    text-decoration-line: underline
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s)
}
:root {
--background:#fff;
--foreground:#fff;
--activeColor:#fd2621;
--webkit-transition:all .3s linear;
--transition:all .3s linear;
--headerHeight:80px;
--shadow:0px 10px 18px 0px #2318151a
}

@media (prefers-color-scheme:dark) {
:root {
--background:#fff;
--foreground:#ededed
}
}
html {
    font-family: Source Han Sans CN
}
body {
    background: var(--background);
    color: var(--foreground);
    font-family: Arial, Helvetica, sans-serif
}
b, h1, h2, h3, h4, h5, h6, i, img, li, p, pre, span, t, tr {
    -webkit-user-select: none;
    user-select: none
}
img {
    pointer-events: none
}
a, b, i, li, p {
    font-size: 16px
}
.main {
    width: 100%;
    margin: 0 auto
}
header {
    width: 100%;
    height: var(--headerHeight);
    color: #fff;
    z-index: 999;
    background: linear-gradient(#000, #fff0 80%);
    font-size: 16px;
    line-height: 78px;
    -webkit-transition: all .3s linear;
    position: fixed;
    top: 0
}
header .header-warp {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}
header .header-warp .menu-ul {
    justify-content: space-between;
    width: -webkit-fill-available;
    margin-left: 160px;
    display: flex
}
header .header-warp .menu-ul .menu-ul-li:nth-child(2):hover .header-product {
    height: 50%;
    padding-top: 80px;
    transition: all .5s linear
}
header .header-warp .menu-ul .menu-ul-li:nth-child(3):hover .header-process {
    height: 300px;
    padding-top: 80px;
    transition: all .5s linear
}
header .header-warp .menu-ul .menu-ul-li:nth-child(4):hover .header-appList {
    height: 48%;
    padding-top: 80px;
    transition: all .3s linear
}
header .header-warp .menu-ul .menu-ul-li:nth-child(5):hover .header-case, header .header-warp .menu-ul .menu-ul-li:nth-child(6):hover .header-about, header .header-warp .menu-ul .menu-ul-li:nth-child(7):hover .header-news {
    height: 300px;
    padding-top: 80px;
    transition: all .3s linear
}
header .header-warp .menu-ul .menu-ul-li:hover .menu-route-a {
    color: var(--activeColor)
}
header .header-warp .menu-ul .menu-ul-li:hover .menu-route-a:before {
    width: 100%
}
header .header-warp .menu-ul .menu-ul-li .menu-route-a {
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 500;
    display: block;
    position: relative
}
header .header-warp .menu-ul .menu-ul-li .menu-route-a:before {
    content: "";
    background-color: var(--activeColor);
    border-radius: 2px;
    width: 0;
    height: 3px;
    margin: 0 auto;
    transition: all .3s linear;
    display: block;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0
}
header .header-warp .menu-ul .menu-ul-li .menu-route-a:hover {
    color: var(--activeColor)
}
header .header-about, header .header-appList, header .header-case, header .header-news, header .header-process, header .header-product {
    z-index: -1;
    background-color: #fff;
    width: 100%;
    transition: all .5s linear;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0 10px 18px #2318151a
}
header .header-about:before, header .header-appList:before, header .header-case:before, header .header-news:before, header .header-process:before, header .header-product:before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0
}
header .header-product {
    height: 0
}
header .header-product .header-product-top {
    background: #fdfcfc;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 240px;
    display: flex
}
header .header-product .header-product-top div {
    cursor: pointer;
    align-items: center;
    display: flex
}
header .header-product .header-product-top div img {
    margin-right: 10px
}
header .header-product .header-product-top span {
    color: #333;
    font-size: 24px
}
header .header-product .header-product-top span:hover {
    color: #cd241d
}
header .header-product .header-product-main {
    background-color: #f3faff;
    display: flex
}
header .header-product .header-product-main .header-product-left {
    width: 590px
}
header .header-product .header-product-main .header-product-left div {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #949494;
    height: 80px;
    position: relative
}
header .header-product .header-product-main .header-product-left div span {
    text-align: center;
    color: #cd241d;
    font-size: 24px;
    font-weight: 500;
    display: block
}
header .header-product .header-product-main .header-product-left div img {
    position: absolute;
    top: 10px;
    right: 50px
}
header .header-product .header-product-main .header-product-left div:after {
    content: "";
    background: url(../image/gray.webp) no-repeat;
    width: 7px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%)
}
header .header-product .header-product-main .header-product-left .activeSerise {
    background-color: #cd241d
}
header .header-product .header-product-main .header-product-left .activeSerise span {
    color: #fff
}
header .header-product .header-product-main .header-product-left .activeSerise:after {
    background: url(../image/white.webp) no-repeat
}
header .header-product .header-product-main .header-product-center {
    background: #e9f4fc
}
header .header-product .header-product-main .header-product-center div {
    cursor: pointer;
    border-bottom: 1px solid #949494;
    width: 280px;
    height: 50px;
    position: relative
}
header .header-product .header-product-main .header-product-center div span {
    height: 50px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 50px;
    display: block
}
header .header-product .header-product-main .header-product-center div:after {
    content: "";
    background: url(../image/gray.webp) no-repeat;
    width: 7px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%)
}
header .header-product .header-product-main .header-product-center .activeItem {
    background-color: #cd241d
}
header .header-product .header-product-main .header-product-center .activeItem span {
    color: #fff
}
header .header-product .header-product-main .header-product-center .activeItem:after {
    background: url(../image/white.webp) no-repeat
}
header .header-product .header-product-main .header-product-right {
    cursor: pointer;
    background: url(../image/product-bg.webp) 100% no-repeat;
    width: calc(100% - 1230px)
}
header .header-product .header-product-main .header-product-right img {
    margin: 40px auto 0
}
header .header-product .header-product-main .header-product-right p {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-weight: 500
}
header .header-appList {
    height: 0
}
header .header-appList .header-appList-main {
    height: inherit;
    justify-content: space-between;
    margin-top: 40px;
    display: flex
}
header .header-appList .header-appList-main .header-appList-left {
    grid-column-gap: 60px;
    grid-template-columns: repeat(2, 5fr);
    height: calc(100% - 160px);
    margin-left: 60px;
    display: grid
}
header .header-appList .header-appList-main .header-appList-left a {
    color: #333;
    border-bottom: 1px solid #eee;
    width: 250px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    transition: all .3s linear;
    display: block
}
header .header-appList .header-appList-main .header-appList-left a:hover {
    transition: all .3s linear;
    color: #cd241d!important;
    border-color: #cd241d!important
}
header .header-about, header .header-case, header .header-news, header .header-process {
    height: 0;
    display: flex
}
header .header-about .header-img-wrap, header .header-case .header-img-wrap, header .header-news .header-img-wrap, header .header-process .header-img-wrap {
    position: relative
}
header .header-about .header-img-wrap img, header .header-case .header-img-wrap img, header .header-news .header-img-wrap img, header .header-process .header-img-wrap img {
    height: 230px
}
header .header-about .header-img-wrap span, header .header-case .header-img-wrap span, header .header-news .header-img-wrap span, header .header-process .header-img-wrap span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 130px
}
header .header-about .right-box, header .header-case .right-box, header .header-news .right-box, header .header-process .right-box {
    grid-column-gap: 60px;
    grid-template-columns: repeat(3, 2fr);
    margin-left: 60px;
    display: grid
}
header .header-about .right-box a, header .header-case .right-box a, header .header-news .right-box a, header .header-process .right-box a {
    color: #000;
    background: url(../image/w-r.webp) 100% no-repeat;
    border-bottom: 1px solid #eee;
    width: 230px;
    height: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 80px;
    transition: all .5s linear;
    display: block;
    position: relative
}
header .header-about .right-box a:hover, header .header-case .right-box a:hover, header .header-news .right-box a:hover, header .header-process .right-box a:hover {
    color: #cd241d;
    background: url(../image/r-r.webp) 100% no-repeat;
    border-color: #cd241d;
    transition: all .5s linear
}
header:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 0;
    transition: all .3s linear;
    position: absolute;
    top: 0;
    left: 0
}
header .selectAcitve {
    border-bottom: 3px solid var(--activecolor);
    border-radius: 1px
}
header .selectAcitve .menu-route-a {
    color: var(--activeColor);
    font-size: 18px
}
header .up {
    cursor: pointer;
    background: url(../image/top.webp) 50% no-repeat;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    transition: all .2s linear;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 5px 9px #2318151a
}
header .up:hover {
    background-color: #fafafa;
    transition: all .2s linear;
    box-shadow: 0 8px 15px #23181533
}
.banner-container {
    width: calc(100vw - 18px);
    height: auto
}
.banner-container img {
    width: inherit;
    height: auto
}
@keyframes bounce {
0%, to {
transform:translateY(0)
}
30% {
transform:translateY(-10px)
}
60% {
transform:translateY(5px)
}
80% {
transform:translateY(-3px)
}
}
.bannerWrap {
    position: relative
}
.bannerWrap img {
    width: 100%
}
.bannerWrap .contactDown {
    cursor: pointer;
    background: url(../image/down.webp) no-repeat;
    width: 100px;
    height: 100px;
    animation: bounce 1s infinite;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%)
}
.bannerWrap .contactDown:hover {
    animation-play-state: paused
}
footer {
    background: url(../image/bg.webp) 0 0/cover no-repeat;
    padding-top: 40px
}
footer .footer-wrap {
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex
}
footer .footer-wrap ul h5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    position: relative
}
footer .footer-wrap ul h5:after {
    content: "";
    background: #fd2621;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0
}
footer .footer-wrap ul li {
    height: 36px;
    font-size: 16px;
    line-height: 36px
}
footer .footer-wrap ul li:hover {
    color: #fd2621
}
footer .footer-wrap .contact li {
    margin: 14px 0;
    font-size: 18px;
    display: flex
}
footer .footer-wrap .contact li img {
    margin-right: 10px
}
footer .footer-wrap .contact li:hover {
    color: #fff
}
footer .footer-wrap .contact .erweima-box {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex
}
footer .footer-wrap .contact .erweima-box div:first-child {
    margin-right: 30px
}
footer .footer-wrap .contact .erweima-box div p {
    font-size: 18px
}
footer .copyright {
    text-align: center;
    font-size: 14px
}
footer .copyright img {
    width: 14px;
    margin: 0 4px;
    display: inline-block
}
.redBtn, .whiteBtn {
    border-radius: 25px;
    width: 180px;
    height: 50px;
    position: relative
}
.redBtn a, .whiteBtn a {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.redBtn {
    color: #fff;
    background-color: #fd2621
}
.whiteBtn {
    color: #fd2621;
    background-color: #fff
}
.product-slider {
    width: inherit;
    padding-left: 20px;
    padding-right: 26px
}
.product-slider .slick-slider .slick-list {
    width: 79%;
    margin: auto
}
.product-slider .slick-slider .slick-next:before, .product-slider .slick-slider .slick-prev:before {
    color: #fd2621;
    background-image: none;
    width: 26px;
    height: 44px;
    position: absolute;
    opacity: 1!important;
    content: " "!important
}
.product-slider .slick-slider .slick-next, .product-slider .slick-slider .slick-prev {
    z-index: 1;
    position: absolute;
    top: calc(50% - 22px)
}
.product-slider .slick-slider .slick-prev:before {
    background: url(../image/left-arrow.webp) no-repeat;
    left: 26px
}
.product-slider .slick-slider .slick-next:before {
    background: url(../image/right-arrow.webp) no-repeat;
    right: 26px
}
.product-slider .slick-slider .slick-arrow:hover {
    background: 0 0!important
}
.product-slider .slick-slider .active, .product-slider .slick-slider .bgF {
    padding: 0 5px
}
.product-slider .slick-slider .active img, .product-slider .slick-slider .bgF img {
    height: 110px;
    margin: auto
}
.product-slider .slick-slider .active img {
    background-color: #fff;
    border: 1px solid #fd2621
}
.product-slider .slick-slider .bgF img {
    background-color: #fff
}
.upwards {
    margin-top: -80px;
    padding-top: 80px
}
.my-div {
    width: 1400px;
    height: 680px
}
@property --tw-border-style {
syntax:"*";
inherits:false;
initial-value:solid
}
