*{
    margin: 0;
    padding: 0;
}
html {
    scroll-padding-top: 220px;
    width: 100%;
}
body {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
}

a,a:visited,a:active {
    text-decoration: none !important;
    outline: none;-moz-outline-style: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media all and (max-width: 767px){
    body{font-size:1rem;}
}
img {
    user-select: none;
    pointer-events: none;
}
h1,h2,.head h1,.head h2,.head h3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
}
.page, .pageButtom {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    z-index: 2;
    background-color: white;
}

.header{
    width: 100%;
    min-width: 1200px;
    font-size: 16px;
    padding-top: 27px;
    padding-bottom: 27px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.4),rgba(0,0,0,0));
    user-select: none;
    transition: background 0.4s;
}
.header > .warp {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.site-logo{
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    flex-basis: 150px;
    flex-shrink: 0;
    margin-left: 20px;
    z-index: 500;
}
@media all and (max-width: 767px){
    .header{display: none;}
    body .placeholder{
        height: 65px !important;
    }
    .mobile-header{
        display: flex;
    }
    .elementor-editor-active .mobile-header{
        display: none !important;
    }
}
/* 移动端头部 */
.mobile-header{
    display: none;
    width: 100vw;
    max-width: 100vw;
    height: 70px;
    align-items: center;
    white-space: nowrap;
    color: white;
    padding-top: 18px;
    padding-bottom: 20px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.4),rgba(0,0,0,0));
    user-select: none;
    transition: background 0.4s;
}
.mobile-headerShow{
    background: black !important;
}
.mobile-header > .site-logo {
    width: 120px;
    margin-left: 20px;
}
.mobile-header > ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-right: 20px;
    margin-left: auto;
    margin-bottom: 0 !important;
}

