.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1520 {
    max-width: 1520px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    width: 92%;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%!important;
    }
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/roboto-bold.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/roboto-regular.ttf) format('truetype');
    font-display: swap;
}

body,
html {
    scroll-behavior: smooth;
}

.pl-80 {
    padding-left: 4.166vw;
}

.pr-80 {
    padding-right: 4.166vw;
}

.pt-80 {
    padding-top: 4.166vw;
}

.pb-80 {
    padding-bottom: 4.166vw;
}


:root {
    --orange: #ff401a;
    --orange-dark: #f13a18;
    --text: #252525;
    --muted: #686868;
    --light: #f1f4f8;
    --page-width: 1520px;
}

.page-width {
    width: min(var(--page-width), calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}


/* header */

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.header-container {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.top-mid-flex {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.header-container.fixed .top-mid-flex {
    height: 100px;
}

.header-container.fixed .logo a img {
    max-height: 65px;
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 50px;
}

.header-ss {
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    position: relative;
}

.header-ss .ss_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/808aff8821sdpdxv.png) no-repeat center;
    border: 1px solid rgb(255, 255, 255, 0.2);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.header-email a:hover,
.header-ss .ss_btn:hover{
    background-color: #f74517;
    transition: all .3s;
}
.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/mosijianshen/2026/04/161aea4c0dmorjbx.png);
}

.header-email {
    position: relative;
    margin-right: 20px;
}

.header-email a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/a757974e59z0rgtx.png) no-repeat center;
    border: 1px solid rgb(255, 255, 255, 0.2);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #fff;
    height: 100px;
    font-weight: 400;
    position: relative;
    align-items: center;
    justify-content: center;
    font-family: "Roboto-Bold";
}

.x-menu>li>a i {
    width: 9px;
    height: 5px;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/d5ed6c1191cj0hfx.png) no-repeat center;
    opacity: .6;
    color: rgba(255, 255, 255, .4);
    font-weight: normal;
    margin-left: 5px;
}

.x-menu>li>a i::before{
    display: none;
}

.x-menu>li>a::before {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    width: 0;
    height: 10px;
    border-radius: 30px;
    background: var(--main-theme-color);
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.x-menu>li:hover>a::before,
.x-menu>li.active>a::before {
    width: 100%;
}

.x-menu>li:hover>a,
.x-menu>li.active>a {
    color: var(--main-theme-color)!important;
}

.x-menu>li:hover>a i,
.x-menu>li.active>a i {
    color: var(--main-theme-color)!important;
    background-image: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/75439e06d8tbroyx.png);
}




.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 280px;
    left: -50%;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 10px 0;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: .6em .3em .8em 1rem;
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width:1280px) {
    .x-menu>li {
        margin-left: 1.5vw;
        margin-right: 1.5vw
    }
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide>a {
    display: block;
}

.home-banner .swiper-slide>a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 3.125vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 3.125vw;
    height: 5px;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    margin: 0 10px !important;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: var(--main-theme-color);
}


/* 进度条 */

.home-banner .swiper-pagination1 .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--progress, 0);
    background: var(--main-theme-color);
    transition: width var(--progress-duration, 0ms) linear;
}


/* 激活态 */

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    text-align: left;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
    transition-delay: .7s
}

.home-banner .swiper-slide-active .v_con :nth-child(4) {
    transition-delay: .9s
}

.home-banner .swiper-slide-active .v_con :nth-child(5) {
    transition-delay: 1.1s
}

.home-banner .swiper-slide-active .v_con :nth-child(6) {
    transition-delay: 1.3s
}

.home-banner .swiper-slide-active .v_con :nth-child(7) {
    transition-delay: 1.5s
}

.v_tit_aa {
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3;
    max-width: 1200px;
    /* text-transform: capitalize; */
    font-family: "Roboto-Bold";
    padding-top: 4.166vw;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/966bc58bacncza8t.png) no-repeat left top;
    position: relative;
}

.v_tit_aa span {
    color: var(--main-theme-color);
}

.v_tit_bb {
    font-size: 18px;
    line-height: 1.7;
    max-width: 840px;
    font-weight: normal;
    margin-bottom: 5.2083vw;
    color: rgba(255, 255, 255, .8);
}

.v_tit_cc {
    display: flex;
    align-items: center;
}

.v_tit_cc a {
    padding: 15px 30px 15px 36px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.26);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    background-color: rgba(255, 255, 255, 0.26);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 0.5;
}

.v_tit_cc a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
}

.v_tit_cc a:hover span {
    color: #fff!important;
}

.v_tit_cc a span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    color: #fff!important;
    font-family: "Roboto-Bold";
}

.v_tit_cc a span i {
    display: block;
    margin-left: 15px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/61db4e2e96by6hqc.png) no-repeat center var(--main-theme-color);
}

.v_tit_cc a:hover {
    border-color: var(--main-theme-color);
}

.v_tit_cc a:hover::before {
    width: 100%;
    left: 0px;
}

@media (max-width: 1280px) {
    .v_tit_aa {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .v_tit_bb {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .v_tit_cc {
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .v_tit_aa {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 22px;
    }
    .v_tit_dd {
        font-size: 18px;
    }
    .v_tit_bb {
        display: none!important;
    }
}


/* section1 */

.section1 {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #222222;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Roboto-Bold";
}

.hm-title .pp {
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
}

.section1-cate{
    margin: 0 -7px;
    margin-top: 40px;
    position: relative;
}
.section1-cate li{
    position: relative;
    text-align: center;
    width: calc(25% - 14px);
    margin: 0 7px 14px 7px;
}

.section1-cate li a{
    display: block;
    font-size: 18px;
    color: #333;
    transition: all .4s;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    line-height: 55px;
}
.section1-cate li.active a{
    background-color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    color: #fff!important;
    font-weight: 700;
}

.section1-con {
    margin-top: 40px;
    position: relative;
}

.section1-con .item{
    position: relative;
    padding: 50px 60px;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/ac529faa0d31soym.jpg) no-repeat center;
    background-size: cover;
}

.cate-info{
    position: relative;
    width: 730px;
}

.product-copy {
  position: relative;
  z-index: 1;
}

.product-copy h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  font-family: "Roboto-Bold";
}

.product-copy .p {
  margin: 30px 0 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}

.orange-button {
  min-width: 189px;
  height: 63px;
  margin-top: 86px;
  border-radius: 32px;
  color: #fff;
  background: var(--main-theme-color);
  box-shadow: 0 8px 20px rgba(255, 64, 26, 0.2);
  display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.orange-button i {
    display: block;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/bf23502870svwpzs.png) no-repeat center rgba(255, 255, 255, .2);
}

.orange-button:hover {
    border-color: var(--main-theme-color);
    color: #fff!important;
}


.cate-list-content{
    position: relative;
    width: 525px;
}

.section1_swiper {
    position: relative;
}

.section1_swiper .swiper-slide {
    position: relative;
}

.section1_swiper .swiper-slide .img {
    position: relative;
    z-index: 9;
}

.section1_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section1_swiper .swiper-pagination2 {
    margin-top: 25px;
    position: relative;
	bottom: 0px;
}
.section1_swiper .swiper-pagination2 .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #c0c2c6;
	border-radius: 50%;
	margin: 0 6px!important;
	transition: width .3s ease;
	opacity: 1;
}
.section1_swiper .swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible; }


