* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    min-width: 0;
    word-break: break-word;
    word-wrap: break-word
}

body {
    width: 100%;
    overflow: hidden;
    overflow-y: auto
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/jtl.png');
    background-repeat: no-repeat;
    background-position: right;
    font-family: Microsoft YaHei;
    outline: none
}

.menu_button {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.menu_button:focus {
    outline: none
}

.menu_button * {
    transition: all .3s
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(.4, 0, .2, 1), stroke-dashoffset 600ms cubic-bezier(.4, 0, .2, 1)
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6
}

.menu_button .line2 {
    stroke-dasharray: 45 60;
    stroke-width: 6
}

.menu_button .line3 {
    stroke-dasharray: 30 207;
    stroke-width: 6
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

i {
    font-style: normal
}

.s_content * {
    text-wrap-mode: wrap !important;
    word-break: break-word
}

.s_content {
    line-height: 1.8em
}

.s_content li {
    list-style: inherit
}

.s_content .list-paddingleft-2 {
    padding-left: 1em
}

.s_contnet img {
    max-width: 100%;
    height: auto !important
}

.s_contnet video {
    max-width: 100%;
    height: auto !important
}

.s_content br+br {
    display: none
}

.s_content video {
    max-width: 100%
}

.s_content img {
    max-width: 100%;
    margin-bottom: .2rem
}

:root {
    --red: #791313;
    --bgc: #C30D23;
    --ftc: #C30D23;
    --b-r: 5px;
    --hoverbg: #4087f2;
    --hoverfont: #4087f2;
    --input: 50px;
    --input_size: 16px;
    --input_padding: 0 15px;
    --input_pcolor: #999;
    --input_scolor: #C30D23;
    --input_select_color: #C30D23;
    --input_border_color: #f3f3f3;
    --input_border_radius: 0;
    --btn: 48px;
    --btn_size: 16px;
    --btn_color: #FF0828;
    --btn_minwidth: 500px;
    --btn_sm: .3rem;
    --btn_size_sm: .14rem;
    --btn_color_sm: #f1a277;
    --breadcrumb_color: #333;
    --breadcrumb_hover_color: #333;
    --breadcrumb_active_color: #333;
    --main: 1400px
}

:root {
    --ft1: 1px;
    --ft2: 2px;
    --ft3: 3px;
    --ft4: 4px;
    --ft5: 5px;
    --ft6: 6px;
    --ft7: 7px;
    --ft8: 8px;
    --ft9: 9px;
    --ft10: 10px;
    --ft11: 11px;
    --ft12: 12px;
    --ft13: 13px;
    --ft14: 14px;
    --ft15: 15px;
    --ft16: 16px;
    --ft17: 17px;
    --ft18: 18px;
    --ft19: 19px;
    --ft20: 20px;
    --ft21: 21px;
    --ft22: 22px;
    --ft23: 23px;
    --ft24: 24px;
    --ft25: 25px;
    --ft26: 26px;
    --ft27: 27px;
    --ft28: 28px;
    --ft29: 29px;
    --ft30: 30px;
    --ft31: 31px;
    --ft32: 32px;
    --ft33: 33px;
    --ft34: 34px;
    --ft35: 35px;
    --ft36: 36px;
    --ft37: 37px;
    --ft38: 38px;
    --ft39: 39px;
    --ft40: 40px;
    --ft41: 41px;
    --ft42: 42px;
    --ft43: 43px;
    --ft44: 44px;
    --ft45: 45px;
    --ft46: 46px;
    --ft47: 47px;
    --ft48: 48px;
    --ft49: 49px;
    --ft50: 50px;
    --ft51: 51px;
    --ft52: 52px;
    --ft53: 53px;
    --ft54: 54px;
    --ft55: 55px;
    --ft56: 56px;
    --ft57: 57px;
    --ft58: 58px;
    --ft59: 59px;
    --ft60: 60px;
    --ft61: 61px;
    --ft62: 62px;
    --ft63: 63px;
    --ft64: 64px;
    --ft65: 65px;
    --ft66: 66px;
    --ft67: 67px;
    --ft68: 68px;
    --ft69: 69px;
    --ft70: 70px;
    --ft71: 71px;
    --ft72: 72px;
    --ft73: 73px;
    --ft74: 74px;
    --ft75: 75px;
    --ft76: 76px;
    --ft77: 77px;
    --ft78: 78px;
    --ft79: 79px;
    --ft80: 80px;
    --ft81: 81px;
    --ft82: 82px;
    --ft83: 83px;
    --ft84: 84px;
    --ft85: 85px;
    --ft86: 86px;
    --ft87: 87px;
    --ft88: 88px;
    --ft89: 89px;
    --ft90: 90px;
    --ft91: 91px;
    --ft92: 92px;
    --ft93: 93px;
    --ft94: 94px;
    --ft95: 95px;
    --ft96: 96px;
    --ft97: 97px;
    --ft98: 98px;
    --ft99: 99px;
    --ft100: 100px;
    --ft101: 101px;
    --ft102: 102px;
    --ft103: 103px;
    --ft104: 104px;
    --ft105: 105px;
    --ft106: 106px;
    --ft107: 107px;
    --ft108: 108px;
    --ft109: 109px;
    --ft110: 110px;
    --ft111: 111px;
    --ft112: 112px;
    --ft113: 113px;
    --ft114: 114px;
    --ft115: 115px;
    --ft116: 116px;
    --ft117: 117px;
    --ft118: 118px;
    --ft119: 119px;
    --ft120: 120px;
    --ft121: 121px;
    --ft122: 122px;
    --ft123: 123px;
    --ft124: 124px;
    --ft125: 125px;
    --ft126: 126px;
    --ft127: 127px;
    --ft128: 128px;
    --ft129: 129px;
    --ft130: 130px;
    --ft131: 131px;
    --ft132: 132px;
    --ft133: 133px;
    --ft134: 134px;
    --ft135: 135px;
    --ft136: 136px;
    --ft137: 137px;
    --ft138: 138px;
    --ft139: 139px;
    --ft140: 140px;
    --ft141: 141px;
    --ft142: 142px;
    --ft143: 143px;
    --ft144: 144px;
    --ft145: 145px;
    --ft146: 146px;
    --ft147: 147px;
    --ft148: 148px;
    --ft149: 149px;
    --ft150: 150px;
    --ft151: 151px;
    --ft152: 152px;
    --ft153: 153px;
    --ft154: 154px;
    --ft155: 155px;
    --ft156: 156px;
    --ft157: 157px;
    --ft158: 158px;
    --ft159: 159px;
    --ft160: 160px;
    --ft161: 161px;
    --ft162: 162px;
    --ft163: 163px;
    --ft164: 164px;
    --ft165: 165px;
    --ft166: 166px;
    --ft167: 167px;
    --ft168: 168px;
    --ft169: 169px;
    --ft170: 170px;
    --ft171: 171px;
    --ft172: 172px;
    --ft173: 173px;
    --ft174: 174px;
    --ft175: 175px;
    --ft176: 176px;
    --ft177: 177px;
    --ft178: 178px;
    --ft179: 179px;
    --ft180: 180px;
    --ft181: 181px;
    --ft182: 182px;
    --ft183: 183px;
    --ft184: 184px;
    --ft185: 185px;
    --ft186: 186px;
    --ft187: 187px;
    --ft188: 188px;
    --ft189: 189px;
    --ft190: 190px;
    --ft191: 191px;
    --ft192: 192px;
    --ft193: 193px;
    --ft194: 194px;
    --ft195: 195px;
    --ft196: 196px;
    --ft197: 197px;
    --ft198: 198px;
    --ft199: 199px;
    --ft200: 200px;
    --p10: 10px;
    --p15: 15px;
    --p20: 20px;
    --p25: 25px;
    --p30: 30px;
    --p35: 35px;
    --p40: 40px;
    --p50: 50px;
    --p60: 60px;
    --p70: 70px;
    --p80: 80px;
    --p90: 90px;
    --p100: 100px;
    --p110: 110px;
    --p120: 120px;
    --p130: 130px;
    --p140: 140px;
    --p150: 150px;
    --p160: 160px;
    --p170: 170px;
    --p180: 180px;
    --p190: 190px;
    --p200: 200px
}

.layui-main {
    max-width: 90%;
    width: var(--main)
}

.main1 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    margin-right: 0;
    margin-left: auto;
    max-width: 90%
}

.main2 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    margin-left: 0;
    margin-right: auto;
    max-width: 90%
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.layui-btn {
    height: var(--btn);
    line-height: var(--btn);
    font-size: var(--btn_size);
    background: var(--btn_color);
    padding: 0 var(--p20);
    border-radius: 14px;
    border: 1px solid var(--btn_color);
    max-width: 100%;
    margin: 0
}

.layui-btn+.layui-btn {
    margin-left: 0
}

.bgc {
    background: var(--bgc)
}

.ftc {
    color: var(--ftc)
}

.text-underline {
    text-decoration: underline
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: var(--bgc)
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #ccc;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999999
}

::-webkit-scrollbar-corner {
    display: block
}

.layui-nav {
    padding: 0
}

main {
    flex: 1
}

ul,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

li {
    list-style: none
}

img {
    border: none
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    word-spacing: -1.5px;
    padding: 0;
    margin: 0
}

section {
    width: 100%
}

main {
    width: 100%
}

input {
    border: 0;
    outline: none
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.al-c {
    align-items: center
}

.al-b {
    align-items: baseline
}

.al-fs {
    align-items: flex-start
}

.al-fe {
    align-items: flex-end
}

.al-s {
    align-items: stretch
}

.jc-c {
    justify-content: center
}

.jc-s {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around
}

.jc-se {
    justify-content: space-evenly
}

.jc-fs {
    justify-content: flex-start
}

.jc-fe {
    justify-content: flex-end
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.d-grid {
    display: grid
}

.grid1 {
    grid-template-columns: repeat(1, 1fr)
}

.grid2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid5 {
    grid-template-columns: repeat(5, 1fr)
}

.grid6 {
    grid-template-columns: repeat(6, 1fr)
}

.grid7 {
    grid-template-columns: repeat(7, 1fr)
}

.grid8 {
    grid-template-columns: repeat(8, 1fr)
}

.grid9 {
    grid-template-columns: repeat(9, 1fr)
}

.grid10 {
    grid-template-columns: repeat(10, 1fr)
}

.text-transform-capitalize {
    text-transform: capitalize
}

.text-transform-uppercase {
    text-transform: uppercase
}

.text-transform-lowercase {
    text-transform: lowercase
}

.text-decoration-line {
    text-decoration: line-through
}

.layui-input,
.layui-select,
.layui-textarea {
    height: var(--input);
    line-height: var(--input);
    padding: var(--input_padding);
    font-size: var(--input_size);
    color: #000;
    background: initial;
    border: 1px solid #979797
}

.layui-textarea {
    padding-top: 10px;
    line-height: 1.5em
}

[lay-on] {
    cursor: pointer
}

.layui-form-checkbox[lay-skin=primary]>div {
    white-space: normal
}

.layui-form-checked[lay-skin='primary']>i {
    border-color: var(--ftc) !important;
    background-color: var(--ftc)
}

.layui-form-checkbox[lay-skin='primary']:hover>i {
    border-color: var(--ftc) !important
}

.layui-form-select dl dd.layui-this {
    color: var(--input_scolor)
}

.layui-input::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
    color: var(--input_pcolor)
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: var(--bgc) !important
}

.layui-input-prefix,
.layui-input-split,
.layui-input-suffix,
.layui-input-suffix .layui-input-affix {
    height: var(--input);
    line-height: var(--input)
}

.dh_box {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: relative;
    bottom: 0
}

.dh_box:hover {
    bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.dh_img {
    transition: all .35s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: all .35s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .35s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all .35s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden
}

.dh_imgitem img.dh,
.dh_img img {
    transition: all .6s
}

.dh_imgitem:hover img.dh,
.dh_img:hover img {
    transform: scale(1.2)
}

.dh_item {
    transition: all .5s;
    position: relative;
    bottom: 0
}

.dh_item:hover {
    bottom: 10px
}

.user_img {
    border-radius: 50%;
    overflow: hidden
}

.user_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover
}

.img_box {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.img_box1 {
    max-width: 100%;
    overflow: hidden
}

.img_box1 img,
.img_box img {
    max-width: 100%;
    max-height: 100%
}

.img_100 {
    overflow: hidden
}

.img_100 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.layui-nav {
    background-color: initial
}

[data-btn],
.cursor {
    cursor: pointer
}

section {
    padding: var(--p80) 0;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.code_box [data-type] {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background-color: initial;
    cursor: pointer;
    z-index: 2;
    background: #fff
}

.none-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-line-through {
    text-decoration: line-through
}

.dh1 {
    animation: move 3s 0s infinite;
    -webkit-animation: move 3s 0s infinite;
    transform-origin: bottom;
    -webkit-transform-origin: bottom
}

[back-btn] {
    cursor: pointer
}

.form_block .layui-form-label {
    width: 100%;
    text-align: left;
    float: unset;
    padding: 0
}

.layui-tab {
    margin: 0
}

.layui-tab .layui-tab-title li,
.layui-tab-title,
.layui-tab-title {
    height: unset
}

.pagenum {
    margin-top: var(--p70)
}

.pagenum .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10)
}

.pagenum button {
    cursor: pointer
}

.pagenum input,
.pagenum button,
.pagenum a,
.pagenum span {
    line-height: 2em;
    border: 1px solid #F2F2F2;
    padding: 2px 5px;
    text-align: center;
    min-width: 3em;
    color: #666
}

.pagenum .page-number.active {
    background: var(--ftc);
    color: #fff;
    border-collapse: #1D479C;
    opacity: 1
}

.pagenum .active {
    opacity: .4
}

.pagenum input {
    margin-right: var(--p10);
    background: #fff;
    width: 2em;
    text-align: center
}

.label {
    white-space: nowrap
}

.must::before {
    display: inline-block;
    content: '*'
}

[data-box='input-number'] {
    position: relative
}

[data-box='input-number'] input {
    padding-right: 4em
}

[data-box='input-number'] .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .15rem;
    color: #999;
    font-size: .12rem
}

[data-box='input-number'].input-textarea .text {
    top: unset;
    transform: unset;
    bottom: 5px;
    padding-left: .15rem
}

.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg_fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.layui-tab .layui-tab-title {
    height: unset;
    border: none !important
}

header {
    top: 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all .5s
}

header.down {
    top: -100%
}

header .layui-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_banner {
    display: flex;
    align-items: center;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.video video {
    width: 100%;
    height: 100%;
    background: #000
}

.line-clamp1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.line-clamp2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-clamp3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-clamp4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.line-clamp5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.line-clamp6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical
}

.line-clamp7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical
}