.mobile-header > ul > li{
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.mobile-header > ul > li > a{
    position: relative;
    z-index: 220;
    display: flex
}
.mobile-header a{
    color: white;
    white-space: nowrap;
}

.mobile-header a:hover{
    color: #0076f6 !important;
}

.mobile-header .logo{
    width: 100px;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.mobile-header .fenlei{
    width: 24px;
    height: 18px;
    min-width: 24px;
    user-select: none;
    pointer-events: none;
}

.mobile-header span{
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

.mobile-header .search{
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.mobile-header .user{
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.mobile-header .earthBox {
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.mobile-header .earthBox > .earth-list-box{
    position: absolute;
    left: 0;
    top: -1000px;
    width: 50px;
    cursor: pointer;
    padding-top: 30px;
    opacity: 0;
}

.mobile-header .earthBox> div:first-of-type{
    margin-left: 2px;
    transition: 0.2s all;
}

.mobile-header .earthBox-show > div:first-of-type{
    color: #0076f6 !important;
}

.mobile-header .earthBox-show > .earth-list-box{
    top: 0px !important;
    opacity: 1 !important;
    transition: opacity 0.4s;
}

.mobile-header .earthBox > .earth-list-box > .earth-list{
    width: 100px;
    background-color: black;
}

.mobile-header .earthBox > .earth-list-box > .earth-list > div{
    display: flex;
    align-items: center;
    padding: 7.5px 10px;
}

.mobile-header .earthBox > .earth-list-box > .earth-list > div > img{
    width: 20px;
    height: 16px;
}

.mobile-header .earthBox > .earth-list-box > .earth-list > div > span{
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
}

.mobile-header .earthBox > .earth-list-box > .earth-list > .language:hover{
    /* color: #0076f6; */
    background: rgba(255, 255, 255, 0.4);
}

.mobile-header .earthBox img{
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 2px;
    transition: 0.2s all;
}

.mobile-header .earthBox .earth{
    opacity: 1;
    position: relative;
}

.mobile-header .earthBox .earthDesc{
    opacity: 0;
    position: absolute;
}

.mobile-header .earthBox-show .earth{
    opacity: 0 !important;
    position: absolute !important;
}

.mobile-header .earthBox-show .earthDesc{
    opacity: 1 !important;
    position: relative !important;
}

.mobile-header .menban{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 0vh;
    user-select: none;
    background: #000;
    opacity: 1;
    transition: 0.2s all;
    overflow: hidden;
    visibility: hidden;
}

.mobile-header .menban.active{
    height: 100vh !important;
    background-color: #fff !important;
}

.mobile-header .menban > .cosleBan{
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    height: 20px;
}

.mobile-header .menban > .cosleBan > img{
    width: 20px;
    height: 20px;
}

.mobile-header .menban > ul{
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.mobile-header .menban a{
    color: black;
    font-size: 16px;
}
.menban .menu-level-1 {
    margin-top: 80px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    padding: 0 10px;
}

.menban .menu-level-1.hide {
    transform: translateX(-100%);
}

.menban .menu-level-1 li {
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f7;
    padding-bottom: 10px;
}

.menban .menu-level-1 li a {
    font-size: 20px;
    color: #1d1d1f;
    font-weight: 500;
    transition: color 0.2s ease;
}

.menban .menu-level-1 li a:hover {
    color: #0071e3;
}

/* 二级菜单容器（覆盖一级菜单） */
.menban .menu-level-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 20px 20px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    visibility: hidden;
}
.menban .menu-level-2.active {
    transform: translateX(0);
    visibility: visible;
    animation: animate__fadeIn 0.4s ease;
}
/* 二级菜单样式 */
.menban .menu-level-2 h3 {
    font-size: 20px;
    color: #1d1d1f;
    margin-bottom: 25px;
    font-weight: 500;
    padding-left: 10px;
}
.menban .menu-level-2 ul {
    padding-left: 10px;
    margin-bottom: 30px;
}
.menban .menu-level-2 li {
    margin-bottom: 20px;
}
.menban .menu-level-2 li a {
    font-size: 18px;
    color: #424245;
    transition: color 0.2s ease;
}
.headerShow{
    background: black !important;
}
.header > .warp > ul{
    flex-grow: 1;
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: flex-end;
    margin: 0 15px 0 0 !important;
    padding: 0px !important;
}

.header > .warp > ul > li{
    margin-left: 30px;
}

.header > .warp > ul > li > a{
    position: relative;
    z-index: 220;
}

.header > .warp >  ul > .searchli{
    margin-left: 120px;
}

.header a{
    color: white;
    white-space: nowrap;
}

.header a:hover{
    color: #0076f6 !important;
}

.header .logo{
    width: 150px;
    height: 48px;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}

.header span{
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}
.header > ul > li:first-of-type{
    margin-left: 0 !important;
}
.header .search{
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.header .user{
    width: 19px;
    height: 21px;
    min-width: 19px;
}

.header .earthBox {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: 'PingFangSc-Regular';
    position: relative;
}

.header .earthBox > .earth-list-box{
    position: absolute;
    left: 0;
    top: -1000px;
    width: 50px;
    cursor: pointer;
    padding-top: 30px;
    opacity: 0;
}

.header .earthBox> div:first-of-type{
    transition: 0.2s all;
}

.header .earthBox-show > div:first-of-type{
    color: #0076f6 !important;
}

.header .earthBox-show > .earth-list-box{
    top: 0px !important;
    opacity: 1 !important;
    transition: opacity 0.4s;
}

.header .earthBox > .earth-list-box > .earth-list{
    width: 100px;
    background-color: black;
}

.header .earthBox > .earth-list-box > .earth-list > div{
    display: flex;
    align-items: center;
    padding: 7.5px 10px;
}

.header .earthBox > .earth-list-box > .earth-list > div > img{
    width: 20px;
    height: 16px;
}

.header .earthBox > .earth-list-box > .earth-list > div > span{
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
    font-family: 'PingFangSc-Light';
}

.header .earthBox > .earth-list-box > .earth-list > .language:hover{
    /* color: #0076f6; */
    background: rgba(255, 255, 255, 0.4);
}

.header .earthBox img{
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin-right: 2px;
    transition: 0.2s all;
}

.header .earthBox .earth{
    opacity: 1;
    position: relative;
}

.header .earthBox .earthDesc{
    opacity: 0;
    position: absolute;
}

.header .earthBox-show .earth{
    opacity: 0 !important;
    position: absolute !important;
}

.header .earthBox-show .earthDesc{
    opacity: 1 !important;
    position: relative !important;
}

.header .button{
    width: 124px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #0076f6;
    cursor: pointer;
    user-select: none;
    font-family: 'PingFangSc-Medium';
}
.header .button a,.header .button a:visited{
    color: #fff !important;
}
.header .menban{
    position: fixed;
    left: 0;
    top: -10000px;
    z-index: 210;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 50px;
    user-select: none;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: top 0s 0s, opacity 0.4s 0s;
    max-height: 920px;
    overflow-y: auto;
}

.header .menbanShow{
    top: 0px;
    opacity: 1;
}

.header .menban > ul{
    position: relative;
    list-style-type: none;
    margin-right: 60px;
    padding-right: 60px;
    border-right: 1px solid #7E7E7E;
}

.header .menban > .notclass{
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
}

.header .menban a{
    color: #7E7E7E;
    font-size: 16px;
}

.header .menban a:hover{
    color: #0076f6;
}

.header .menban a:hover span{
    color: #0076f6 !important;
}

.header .menban a span{
    color: white;
    margin-right: 6px;
}

.header .menban > ul > li{
    padding-top: 9px;
    transform: translateY(-200px);
    opacity: 0;
    transition: 0.2s all;
}

.header .menbanShow > ul > li:nth-of-type(2){
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.header .menbanShow > ul > li:nth-of-type(3){
    transition: transform 0.2s 0.12s, opacity 0.2s 0.12s;
}
.header .menbanShow > ul > li:nth-of-type(4){
    transition: transform 0.2s 0.14s, opacity 0.2s 0.14s;
}
.header .menbanShow > ul > li:nth-of-type(5){
    transition: transform 0.2s 0.16s, opacity 0.2s 0.16s;
}
.header .menbanShow > ul > li:nth-of-type(6){
    transition: transform 0.2s 0.18s, opacity 0.2s 0.18s;
}
.header .menbanShow > ul > li:nth-of-type(7){
    transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.header .menbanShow > ul > li:nth-of-type(8){
    transition: transform 0.2s 0.22s, opacity 0.2s 0.22s;
}
.header .menbanShow > ul > li:nth-of-type(9){
    transition: transform 0.2s 0.24s, opacity 0.2s 0.24s;
}
.header .menbanShow > ul > li:nth-of-type(10){
    transition: transform 0.2s 0.26s, opacity 0.2s 0.26s;
}
.header .menbanShow > ul > li:nth-of-type(11){
    transition: transform 0.2s 0.28s, opacity 0.2s 0.28s;
}
.header .menbanShow > ul > li:nth-of-type(12){
    transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
}
.header .menbanShow > ul > li:nth-of-type(13){
    transition: transform 0.2s 0.32s, opacity 0.2s 0.32s;
}
.header .menbanShow > ul > li:nth-of-type(14){
    transition: transform 0.2s 0.34s, opacity 0.2s 0.34s;
}
.header .menbanShow > ul > li:nth-of-type(15){
    transition: transform 0.2s 0.36s, opacity 0.2s 0.36s;
}
.header .menbanShow > ul > li:nth-of-type(16){
    transition: transform 0.2s 0.38s, opacity 0.2s 0.38s;
}
.header .menbanShow > ul > li:nth-of-type(17){
    transition: transform 0.2s 0.4s, opacity 0.2s 0.4s;
}
.header .menbanShow > ul > li:nth-of-type(18){
    transition: transform 0.2s 0.42s, opacity 0.2s 0.42s;
}
.header .menbanShow > ul > li:nth-of-type(19){
    transition: transform 0.2s 0.44s, opacity 0.2s 0.44s;
}

.header .menbanShow > ul > li{
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.header .menban > ul > .menboss{
    display: flex;
    align-items: center;
    padding-top: 40px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed #187aff;
    margin-bottom: 5px;
    color: white;
    font-size: 16px;
    white-space: nowrap;
}
.header .menban > ul > .menboss > span a,.header .menban > ul > .menboss > span a:visited{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.header .menban > ul > .aoutend{
    border-color: transparent !important;
    padding-bottom: 100px !important;
}

.header .menban > ul > .aoutend > .left2{
    margin-left: 74px;
}

.header .menban > ul > .padlefd{
    padding-left: 30px;
}

.header .menban > ul > .padlefd a{
    font-size: 14px !important;
}

.header .menban > ul > .menboss > img{
    margin-right: 20px;
}

.header .menban > ul > li > a > div{
    display: flex;

}

.header .menban > ul > li > a > div > div{
    color: white;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    padding: 2px 6px;
    margin-left: 10px;
    background-color: #0076f6;
    font-weight: 800;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.header .menban > ul > li .yello{
    background-color: #ff7e00 !important;
}

.header .menban > ul > li .yello2{
    background-color: #ff7e00 !important;
    color: white;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    padding: 2px 6px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.header .menban > div{
    color: white;
    font-size: 16px;
    white-space: nowrap;
}

.header .menban > div > img{
    width: 316px;
    min-width: 316px;
    height: 180px;
    margin-bottom: 20px;
    transform: translateX(200px);
    opacity: 0;
}

.header .menban > div > div{
    transform: translateX(200px);
    opacity: 0;
}

.header .menbanShow > div > img{
    transition: 0.2s all;
    transform: translateX(0px) !important;
    opacity: 1 !important;
}

.header .menbanShow > div > div{
    transition: transform 0.2s 0.05s, opacity 0.2s 0.05s;
    transform: translateX(0px) !important;
    opacity: 1 !important;
}

.header .menban > ul .butens{
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #0076f6;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    left: 50px;
    bottom: 0;
    color: #fff;
    z-index: 1100;
}
ul .butens a, ul .butens a:visited, ul .butens a:hover{
    color: #fff !important;
}
.header ul > li.nav-item > a {
    height: 48px;
    line-height: 48px;
    display: block;
}
.header .dropdown:hover > a{
    border-bottom: 2px solid #0076f6;
    color:rgba(255,255,255,0.65) !important;
}
.header .nav-item .dropdown-menu{
    top: 48px;
    border-radius: 0 !important;
    border: none !important;
    left: -20px;
    background: rgba(0, 0, 0, 0.9) !important;
}
.header .nav-item .dropdown-submenu {
    position: relative;
}
.header .nav-item .dropdown-submenu .dropdown-menu {
    display: none !important; /* 强制覆盖所有默认显示规则 */
    top: 0;
    left: 100%;
    margin-top: 0;
    min-width: 180px;
    background-color: #000;
    /* 额外：覆盖 Bootstrap 可能添加的 show 类 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease; /* 可选：添加过渡动画 */
}
.header .nav-item .dropdown-submenu:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.page > .swiper{
    width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*box-shadow: 0 0 50px 30px #849ee1;*/
}
@media all and (max-width: 1440px){
    .page > .swiper{
        max-height: 620px;
        height: 620px;
    }
    .page > .swiper .swiper-slide > .product-img{
        height: 620px !important;
        bottom: 10px !important;
    }
}
.page > .swiper .swiper-slide{
    width: 100%;
    max-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > .swiper .swiper-slide > img{
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.page > .swiper .swiper-slide > .product-img{
    position: absolute;
    /* width: 28vw; */
    /* width: 540px; */
    left: 100px;
    width: 530px;
    height: 660px;
    bottom: -10px;
    overflow: hidden;
    transition: 0.5s all;
    opacity: 0;
}

.page > .swiper .swiper-slide > .product-img > img{
    width: 100%;
}

.page > .swiper .hover-admin{
    transition: 0.4s all;
    position: absolute;
    z-index: 5;
    /* left: 680px; */
    width: 100%;
    left: 0;
    right: 0;
}

.page > .swiper .hover-admin > .hover-admin-text{
    display: flex;
    align-items: center;
    color: white;
    font-size: 37px;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
}
.page > .swiper .hover-admin > .hover-admin-text.style2{
    display: block !important;
    text-align: center;
}
.page > .swiper .hover-admin > .hover-admin-text.style2 span{
    width: 100%;
    padding: 25px 0;
}
.page > .swiper .hover-admin > .hover-admin-text > span{
    font-size: 100px;
    font-weight: 800;
    text-shadow: 0 0 15px #333;
}
.page > .swiper .hover-admin > .hover-admin-text > div{
    margin-left: 40px;
    text-shadow: 0 0 15px #333;
}

.page > .swiper .hover-admin > .hover-admin-button{
    width: 200px;
    height: 50px;
    border-radius: 50px;
    background-color: #0076f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    font-weight: 600;
}
.page > .swiper .hover-admin > .hover-admin-button:hover{
    background-color: #fff;
    border: 3px solid #0076f6;
    color: #0076f6 !important;
}
.page > .swiper .hover-admin > .hover-admin-button:hover a{
    color: #0076f6 !important;
}
.page > .swiper .hover-admin > .hover-admin-button a,.page > .swiper .hover-admin > .hover-admin-button a:visited{
    color: white;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 600;
    margin-top: -5px;
}
.page > .swiper .hover-admin > .hover-admin-button > img{
    width: 9px;
    height: 15px;
    margin-left: 20px;
}

.page > .swiper > .swiper-button-prev,.swiper-button-next{
    position: absolute;
    z-index: 3;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.2s all;
    opacity: 0;
}

.page > .swiper > .swiper-button-prev::after{
    font-size: 22px !important;
    color: white !important;
}

.page > .swiper > .swiper-button-next::after{
    font-size: 22px !important;
    color: white !important;
}

.page > .swiper > .swiper-button-prev:hover{
    background: rgba(0,0,0,1) !important;
}

.page > .swiper > .swiper-button-next:hover{
    background: rgba(0,0,0,1) !important;
}

.page > .swiper:hover > .swiper-button-prev{
    left: 100px !important;
    opacity: 1 !important;
}

.page > .swiper:hover > .swiper-button-next{
    right: 100px !important;
    opacity: 1 !important;
}

.page > .swiper > .swiper-pagination{
    position: absolute;
    width: 100%;
    z-index: 3;
    left: 0;
    bottom: 50px;
}

.page > .swiper > .swiper-pagination > .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    margin: 0 17.5px !important;
    background-color: white;
    opacity: 1 !important;
}

.page > .swiper > .swiper-pagination > .swiper-pagination-bullet-active{
    background-color: #196fd2 !important;
}

.page .patitle{
    width: 100%;
    margin-top: 46px;
    position: relative;
    white-space: nowrap;
    font-size: 42px;
    font-weight: 600;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page .patitle > .patline{
    width: 10px;
    min-width: 10px;
}

.page .patitle > .pacol{
    color: #0076f6 !important;
}

.page .showItem > .pacol{
    transition: 0.4s all;
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.page > .meetBox > .meet_left{
    width: 0;
    overflow: hidden;
    opacity: 0;
}
.page > .meetBox > .meet_left_show{
    width: auto !important;
    opacity: 1 !important;
}

.page > .meetBox{
    width: 100%;
    margin-top: 54px;
    position: relative;
    container-type: inline-size;
}
.page > .meetBox > .warp {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > .meetBox  .meet_left{
    transition: 0.4s all;
    position: relative;
    width: 368px;
    overflow: hidden;
    margin-right: 20px;
}

/* 普通屏幕断点 */
@media all and (min-width: 1440px) {
    .page > .meetBox_mindemo {
        display: none;
    }
}
@media all and (max-width: 1440px) {
    .page > .meetBox .meet_left {
        display: none;
    }
}
/* 小屏幕通用断点 */
@media all and (max-width: 1366px) {
    .page > .meetBox .meet_left {
        display: none;
    }
}
/* 平板及以下 */
@media all and (max-width: 1024px) {
    .page > .meetBox .meet_left {
        display: none;
    }
}
.page > .meetBox  .meet_left  .meetconent-ment{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 83px;
    background-color: #0076f6 !important;
    border-radius: 50px;
    transition: 0.2s all;
    opacity: 0;
}

.page > .showItem .meetconent-ment{
    opacity: 1 !important;
}

.page > .meetBox .meetconent{
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    white-space: wrap;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    border-radius: 50px;
    padding: 0 20px;
    min-height: 83px;
    cursor: pointer;
    user-select: none;
    max-width: 480px;
}
.page > .meetBox .small{
    letter-spacing: -0.5px;
}
.page > .meetBox .meetconent:hover{
    color: #0076f6;
}

.page > .meetBox .selaction{
    color: white !important;
}

.page > .meetBox .meetconent:first-of-type{
    margin-top: 0 !important;
}

.page > .meetBox .meetImg{
    min-width: 130px;
    display: flex;
    justify-content: center;
    position: relative;
}
.page > .meetBox .meetImg .meetconent-image{
    opacity: 1;
    transition: 0.2s all;
    position: relative;
}

.page > .meetBox .meetImg .meetconent-desc{
    opacity: 0;
    transition: 0.2s all;
    position: absolute;
}

.page > .meetBox .selaction .meetconent-image{
    opacity: 0 !important;
    position: absolute !important;
}

.page > .meetBox .selaction .meetconent-desc{
    opacity: 1 !important;
    position: relative !important;
}

.page > .meetBox .meet_swiper{
    width: 0px;
    height: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    transform: translateX(200px);
    transition: transform 0.4s 0s;
    z-index: 1;
    overflow: hidden;
}

.page > .meetBox .meet_swiper_show{
    z-index: 10 !important;
    width: 857px !important;
    min-width: 857px !important;
    height: 527px !important;
    min-height: 527px !important;
    margin-left: 46px !important;
}

.page > .showItem > .meet_swiper{
    transform: translateX(0px) !important;
}

.page > .meetBox .meet_swiper .swiper-slide{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > .meetBox .meet_swiper .swiper-slide  img{
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.page > .meetBox .meet_swiper  .swiper-button-prev,.swiper-button-next{
    position: absolute;
    z-index: 3;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.2s all;
    opacity: 0;
}

.page > .meetBox .meet_swiper  .swiper-button-prev::after{
    font-size: 22px !important;
    color: white !important;
}

.page > .meetBox .meet_swiper  .swiper-button-next::after{
    font-size: 22px !important;
    color: white !important;
}

.page > .meetBox .meet_swiper  .swiper-button-prev:hover{
    background: rgba(0,0,0,1) !important;
}

.page > .meetBox .meet_swiper  .swiper-button-next:hover{
    background: rgba(0,0,0,1) !important;
}

.page > .meetBox .meet_swiper:hover  .swiper-button-prev{
    left: 20px !important;
    opacity: 1 !important;
}

.page > .meetBox .meet_swiper:hover  .swiper-button-next{
    right: 20px !important;
    opacity: 1 !important;
}

.page > .meetBox .meet_swiper  .swiper-pagination{
    position: absolute;
    width: 100%;
    z-index: 3;
    left: 0;
    bottom: 26px;
}

.page > .meetBox .meet_swiper  .swiper-pagination  .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    margin: 0 17.5px !important;
    background-color: white;
    opacity: 1 !important;
}

.page > .meetBox .meet_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #196fd2 !important;
}

.page > .meetBox .meet_swiper .swiper-slide .meet-hover{
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    z-index: 5;
    font-size: 38px;
    color: white;
    white-space: nowrap;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > .meetBox .meet_swiper .swiper-slide .meet-hover .meetBod span:first-of-type{
    font-size: 50px !important;
}

.page > .meetBox .meet_swiper .swiper-slide .meet-hover .meetButton{
    font-size: 24px;
    margin-top: 20px;
}

.page > .meetBox .meet_swiper .swiper-slide .meet-hover-show{
    transition: 0.4s all;
    top: 30px;
    opacity: 1 !important;
}
.page > .meetBox .meetBack{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: -90px;
}

.page > .meetBox .dowitem{
    width: 1080px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; /* 列间距 */
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    right: -200%;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    gap: 10px;
}

.page > .meetBox .dowitem_show{
    position: relative !important;
    right: auto !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.page > .meetBox .dowitem .itempai{
    min-width: 368px;
    width: 100%;
    height: 469px;
    border-radius: 6px;
    color: white;
    transition: 0.4s all;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
@media (min-width: 1440px) {
    .page > .meetBox .dowitem .itempai {
        min-width: 328px;
    }
}
.page > .meetBox .dowitem-4 .itempai .paitit{
    margin: 15px auto !important;
}
.page > .meetBox .dowitem .itempai img.bg{
    position: absolute;
    z-index: 1;
    bottom:0;
    left:0;
    right: 0;
    border-radius: 8px !important;
}
.page > .meetBox .dowitem .itempai img.bg img{
    width: 100% !important;
    border-radius: 8px !important;
}
.page > .meetBox .dowitem .itempai .title{
    padding: 300px 35px 0px 35px;
    z-index: 100;
    position: relative;
    text-align: left;
}
.page > .meetBox .dowitem .itempai .paitit{
    font-size: 26px !important;
    margin: 10px 0;
    font-weight: 600;
    color: #fff;
}

.page > .meetBox .dowitem .itempai div{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.page > .meetBox .dowitem .itempai a,.page > .meetBox .dowitem .itempai a:visited{
    color: #233049;
}
.page > .meetBox .dowitem .itempai .more{
    z-index: 100;
    transition: transform 0.2s ease;
    position: relative;
    margin-top: 20px;
    padding: 0 35px;
}
.page > .meetBox .dowitem .itempai .more a{
    background-color: #fff;
    color:#233049;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 16px;
    padding: 6px 20px;
}
.page > .meetBox .dowitem .itempai .more a:hover{
    background-color: #eee;
}
.page > .meetBox .dowitem .itempai .paimg{
    min-height: 469px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > .meetBox_mindemo{
    display: none;
    align-items: flex-start;
    justify-content: center;
    margin-top: 54px;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 1440px) {
    .page > .meetBox_mindemo {
        display: flex;
    }
}
.page > .meetBox_mindemo.showItem{
    opacity: 1 !important;
}
.page > .meetBox_mindemo_show{
    height: 200px !important;
    opacity: 1 !important;
}

.page > .meetBox_mindemo > div{
    display: flex;
    align-items: center;
    position: relative;
}

.page > .meetBox_mindemo .minmettmeng{
    width: 180px;
    height: 200px;
    background-color: #0076f6;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    transition: 0.2s all;
}

.page > .meetBox_mindemo .mindemoItem{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    margin: 0 10px;
    padding: 20px 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    user-select: none;
}

.page > .meetBox_mindemo  .minmeet_show{
    color: white !important;
}

.page > .meetBox_mindemo .mindemoItem > .meetitem{
    width: 120px;
    min-width: 120px;
    height: 82px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.page > .meetBox_mindemo .mindemoItem > .meetitem > img{
    position: absolute;
}

.page > .meetBox_mindemo .mindemoItem > .meetitem > .meetitem-image{
    opacity: 1;
}

.page > .meetBox_mindemo .mindemoItem > .meetitem > .meetitem-desc{
    opacity: 0;
}

.page > .meetBox_mindemo .minmeet_show > .meetitem > .meetitem-image{
    opacity: 0 !important;
}

.page > .meetBox_mindemo .minmeet_show > .meetitem > .meetitem-desc{
    opacity: 1 !important;
}

.page > .meetBox_mindemo .mindemoItem > span{
    display: block;
    width: 180px;
    text-align: center;
}

.page > .solutions{
    width: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 0 66px;
    /* background: linear-gradient(120deg,#2765b2 0%,#000000); */
    background: linear-gradient(150deg,#2765b2 10%,#000000,#000000,#000000);
}

.page > .solutions > .patitle{
    margin-top: 0;
    color: white;
    margin-bottom: 40px;
}

.solutions > .videoBox{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 1440px;
    max-width: 100%;
}

.solutions > .videoBox > .videoAdmin{
    position: relative;
    width: 460px;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    margin: 10px;
    transition: transform 0s ease;
    will-change: transform;
}

.solutions > .videoBox > .videoAdmin video{
    width: 100%;
    height: auto;
}

.solutions > .videoBox > .videoAdmin .video-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17, 60, 151, 0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    user-select: none;
}

.solutions > .videoBox > .videoAdmin .video-hover .video-hover-txt{
    font-size: 22px;
}

.solutions > .videoBox > .videoAdmin .video-hover img{
    pointer-events: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

.solutions > .videoBox > .videoAdmin .video-hover .video-hover-button{
    font-size: 12px;
    width: 100px;
    height: 32px;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.solutions > .videoBox > .videoAdmin .video-hover .video-hover-button:hover{
    color: white !important;
    background-color: #0076f6 !important;
    border-color: #0076f6 !important;
}

.page > .solutions > .videoButton{
    width: 130px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    white-space: nowrap;
    margin: 30px auto 0;
    background-color: #0076f6;
    border-radius: 50px;
}

.page > .houesbox {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    /* max-width: 100vw; */
}

.page > .houesbox .houes{
    max-width: 345px;
    min-height: 311px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
    cursor: pointer;
    padding-bottom: 20px;
}

.page > .houesbox ul{
    padding: 0px !important;
}
.page > .houesbox li{
    transform: translateX(-20px);
    opacity: 0;
    transition: 0.6s all;
}

.page > .showItem li:nth-of-type(2){
    transition: transform 0.6s 0.1s, opacity 0.6s 0.1s !important;
}

.page > .showItem li:nth-of-type(3){
    transition: transform 0.6s 0.2s, opacity 0.6s 0.2s !important;
}

.page > .showItem li:nth-of-type(4){
    transition: transform 0.6s 0.3s, opacity 0.6s 0.3s !important;
}

.page > .showItem li{
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.page > .houesbox .houes > div:first-of-type{
    width: 100% !important;
    height: 200px;
    margin: 0 !important;
    overflow: hidden;
}

.page > .houesbox .houes img{
    width: 100%;
    height: 200px;
    object-fit: cover; /* 保持比例，裁剪超出部分 */
    object-position: center; /* 居中裁剪 */
    transition: 0.4s all;
}

.page > .houesbox .houes:hover img{
    transform: scale(1.2);
}

.page > .houesbox > ul{
    list-style-type: none;
    display: flex;
    width: 100%;
}

.page > .houesbox > ul > li{
    margin: 7px;
}

.page > .houesbox .houes > div{
    margin-top: 16px;
    color: #333;
    font-size: 12px;
    width: calc(100% - 40px);
    min-height: 40px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page > .houesbox .houes > div:nth-of-type(2){
    margin-top: 16px !important;
    color: #333333;
    font-size: 16px !important;
    min-height: 72px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page > .houesbox .houes:hover > div:nth-of-type(2){
    color: #0076f6 !important;
}

.about-icon {
    margin: 40px auto;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    position: relative;
}
.about-icon .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 80px !important;
    height: 80px;
}

.about-icon .swiper-slide img {
    display: block;
    width: auto;
    max-height: 60px;
}
.about-icon .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;;
}

.company{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: 0.7;
}
.pagestren{
    color: white;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-bottom: 160px;
    padding-top: 80px;
    background: linear-gradient(to bottom, #2d6ac0, #5095cb);
    overflow: hidden;
}
@media (max-width: 1440px) {
    .pagestren{
        padding: 80px 50px 400px !important;
    }
}
.pagestren > div{
    width: 1400px;
    margin: 0 auto;
    font-size: 18px;
}
.pagestren > div > p{
    width: 800px;
}
.pagestren h1{
    font-weight: 800;
    font-family: 'Arial Black';
}
.pagestren > div:first-of-type{
    font-size: 42px;
    white-space: nowrap;
    margin-bottom: 35px;
}
.pagestren > div:nth-child(3){
    margin-top: 30px;
}
.pagestren .strbutton{
    width: 200px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0090ff;
    margin-top: 45px;
    margin-bottom: 50px;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.pagestren > .remkbox{
    display: flex;
    align-items: self-start;
}

.pagestren > .remkbox > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    z-index: 2000;
}
.pagestren > .remkbox > div > span{
    text-align: center;
    width: 180px;
    font-size: 18px;
}

.pagestren > .remkbox > div > span:first-of-type{
    font-size: 36px !important;
    white-space: nowrap;
}

.pagestren > .remkbox > div > .increment{
    transition: all 0s ease-in-out !important;
}

.pageButtom{
    padding-bottom: 40px;
}

.pageButtom .searBox {
    width: 100%;
    height: 120px;
    background-color: #e8eaed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
    opacity: 1;
    transition: 0.2s all;
}

.pageButtom > .showItem{
    opacity: 1 !important;
}

.pageButtom .searBox > .searBoxConent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageButtom .searBox > div:first-of-type {
    font-size: 15px;
}

.pageButtom .searBox > div > div:first-of-type {
    font-size: 15px;
}

.pageButtom .searBox > div > .inputs {
    display: flex;
    align-items: center;
    width: 500px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    overflow: hidden;
    margin-left: 150px;
    margin-right: 140px;
}

.pageButtom .searBox > div > .inputs > input {
    border: 0 !important;
    font-size: 16px !important;
    width: 100%;
    margin-left: 30px;
    outline: none;
}

.pageButtom .searBox > div > .inputs .inputButton{
    width: 140px;
    height: 40px;
    background-color: #0076f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    user-select: none;
    cursor: pointer;
    font-size: 15px;
}

.pageButtom .searBox > div > .inputs > input::placeholder{
    color: #d0cfcf;
}

.pageButtom > .searBox > div > img{
    margin-left: 20px;
    transition: 0.4s all;
}

.pageButtom > .searBox > div > img:first-of-type{
    margin-left: 0 !important;
}

.pageButtom > .showItem > div > img:first-of-type{
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.pageButtom > .showItem > div > img:nth-of-type(2){
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition: transform 0.4s 0.05s, opacity 0.4s 0.05s !important;
}

.pageButtom > .showItem > div > img:nth-of-type(3){
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition: transform 0.4s 0.1s, opacity 0.4s 0.1s !important;
}

.pageButtom > .showItem > div > img:nth-of-type(4){
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition: transform 0.4s 0.15s, opacity 0.4s 0.15s !important;
}

.pageButtom > .showItem > div > img:nth-of-type(5){
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition: transform 0.4s 0.2s, opacity 0.4s 0.2s !important;
}

.pageButtom > .menuBox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pageButtom > .menuBox > .menuBoxConent{
    display: flex;
    justify-content: center;
}

.pageButtom > .menuBox > .menuBoxConent > ul {
    margin-left: 45px;
    list-style-type: none;
}

.pageButtom > .menuBox > .menuBoxConent > ul:first-of-type {
    margin-left: 0 !important;
}

.pageButtom > .menuBox > .menuBoxConent > ul li{
    margin-top: 20px;
    font-size: 12px;
}

.pageButtom > .menuBox > .menuBoxConent > .lines li{
    margin-top: 20px;
    transition: 0.4s all;
}

.pageButtom > .menuBox > .menuBoxConent a{
    white-space: nowrap;
    color: #666;
    font-size: 12px;
}

.pageButtom > .menuBox > .menuBoxConent > ul > li:first-of-type a{
    font-size: 15px !important;
    color: #666;
    font-weight: 500;
}

.pageButtom > .menuBox > .menuBoxConent > ul > li span{
    display: block;
    position: relative;
    width: fit-content;
    padding-bottom: 2px;
    color: #666;
    &::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: #0076f6;
        transition: 0.2s all;
    }
    &:hover::after{
        width: 100%;
    }
    &:hover{
        color: #0076f6 !important;
    }
}

.pageButtom > .menuBox > .menuBoxConent > .lines{
    margin-left: 60px !important;
    padding-left: 44px !important;
    border-left: 1px solid #f2f2f2;
    max-width: 300px;
}

.pageButtom > .menuBox > .menuBoxConent > .lines div{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.pageButtom > .menuBox > .menuBoxConent > .lines span{
    max-width: 300px;
    white-space: normal;
}

.pageButtom > .trademark{
    width: 100%;
    white-space: nowrap;
    margin-top: 40px;
    color: #8b8b8b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageButtom > .trademark > div{
    font-size: 12px;
}

.pageButtom > .trademark > div:nth-of-type(2){
    margin-left: 100px;
    cursor: pointer;
    position: relative;
    &::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 1px;
        background-color: #0076f6;
        transition: 0.2s all;
    }
    &:hover::after{
        width: 100%;
    }
    &:hover{
        color: #0076f6;
    }
}

.pageButtom > .trademark > div:nth-of-type(3){
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    &::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 1px;
        background-color: #0076f6;
        transition: 0.2s all;
    }
    &:hover::after{
        width: 100%;
    }
    &:hover{
        color: #0076f6;
    }
}

.pageButtom > .trademark > div:nth-of-type(4){
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    &::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0%;
        height: 1px;
        background-color: #0076f6;
        transition: 0.2s all;
    }
    &:hover::after{
        width: 100%;
    }
    &:hover{
        color: #0076f6;
    }
}
#navAccessories:hover .accessories-dropdown {
    display: block;
}
.accessories-dropdown {
    position: absolute;
    top: 0; /* 与 li 顶部对齐 */
    left: 100%;
    margin-left: -50px; /* 与 li 保持小间距，避免紧贴 */
    min-width: 200px;
    background-color: #000; /* 纯黑背景 */
    color: #fff; /* 白色文字 */
    list-style: none; /* 清除列表默认圆点 */
    padding: 6px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 4px; /* 轻微圆角，优化视觉 */
    box-shadow: 0 2px 10px rgba(0,0,0,0.5); /* 阴影增强层次 */
    z-index: 999999; /* 确保菜单在最上层，不被遮挡 */
    display: none; /* 默认隐藏 */
}
.accessories-dropdown li:hover {
    background-color: #333;
}
.accessories-dropdown li a{
    font-size: 12px;
}
#navAccessories {
    padding: 8px 0;
    white-space: nowrap;
}
.subscribe-bar {
    background-color: #e9ecef;
    padding: 20px 0;
}
.subscribe-btn {
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
}
.subscribe-bar .newsletter{
    display: flex;
}
.subscribe-bar .newsletter h4{
    margin: 0px !important;
    padding: 0px;
    font-weight: 800;
}
.subscribe-bar .newsletter p{
    font-size:14px;
    color:#666;
}
.subscribe-bar .newsletter a{
    margin-left: 15px;
}
@media (max-width: 768px) {
    .subscribe-bar .newsletter{
        display: block !important;
        text-align: center;
    }
    .subscribe-bar .newsletter a{
        margin: 35px auto;
    }
}
.social-icons{
    text-align: right;
}
.social-icons a {
    margin: 0 12px;
    color: #333;
}
.social-icons a i{font-size:18px;}
.footer-menu ul {
    list-style: none;
    padding: 0;
}
.footer-menu h6 a{font-size:16px;color:#333 !important;position: relative;}
.footer-menu ul li {
    padding: 6px 0;
}
.footer-menu  a {
    position: relative;
    color: #6c757d;
    text-decoration: none;
    font-size: 12px;
    padding: 2px 0;
    transition: color 0.3s ease;
}
.footer-menu a:hover {
    color: #0d6efd;
}
.footer-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0d6efd;
    transition: width 0.3s ease;
}
.footer-menu a:hover::after {
    width: 100%;
}
.footer-menu.md-20{
    width: 20%;
}
.footer-menu.md-15{
    width: 15%;
}
.footer-menu.md-12{
    width: 12%;
}
@media (max-width: 767px) {
    .footer-menu{
        width: 100% !important;
    }
    .col-md-3.contact-info{
        padding-left: 10px !important;
    }
}
.contact-info {
    border-left: 1px solid #eee;
    color:#666;
}
.col-md-3.contact-info{
    padding-left: 40px;
}
.contact-info a,.contact-info a:visited{color:#666;}
.contact-info div {
    font-size: 12px;
    padding: 12px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
.trademark {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-top: 1px solid #eee;
    font-size: 12px;
    color:#666;
}
.trademark a, .trademark a:visited{
    font-size: 12px;
    color: #666;
    margin: 0 6px;
}
.elementor-section.elementor-section-full_width {
    width: 100% !important;
    max-width: 100% !important;
}
.floating-buttons {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 9999;
}

.floating-btn {
    width: 50px;
    height: 50px;
    background: #272829;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    position: relative;
}
.floating-btn.back-to-top {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.floating-btn.visible {
    opacity: 1;
    visibility: visible;
}
.floating-btn:hover {
    transform: translateY(-2px);
    background: #000;
}

.floating-text {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.floating-btn:hover .floating-text {
    opacity: 1;
    visibility: visible;
    right: 65px;
}

.floating-text::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.timeline-container {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.timeline-date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    z-index: 1;
    width: 180px;
    min-width: 180px;
}

.timeline-item .card {
    position: relative;
    z-index: 2;
    margin-left: auto;
    border: none !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.timeline-item .card-header {
    border: none !important;
    background: transparent !important;
}
.timeline-item .card-header {
    padding: 20px 45px;
}
.timeline-item .card-header .card-title{
    font-size: 24px;
    font-weight: 600;
    color: #686868;
}
.timeline-item .card-header .card-text{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.timeline-item:nth-child(odd) .card {
    margin-left: auto;
}

.timeline-item:nth-child(even) .card {
    margin-right: auto;
}
.gallery-image-item {
    width: 268px;
}
.gallery-image-item img {
    cursor: zoom-in;
}

/* 不同按钮的颜色 */
.back-to-top { background: #272829; }
.live-chat { background: #0076f6; }
.request-demo { background: #272829; }

.back-to-top:hover { background: #000; }
.live-chat:hover { background: #3091ff; }
.request-demo:hover { background: #000; }

/* 响应式设计 */
@media (max-width: 768px) {
    .floating-buttons {
        right: 15px;
        bottom: 15px;
    }

    .floating-btn {
        width: 45px;
        height: 45px;
    }
}

body h1, body h2, body h3, body h4, body h5, body h6, .elementor-widget-heading .elementor-heading-title, .elementor-widget-image-box .elementor-image-box-title {
     font-weight: 500;
}
.elementor-sticky--active.pro-menu{
    top: 100px !important;
    background-color: #0076F6 !important;
}
.pro-menu {
    justify-content: center !important;
    height: 48px;
    line-height: 44px;
}
.pro-menu a{
    font-weight: 400 !important;
}
.features .e-n-tab-title {
    flex: 0 1 calc((100% - 6 * 10px) / 7 - 0.1px) !important;
    max-width: calc((100% - 6 * 10px) / 7) !important;
}
.features .e-n-tab-title .e-n-tab-icon{
    background-color: #0076f6 !important;
}
/* 仅在前端编辑时显示灰色效果 */
@media (min-width: 1025px) and (max-width: 99999px) {
    .elementor-editor-active .elementor-hidden-desktop {
        display: block !important;
        opacity: 0.3 !important;
        background-color: rgba(0,0,0,0.1);
        outline: 1px dashed #0073aa !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: block !important;
        opacity: 0.3 !important;
        background-color: rgba(0,0,0,0.1);
        outline: 1px dashed #0073aa !important;
    }
}
@media (max-width: 767px) {
    .pro-menu{
        display: none !important;
        opacity: 0 !important;
    }
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: block;
        opacity: 0.3 !important;
        background-color: rgba(0,0,0,0.1);
        outline: 1px dashed #0073aa !important;
    }
}

.features .e-n-tab-title{
    border: 1px solid #ccc !important;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px !important;
}
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: flex !important;
}
.features .e-n-tabs-heading {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}
@media (max-width: 767px) {
    .elementor-widget-n-tabs .e-n-tabs{
        display:block !important;
    }
    .features .e-n-tabs-heading {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .features .e-n-tab-title {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        flex-basis: auto !important;
        width: 80px !important;
    }
}
.elementor-widget-n-tabs .e-n-tab-title-text{
    display: block !important;
}
.features .e-n-tab-title .e-n-tab-title-text{
    width: 100% !important;
    text-align: center;
}
.features .e-n-tab-title[aria-selected="true"],
.features .e-n-tab-title.elementor-active {
    border: 1px solid #0076f6 !important;
    color: #ffffff;
    opacity: 1;
}
.features .e-n-tab-title[aria-selected="true"] .e-n-tab-icon ,
.features .e-n-tab-title.elementor-active .e-n-tab-icon  {
    background-color: #0076f6 !important;
}
.arc-content {
    font-size: 15px !important;
    line-height: 1.5em !important;
    letter-spacing: 0px;
    color: #333 !important;
}
.features .e-n-tab-title{
    height: 120px !important;
}
@media (max-width: 1440px) {
    .header .menban > ul {
        margin: 0 10px;
        padding:0 20px 0 10px;
    }
    .header .menban > ul > .menboss{
        padding-top: 20px !important;
    }
    .header .menban > ul > li {
        padding-top: 11px !important;
    }
}
.elementor-widget-n-tabs .e-n-tab-title{
    position: relative;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{
    background-color: transparent !important;
}
.e-n-tab-icon svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: #0075f5; /* 设置默认颜色 */
}

/* 确保SVG可见 */
.e-n-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages-tabs .e-n-tab-title{
    overflow: hidden;
    animation: none !important;
    transition: none !important;
}
.pages-tabs .e-n-tab-title:hover{
    background-color: transparent !important;
}

.dowitem {
    position: relative;
}

.slider-container {
    overflow: hidden;
    position: relative;
    max-width: 1080px;
}

/* 导航按钮样式 */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.slider-nav:hover {
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav svg {
    width: 24px;
    height: 24px;
    color: #333;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: translateY(-50%);
}

.slider-nav:disabled:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transform: translateY(-50%);
}
.dowitem-full {
    max-width: 1080px;
}
@media (max-width: 1440px) {
    max-width: 1440px;
}
@media (max-width: 768px) {
    .itempai {
        flex: 0 0 calc(100% - 20px); /* 小屏幕显示1个 */
    }

    .slider-nav {
        width: 40px;
        height: 40px;
    }

    .slider-nav svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .slider-prev {
        left: 5px;
    }

    .slider-next {
        right: 5px;
    }
}