/*  */
.applications {
   position: relative;
}

.hm-title2 .pp {
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 905px;
    margin: 0 auto;
}

.application-grid {
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 583px;
    margin-top: 60px;
    gap: 10px;
}

.application-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    color: #fff;
}

.application-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-shade {
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
    transition: inset 0.35s ease, background 0.35s ease;
}

.application-copy {
    position: absolute;
    right: 48px;
    bottom: 39px;
    left: 58px;
    transition: bottom 0.35s ease;
}

.application-copy h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-family: "Roboto-Bold";
    color: #fff;
}

.application-copy p {
    margin: 22px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: #fff;
}

.application-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    line-height: 40px;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 700;
    background: var(--main-theme-color);
    opacity: 0;
    transform: translateY(12px);
    transition: max-height 0.35s ease, margin-top 0.35s ease, padding 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
    font-family: "Roboto-Bold";
    color: #fff;
}
.application-card:hover .application-copy,
.application-card:focus-within .application-copy {
    bottom: 30px;
}
.application-card:hover .application-copy a,
.application-card:focus-within .application-copy a {
    max-height: 40px;
    margin-top: 22px;
    padding: 15px 0;
    opacity: 1;
    transform: translateY(0);
    color: #fff!important;
}


/*  */
.solutions {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hm-title3 .pp {
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: 0 auto;
}


.solution-grid {
    display: flex;
    gap: 14px;
    height: 293px;
    margin-top: 60px;
}

.solution-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    padding: 45px 30px 31px;
    overflow: hidden;
    background: #f0f3f8;
    transition: flex-basis 0.4s ease, flex-grow 0.4s ease, color 0.3s ease, background 0.3s ease;
    border-radius: 3px;
}

.solution-content {
    order: 1;
}

.solution-content h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.18;
    min-height: calc(1.18em * 3);
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
    color: #000;
}

.solution-content p {
    display: none;
}

.solution-line {
    order: 2;
    display: block;
    height: 1px;
    margin-top: 28px;
    background: #d6dce3;
}

.solution-icon {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 78px;
    height: 48px;
    margin-top: auto;
}

.solution-icon img {
    width: auto;
    max-width: 100%;
    max-height: 48px;
    opacity: 0.55;
}

.solution-card.is-active {
    flex: 0 0 551px;
    padding: 41px 31px 44px;
    color: #fff;
    background: var(--main-theme-color);
}