.line-clamp8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical
}

.line-clamp9 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.grid-row>* {
    grid-column: span 12
}

.grid-row .md1 {
    grid-column: span 1
}

.grid-row .md2 {
    grid-column: span 2
}

.grid-row .md3 {
    grid-column: span 3
}

.grid-row .md4 {
    grid-column: span 4
}

.grid-row .md5 {
    grid-column: span 5
}

.grid-row .md6 {
    grid-column: span 6
}

.grid-row .md7 {
    grid-column: span 7
}

.grid-row .md8 {
    grid-column: span 8
}

.grid-row .md9 {
    grid-column: span 9
}

.grid-row .md10 {
    grid-column: span 10
}

.grid-row .md11 {
    grid-column: span 11
}

.grid-row .md12 {
    grid-column: span 12
}

:root {
    --loader-bg-color: #E5E7EB;
    --loader-shine-color: rgba(255, 255, 255, 0.2);
    --loader-animation-duration: 1.5s
}

.image-container {
    position: relative;
    background: #e6e5e53b
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--loader-shine-color) 50%, rgba(255, 255, 255, 0) 100%);
    animation: pulseLoader var(--loader-animation-duration) infinite;
    opacity: 1;
    transition: opacity .3s ease
}

.image-container::after {
    background: border-radius
}

