*{
    margin: 0;
    padding: 0;
}
html {
    scroll-padding-top: 220px;
    width: 100%;
}
body {
    font-size: 14px;
    font-family: "Arial,sans-serif" !important;
    -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: "Arial,sans-serif" !important;
}
@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: "Arial,sans-serif" !important;
    font-weight: 600;
}
.page, .pageButtom {
    width: 100%;
    margin: auto;
    z-index: 2;
    background-color: white;
}

.header{
    display: none;
}
.site-logo{
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    flex-basis: 150px;
    flex-shrink: 0;
    margin-left: 20px;
    z-index: 500;
}
.mobile-header{
    display: none;
}

@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{
    width: 100vw;
    max-width: 100vw;
    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));
    background-color: #333;
    height: 65px;
    user-select: none;
    transition: background 0.4s;
}
.mobile-header .menban.active{
    height: 100vh !important;
    background-color: #fff !important;
    display: block;
}
.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;
}

.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;
}

.mobile-header .menbanShow{
    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;
}
.headerShow{
    background: black !important;
}
.page > .banner-swiper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-height: 548px;
    overflow: hidden;
}

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

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

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

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

.page > .banner-swiper .swiper-slide > .product-img-show{
    /* left: 150px !important; */
    margin-right: 1100px !important;
    opacity: 1 !important;
}

.page > .banner-swiper .hover-admin{
    transition: 0.4s all;
    position: absolute;
    z-index: 5;
    opacity: 1;
    margin-bottom: 160px;
}

.page > .banner-swiper .hover-admin-show{
    opacity: 1;
}

.page > .banner-swiper .hover-admin > .hover-admin-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 24px;
    white-space: nowrap;
    font-family: 'Montserrat-Light';
}

.page > .banner-swiper .hover-admin > .hover-admin-text > h2{
    font-size: 36px;
    line-height: 40px;
    max-height: 80px;
    overflow: hidden;
    font-family: 'Montserrat-Medium' !important;
    margin-bottom: 8px;
}

.page > .banner-swiper .hover-admin .hover-admin-button{
    width: 150px;
    height: 38px;
    color: white;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 200px;
    background-color: #0076f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.page > .banner-swiper .hover-admin .hover-admin-button > img{
    width: 6px;
    height: 10px;
    margin-left: 10px;
}

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

.page > .banner-swiper > .swiper-pagination > .swiper-pagination-bullet{
    width: 30px !important;
    height: 4px !important;
    min-width: 30px !important;
    min-height: 4px !important;
    margin: 0 10px !important;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1 !important;
    border-radius: 50px !important;
}

.page > .banner-swiper > .swiper-pagination > .swiper-pagination-bullet-active{
    background-color: white !important;
}