.solution-card.is-active .solution-icon {
    order: 1;
    width: 78px;
    height: 78px;
    margin: 0;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.solution-card.is-active .solution-icon img {
    max-width: 100%;
    max-height: 48px;
    opacity: 1;
}

.solution-card.is-active .solution-content {
    order: 2;
    margin-top: auto;
}

.solution-card.is-active .solution-content h3 {
    margin-top: 25px;
    font-size: 24px;
    color: #fff;
    min-height: auto;
}

.solution-card.is-active .solution-content h3 br{
    display: none;
}

.solution-card.is-active .solution-content p {
    display: block;
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.solution-card.is-active .solution-line {
    display: none;
}



/*  */

.advantages {
    position: relative;
    padding-top: 0px;
    padding-bottom: 80px;
}

.hm-title4 .pp {
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1050px;
    margin: 0 auto;
}

.advantage-swiper {
    width: 100%;
    margin-top: 55px;
    position: relative;
}

.advantage-swiper .swiper-wrapper {
    align-items: center;
}

.advantage-slide {
    position: relative;
    z-index: 1;
    width: 1003px;
    height: 533px;
    overflow: hidden;
    border-radius: 20px;
    opacity: 0.12;
    transform: scale(0.8);
    transition: opacity 0.35s ease, transform 0.7s ease;
}

.advantage-slide.swiper-slide-prev {
    transform-origin: right center;
}

.advantage-slide.swiper-slide-next {
    transform-origin: left center;
}

.advantage-slide.swiper-slide-active {
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}

.advantage-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage-copy {
    position: absolute;
    top: 66px;
    right: 50px;
    width: 379px;
    height: 404px;
    padding: 49px 45px;
    color: #fff;
    background: var(--main-theme-color);
    border-radius: 5px;
}

.advantage-copy h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
}

.advantage-copy span {
    display: block;
    width: 291px;
    height: 1px;
    margin: 31px 0 37px;
    background: rgba(255, 255, 255, 0.24);
}

.advantage-copy p {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

.advantage-prev,
.advantage-next {
    position: absolute;
    z-index: 5;
    top: 245px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.advantage-prev img,
.advantage-next img {
    width: 24px;
    height: 42px;
}

.advantage-prev {
     opacity: .2;
    left: calc(50% - 586px);
}

.advantage-next {
    right: calc(50% - 586px);
}

.advantage-counter {
    position: relative;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0px;
    margin: 0;
    text-align: center;
    margin-top: 50px;
}

.advantage-counter strong {
    color: var(--main-theme-color);
    font-size: 24px;
}

.advantage-counter span {
    margin-left: 10px;
    color: #666666;
    font-size: 18px;
}


/*  */
.company {
    position: relative;
    padding: 108px 0;
    overflow: hidden;
    background: #eff3f8 url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/6723d4eec3b5vcxb.jpg) no-repeat;
    background-size: cover;
}

.company-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 716px 1fr;
    align-items: center;
    gap: 129px;
}

.company-photo {
    width: 716px;
    aspect-ratio: 716 / 683;
    overflow: hidden;
}

.company-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-copy {
    padding-top: 41px;
}

.eyebrow {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto-Bold";
}

.company-logo {
    max-width: 404px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.company-logo img{
    max-width: 100%;
    display: block;
    height: auto;
}

.company-txt{
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 60px;
    color: #333333;
}



.company-number{position: relative;display: flex;align-items: center;justify-content: space-between;z-index: 999;margin-bottom: 80px;}
.company-number li{position: relative;transition: all 0.8s;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;}
.company-number li h3 {color: #f74517;display: flex;line-height: 1;align-items: center;}
.company-number li h3 i {font-style: inherit;color: #f74517;font-size: 60px;font-weight: 600; font-family: 'Roboto-Bold';}
.company-number li h3 sup {font-size: 22px;font-style: inherit;color: #f74517; top: -0.5em;margin-left: 4px; font-family: 'Roboto-Bold';}
.company-number li p {font-size: 16px;line-height: 1.7;color: #666666;padding-top: 0px;}

.company-number .lines{width: 1px;height: 75px;background: rgba(0, 0, 0, 0.1);}
.company-number .lines:last-child{display: none;}


.orange-button2 {
    display: inline-block;
    padding: 18px 30px 18px 50px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: var(--main-theme-color);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    opacity: 1;
}

.orange-button2::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
}

.orange-button2:hover span {
    color: #fff!important;
}

.orange-button2 span {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    color: #fff!important;
    font-family: "Roboto-Bold";
}

.orange-button2 span i {
    display: block;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/0ca5ac3ca3yuglfg.png) no-repeat center #fff;
}

.orange-button2:hover::before {
    width: 100%;
    left: 0px;
}



/* home-news */
.home-news {
    position: relative;
    padding: 80px 0 90px;
}

.news-swiper {
    margin-top: 60px;
}

.news-card {
    display: flex;
    width: 328px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
    transition: width 0.4s ease;
}

.news-card.is-active {
    width: 823px;
}

.news-card>img {
    flex: 0 0 0;
    width: 0;
    height: 299px;
    margin: 28px 0 0;
    object-fit: cover;
    opacity: 0;
    transition: flex-basis 0.4s ease, width 0.4s ease, margin 0.4s ease, opacity 0.25s ease;
}

.news-card.is-active>img {
    flex-basis: 360px;
    width: 360px;
    margin-left: 25px;
    opacity: 1;
}

.news-copy {
    padding: 57px 33px 32px;
}

.news-card.is-active .news-copy {
    padding-left: 31px;
}

.news-copy time {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto-Bold";
}

.news-copy h3 {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
    min-height: calc(1.3em * 3);
}

.news-copy .pp {
    margin: 20px 0 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.55;
    min-height: calc(1.55em * 3);
}

.news-copy a {
    display: inline-flex;
    align-items: center;
    margin-top: 25px;
    color: #888888;
    font-size: 14px;
}

.news-copy a img {
    width: 6px;
    height: 10px;
    margin-left: 9px;
}

.news-swiper .news-pagination {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
	bottom: 0px;
    margin: 0;
    margin-top: 60px;
}
.news-swiper .news-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #b2b2b2;
	border-radius: 50%;
	margin: 0 6px!important;
	transition: width .3s ease;
	opacity: 1;
}
.news-swiper .news-pagination .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
    border-radius: 5px;
    width: 22px;
}

/*  */
.contact-cta {
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/c162117229iyvnhu.jpg) no-repeat center;
    padding: 80px 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.contact-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.contact-cta h2 {
    margin: 0;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Roboto-Bold";
}

.contact-cta p {
    margin: 24px 0 0;
    font-size: 18px;
}

.contact-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 64px;
    border-radius: 34px;
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
}

.contact-cta a img {
    width: 17px;
    height: 14px;
    margin-left: 20px;
}


.footer {
    position: relative;
    color: rgba(255, 255, 255, 0.66);
    background: #1c1f21;
}

.footer-main {
    display: grid;
    grid-template-columns: 620px 1px 1fr;
    gap: 46px;
    padding-top: 80px;
    padding-bottom: 70px;
}

.footer-logo {
    max-width: 280px;
    height: auto;
    margin-bottom: 53px;
}

.footer-contact .lxwm {
    max-width: 450px;
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}

.footer-contact .lxwm p{
    margin-bottom: 8px;
}

.footer-contact .lxwm strong{
    color: #a6a9ac;
}

.foot-social-icons {
    margin-top: 51px;
    object-fit: cover;
}

.foot-social-icons a{
    margin-right: 30px;
}

.foot-social-icons a img{
    max-width: 30px;
    transition: all .4s;
    opacity: .4;
}
.foot-social-icons a:hover img{
    opacity: 1;
}


.footer-divider {
    width: 1px;
    height: 315px;
    margin-top: 7px;
    background: rgba(255, 255, 255, 0.12);
}

.footer-nav {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 100px;
    padding-left: 112px;
}

.footer-nav h3 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto-Bold";
}

.footer-nav a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #a6a9ac;
}

.footer-nav a:hover{
    color: var(--main-theme-color);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #1d2225;
    font-size: 16px;
    color: #a6a9ac;
    padding: 20px 0;
    line-height: 1.5;
}

.footer-bottom span {
    margin-left: 28px;
}

.footer-bottom a:hover{
    color: var(--main-theme-color);
}