.image-container.loaded::before {
    opacity: 0;
    display: none
}

.image-container.loaded {
    background: initial
}

.image-loading {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.image-loaded {
    opacity: 1
}

@keyframes pulseLoader {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(150%)
    }
}

.index_swiper {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: .5;
    position: relative;
    --loader-shine-color: rgba(255, 255, 255, 0.1)
}

.index_swiper .swiper {
    position: relative
}

.index_swiper .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    object-fit: cover
}

.index_swiper .swiper-pagination-bullet {
    transition: all .5s;
    width: 20px;
    border-radius: 16px
}

.index_swiper .swiper-pagination-bullet-active {
    width: 40px
}

.index_swiper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #000
}

.index_swiper .SwiperItem {
    position: relative;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh
}

.index_swiper .SwiperItem .block {
    position: relative;
    z-index: 2
}

.index_swiper .SwiperItem .bg {
    display: flex;
    align-items: center;
    justify-content: center
}

.index_swiper .SwiperItem video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #000
}

.index_swiper .ani-slide {
    position: relative;
    z-index: 20
}

.index_swiper .ani-slide .t2,
.index_swiper .ani-slide .t3,
.index_swiper .ani-slide .t1 {
    transform: translateY(0);
    opacity: 1
}

.index_swiper .t2,
.index_swiper .t3,
.index_swiper .t1 {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s
}

.index_swiper .t2 {
    transition-delay: .4s
}

.index_swiper .t3 {
    transition-delay: .8s
}

.index_swiper .image-container {
    background: rgba(0, 0, 0, 0.5)
}