.page .patitle{
    width: 100%;
    margin-top: 40px;
    position: relative;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.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{
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.page > .meetBox > .meet_left{
    transition: 0.4s all;
    position: relative;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #bfbfbf;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    max-height: 85px;
}
/* 隐藏滚动条（WebKit 浏览器如 Chrome、Safari） */
.meet_left::-webkit-scrollbar {
    display: none;
}

.page > .meetBox > .meet_left > .meetconent-ment{
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
    width: calc(25%);
    height: 6px;
    background-color: #0076f6 !important;
    transition: 0.2s all;
    opacity: 0;
}

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

.page > .meetBox .meetconent{
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    width: calc(25%);
    text-align: center;
    box-sizing: border-box;
    white-space: wrap !important;
    font-size: 12px !important;
    line-height: 16px;
    color: #333;
}

.page > .meetBox .selaction{
    color: #0076f6 !important;
}

.page > .meetBox .meetImg{
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 6px;
}

.page > .meetBox .meetImg img{
    width: 60px;
    min-width: 60px;
}

.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;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.page > .meetBox > .meet_swiper_show{
    z-index: 10 !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 260px !important;
    min-height: 260px !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%;
    height: 100%;
    user-select: none;
    pointer-events: none;
}

.page > .meetBox .meet_swiper > .swiper-button-prev,.swiper-button-next{
    position: absolute;
    z-index: 3;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
}

.page > .meetBox .meet_swiper > .swiper-button-prev{
    left: 30px !important;
}

.page > .meetBox .meet_swiper > .swiper-button-next{
    right: 30px !important;
}

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

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

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

.page > .meetBox .meet_swiper > .swiper-pagination > .swiper-pagination-bullet{
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    margin: 0 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: 16px;
    color: #333333;
    white-space: nowrap;
    opacity: 0;
    font-family: 'Montserrat-Light';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white !important;
}

.page > .meetBox .meet_swiper .swiper-slide > .meet-hover .meetBod > span:first-of-type{
    font-size: 24px !important;
    color: white !important;
    font-family: 'Montserrat-Bold' !important;
}

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

.page > .meetBox .meet_swiper .swiper-slide > .meet-hover .meetButton > img{
    width: 10px;
    height: 6px;
    transform: rotate(-90deg);
    transform-origin: center center;
    margin-bottom: 1px;
}

.page > .meetBox .meet_swiper .swiper-slide > .meet-hover-show{
    transition: 0.4s all;
    top: 40px;
    opacity: 1 !important;
}
.page > .meetBox .meet_swiper .swiper-slide .more a{
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

.page > .solutions{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.page > .solutions > .patitle{
    margin-top: 0;
    color: #333;
    padding-bottom: 20px;
    font-weight: 700;
}

.page > .solutions > .videoBox{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.page > .solutions > .videoBox > .videoAdmin{
    position: relative;
    width: calc(50% - 5px);
    height: 140px;
    overflow: hidden;
    margin: 5px 0;
    transition: transform 0s ease;
    will-change: transform;
    border-radius: 0 6px 6px 0;
    background-color:#333;
}

.page > .solutions > .videoBox .bored{
    border-radius: 6px 0 0 6px !important;
}

.page > .solutions > .videoBox > .videoAdmin  .videoImgs{
    width: auto;
    height: 100%;
    opacity: 0.6;
}

.page > .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;
}

.page > .solutions > .videoBox > .videoAdmin  .video-hover  .video-hover-txt{
    font-size: 14px;
    font-weight:600;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

.page > .solutions > .videoBox > .videoAdmin  .video-hover > .video-hover-button{
    font-size: 12px;
    position: relative;
    width: 84px;
    height: 24px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.page .solutions .video-hover-button::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  font-size: 12px;
  font-weight: 300;
}

.page > .houesbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    max-width: 100%;
}

.page > .houesbox > .houesbox_swiper{
    width: 100%;
    position: relative;
}

.page > .houesbox > .houesbox_swiper > .swiper-pagination{
    width: 100%;
    position: absolute;
    bottom: -14px;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > .houesbox > .houesbox_swiper > .swiper-pagination .swiper-pagination-bullet{
    width: 30px !important;
    height: 4px !important;
    min-width: 30px !important;
    border-radius: 20px !important;
}

.page > .houesbox > .houesbox_swiper .swiper-slide{
   display: flex;
   align-items: center;
   justify-content: center;
}

.page > .houesbox .houes{
    margin: 0 auto;
    width: 85%;
    min-width: 300px;
    min-height: 340px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f0f0f0;
    cursor: pointer;
    user-select: none;
    word-break: break-all;
	text-align: justify;
	text-justify: auto;
}
.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;
    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 > ul{
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

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

.page > .houesbox .houes > div{
    color: #333;
    font-size: 12px;
    width: calc(100% - 30px);
    min-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}

.page > .houesbox .houes > div:nth-of-type(2){
    padding: 10px;
    color: #0076f6;
    font-size: 16px !important;
    min-height: 66px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.page > .houesbox .houes > div:nth-of-type(3){
    padding: 0 10px 10px 10px;
    min-height: 50px;
}

.page > .shopment{
    margin: 40px 0 20px 0;
    width: 100%;
    padding: 10px;
    background-color: white;
    min-height: 32px;
    display: flex;
    align-items: center;
}

.page > .shopment div{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.page > .shopment img{
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
}

.page > .shopment img:first-of-type{
    margin-left: 0 !important;
}

.page > .shopment > .str_move{
    top: auto !important;
}

.pagestren{
    color: white;
    padding: 40px 20px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #2d6ac0, #5095cb);
    overflow: hidden;
}

.pagestren > .company{
    width: 100%;
    height:200px;
    position: relative;
}
.pagestren > .company img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pagestren > div{
    width: 100%;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    word-break: break-all;
	text-align: justify;
	text-justify: auto;
}

.pagestren > div:first-of-type{
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 20px;
    font-family: 'Montserrat-Medium';
}

.pagestren > div:nth-child(3){
    margin-top: 20px;
}

.pagestren .butboxd{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagestren .butboxd > .strbutton{
    width: 200px;
    height: 44px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0090ff;
    font-size: 16px;
    font-family: 'Montserrat-Light';
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.pagestren > .remkbox{
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    width: 100%;
}

.pagestren > .remkbox > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-left: 10px;
    font-weight: 400;
}

.pagestren > .remkbox > div:first-of-type{
    margin-left: 0 !important;
}

.pagestren > .remkbox > div > span{
    text-align: center;
    min-width: 100%;
    font-size: 10px;
    font-weight: 300;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.pagestren > .remkbox > div > span:first-of-type{
    font-size: 16px !important;
    white-space: nowrap;
    font-family: 'Montserrat-Medium' !important;
}

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

.pageButtom{
    padding-bottom: 40px;
}

.pageButtom .searBox {
    width: 100%;
    height: 140px;
    background-color: #f2f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    transition: 0.2s all;
}

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

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

.pageButtom .searBox > .searBoxConent > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    color: #262626;
    font-family: 'Montserrat-Regular';
}

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

.pageButtom .searBox > .searBoxConent > .inputs {
    display: flex;
    align-items: center;
    width: 380px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 15px;
}

.pageButtom .searBox > div > .inputs > input {
    border: 0 !important;
    font-size: 12px !important;
    width: 100%;
    margin-left: 20px;
    outline: none;
    font-family: 'Montserrat-Regular' !important;
}

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

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

.pageButtom > .searBox > .searBoxConent img{
    margin-left: 10px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s all;
    height: 14px;
}

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

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

.pageButtom > .showItem > .searBoxConent 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 > .searBoxConent 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 > .searBoxConent 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 > .searBoxConent 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{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
}

.pageButtom > .menuBox > .menuBoxConent{
    width: 100%;
}

.pageButtom > .menuBox > .menuBoxConent > ul {
    list-style-type: none;
}

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

.pageButtom > .menuBox > .menuBoxConent > ul li a{
    font-size: 12px;
    white-space: nowrap;
    color: #666666;
    font-family: 'Montserrat-Light';
}

.selct{
    transition: 0.2s all;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.pageButtom > .menuBox > .menuBoxConent > ul > .lihander{
    font-size: 16px;
    color: #262626;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 0 !important;
    padding-top: 20px;
}

.pageButtom > .menuBox > .menuBoxConent > ul > .lihanderShow > div > .bottom{
    transform: rotate(-90deg);
}

.pageButtom > .menuBox > .menuBoxConent > ul > .lihander > div{
    display: flex;
    align-items: center;
    width: 100%;
}

.pageButtom > .menuBox > .menuBoxConent > ul > .lihander > div > .bottom{
    width: 14px;
    min-width: 14px;
    height: 8px;
    transition: 0.2s all;
}

.pageButtom > .menuBox > .menuBoxConent > ul > .lihander > div span{
    flex: 1;
}

.pageButtom > .menuBox > .menuBoxConent > .lines li{
    margin-top: 25px;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.pageButtom > .menuBox > .menuBoxConent > .lines li:first-of-type{
    margin-top: 20px !important;
}

.pageButtom > .menuBox > .menuBoxConent > .lines > li > a > div > div{
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.pageButtom > .menuBox > .menuBoxConent > .lines li:first-of-type > a {
    font-size: 18px;
    color: #262626;
    font-family: 'Montserrat-Regular';
}

.pageButtom > .menuBox > .menuBoxConent > .lines div{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}
.pageButtom > .menuBox > .menuBoxConent > .lines div img{
    height: 16px;
    width: 16px;
}
.pageButtom > .menuBox > .menuBoxConent > .lines span{
    white-space: normal;
    margin-left: 10px;
}

.pageButtom > .trademark{
    width: 100%;
    white-space: nowrap;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pageButtom  .copyright{
    font-size: 12px;
    color: #666;
    font-weight: 400;
}
.pageButtom > .trademark > div{
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 20px;
}

.pageButtom > .trademark > div > span{
    margin-left: 40px;
}

.pageButtom > .trademark > div > span:first-of-type{
    margin-left: 0 !important;
}
.pageButtom  .trademark  a{
    color:#333;
}
.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 > div{
        margin: 15px 0;
    }
    .subscribe-bar .newsletter a{
        margin: 35px auto;
    }
    .social-icons{
        padding: 25px 0;
        text-align: center !important;
    }
}
.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;}
@media (max-width: 767px) {
    footer .mb-3{
        margin-bottom: 0px !important;
    }
    .footer-menu ul li {
        padding: 2px 0 !important;
    }
    .contact-info div{
        padding: 4px 0 !important;
    }
    .trademark {
        text-align: center;
    }
}
.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: 30px;
    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;
}
@media (max-width: 767px) {
    .pro-menu{
        display: none !important;
    }
}
.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;
}
/* 仅在前端编辑时显示灰色效果 */
body.elementor-editor-active .elementor-hidden-desktop {
    display: block !important;
    opacity: 0.3;
    background-color: rgba(0,0,0,0.1);
    outline: 2px dashed #0073aa;
}

.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-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;
}
.menban-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22, 22, 23);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    color: #fff;
}
.menban-mobile ul::marker , .menban-mobile li::marker {
    display: none;
    content: "";
}
.menban-mobile .cosleBan{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}
.menban-mobile .back-btn {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99999;
}
.menban-mobile .back-btn.active{
    display: block;
}
.menban-mobile .cosleBan img{
    width: 25px;
    height: 25px;
}
.menban-mobile.active {
    opacity: 1;
    visibility: visible;
    z-index: 9997;
}

.menu-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22, 22, 23);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow-y: auto;
    transform: translateY(-100%);
}

.menban-mobile.active .menu-content {
    transform: translateY(0);
}
.menban-mobile a,.menban-mobile a:visited{color:#fff;}
.menu-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 20px 40px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    overflow-y: auto;
}
.menu-level-1 {
    opacity: 1;
    padding: 65px 25px;
}
.menu-level-1 > li{
    padding: 8px 0;
}
.menu-level-1 > li a{
    font-size: 22px;
    font-weight: 600;
    padding: 8px 0;
}
.menu-level-2 {
    opacity: 0;
    padding: 65px 25px;
    pointer-events: none;
}
.menu-level-2 > ul{
    padding: 0px;
    margin: 0px;
}
.menu-level-2 > ul > .menboss{
    padding: 8px 0;
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
}
.menu-level-2 > ul > .menboss > span > a::before {
    content: "+";
    padding-right: 10px;
    font-size: 20px;
    color: #86868b;
    transition: transform 0.3s ease;
}
.menu-level-2 > ul > .menboss.active > span >a::before {
    content: "-";
}
.menu-level-2 > ul > li > ul > li{
    padding: 6px 6px 6px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.menu-level-2 > ul > li > ul > li > a > span{
    color: #999;
}
.menu-level-2 > ul > li > ul .padlefd{
    padding: 6px 6px 6px 20px;
    font-size: 14px;
}
.menu-level-2 .menu-list .padlefd a div{
    display: flex;
    color: #666;
}
.menu-level-2 .submenu {
    max-height: 0;
    padding: 6px 0 0 0;
    margin: 0px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-level-2  .menboss.active .submenu {
    max-height: 1000px;
}
.menban-mobile ul,.menban-mobile ul li{
    list-style: none !important;
    list-style-type: none!important;
}
.menu-level-2 .menu-list .padlefd div{
    font-size: 11px;
    color: #666;
    line-height: 14px;
}
.menu-level-2 .menu-list .padlefd div span{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-right: 6px;
}
.menu-level-2 .menu-list .padlefd > 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: "Arial", sans-serif !important;
}
.menu-level-2 .menu-list .padlefd .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: "Arial", sans-serif !important;
}
.menu-level-2 .aoutend > ul {
    padding-left: 10px !important;
}
.menu-level-2 .aoutend > ul li a{
    font-size: 14px;
    font-weight: 400;
}
.menu-level-2 .menu-list-2 a,.menu-level-2 .menu-list-2 a:visited {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    color:#fff;
}
.menu-level-2 .menu-list-2 li{
    padding: 8px 0;
}
.menu-level-2 .menu-list-2 a span{
    color:#fff !important;
}
.menu-level.active {
    opacity: 1;
    pointer-events: all;
    background: rgb(22, 22, 23);
    z-index: 9998;
}
.menu-level.inactive {
    opacity: 0;
    pointer-events: none;
}
.menu-level-2.active {
    opacity: 1;
    pointer-events: all;
    background: rgb(22, 22, 23);
    z-index: 9998;
}
.menu-level-2.inactive {
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
        touch-action: pan-y pinch-zoom; /* 限制为垂直和缩放 */
    }
    .banner-container{
        height: 600px;
    }
    .page > .meetBox .meet_swiper .meetBod{
        padding: 10px;
        display: flex;
        flex-direction: column;
        width: 100% !important;
        word-wrap: break-word;
        word-break: break-word;
    }
    .e-n-tabs .e-n-tabs-heading{
        width: 100% !important;
        display: flex;
        align-items: center;
        margin: 15px auto -16px auto !important;
        position: relative;
        z-index: 1;
    }
    .pages-tabs .e-n-tab-title{
        width: 45% !important;
        maring: 0px !important;

    }
    .pages-tabs .e-n-tab-title[aria-selected="true"] {
        animation: none !important;
        transition: none !important;
    }
    .pages-tabs .e-n-tab-title span {
        padding-bottom: 35px;
        font-size: 12px !important;
    }
    .pages-tabs .e-n-tab-title .e-n-tab-icon{
        margin-bottom: 26px !important;
    }
    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{
        background-color: transparent !important;
    }
    .e-con-inner {
        padding: 0 15px !important;
    }
    .elementor-heading-title {
        font-size: 2.2rem;
        gap: 6px !important;
    }
    .e-n-tabs button.e-n-tab-title{
        margin-top: 0 !important;
        white-space:wrap !important;
        margin-block-end: 0 !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        padding: 10px 5px !important;
        height: 100px !important;
        max-height: 100px !important;
    }
    .banner-container {
        padding-bottom: 40px;
    }
    .pages-tabs {
        margin-top: -250px !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;;
}
.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;
}