.floating-contact {
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 9px;
    width: 73px;
    height: 283px;
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.floating-contact img {
    width: 100%;
    height: 100%;
}






@media (max-width: 1550px) {
    :root {
        --page-width: 1280px;
    }

    .solution-card.is-active {
        flex-basis: 470px;
    }

    .company-inner {
        grid-template-columns: 580px 1fr;
        gap: 90px;
    }

    .company-photo {
        width: 580px;
    }

    .footer-main {
        grid-template-columns: minmax(0, 500px) 1px minmax(0, 1fr);
        gap: 38px;
    }

    .footer-nav {
        gap: 60px;
        padding-left: 55px;
    }

    .cate-info{
         width: 52%;
        padding-right: 35px;
    }

     .cate-list-content {
        width: 43%;
    }


    .section1-cate li a{
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }


}

@media (max-width: 1280px) {
    .top-mid-flex {
        height: 86px;
    }

    .logo a img {
        max-width: 190px;
        max-height: 46px;
    }

    .x-menu>li {
        margin-right: 8px;
        margin-left: 8px;
    }

    .x-menu>li>a {
        height: 86px;
        font-size: 16px;
    }

    .home-banner .swiper-slide>a>img {
        min-height: 600px;
        object-fit: cover;
    }

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 44px;
    }

    .v_tit_aa {
        max-width: 850px;
        padding-top: 52px;
        font-size: 42px;
    }

    .v_tit_bb {
        max-width: 760px;
    }

    .section1-con .item {
        padding: 44px;
    }

    .cate-info {
        width: 52%;
        padding-right: 35px;
    }

    .cate-list-content {
        width: 43%;
    }

    .orange-button {
        margin-top: 55px;
    }

    .application-grid {
        height: 500px;
    }

    .application-copy {
        right: 26px;
        left: 26px;
    }

    .solution-card.is-active {
        flex-basis: 420px;
    }

    .solution-card {
        padding-right: 18px;
        padding-left: 18px;
    }

    .solution-card h3 {
        font-size: 18px;
    }

    .advantage-slide {
        width: min(78vw, 900px);
        height: 500px;
    }

    .advantage-copy {
        top: 52px;
        right: 42px;
        height: 396px;
    }

    .advantage-prev {
        left: 35px;
    }

    .advantage-next {
        right: 35px;
    }

    .company-inner {
        grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
        gap: 50px;
    }

    .company-photo {
        width: 100%;
    }

    .company-copy {
        padding-top: 0;
    }

    .company-number {
        margin-bottom: 55px;
    }

    .company-number li h3 i {
        font-size: 48px;
    }

    .contact-cta h2 {
        font-size: 48px;
    }

    .footer-main {
        grid-template-columns: minmax(0, 40%) 1px minmax(0, 1fr);
        gap: 30px;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .footer-nav {
        gap: 34px;
        padding-left: 28px;
    }

    .footer-nav a {
        overflow-wrap: anywhere;
    }

    .floating-contact {
        right: 5px;
        width: 62px;
        height: 240px;
    }
}

@media (max-width: 1199px) {
    .header-ss {
        display: none;
    }

    .header-email {
        margin-right: 10px;
    }

    .language-group .btn {
        color: #fff;
    }

    .menu-handler {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        padding: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
    }

    .application-card {
        height: 430px;
    }

    .application-copy a {
        max-height: 40px;
        margin-top: 18px;
        padding: 15px 0;
        opacity: 1;
        transform: none;
    }

    .application-copy a:empty {
        display: none;
    }

    .solution-grid {
        flex-wrap: wrap;
        height: auto;
    }

    .solution-card {
        flex: 1 1 calc(25% - 14px);
        min-height: 245px;
    }

    .solution-card.is-active {
        flex: 1 1 100%;
        min-height: 270px;
    }

    .news-card.is-active {
        width: min(76vw, 760px);
    }

    .footer-logo {
        max-width: 230px;
        margin-bottom: 38px;
    }

    .footer-contact .lxwm {
        font-size: 15px;
    }

    .foot-social-icons {
        margin-top: 36px;
    }

    .foot-social-icons a {
        margin-right: 20px;
    }

    .footer-nav h3 {
        margin-bottom: 24px;
        font-size: 17px;
    }

    .footer-nav a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .page-width {
        width: calc(100% - 40px);
    }

    .section1,
    .solutions,
    .home-news {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .hm-title h3 {
        font-size: 44px;
    }

    .hm-title .pp,
    .hm-title2 .pp,
    .hm-title3 .pp,
    .hm-title4 .pp {
        font-size: 16px;
    }

    .home-banner .swiper-slide>a>img {
        min-height: 560px;
    }

    .v_tit_aa {
        max-width: 680px;
        font-size: 36px;
    }

    .v_tit_bb {
        max-width: 620px;
        font-size: 16px;
    }

    .section1-cate li {
        width: calc(50% - 14px);
    }

    .section1-con .item {
        padding: 38px;
    }

    .cate-info {
        width: 48%;
        padding-right: 28px;
    }

    .cate-list-content {
        width: 48%;
    }

    .product-copy h3 {
        font-size: 30px;
    }

    .product-copy .p {
        margin-top: 22px;
        font-size: 15px;
    }

    .orange-button {
        min-width: 170px;
        height: 56px;
        margin-top: 36px;
    }

    .advantages {
        padding-bottom: 72px;
    }

    .advantage-slide {
        width: calc(100% - 80px);
        height: 490px;
    }

    .advantage-copy {
        top: auto;
        right: 28px;
        bottom: 28px;
        left: 45%;
        width: auto;
        height: auto;
        padding: 34px;
    }

    .advantage-copy h3 {
        font-size: 26px;
    }

    .advantage-copy span {
        width: 100%;
        margin: 22px 0;
    }

    .advantage-copy p {
        font-size: 16px;
    }

    .advantage-prev,
    .advantage-next {
        display: none;
    }

    .company {
        padding: 78px 0;
    }

    .company-inner {
        grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
        gap: 36px;
    }

    .company-txt {
        margin-bottom: 35px;
        font-size: 16px;
    }

    .company-logo {
        max-width: 300px;
        margin-top: 18px;
        margin-bottom: 25px;
    }

    .company-number {
        margin-bottom: 40px;
    }

    .company-number li h3 i {
        font-size: 38px;
    }

    .company-number li h3 sup {
        font-size: 17px;
    }

    .company-number li p {
        font-size: 14px;
    }

    .company-number .lines {
        height: 58px;
    }

    .orange-button2 {
        padding: 14px 24px 14px 34px;
    }

    .orange-button2 span {
        font-size: 16px;
    }

    .contact-cta {
        padding: 65px 0;
    }

    .contact-cta h2 {
        font-size: 40px;
    }

    .footer-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .footer-contact {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 1fr);
        column-gap: 45px;
        align-items: start;
    }

    .footer-logo {
        grid-column: 1 / -1;
    }

    .footer-contact .lxwm {
        max-width: none;
        margin-bottom: 0;
    }

    .foot-social-icons {
        margin-top: 0;
    }

    .footer-divider {
        width: 100%;
        height: 1px;
        margin: 45px 0;
    }

    .footer-nav {
        grid-template-columns: minmax(160px, .65fr) minmax(0, 1.35fr);
        gap: 45px;
        padding-left: 0;
    }

    .footer-bottom {
        padding: 18px 24px;
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom p {
        margin: 0;
    }

    .floating-contact {
        display: none;
    }
}

@media (max-width: 900px) {
    .section1-con .item {
        display: block;
    }

    .cate-info,
    .cate-list-content {
        width: 100%;
    }

    .cate-info {
        padding-right: 0;
    }

    .cate-list-content {
        margin-top: 38px;
    }

    .company-inner {
        display: block;
    }

    .company-photo {
        width: min(100%, 620px);
        margin-right: auto;
        margin-left: auto;
        aspect-ratio: 716 / 600;
    }

    .company-copy {
        padding-top: 42px;
    }
}

@media (max-width: 767px) {
    .page-width {
        width: min(calc(100% - 32px), 560px);
    }

    .top-mid-flex {
        height: 72px;
    }

    .logo a img {
        max-width: 150px;
        max-height: 40px;
    }

    .header-email {
        display: none;
    }

    .language-group .btn {
        padding: 7px 8px;
    }

    .language-group .btn>span {
        font-size: 14px;
    }

    .language-group .btn>i {
        margin-right: 0;
    }

    .menu-handler {
        margin-left: 6px;
    }

    .home-banner,
    .home-banner .swiper-wrapper,
    .home-banner .swiper-slide,
    .home-banner .swiper-slide>a,
    .home-banner .swiper-slide>a>img {
        min-height: 520px;
    }

    .home-banner .swiper-slide>a>img {
        height: 520px;
        object-position: center;
    }

    .home-banner .swiper-slide .v_cover {
        padding-top: 45px;
    }

    .home-banner .swiper-slide .v_cover .v_con {
        width: calc(100% - 32px);
    }

    .v_tit_aa {
        max-width: 100%;
        margin-bottom: 18px;
        padding-top: 38px;
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.25;
        background-size: 44px auto;
        overflow-wrap: anywhere;
    }

    .v_tit_bb {
        display: -webkit-box;
        max-width: 100%;
        margin-bottom: 28px;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.65;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .v_tit_cc a {
        padding: 11px 18px 11px 24px;
    }

    .v_tit_cc a span {
        font-size: 15px;
    }

    .home-banner .swiper-pagination1 {
        bottom: 24px;
    }

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 32px;
        height: 4px;
        margin: 0 5px !important;
    }

    .section1,
    .solutions,
    .home-news {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hm-title h3 {
        margin-bottom: 12px;
        font-size: clamp(28px, 8vw, 34px);
        overflow-wrap: anywhere;
    }

    .hm-title .pp,
    .hm-title2 .pp,
    .hm-title3 .pp,
    .hm-title4 .pp {
        padding-right: 0;
        padding-left: 0;
        font-size: 15px;
        line-height: 1.65;
    }

    .section1-cate {
        margin-right: 0;
        margin-left: 0;
        margin-top: 28px;
    }

    .section1-cate li {
        width: calc(50% - 8px);
        margin: 0 4px 8px;
    }

    .section1-cate li a {
        display: flex;
        min-height: 68px;
        padding: 8px 10px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .section1-con {
        margin-top: 28px;
    }

    .section1-con .item {
        display: block;
        padding: 30px 22px;
    }

    .cate-info,
    .cate-list-content {
        width: 100%;
    }

    .cate-info {
        padding-right: 0;
    }

    .product-copy h3 {
        font-size: 26px;
        overflow-wrap: anywhere;
    }

    .product-copy .p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.65;
    }

    .orange-button {
        min-width: 155px;
        height: 52px;
        margin-top: 28px;
        font-size: 15px;
    }

    .cate-list-content {
        margin-top: 30px;
    }

    .section1_swiper .swiper-slide .img {
        aspect-ratio: 525 / 400;
    }

    .section1_swiper .swiper-slide .img img {
        object-fit: cover;
    }

    .applications {
        padding-top: 0;
    }

    .application-grid {
        grid-template-columns: 1fr;
        margin-top: 32px;
        padding: 0 12px;
        gap: 8px;
    }

    .application-card {
        height: 390px;
    }

    .application-copy {
        right: 24px;
        bottom: 25px;
        left: 24px;
    }

    .application-copy h3 {
        font-size: 24px;
        overflow-wrap: anywhere;
    }

    .application-copy p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .solution-grid {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 32px;
        gap: 18px;
    }

    .solution-card,
    .solution-card.is-active {
        display: flex;
        min-height: 0;
        padding: 24px 22px;
        color: #333;
        background: #f0f3f8;
        transition: none;
    }

    .solution-icon,
    .solution-card.is-active .solution-icon {
        order: 1;
        width: 64px;
        height: 64px;
        margin: 0;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
    }

    .solution-icon img,
    .solution-card.is-active .solution-icon img {
        max-width: 42px;
        max-height: 42px;
        opacity: 1;
    }

    .solution-content,
    .solution-card.is-active .solution-content {
        order: 2;
        margin-top: 18px;
    }

    .solution-content h3,
    .solution-card.is-active .solution-content h3 {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.35;
        color: #222;
        overflow-wrap: anywhere;
    }

    .solution-content p,
    .solution-card.is-active .solution-content p {
        display: block;
        margin: 10px 0 0;
        color: #666;
        font-size: 14px;
        line-height: 1.6;
    }

    .solution-line,
    .solution-card.is-active .solution-line {
        display: none;
    }

    .solutions {
        padding-bottom: 64px;
    }

    .advantages {
        padding-bottom: 40px;
    }

    .advantage-swiper {
        margin-top: 32px;
    }

    .advantage-slide {
        width: calc(100% - 32px);
        height: 470px;
        border-radius: 12px;
    }

    .advantage-copy {
        right: 16px;
        bottom: 16px;
        left: 16px;
        padding: 25px 22px;
    }

    .advantage-copy h3 {
        font-size: 23px;
        overflow-wrap: anywhere;
    }

    .advantage-copy span {
        margin: 18px 0;
    }

    .advantage-copy p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .advantage-counter {
        margin-top: 28px;
    }

    .advantage-counter strong {
        font-size: 22px;
    }

    .advantage-counter span {
        font-size: 16px;
    }

    .company {
        padding: 60px 0;
    }

    .company-inner {
        display: block;
    }

    .company-photo {
        width: 100%;
        aspect-ratio: 716 / 600;
    }

    .company-copy {
        padding-top: 36px;
    }

    .eyebrow {
        font-size: 16px;
    }

    .company-logo {
        width: min(260px, 78%);
        margin-top: 18px;
        margin-bottom: 24px;
    }

    .company-txt {
        margin-bottom: 34px;
        font-size: 15px;
        line-height: 1.65;
    }

    .company-number {
        margin-bottom: 36px;
    }

    .company-number li {
        flex: 1 1 0;
        min-width: 0;
    }

    .company-number li h3 {
        justify-content: center;
    }

    .company-number li h3 i {
        font-size: clamp(29px, 9vw, 38px);
    }

    .company-number li h3 sup {
        margin-left: 2px;
        font-size: 15px;
    }

    .company-number li p {
        padding: 7px 4px 0;
        font-size: 13px;
        line-height: 1.35;
        text-align: center;
    }

    .company-number .lines {
        flex: 0 0 1px;
        height: 52px;
    }

    .orange-button2 {
        padding: 13px 20px 13px 30px;
    }

    .orange-button2 span {
        font-size: 14px;
    }

    .orange-button2 span i {
        margin-left: 14px;
    }

    .news-swiper {
        margin-top: 32px;
    }

    .news-card,
    .news-card.is-active {
        display: block;
        width: min(88vw, 520px);
        height: auto;
        min-height: 0;
    }

    .news-card>img,
    .news-card.is-active>img {
        display: block;
        width: calc(100% - 32px);
        height: 220px;
        margin: 16px;
        opacity: 1;
        object-fit: cover;
    }

    .news-copy,
    .news-card.is-active .news-copy {
        padding: 18px 22px 26px;
    }

    .news-copy h3 {
        min-height: 0;
        margin-top: 12px;
        font-size: 19px;
        overflow-wrap: anywhere;
    }

    .news-copy .pp {
        min-height: 0;
        margin-top: 14px;
        font-size: 15px;
    }

    .news-copy a {
        margin-top: 18px;
    }

    .news-swiper .news-pagination {
        margin-top: 32px;
    }

    .contact-cta {
        padding: 56px 0;
    }

    .contact-cta-inner {
        display: block;
    }

    .contact-cta h2 {
        font-size: clamp(30px, 8vw, 38px);
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .contact-cta p {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.6;
    }

    .contact-cta a {
        width: 170px;
        height: 54px;
        margin-top: 30px;
        font-size: 15px;
    }

    .footer {
        margin-bottom: 70px;
    }

    .footer-main {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .footer-contact {
        display: block;
    }

    .footer-logo {
        max-width: 200px;
        margin-bottom: 28px;
    }

    .footer-contact .lxwm {
        font-size: 14px;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }

    .foot-social-icons {
        margin-top: 28px;
    }

    .foot-social-icons a {
        display: inline-flex;
        width: 38px;
        height: 38px;
        margin-right: 12px;
        align-items: center;
        justify-content: center;
    }

    .foot-social-icons a img {
        max-width: 26px;
    }

    .footer-divider {
        margin: 36px 0;
    }

    .footer-nav {
        grid-template-columns: minmax(120px, .7fr) minmax(0, 1.3fr);
        gap: 26px;
    }

    .footer-nav h3 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .footer-nav a {
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 1.45;
    }

    .footer-bottom {
        min-height: 70px;
        padding: 16px;
        font-size: 13px;
        line-height: 1.55;
    }

    .footer-bottom span {
        display: block;
        margin: 6px 0 0;
    }
}

@media (max-width: 480px) {
    .logo a img {
        max-width: 132px;
    }

    .home-banner,
    .home-banner .swiper-wrapper,
    .home-banner .swiper-slide,
    .home-banner .swiper-slide>a,
    .home-banner .swiper-slide>a>img {
        min-height: 500px;
    }

    .home-banner .swiper-slide>a>img {
        height: 500px;
    }

    .section1-cate li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .section1-cate li a {
        min-height: 54px;
    }

    .application-card {
        height: 350px;
    }

    .solution-card {
        min-height: 0;
    }

    .solution-icon {
        width: 64px;
    }

    .advantage-slide {
        width: calc(100% - 24px);
        height: 440px;
    }

    .company-number li h3 i {
        font-size: clamp(26px, 8.5vw, 34px);
    }

    .company-number li p {
        font-size: 13px;
    }

    .news-card,
    .news-card.is-active {
        width: calc(100vw - 48px);
    }

    .news-card>img,
    .news-card.is-active>img {
        height: 195px;
    }

    .footer-nav {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-nav>div:last-child {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
    }

    .footer-nav>div:last-child h3 {
        grid-column: 1 / -1;
    }

    .advantage-swiper{
        overflow: hidden;
    }

    .solution-card:hover{
        background: var(--main-theme-color);
    }

    .solution-card:hover *{
        color:#fff!important;
    }
    
}

@media (max-width: 360px) {
    .page-width {
        width: calc(100% - 24px);
    }

    .logo a img {
        max-width: 116px;
    }

    .language-group {
        display: none;
    }

    .section1-con .item {
        padding: 26px 18px;
    }

    .v_tit_aa {
        font-size: 26px;
    }

    .hm-title h3 {
        font-size: 27px;
    }

    .contact-cta h2 {
        font-size: 28px;
    }

    .application-copy h3 {
        font-size: 22px;
    }

    .advantage-copy h3 {
        font-size: 21px;
    }

    .news-copy h3 {
        font-size: 18px;
    }

    .solution-card {
        min-height: 0;
    }

    

    .company-number li h3 i {
        font-size: 26px;
    }

    .company-number li p {
        font-size: 13px;
    }

    .contact-cta a {
        width: 158px;
        height: 50px;
    }

    .footer-main {
        padding-top: 44px;
        padding-bottom: 42px;
    }

    .footer-logo {
        max-width: 175px;
    }

    .footer-nav>div:last-child {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        font-size: 13px;
    }
}

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
    .top-mid-flex {
        height: 64px;
    }

    .logo a img {
        max-height: 36px;
    }

    .home-banner,
    .home-banner .swiper-wrapper,
    .home-banner .swiper-slide,
    .home-banner .swiper-slide>a,
    .home-banner .swiper-slide>a>img {
        min-height: 400px;
    }

    .home-banner .swiper-slide>a>img {
        height: 400px;
    }

    .home-banner .swiper-slide .v_cover {
        padding-top: 42px;
    }

    .v_tit_aa {
        margin-bottom: 12px;
        padding-top: 28px;
        font-size: clamp(24px, 5vw, 30px);
    }

    .v_tit_bb {
        margin-bottom: 18px;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .home-banner .swiper-pagination1 {
        bottom: 16px;
    }
}


/* picBox */
.picBox{
    padding: 5.2083vw 0;
    background-color: #f0f3f8;
    overflow: hidden;
}

.pic-left{
    position: relative;
    width: 670px;
}

.pic-left .jqzoom{
    max-width: 670px;
}
.pic-left .jqzoom .zoomPad,
.pic-left .jqzoom img{
    width: 100%;
}

.pic-right{
    position: relative;
    flex: 1;
    min-width: 1px;
    margin-left: 5.2083vw;
}

.ljie{
    position: relative;
}

.ljie a{
    text-align: center;
    display: inline-block;
    line-height: 25px;
    padding: 15px 20px;
    min-width: 175px;
    font-size: 16px;
    color: #e9481e;
    border: 1px solid var(--main-theme-color);
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 3px;
    font-family: 'Roboto-Bold';
    transition: all .3s;
}

.ljie a:first-child,
.ljie a:hover{
    background-color: var(--main-theme-color);
    color: #fff!important;
}


.product-vix{
    padding:120px 0 0;
}

/* vix-item */
.vix-item{
    position: relative;
    margin-bottom: 4.166vw;
}

.vix-item .vix-title{
    border-bottom: 1px solid #f0f3f8;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.vix-item .vix-title img{
    max-width: 60px;
}
.vix-item .vix-title h3{
    font-size: 36px;
    color: #333333;
    line-height: 1.1;
    font-family: 'Roboto-Bold';
    text-transform: capitalize;
    margin-left: 15px;
    margin-bottom: 0px;
}

/* vix-con */
.vix-con {
    width: 100%;
}

.vix-table {
    width: 100%;
    display: grid;
    grid-template-columns: 18% 32% 18% 32%;
    row-gap: 4px;
}
.vix-table2{
    grid-template-columns: 20% 80%;
}

.vix-table .vix-th,
.vix-table .vix-td {
    min-height: 64px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.4;
}

.vix-table .vix-th {
    justify-content: center;
    padding: 15px 20px;
    background: #e9481e;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.vix-table .vix-td {
    padding: 15px 30px;
    background: #f9f9f9;
    color: #666666;
}

/* responsive */
@media (max-width: 991px) {
    .product-vix {
        padding: 70px 0 0;
    }

    .vix-item .vix-title {
        margin-bottom: 30px;
    }

    .vix-item .vix-title h3 {
        font-size: 28px;
    }

    .vix-table {
        grid-template-columns: 160px 1fr;
    }

    .vix-table .vix-th,
    .vix-table .vix-td {
        min-height: 56px;
        font-size: 15px;
    }

    .vix-table .vix-td {
        padding: 14px 18px;
    }
}

@media (max-width: 575px) {
    .vix-item .vix-title img {
        max-width: 42px;
    }

    .vix-item .vix-title h3 {
        font-size: 24px;
    }

    .vix-table {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .vix-table .vix-th {
        min-height: 46px;
    }

    .vix-table .vix-td {
        min-height: 52px;
        margin-bottom: 4px;
    }
}


/* vix-item2 */
.vix-con2 {
    width: 100%;
}
.vix-con2 img {
    max-width: 100%;
}

/* =========================
   Product Features
   Left: feature text
   Right: one image
========================= */
.vix-con3 {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 754px);
    align-items: center;
    gap: 50px;
}


.feature-list {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.feature-list-1{
   flex-direction: row; 
}

.vix-con3-1{
    display: flex;
}

.feature-item {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 30px;
    border-radius: 8px;
    color: #4d4b4c;
    background: #f2f2f2;
    text-align: center;
}
.feature-item-1{
    display: block;
    width: 24%;
}
.feature-item-h3{
    padding-top:16px;
    font-size: 22px;
    font-weight: 600;
}
.feature-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
.feature-item p.feature-item-h3{
    display: block;
}

.feature-number {
    position: absolute;
    top: -28px;
    left: 50%;
    z-index: 1;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: #e9481e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    transform: translateX(-50%);
}

.feature-image {
    width: 100%;
    max-width: 754px;
    overflow: hidden;
}

.feature-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* =========================
   Lamp Spectrum Types
========================= */
.vix-con4 {
    width: 100%;
}

.lamp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 60px;
}

.lamp-card {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(140px, 1fr) minmax(0, 1.35fr);
    min-height: 112px;
}

.lamp-image {
    min-width: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.lamp-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 112px;
    object-fit: cover;
}

.lamp-content {
    min-width: 0;
    background: #f1f1f1;
}

.lamp-content h4 {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #ffffff;
    background: #e9481e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
}

.lamp-content h4 span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    border-radius: 50%;
    color: #e9481e;
    background: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.lamp-content p {
    padding: 22px;
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
}

/* =========================
   1199px
========================= */
@media (max-width: 1199px) {
    .vix-con3 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 30px;
    }

    .feature-image {
        max-width: 100%;
    }

    .lamp-grid {
        gap: 25px 30px;
    }

    .lamp-card {
        grid-template-columns: minmax(120px, 1fr) minmax(0, 1.3fr);
    }

    .lamp-content h4 {
        font-size: 20px;
    }

    .lamp-content p {
        padding: 18px;
        font-size: 15px;
    }
}

/* =========================
   991px
========================= */
@media (max-width: 991px) {
    .product-vix {
        padding: 70px 0 0;
    }

    .vix-item {
        margin-bottom: 70px;
    }

    .vix-item .vix-title {
        margin-bottom: 30px;
    }

    .vix-item .vix-title h3 {
        font-size: 28px;
    }

    /* Technical Specifications */
    .vix-table {
        grid-template-columns: 160px 1fr;
    }

    .vix-table .vix-th,
    .vix-table .vix-td {
        min-height: 56px;
        font-size: 15px;
    }

    .vix-table .vix-td {
        padding: 14px 18px;
    }

    /* Product Features */
    .vix-con3 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 20px;
    }

    .feature-list {
        gap: 35px;
    }
    .feature-item {
        min-height: 100px;
        padding: 18px 20px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .feature-number {
        width: 46px;
        height: 46px;
        border-width: 5px;
        top: -23px;
        font-size: 20px;
    }

    /* Lamp Spectrum */
    .lamp-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }
}

/* =========================
   767px
========================= */
@media (max-width: 767px) {
    .vix-con3 {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .feature-list {
        gap: 30px;
    }

    .feature-image {
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
    }

    .feature-image img {
        width: 100%;
        max-width: 100%;
    }

    .lamp-grid {
        gap: 24px;
    }
}

/* =========================
   575px
========================= */
@media (max-width: 575px) {
    .product-vix {
        padding: 50px 0 0;
    }

    .vix-item {
        margin-bottom: 55px;
    }

    .vix-item .vix-title {
        padding-bottom: 14px;
        margin-bottom: 28px;
    }

    .vix-item .vix-title img {
        width: 42px;
        max-width: 42px;
        flex: 0 0 42px;
    }

    .vix-item .vix-title h3 {
        font-size: 24px;
    }

    /* Technical Specifications */
    .vix-table {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .vix-table .vix-th {
        min-height: 46px;
        padding: 12px 15px;
    }

    .vix-table .vix-td {
        min-height: 52px;
        margin-bottom: 4px;
        padding: 13px 15px;
        overflow-wrap: anywhere;
    }

    /* Product Features */
    .feature-list {
        gap: 28px;
    }

    .feature-item {
        min-height: 102px;
        padding: 30px 16px 14px;
        border-radius: 6px;
    }

    .feature-item p {
        font-size: 14px;
        line-height: 1.5;
    }

    .feature-number {
        width: 40px;
        height: 40px;
        top: -20px;
        border-width: 4px;
        font-size: 16px;
    }

    /* Lamp Spectrum */
    .lamp-card {
        grid-template-columns: 1fr;
    }

    .lamp-image img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.5 / 1;
        object-fit: cover;
    }

    .lamp-content h4 {
        min-height: 44px;
        padding: 7px 12px;
        font-size: 16px;
    }

    .lamp-content h4 span {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 14px;
    }

    .lamp-content p {
        min-height: 100px;
        padding: 23px 15px;
        font-size: 15px;
        line-height: 1.5;
    }

    .ljie{
        display: block;
    }
    .ljie a{
        min-width: 100%;
        margin-bottom: 15px;
    }


    .pic-left{
        width: 100%;
    }

    .pic-left .jqzoom{
        max-width: 100%;
    }

    .pic-right{
        margin-left: 0px;
        margin-top: 20px;
    }

}




/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-fix h4 {
    font-size: 52px;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 50px;
    text-transform: uppercase;
    padding-top: 35px;
    position: relative;
    font-weight: 700;
    color: #fff;
}

.banner-fix h4::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 8px;
    content: "";
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/07/70556f14f6ckd0nf.png) no-repeat left top;
}

.abmbx{
    position: absolute;
    width: 100%;
    top: 115px;
    left: 0px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    opacity: 1;
    color: rgba(255,255,255,.4);
    margin: 0 auto;
    z-index: 99;
}

.abmbx a{
	color: rgba(255,255,255,.4);
    font-size: 14px;
}

@media (max-width:768px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .abmbx{
        top: auto;
        bottom: 5px;
    }
}


/* 新闻 */
.news-page{
    background-color: #f0f3f8;
    padding: 4.166vw 0;
}

/* 新闻分类 */

.all-cate {
    position: relative;
    padding: 56px 0 64px;
    background: #fff;
}

.all-cate ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.all-cate ul li {
    flex: 0 0 calc((100% - 45px) / 4);
    min-width: 0;
}

.all-cate ul li a {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #fff;
    color: #2f2f2f;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.all-cate ul li a:hover,
.all-cate ul li a.active,
.all-cate ul li.on a,
.all-cate ul li.current a {
    border-color: #f74517;
    background: #f74517;
    color: #fff;
}

/* Tablet */

@media (max-width: 991px) {
    .all-cate {
        padding: 45px 0 52px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .all-cate {
        padding: 35px 0 42px;
    }

    .all-cate ul li a {
        height: 50px;
        padding: 0 12px;
        font-size: 15px;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .all-cate{
        display: none;
    }

    .all-cate ul li {
        width: 100%;
        flex: none;
    }
}


@media (max-width: 991px) {
    .all-cate ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .all-cate ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}



/* 新闻列表 */

.news-lists {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.news-lists li {
    position: relative;
    min-height: 178px;
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0 0 30px !important;
    padding: 34px 95px 34px 34px !important;
    border: 1px solid #d9dce1;
    background: #fff;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.news-lists li:hover {
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(25, 39, 52, 0.13);
    transform: translateY(-2px);
}

/* 日期 */

.news-lists .times {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f1f4f8;
    text-align: center;
}

.news-lists .times .t1 {
    color: #2f2f2f;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
}

.news-lists .times .t2 {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1;
}

/* 新闻内容 */

.news-lists .txt {
    flex: 1;
    min-width: 0;
}

.news-lists .txt h3 {
    margin: 0 0 16px;
    padding: 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
}

.news-lists .txt h3 a {
    display: inline-block;
    color: #2f2f2f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-lists li:hover .txt h3 a {
    color: #f43b2a;
}

.news-lists .news-abstract {
    max-width: 1050px;
    padding-top: 0 !important;
    color: #666;
    font-size: 15px;
    line-height: 1.65;
}

/* 右侧箭头 */

.news-lists li::after {
    position: absolute;
    top: 50%;
    right: 38px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: #fff;
    color: #999;
    font-size: 20px;
    line-height: 1;
    content: "→";
    transform: translateY(-50%);
    transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease;
}

.news-lists li:hover::after {
    border-color: #f43b2a;
    background: #f43b2a;
    color: #fff;
}

/* Laptop */

@media (max-width: 1280px) {
    .news-lists li {
        min-height: 160px;
        gap: 30px;
        padding: 28px 85px 28px 28px !important;
    }

    .news-lists .times {
        flex-basis: 110px;
        width: 110px;
        height: 110px;
    }

    .news-lists .times .t1 {
        font-size: 46px;
    }

    .news-lists li::after {
        right: 28px;
        width: 44px;
        height: 44px;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .news-lists li {
        gap: 24px;
        padding: 25px 75px 25px 25px !important;
    }

    .news-lists .times {
        flex-basis: 95px;
        width: 95px;
        height: 95px;
    }

    .news-lists .times .t1 {
        font-size: 40px;
    }

    .news-lists .txt h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .news-lists .news-abstract {
        font-size: 14px;
    }

    .news-lists li::after {
        right: 22px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .news-lists li {
        min-height: 0;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 18px !important;
        padding: 20px 20px 65px !important;
    }

    .news-lists .times {
        flex-basis: 76px;
        width: 76px;
        height: 76px;
    }

    .news-lists .times .t1 {
        font-size: 32px;
    }

    .news-lists .times .t2 {
        margin-top: 7px;
        font-size: 12px;
    }

    .news-lists .txt h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.45;
    }

    .news-lists .news-abstract {
        display: -webkit-box;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-lists li::after {
        top: auto;
        right: 20px;
        bottom: 16px;
        width: 34px;
        height: 34px;
        font-size: 16px;
        transform: none;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .news-lists li {
        display: block;
    }

    .news-lists .times {
        margin-bottom: 18px;
    }
}