.index_swiper .image-container::before {
    animation: pulseLoader 3s infinite
}
.anli{
    width: 100%;
    padding: var(--p80) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anli_title{
    font-size: var(--ft36);
}
.anli_list{
    margin-top: var(--p40);
    max-width: 90%;
    width: var(--main);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--p40) var(--p30);
}
.anli_box{
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    width: 100%;
    
}
.anli_box>img{
    width: 100%;
}
.anli_text{
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.anli_box_title{
    font-size: var(--ft20);
    line-height: var(--ft28);
    color: rgba(0,0,0,1);
}
.anli_sub{
    font-size: var(--ft14);
    line-height: var(--ft24);
    color: rgba(0,0,0,1);
    padding: 20px 0;
    border-bottom: 1px solid rgba(51,51,51,1);
}
.anli_text a{
    margin-top: 20px;
    font-size: var(--ft14);
    line-height: var(--ft24);
    color: rgba(0,0,0,1);
}

@media screen and (max-width:990px) {
    header .nav {
        display: none
    }

    .navMobile,
    .menu_button {
        display: block
    }

    .navMobile {
        color: #fff;
        text-align: center
    }

    .navMobile li {
        padding: var(--p10);
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }

    .navMobile li>a {
        display: block
    }

    .navMobile .child>a::after {
        display: inline-block;
        font-family: layui-icon !important;
        font-style: normal;
        content: "\e61a"
    }

    .navMobile .child dl {
        margin-top: var(--p10);
        display: grid;
        gap: 8px
    }

    .layui-hide-lg {
        display: block !important
    }

    .layui-show-lg-block {
        display: none !important
    }

    .layui-main {
        max-width: 95%
    }

    .main1,
    .main2 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto
    }

    .grid-row {
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }

    .grid-row>* {
        grid-column: span 12
    }

    .grid-row .xs1 {
        grid-column: span 1
    }

    .grid-row .xs2 {
        grid-column: span 2
    }

    .grid-row .xs3 {
        grid-column: span 3
    }

    .grid-row .xs4 {
        grid-column: span 4
    }

    .grid-row .xs5 {
        grid-column: span 5
    }

    .grid-row .xs6 {
        grid-column: span 6
    }

    .grid-row .xs7 {
        grid-column: span 7
    }

    .grid-row .xs8 {
        grid-column: span 8
    }

    .grid-row .xs9 {
        grid-column: span 9
    }

    .grid-row .xs10 {
        grid-column: span 10
    }

    .grid-row .xs11 {
        grid-column: span 11
    }

    .grid-row .xs12 {
        grid-column: span 12
    }

    .layui-main {
        width: 100% !important;
        box-sizing: border-box !important
    }

    :root {
        --ft1: 1px;
        --ft2: 2px;
        --ft3: 3px;
        --ft4: 4px;
        --ft5: 5px;
        --ft6: 6px;
        --ft7: 7px;
        --ft8: 8px;
        --ft9: 9px;
        --ft10: 10px;
        --ft11: 11px;
        --ft12: 12px;
        --ft13: 12px;
        --ft14: 12px;
        --ft15: 12px;
        --ft16: 12px;
        --ft17: 12px;
        --ft18: 12px;
        --ft19: 12px;
        --ft20: 14px;
        --ft21: 14px;
        --ft22: 14px;
        --ft23: 14px;
        --ft24: 14px;
        --ft25: 14px;
        --ft26: 16px;
        --ft27: 16px;
        --ft28: 16px;
        --ft29: 16px;
        --ft30: 18px;
        --ft31: 18px;
        --ft32: 18px;
        --ft33: 18px;
        --ft34: 20px;
        --ft35: 20px;
        --ft36: 20px;
        --ft37: 20px;
        --ft38: 20px;
        --ft39: 20px;
        --ft40: 20px;
        --ft41: 20px;
        --ft42: 20px;
        --ft43: 20px;
        --ft44: 20px;
        --ft45: 20px;
        --ft46: 20px;
        --ft47: 20px;
        --ft48: 20px;
        --ft49: 20px;
        --ft50: 20px;
        --ft51: 20px;
        --ft52: 20px;
        --ft53: 20px;
        --ft54: 20px;
        --ft55: 20px;
        --ft56: 20px;
        --ft57: 20px;
        --ft58: 20px;
        --ft59: 20px;
        --ft60: 20px;
        --ft61: 20px;
        --ft62: 20px;
        --ft63: 20px;
        --ft64: 20px;
        --ft65: 20px;
        --ft66: 20px;
        --ft67: 20px;
        --ft68: 20px;
        --ft69: 20px;
        --ft70: 20px;
        --ft71: 20px;
        --ft72: 20px;
        --ft73: 20px;
        --ft74: 20px;
        --ft75: 20px;
        --ft76: 20px;
        --ft77: 20px;
        --ft78: 20px;
        --ft79: 20px;
        --ft80: 20px;
        --ft81: 20px;
        --ft82: 20px;
        --ft83: 20px;
        --ft84: 20px;
        --ft85: 20px;
        --ft86: 20px;
        --ft87: 20px;
        --ft88: 20px;
        --ft89: 20px;
        --ft90: 20px;
        --ft91: 20px;
        --ft92: 20px;
        --ft93: 20px;
        --ft94: 20px;
        --ft95: 20px;
        --ft96: 20px;
        --ft97: 20px;
        --ft98: 20px;
        --ft99: 20px;
        --ft100: 100px;
        --ft101: 101px;
        --ft102: 102px;
        --ft103: 103px;
        --ft104: 104px;
        --ft105: 105px;
        --ft106: 106px;
        --ft107: 107px;
        --ft108: 108px;
        --ft109: 109px;
        --ft110: 110px;
        --ft111: 111px;
        --ft112: 112px;
        --ft113: 113px;
        --ft114: 114px;
        --ft115: 115px;
        --ft116: 116px;
        --ft117: 117px;
        --ft118: 118px;
        --ft119: 119px;
        --ft120: 120px;
        --ft121: 121px;
        --ft122: 122px;
        --ft123: 123px;
        --ft124: 124px;
        --ft125: 125px;
        --ft126: 126px;
        --ft127: 127px;
        --ft128: 128px;
        --ft129: 129px;
        --ft130: 130px;
        --ft131: 131px;
        --ft132: 132px;
        --ft133: 133px;
        --ft134: 134px;
        --ft135: 135px;
        --ft136: 136px;
        --ft137: 137px;
        --ft138: 138px;
        --ft139: 139px;
        --ft140: 140px;
        --ft141: 141px;
        --ft142: 142px;
        --ft143: 143px;
        --ft144: 144px;
        --ft145: 145px;
        --ft146: 146px;
        --ft147: 147px;
        --ft148: 148px;
        --ft149: 149px;
        --ft150: 150px;
        --ft151: 151px;
        --ft152: 152px;
        --ft153: 153px;
        --ft154: 154px;
        --ft155: 155px;
        --ft156: 156px;
        --ft157: 157px;
        --ft158: 158px;
        --ft159: 159px;
        --ft160: 160px;
        --ft161: 161px;
        --ft162: 162px;
        --ft163: 163px;
        --ft164: 164px;
        --ft165: 165px;
        --ft166: 166px;
        --ft167: 167px;
        --ft168: 168px;
        --ft169: 169px;
        --ft170: 170px;
        --ft171: 171px;
        --ft172: 172px;
        --ft173: 173px;
        --ft174: 174px;
        --ft175: 175px;
        --ft176: 176px;
        --ft177: 177px;
        --ft178: 178px;
        --ft179: 179px;
        --ft180: 180px;
        --ft181: 181px;
        --ft182: 182px;
        --ft183: 183px;
        --ft184: 184px;
        --ft185: 185px;
        --ft186: 186px;
        --ft187: 187px;
        --ft188: 188px;
        --ft189: 189px;
        --ft190: 190px;
        --ft191: 191px;
        --ft192: 192px;
        --ft193: 193px;
        --ft194: 194px;
        --ft195: 195px;
        --ft196: 196px;
        --ft197: 197px;
        --ft198: 198px;
        --ft199: 199px;
        --ft200: 200px;
        --p10: 10px;
        --p15: 10px;
        --p20: 10px;
        --p25: 15px;
        --p30: 15px;
        --p35: 15px;
        --p40: 15px;
        --p50: 20px;
        --p60: 20px;
        --p70: 20px;
        --p80: 20px;
        --p90: 20px;
        --p100: 20px;
        --p110: 20px;
        --p120: 20px;
        --p130: 20px;
        --p140: 20px;
        --p150: 20px;
        --p160: 20px;
        --p170: 20px;
        --p180: 20px;
        --p190: 20px;
        --p200: 20px
    }
}

body {
    font-size: var(--ft16);
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

main {
    flex: 1
}

a {
    transition: all .5s
}

header {
    --color: #fff;
    color: #fff;
    border-bottom: 1px solid #fff
}

header.bgcolor {
    background: rgba(0, 0, 0, 0.5)
}

header.bgcolor .layui-main {
    padding: var(--p10) 0
}

header .layui-main {
    padding: var(--p20) 0
}

header .logo {
    flex: 1
}

header .line {
    padding: 0 var(--p30)
}

header .logo img {
    max-height: 60px
}

header .layui-nav .layui-this:after,
header .layui-nav-bar {
    background: #fff
}

header .layui-nav .layui-nav-item {
    margin-left: 4rem;
    line-height: 3em
}

header .layui-nav .layui-nav-item>a {
    font-size: var(--ft18);
    padding: 0
}

header .layui-nav .layui-nav-more {
    right: -1.2em
}

header .input-container {
    position: relative;
    display: flex;
    align-items: center
}

header .input {
    width: 35px;
    height: 35px;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    color: var(--color);
    padding: 18px 16px;
    background-color: transparent;
    cursor: pointer;
    transition: all .5s ease-in-out;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

header .input::placeholder {
    color: transparent
}

header .input:focus::placeholder {
    color: rgba(255, 255, 255, 0.6)
}

header .input:focus,
header .input:not(:placeholder-shown) {
    height: 35px;
    border-bottom: 1px solid var(--color);
    width: 145px;
    font-size: var(--ft14);
    cursor: none;
    padding: 8px 16px 8px 36px
}

header .icon {
    position: absolute;
    left: 2px;
    height: 24px;
    width: 24px;
    border-radius: 99px;
    z-index: -1
}

header .icon path {
    fill: var(--color)
}

header .input:focus+.icon,
header .input:not(:placeholder-shown)+.icon {
    z-index: 0;
    background-color: transparent;
    border: none
}

.ProNav .box {
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 0;
    box-shadow: 0 6px 16px #DEE6EF4D
}

.ProNav .title {
    padding: var(--p20);
    font-size: var(--ft24);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
    background: linear-gradient(0deg, #FF7D7D, #C53131);
    color: #fff
}

.ProNav * {
    transition: all .3s
}

.ProNav ul {
    padding: var(--p10);
    font-size: var(--ft18)
}

.ProNav ul .itemType {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: var(--p20) var(--p20) var(--p20) var(--p40);
    border-bottom: 1px dashed #E2E5EC
}

.ProNav ul .itemType i {
    display: inline-flex;
    width: var(--p20)
}

.ProNav ul .itemType:hover {
    color: var(--ftc);
    padding-left: var(--p50)
}

.ProNav ul a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.ProNav ul dl {
    display: none
}

.ProNav ul dl dd {
    padding: var(--p10) var(--p20) var(--p10) var(--p60)
}

.ProNav ul dl dd a {
    padding-left: 5px
}

.ProNav ul dl dd:hover a {
    color: var(--ftc);
    padding-left: var(--p10)
}

.ProNav ul li:last-child .itemType {
    border: none
}

.ProNav ul dd .active {
    color: var(--ftc)
}

.ProNav ul li.active .itemType {
    font-weight: bold;
    color: var(--ftc)
}

.pagenum button:hover,
.pagenum a:hover {
    color: var(--ftc)
}

.pagenum button {
    background: #fff
}

.DownloadList .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--p20);
    font-size: var(--ft22);
    padding: var(--p20) 0;
    margin-left: 1em;
    border-bottom: 1px dashed #E2E5EC;
    position: relative
}

.DownloadList .item h5 {
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1
}

.DownloadList .item::before {
    font-size: var(--ft16);
    position: absolute;
    left: -1em;
    display: inline-block;
    content: '•';
    color: #CCCCCC;
    top: 50%;
    transform: translateY(-50%)
}

.DownloadList * {
    transition: all .3s
}

.DownloadList .Btn {
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .3s
}

.DownloadList .svgIcon {
    fill: #464646
}

.DownloadList .icon2 {
    width: 18px;
    height: 5px;
    border-bottom: 2px solid #464646
}

.DownloadList .item:hover::before {
    color: var(--ftc)
}

.DownloadList .item:hover h5 {
    color: var(--ftc)
}

.DownloadList .item:hover .Btn {
    transition-duration: .3s
}

.DownloadList .item:hover .Btn .svgIcon {
    animation: slide-in-top 1s linear infinite
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.Page {
    display: grid;
    grid-template-columns: .25fr 1fr;
    gap: var(--p50)
}

:root {
    --loader-bg-color: #E2E5EC;
    --loader-shine-color: #fff;
    --loader-animation-duration: 1.5s
}

.image-container {
    position: relative;
    background: #e6e5e53b
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--loader-shine-color) 50%, rgba(255, 255, 255, 0) 100%);
    animation: pulseLoader var(--loader-animation-duration) infinite;
    opacity: 1;
    transition: opacity .3s ease
}

.image-container::after {
    background: border-radius
}

.image-container.loaded::before {
    opacity: 0;
    display: none
}

.image-container.loaded {
    background: initial
}

.image-loading {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.image-loaded {
    opacity: 1
}

@keyframes pulseLoader {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(150%)
    }
}

.topImg {
    aspect-ratio: 1920/500
}

footer .foot1 {
    color: #fff;
    padding: var(--p30) 0 var(--p40);
    background: #2a2d34
}

footer .foot1 .layui-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--p40)
}

footer .foot1 ul {
    margin-top: vaR(--p35);
    display: grid;
    gap: var(--p20)
}

footer .foot1 ul li {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 30px 1fr;
    gap: vaR(--p20)
}

footer .foot1 .meing {
    display: flex;
    align-items: center
}

footer .foot1 .meing .yangshi {
    width: 25%;
    grid-template-columns: 1fr
}

footer .foot1 .meing .yangshi .erweima {
    width: 100%
}

footer .foot1 .meing .yangshi .erweima img {
    width: 100%;
    max-width: 60px
}

footer .foot1 nav {
    display: flex;
    align-items: flex-start;
    gap: var(--p80)
}

footer .foot1 nav .t1 {
    font-size: var(--ft18);
    margin-bottom: var(--p20)
}

footer .foot1 nav dl {
    margin-top: vaR(--p20);
    display: grid;
    gap: vaR(--p10)
}

footer .foot1 nav dl a {
    opacity: .8
}

footer .foot1 nav dl a:hover {
    opacity: 1
}

footer .foot2 {
    padding: var(--p10) 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--ft14);
    gap: var(--p30);
    flex-wrap: wrap;
    background: #000
}

footer .foot2 a {
    opacity: .8
}

footer .foot2 a:hover {
    opacity: 1
}

.Form {
    gap: var(--p50) var(--p40);
    --input: 72px;
    margin-top: var(--p60)
}

.Form .layui-input-prefix,
.Form .layui-input-split,
.Form .layui-input-suffix,
.Form .layui-input-suffix .layui-input-affix {
    width: var(--input);
    display: flex;
    align-items: center;
    justify-content: center
}

.Form .layui-input,
.Form .layui-select,
.Form .layui-textarea {
    border-radius: 4px;
    border-color: #E5E5E5
}

.Form .layui-input-wrap .layui-input,
.Form .layui-input-wrap .layui-select,
.Form .layui-input-wrap .layui-textarea {
    padding-left: calc(var(--input) + 20px) !important
}

.Form .layui-input-wrap .layui-textarea {
    padding-top: var(--p20)
}

.Form .layui-form-select dl {
    top: var(--input)
}

.Form .codeBox {
    position: relative
}

.Form .codeBox canvas {
    position: absolute;
    right: vaR(--p20);
    top: 50%;
    transform: translateY(-50%)
}

.Form .foot {
    display: flex;
    align-items: center;
    justify-content: center
}

.Form .layui-btn {
    border-radius: 4px;
    width: 500px
}

.Contact h1 {
    margin-top: var(--p90);
    text-align: center;
    font-size: var(--ft36)
}

.Contact .Info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p40)
}

.Contact .Info ul li {
    padding: vaR(--p25);
    border-bottom: 1px dashed #E2E5EC
}

.Contact .Info ul li:last-child {
    border: none
}

.Contact .Info ul h5 {
    font-size: vaR(--ft20);
    color: #333333
}

.Contact .Info ul .sub {
    line-height: 2em;
    margin-top: vaR(--p20);
    color: #878F9A
}

.ProductList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--p35)
}

.ProductList .item:hover .bg {
    opacity: 1;
    background: rgba(195, 13, 35, 0.5)
}

.ProductList .item:hover svg {
    animation: 1s .2s bounceIn both
}

.ProductList .bg {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

.ProductList * {
    transition: all .3s
}

.ProductList .img1 {
    aspect-ratio: 350/285;
    border: 1px solid #DFDFDF
}

.ProductList .Img {
    position: relative
}

.ProductList h5 {
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: vaR(--ft22);
    font-weight: normal;
    padding: vaR(--p15)
}

.detailsMain section {
    padding-top: var(--p30)
}

.detailsMain nav {
    font-size: var(--ft14)
}

.detailsMain nav i {
    margin-right: 10px
}

.detailsMain nav a:hover {
    color: var(--ftc)
}

.detailsMain .Info {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: var(--p80);
    margin: var(--p50) 0 var(--p70)
}

.detailsMain .Info .Img {
    border: 1px solid #DFDFDF;
    aspect-ratio: 500/410
}

.detailsMain .Info .Text ul {
    color: #606060;
    display: grid;
    gap: var(--p15);
    margin-top: var(--p30)
}

.detailsMain .Info .Text .label {
    display: inline-block;
    text-align: right
}

.detailsMain .Info .Text li {
    display: grid;
    grid-template-columns: 5em 1fr
}

.detailsMain .Info .Text dl {
    display: flex;
    flex-wrap: wrap;
    gap: var(--p10)
}

.detailsMain .Info .colorItem {
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    aspect-ratio: 1/1;
    border: 2px solid #DDDBDB
}

.detailsMain .Info .colorItem img {
    width: max-content;
    height: max-content
}

.detailsMain .Info h1 {
    line-height: 1.1em;
    font-size: var(--ft28)
}

.detailsMain .Info .sub {
    color: #606060;
    padding-top: vaR(--p20);
    margin-top: var(--p20);
    font-size: var(--ft18);
    line-height: 1.7em;
    border-top: 1px solid #DDDBDB
}

.detailsMain .con {
    margin-top: vaR(--p320);
    font-size: var(--ft20)
}

.detailsMain .linetitle {
    font-size: var(--ft24);
    border-left: 2px solid #FF0828;
    padding-left: var(--p10);
    line-height: 1em;
    margin-bottom: vaR(--p30)
}

.detailsMain .layui-tabs-header .layui-this,
.detailsMain .layui-tabs-header li {
    font-size: var(--ft18);
    padding: 0;
    margin: 0 var(--p20) !important
}

.detailsMain .layui-tabs-header .layui-this,
.detailsMain .layui-tabs-header li:hover {
    color: #FF0828
}

.detailsMain .layui-tabs-header .layui-this:after {
    border-color: #FF0828
}

.detailsMain .DownloadList .item {
    padding: var(--p10)
}

.detailsMain .DownloadList h5 {
    font-size: var(--ft16)
}

.IndexContact {
    background: #a2194e;
    --main: 1100px;
    color: #fff;
    text-align: center
}

.IndexContact h1 {
    font-size: var(--ft36)
}

.IndexContact .desc {
    margin-top: vaR(--p10);
    font-size: var(--ft25)
}

.IndexContact .layui-main {
    position: relative;
    z-index: 2
}

.IndexContact form {
    width: 800px;
    max-width: 100%;
    margin: var(--p40) auto;
    margin-top: vaR(--p40);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--p40)
}

.IndexContact .layui-btn {
    text-align: center;
    border-radius: 4px;
    background: #fff;
    color: #C30D23;
    border: none;
    font-weight: bold;
    font-size: vaR(--ft20);
    letter-spacing: 1em;
    padding-left: 2em
}

.IndexContact .layui-btn:hover {
    opacity: .9;
    letter-spacing: .5em
}

.IndexContact .layui-input {
    background: #fff
}

.layui-btn {
    border-radius: 0
}

.titleCom {
    text-align: center
}

.titleCom h1 {
    font-size: var(--ft36)
}

.titleCom .en {
    font-size: var(--ft20);
    color: #CFCFCF
}

.IndexNew ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--p40);
    margin-top: var(--p50)
}

.IndexNew ul h5 {
    margin-top: var(--p10);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.IndexNew ul .sub {
    margin-top: var(--p10);
    font-size: var(--ft14);
    color: #787878;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.IndexNew ul .layui-btn {
    margin-top: var(--p15);
    background: #C30D23;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--ft14);
    gap: var(--p10)
}

.IndexNew .item {
    margin-top: vaR(--p80)
}

.IndexNew .item .Img {
    position: relative;
    aspect-ratio: 380/240
}

.IndexNew .item .date {
    font-size: var(--ft14);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #C30D23;
    padding: 2px var(--p10)
}

.IndexNew .item:hover .layui-btn {
    width: 60%
}

.IndexNew .item2 {
    position: relative;
    grid-column: span 2
}

.IndexNew .item2 * {
    transition: all .5s
}

.IndexNew .item2 .img {
    height: 100%
}

.IndexNew .item2 .con {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff
}

.IndexNew .item2 h5 {
    padding-top: vaR(--p15);
    line-height: 1em;
    padding-left: var(--p50);
    font-size: var(--ft60);
    color: var(--ftc)
}

.IndexNew .item2 .sub {
    padding-left: var(--p50)
}

.IndexNew .item2 .layui-btn {
    margin-top: var(--p25);
    justify-content: flex-start;
    padding-left: var(--p50);
    width: 100%
}

.IndexNew .item2:hover .layui-btn {
    width: 60%
}

.IndexNew .item2:hover .con {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5)
}

.IndexWhy {
    position: relative
}

.IndexWhy .loader {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #c30d23;
    box-shadow: 0 0 0 0 rgba(195, 13, 35, 0.6);
    animation: l2 6s infinite linear;
    position: relative
}

.IndexWhy .loader:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(195, 13, 35, 0.3);
    animation: inherit;
    animation-delay: -3s
}

@keyframes l2 {
    100% {
        box-shadow: 0 0 0 60px rgba(195, 13, 35, 0)
    }
}

.IndexWhy .Block {
    margin-top: vaR(--p50);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/bg.png)
}

.IndexWhy .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    width: 170px;
    font-size: vaR(--ft40);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    line-height: 1.2em;
    color: #fff
}

.IndexWhy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p80) var(--p200)
}

.IndexWhy ul li {
    padding: var(--p50) var(--p40);
    display: grid;
    align-items: flex-start;
    grid-template-columns: .1fr 1fr;
    gap: vaR(--p20)
}

.IndexWhy ul h5 {
    line-height: 1em;
    font-size: var(--ft34);
    font-weight: normal
}

.IndexWhy ul .sub {
    color: #606060;
    margin-top: var(--p10);
    min-height: 80px
}

.IndexWhy ul li:nth-child(even) {
    padding-left: vaR(--p100)
}

.IndexSoult {
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.IndexSoult ul {
    margin-top: vaR(--p50);
    flex: 1;
    display: flex
}

.IndexSoult ul * {
    transition: all .5s
}

.IndexSoult ul .item {
    flex: 1;
    position: relative
}

.IndexSoult ul .item:hover .con {
    background: rgba(195, 13, 35, 0.5)
}

.IndexSoult ul .item:hover .hr {
    height: 1px;
    margin: var(--p40) 0;
    background: #fff;
    transform: rotate(90deg)
}

.IndexSoult ul .item:hover .desc {
    height: auto;
    overflow: visible;
    opacity: 1;
    transform: translateY(0)
}

.IndexSoult ul .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.IndexSoult ul .con {
    text-align: center;
    padding: var(--p20) 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.IndexSoult ul h5 {
    font-size: var(--ft24);
    margin-top: var(--p40)
}

.IndexSoult ul .sub {
    text-transform: uppercase
}

.IndexSoult ul .hr {
    margin: var(--p20) 0;
    width: 50px;
    height: 3px;
    background: #1569ab;
    transition: transform .3s ease
}

.IndexSoult ul .desc {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition-delay: .4s;
    transition: all .6s;
    transform: translateY(30px)
}

.IndexProduct .layui-tabs-header {
    margin-top: vaR(--p40);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly
}

.IndexProduct .layui-tabs-header li {
    padding: 0;
    font-size: vaR(--ft22);
    color: #333;
    padding-bottom: 5px
}

.IndexProduct .layui-tabs-header li::before {
    background: #c30d23
}

.IndexProduct .layui-tabs-header li.layui-this,
.IndexProduct .layui-tabs-header li:hover {
    color: #c30d23
}

.IndexProduct .layui-tabs-header li.layui-this::after {
    display: none
}

.IndexProduct .layui-tabs-header li.layui-this::before {
    left: 0;
    right: 0
}

.IndexProduct .layui-tabs-header:after,
.IndexProduct .layui-tabs-scroll:after {
    display: none
}

.IndexProduct .layui-tabs-item {
    display: block;
    overflow: hidden;
    height: 0;
    transition: all .5s
}

.IndexProduct .layui-show {
    overflow: visible;
    height: auto
}

.IndexProduct .layui-show .prolist {
    transform: translateY(0)
}

.IndexProduct .prolist {
    transition: all .5s;
    transform: translateY(100px);
    margin-top: var(--p40);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p40)
}

.IndexProduct .prolist .item {
    padding: var(--p15);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    border: 1px solid #dfdfdf
}

.IndexProduct .prolist .item:hover {
    box-shadow: 0 6px 16px #DEE6EF
}

.IndexProduct .prolist .item:hover .bg {
    opacity: 1;
    background: rgba(195, 13, 35, 0.5)
}

.IndexProduct .prolist .item:hover svg {
    animation: 1s .2s bounceIn both
}

.IndexProduct .prolist .img1 {
    aspect-ratio: 1/1
}

.IndexProduct .prolist .con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--p50) var(--p30)
}

.IndexProduct .prolist h5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
    font-size: var(--ft28)
}

.IndexProduct .prolist .more {
    font-size: var(--ft18);
    color: #c30d23
}

.IndexProduct .prolist .bg {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

.index_swiper .block {
    text-align: center
}

.index_swiper h1 {
    font-size: var(--ft28);
    font-weight: normal
}

.index_swiper .sub {
    font-size: var(--ft56);
    font-weight: bold
}

.index_swiper .layui-btn {
    margin-top: vaR(--p40);
    border-color: #fff;
    --btn: 40px;
    background: initial;
    border-radius: 20px
}

.index_swiper .layui-btn:hover {
    padding: 0 var(--p30)
}

.navMobile {
    position: fixed;
    left: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    transition: all .5s;
    z-index: 999
}

.navMobile.show {
    left: 0
}

.navMobile .menu_button path {
    stroke: #000
}

.SearchMain form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--p40);
    gap: var(--p20)
}

.SearchMain .search-icon {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    aspect-ratio: 1/1;
    width: 50px;
    transition: background-color .3s ease;
    flex-shrink: 0
}

.SearchMain .layui-input-group {
    display: flex;
    gap: var(--p20)
}

.SearchMain .model {
    flex-shrink: 0;
    width: 8em
}

.SearchMain .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    aspect-ratio: 1920/400;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(195, 13, 35, 0.2), rgba(139, 0, 0, 0.3), rgba(255, 107, 107, 0.2));
    background-size: 200% 200%;
    animation: gradientShift 15s ease infinite
}

.SearchMain .color-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    z-index: 1
}

.SearchMain .primary-blob {
    background-color: rgba(195, 13, 35, 0.7);
    width: 700px;
    height: 700px;
    top: -350px;
    left: -150px;
    animation: flow 20s ease-in-out infinite
}

.SearchMain .secondary-blob {
    background-color: rgba(139, 0, 0, 0.6);
    width: 600px;
    height: 600px;
    bottom: -250px;
    left: 20%;
    animation: flow 22s ease-in-out infinite;
    animation-delay: 4s
}

.SearchMain .accent-blob {
    background-color: rgba(255, 107, 107, 0.6);
    width: 550px;
    height: 550px;
    top: 30%;
    right: -200px;
    animation: flow 18s ease-in-out infinite;
    animation-delay: 8s
}

@keyframes flow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: .7
    }

    25% {
        transform: translate(20%, -10%) scale(1.1);
        opacity: .6
    }

    50% {
        transform: translate(10%, 15%) scale(.95);
        opacity: .8
    }

    75% {
        transform: translate(-15%, 5%) scale(1.05);
        opacity: .65
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: .7
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes pulseSlow {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .8
    }
}

.SearchMain .container h1 {
    font-size: var(--ft36);
    position: relative;
    z-index: 5;
    padding-top: var(--p100);
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: .2em;
    color: #fff
}

@media only screen and (max-width:990px) {
    .SearchMain .container {
        padding-top: 40px;
        aspect-ratio: 1920/800
    }

    .SearchMain .model {
        width: 9em
    }

    .SearchMain {
        --input: 40px;
        --input_size: 14px
    }

    .SearchMain .search-icon {
        width: 40px;
        height: 40px
    }

    .navMobile {
        position: fixed;
        left: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        background: #fff;
        color: #000;
        transition: all .5s;
        z-index: 999
    }

    .navMobile.show {
        left: 0
    }

    .navMobile .menu_button path {
        stroke: #000
    }

    .index_swiper .SwiperItem {
        height: 40vh;
        padding-top: 50px
    }

    .IndexSoult ul .con .img_box img {
        max-width: 30px
    }

    .IndexSoult ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .IndexWhy .Block {
        background: none
    }

    .IndexWhy .loader {
        width: 70px;
        font-size: 16px
    }

    .IndexNew ul,
    .IndexProduct .prolist {
        grid-template-columns: repeat(1, 1fr)
    }

    header .logo img {
        max-height: 25px;
        max-width: 100px
    }

    header .layui-main {
        padding: 0px 0
    }

    .IndexProduct .prolist .item {
        grid-template-columns: .5fr 1fr
    }

    .footerLogo img {
        max-height: 30px
    }

    .Contact .Info,
    .Page {
        grid-template-columns: repeat(1, 1fr)
    }

    .ProNav ul .itemType i::before {
        font-size: 12px
    }

    .ProNav ul li.active .itemType,
    .ProNav ul dl dd {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ProNav ul dl dd {
        display: inline-block
    }

    .ProductList {
        grid-template-columns: repeat(2, 1fr)
    }

    .Form {
        --input: 40px;
        --input_size: 14px
    }
}

.tupian img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    outline: none;
    vertical-align: middle
}