.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: 15px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

@font-face {
    font-family: 'cu';
    src: url(../fonts/HONORSANS-BOLD.TTF) format('truetype');
}

@font-face {
    font-family: 'xi';
    src: url(../fonts/HONORSANS-REGULAR.TTF) format('truetype');
}

p {
    margin-bottom: 0px;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 94.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.white-logo {
    opacity: 1;
    visibility: visible;
}

.black-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.pl-60{
    padding-left: 3.125vw;
}

.pr-60{
    padding-right: 3.125vw;
}

@media (max-width: 768px){
    .pl-60{
        padding-left: 15px;
    }

    .pr-60{
        padding-right: 15px;
    }

}



/* header */

.header {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    position: relative;
    z-index: 9999;
}

.header-container.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    animation: slide-down .7s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.top-mid-flex {
    height: 90px;
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 48px
}

.header-ss {
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    position: relative;
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/aa7167357ehzflug.png) no-repeat center;
    cursor: pointer
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: static;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 90px;
    line-height: 90px;
    font-weight: 400;
    font-family: 'cu';
    position: relative;
}

.x-menu>li>a i{
    color: rgba(255, 255, 255, .64);
    font-weight: normal;
    margin-left: 5px;
}

.x-menu>li>a::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--main-theme-color);
    background: #F26322!important;;
    content: " ";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.x-menu>li:hover>a::before,
.x-menu>li.active>a::before {
    width: 100%;
}

.x-menu>li:hover>a,
.x-menu>li.active>a {
    color: var(--main-theme-color)!important;
    color:#F26322!important;
}

.x-menu>li:hover>a i,
.x-menu>li.active>a i {
    color: var(--main-theme-color)!important;
    color:#F26322!important;
}


.grid {
    display: grid
}

.max-w-screen-xl {
    max-width: 1280px
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr))
}

.flex3 {
    display: flex
}
.h-32 {
    height: 8rem
}

.h-42{
    height: 12rem;
}


.px-6{padding-left:1.5rem;padding-right:1.5rem}


.object-cover{
    -o-object-fit: cover;
    object-fit: cover;
}

.w-full{
    width: 100%;
}

.w-full.img{
    display: block;
}

.sub-item a{
    background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
    background-image: linear-gradient(transparent, transparent), linear-gradient(#F26322, #F26322);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    border-bottom-width: 0;
    padding-bottom: 4px;
    transition: background-size .2s ease-in-out;
    color: #004a57;
}

.sub-item a{
    font-family: "cu";
    font-weight: bold;
}

.sub-item a.na-img{
    display: block;
}

.nav-item a:hover, .sub-item a:hover{
    background-position: 0 100%;
    background-size: 100% 2px;
    color: #F26322!important;
}

.article-title{
    border-bottom: 1px solid #004a57;
}

.mega-menu{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 90px;
    transition: opacity .3s ease 0s;
    transition: all .03s;
    transition-delay: .3s;
    visibility: hidden;
    width: 100%;
}

.x-menu>li:hover .mega-menu {
    opacity: 1;
    transition-delay: .5s;
    visibility: visible;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media (min-width:1280px) {
    .x-menu>li {
        margin-left: 1.0416vw;
        margin-right: 1.0416vw
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 1.5416vw;
        margin-right: 1.5416vw
    }
}

.py-desc p {
    position: relative;
    line-height: 30px;
}
.py-desc p a{
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.py-desc p::before{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    margin-right: 10px;
    vertical-align: 2px;
    background-color: #333;
}


/* search-fixed */

.search-fix {
    position: fixed !important;
    top: 0;
    right: -100%;
    z-index: 100000;
    background: #fff;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
    /* overflow-y: scroll; */
    padding: 50px 40px;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.at-offcanvus-close {
    position: absolute;
    right: 25px;
    top: 40px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #eeeeee;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at-offcanvus-close i {
    width: 12px;
    height: 12px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/0d52a0a95dqikox5.png) no-repeat center;
    display: inline-block;
    vertical-align: -2px;
}

.at-offcanvus-close:hover {
    color: #FC0012;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.at-offcanvus-close:hover i {
    background-image: url(//wm.cdn.cn86.cn/kaximu/2025/06/e0611078ecnjptre.png);
}

.offcanvus-content {
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
    border-bottom: 1px solid #eee;
}

.offcanvus-content h4 {
    font-size: 24px;
    font-family: "cu";
    line-height: 1.2;
    color: #000;
}

.offcanvus-content .ss-search {
    width: 100%;
    position: relative;
    background: #eeeeee;
    padding: 5px 10px;
    display: flex;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.offcanvus-content .ss-search input {
    height: 45px;
    line-height: 45px;
    outline: 0;
    border: none;
    font-size: 0
}

.offcanvus-content .ss-search #keyword {
    width: calc(100% - 45px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.offcanvus-content .ss-search #s_btn {
    width: 45px;
    height: 45px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/kaximu/2025/06/26810ad202weospj.png);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offcanvus-contact {
    position: relative;
}

.offcanvus-contact h4 {
    font-size: 24px;
    font-family: "cu";
    line-height: 1.2;
    color: #000;
}

.offcanvus-contact .lx {
    font-size: 14px;
    color: #4e5a6a;
    line-height: 1.7;
}

.offcanvus-contact .lx-phone {
    margin-top: 30px;
    font-size: 16px;
    color: #4e5a6a;
    line-height: 30px;
}

.offcanvus-contact .lx-phone p {
    font-family: "cu";
    margin-bottom: .5rem;
}

.offcanvus-contact .lx-phone p:nth-child(1) {
    padding-left: 30px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/9d45dfe14asbqmtx.png) no-repeat left center;
}

.offcanvus-contact .lx-phone p:nth-child(2) {
    padding-left: 30px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/10135a78225kx5zx.png) no-repeat left center;
}

.offcanvus-contact .lx-phone p:nth-child(3) {
    padding-left: 30px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/91a6e819c48nt5v3.png) no-repeat left center;
}

.search-fix.active {
    right: 0px;
}

.search-fix.active .at-offcanvus-close {
    -webkit-animation: 1s fadeInRight;
    animation: 1s fadeInRight;
}

.search-fix.active .logo-wrapper {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
}

.search-fix.active .offcanvus-content {
    -webkit-animation: 1.2s theme_fadeInUp;
    animation: 1.2s theme_fadeInUp;
}

.search-fix.active .offcanvus-contact {
    -webkit-animation: 1.3s theme_fadeInUp;
    animation: 1.3s theme_fadeInUp;
}

.search-fix.active .at_canvus_social {
    -webkit-animation: 1.5s theme_fadeInUp;
    animation: 1.5s theme_fadeInUp;
}

.at_canvus_address li+li {
    margin-top: 10px;
}

.at_canvus_social a {
    margin-right: 4px;
}


/**/

.header.scroll .white-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header.scroll .black-logo {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.header.scroll * {
    color: #253745!important;
}

.header.scroll .x-menu>li>a {
    height: 90px;
    line-height: 90px;
}

.header.scroll .pc-navbar>li>a {
    color: #253745!important;
}

.header.scroll .header-ss .ss_btn {
    background-image: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/f18fff77db4jblx9.png);
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
    margin-top: -91px;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 2.60416vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px!important;
    border: 1px solid transparent;
    opacity: 1;
    background: transparent;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    border-color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
	position: absolute;
	display: flex;
	align-items: center;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	WIDTH: 78%;
	TEXT-ALIGN: LEFT;
    top: 5%;
}

.home-banner .swiper-slide .v_con * {
	transition-delay: transform 1s,opacity 0s;
	transition-duration: 1s;
	transform: translate3d(0,80px,0);
	opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
	transform: translate3d(0,0,0);
	opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
	transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
	transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
	transition-delay: .7s
}

.v_tit_aa {
	font-size: 48px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: HONOR Sans;
	line-height: 1.2;
	max-width: 880px;
	text-transform: uppercase;
	position: relative;
	padding-top: 3.125vw;
}

.v_tit_aa::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	height: 16px;
	background: url(//wm.cdn.cn86.cn/kaximu/2025/08/3b8e9fe883dk2lgp.png) no-repeat left top;
	content: ""
}

.v_tit_bb {
	font-size: 20px;
	color: rgba(255,255,255,.84);
	margin-bottom: 5.2083vw;
	font-weight: 400;
	font-family: HONOR Sans;
	line-height: 1.5;
	max-width: 880px
}

.v_tit_cc {
	width: 164px;
	line-height: 68px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden
}

.v_tit_cc a {
	display: block;
	background-color: rgba(218,89,31,.85);
	font-family: Gilroy;
	font-weight: bold;
	font-size: 16px;
	color: #fff
}

.v_tit_cc a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	content: "";
	background: var(--main-theme-color);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: -1
}

.v_tit_cc a:hover {
	color: #fff!important
}

.v_tit_cc a:hover::before {
	width: 100%
}

@media (max-width:1200px){
    .v_tit_aa{font-size:28px;margin-bottom:15px;margin-top:0}
    .v_tit_bb{font-size:14px;margin-bottom:20px}
    .v_tit_bb p{line-height:25px}
    .v_tit_cc{width:120px;line-height:40px}
}
@media (max-width:600px){
    .home-banner .swiper-slide .v_cover .v_con{width:90%}
    .v_tit_aa{font-size:22px;padding-top:30px}
    .v_tit_bb{display:none!important}
}



.swiper-slide-video {
    position: relative;
    padding-bottom: 48.9583%;
}

.swiper-slide-video video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}






/* .section1 */

.section1 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/c4d4db91ffksl4b0.jpg) no-repeat;
    background-size: cover;
}

.hm-title {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.hm-title .p1 {
    margin-bottom: 1rem;
}

.hm-title .line {
    position: relative;
    width: 32px;
    height: 2px;
    background: #e44341;
    margin-right: 10px;
}

.hm-title .line::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e44341;
    position: absolute;
    left: 0%;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    animation: 2s linear 0.5s infinite hua2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@keyframes hua2 {
    from {
        left: 0%;
    }
    to {
        left: 95%;
    }
}

.hm-title .p1 span {
    font-size: 14px;
    color: #e44341;
    font-family: "cu";
    text-transform: uppercase;
}

.hm-title .p2 {
    font-size: 58px;
    color: #064ea2;
    line-height: 1;
    font-family: "cu";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hm-title .p3 {
    font-size: 16px;
    color: #4e5a6a;
    line-height: 1.7;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.section1-con {
    margin-top: 60px;
}

.product_swiper {
    position: relative;
    overflow: hidden;
}

.product_swiper .swiper-slide {
    position: relative;
}

.product_swiper .swiper-slide a {
    display: block;
}

.product_swiper .swiper-slide a .img img {
    display: block;
    width: 100%;
}

.product_swiper .swiper-slide .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 99;
    padding: 30px 50px;
    width: 100%;
}

.product_swiper .swiper-slide .txt2 {
    inset-block-start: 68px;
    transition: inset-block-start .5s;
    position: relative;
}

.product_swiper .swiper-slide .txt h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: "cu";
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.product_swiper .swiper-slide .txt .lemore {
    width: 120px;
    color: #fff;
    font-size: 12px;
    font-family: "cu";
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
    background-color: rgba(6, 78, 162, 0.84);
    background-color: #F26322;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.product_swiper .swiper-slide:hover .txt2 {
    top: 0px;
}

.product_swiper .swiper-slide:hover .txt h3 {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.section1-con .swiper-pagination-progressbar {
    background: rgba(1, 30, 81, 0.08);
    background: none;
    position: relative;
    margin-top: 5.2083vw;
    bottom: 0px;
    width: 100%;
    height: 4px;
}

.section1-con .swiper-pagination-progressbar::before{
    position: absolute;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 2px;
    content: "";
    background: rgba(1, 30, 81, 0.08);
}

.section1-con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #064ea2;
    background: #F26322;
}

.product_swiper .swiper-button-next1,
.product_swiper .swiper-button-prev1 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 0;
    outline: none;
    border: none;
    z-index: 99;
    background: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product_swiper .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/93d2ed2212qzjdlq.png) no-repeat center;
}

.product_swiper .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/ce81add769i0ulwz.png) no-repeat center;
}


/* section2 */

.section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/29818d3525hcpxys.jpg) no-repeat;
    background-size: cover;
    padding: 9.375vw 0 6.25vw;
}

.fix-h2 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.solutionRoll {
    position: relative;
    overflow: hidden
}

.solutionRoll .tempWrap {
    margin: 0 auto;
}

.solutionRoll .solutionRollUl {
    overflow: hidden;
    zoom: 1
}

.solutionRoll .solutionRollUl li {
    float: left;
    position: relative;
    overflow: hidden;
}

.solutionRoll .solutionRollUl li span {
    display: block;
    font-size: 6.77083vw;
    color: rgba(6, 78, 162, 0.04);
    text-transform: uppercase;
    line-height: 9.375vw;
    font-family: "cu";
}

.about-con {
    position: relative;
    z-index: 99;
}

.about-left {
    position: relative;
    padding-left: 10.416vw;
    padding-right: 6.25vw;
    min-width: 1px;
    flex: 1;
}

.about-left .ap1 {
    margin-bottom: 1rem;
}

.about-left .ap1 .line {
    position: relative;
    width: 32px;
    height: 2px;
    background: #e44341;
    margin-right: 10px;
}

.about-left .ap1 .line::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e44341;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    animation: 2s linear 0.5s infinite hua2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about-left .ap1 span {
    font-size: 14px;
    color: #e44341;
    font-family: "cu";
    text-transform: uppercase;
}

.about-left .ap2 {
    font-size: 48px;
    color: #064ea2;
    line-height: 1.2;
    font-family: "cu";
    margin-bottom: 40px;
}

.about-left .ap3 {
    font-size: 16px;
    color: #4e5a6a;
    line-height: 1.9;
    margin-bottom: 5.2083vw;
}

.about-left .ap4 {
    display: flex;
    align-items: center;
}

.about-left .ap4 a {
    padding: 18px 35px;
    margin-right: 2.083vw;
    position: relative;
    border: 2px solid #007bbf;
    border-radius: 31px;
    overflow: hidden;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.about-left .ap4 a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #064ea2;
    transition: all 0.4s ease-in-out;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}

.about-left .ap4 a:hover span {
    color: #fff!important;
}

.about-left .ap4 a span {
    display: flex;
    align-items: center;
    font-family: "cu";
    font-size: 16px;
    color: #007bbf;
    line-height: 20px;
    position: relative;
}

.about-left .ap4 a span i {
    display: block;
    margin-left: 15px;
}

.about-left .ap4 a:hover::before {
    width: 100%;
    left: 0px;
}

.about-left .ap4 a.lj1 {
    background-color: #064ea2;
    box-shadow: 0px 20px 20px 0px rgba(6, 78, 162, 0.12);
    border: none;
    color: #fff;
}

.about-left .ap4 a.lj1::before {
    background-color: #e44341;
    background-color: #F26322;
}

.about-left .ap4 a.lj1 span {
    color: #fff!important;
}

.about-left .ap4 a.lj1 span i {
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/d445f65259kxmzen.png) no-repeat center;
    width: 17px;
    height: 17px;
}

.about-left .ap4 a.lj2 span i {
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/cd5f049f14fqbl3q.png) no-repeat center;
    width: 17px;
    height: 17px;
}

.about-left .ap4 a.lj2:hover {
    border-color: #064ea2;
    background-color: #064ea2;
}

.about-left .ap4 a.lj2:hover span i {
    background-image: url(//wm.cdn.cn86.cn/kaximu/2025/06/1325b17b22ii9zkc.png);
}

.about-right {
    position: relative;
    width: 42.1875%;
}

.about-right .img {
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    box-shadow: 0px 20px 20px 0px rgba(6, 78, 162, 0.08);
}

.about-right .img img {
    display: block;
    width: 100%;
}

.about-right .ff-txt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 3.125vw;
    z-index: 10;
}

.about-right .ff-txt h2 {
    font-size: 76px;
    line-height: 1;
    font-family: "cu";
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 30px;
    color: #ffffff;
}

.about-right .ff-txt h2::before {
    position: absolute;
    left: 5px;
    bottom: 0px;
    width: 16px;
    height: 4px;
    background: rgba(255, 255, 255, .8);
    content: "";
}

.about-right .ff-txt span {
    font-size: 20px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    margin-top: 10px;
    margin-left: 10px;
}


/* section3 */

.section3 {
    position: relative;
    background-color: #064ea2;
    padding: 50px 0;
}

.section1-number {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.section1-number li {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(25% - 26px);
    margin: 0px 13px 0 13px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/2d10a5ef7bck6532.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 1.5625vw 2.083vw;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    cursor: pointer;
}

.section1-number li .img {
    margin-right: 1.5625vw;
}

.section1-number li .img img {
    max-width: 5.2083vw;
}

.section1-number li h3 {
    display: flex;
    align-items: center;
    color: #000000;
    line-height: 1;
    margin: 0;
}

.section1-number li h3 i {
    font-style: inherit;
    color: #000000;
    font-size: 48px;
    font-family: "cu";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 1;
}

.section1-number li h3 span {
    font-size: 18px;
    font-weight: bold;
    font-style: inherit;
    color: #000000;
    margin-left: 10px;
    font-family: "Microsoft YaHei";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    transform: translateY(-15px);
}

.section1-number li p {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 0px;
}

.section1-number li:hover h3 i,
.section1-number li:hover h3 span {
    color: var(--main-theme-color);
}


/* section4 */

.section4 {
    position: relative;
    padding-top: 80px;
}

.h-photo-list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 0 auto;
}

.h-photo-list2 li {
    position: relative;
    padding-left: 4.166vw;
    margin-bottom: 5px;
    width: 50%;
}

.h-photo-list2 li a {
    display: block;
}

.h-photo-list2 li span {
    font-size: 14px;
    color: #4e5a6a;
    display: block;
    position: relative;
    line-height: 26px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.h-photo-list2 li span::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/1a7ac32cd6ilmz2h.png) no-repeat center;
    margin-right: 10px;
    vertical-align: -1px;
    content: "";
}

.h-photo-list2 li:hover * {
    color: var(--main-theme-color);
    color: #F26322;
}

.pin_swiper {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.pin_swiper .swiper-slide {
    position: relative;
}

.pin_swiper .swiper-slide a {
    display: block;
}

.pin_swiper .swiper-slide img {
    display: block;
    width: 100%;
}


/* section5 */

.section5 {
    position: relative;
}

.hm-title5 {
    position: absolute;
    left: 0px;
    top: 4.166vw;
    width: 100%;
    z-index: 12;
    padding: 0 15px;
}

.hm-vv-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #007bbf;
    font-family: "cu";
}

.hm-vv-more a i {
    display: block;
    margin-left: 10px;
    width: 6px;
    height: 6px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/28343ee07ejmc3rs.png) no-repeat;
}

.hm-vv-more a:hover{
    color: #F26322!important;
}


.mbshow {
    display: none!important;
}

.pcshow {
    display: block!important;
}

@media (max-width: 767px) {
    .mbshow {
        display: block!important;
    }
    .pcshow {
        display: none!important;
    }
}

.cz-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.cz-top a {
    position: absolute;
    display: block;
    width: 227px;
    height: 202px;
    width: 11.82%;
    height: 23.87%;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/214b0199a9o0azvm.png) center no-repeat;
    background-size: 100%;
    clear: both;
    margin: 5px auto;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cz-top a:hover {
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/864b84dd98jduv46.png) center no-repeat;
    background-size: 100%;
}

.cz-top a:hover i {
    opacity: 1;
}

.cz-top a i img {
    transition: .3s ease;
    padding: 0px 0px 20px 20px;
}

.cz-top a i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.img-center {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    max-width: 6.25vw;
    max-height: 6.25vw;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: auto !important;
    height: auto !important;
    z-index: 1;
}

.cz-top a.item1 {
    left: 216px;
    bottom: 216px;
    left: 11.25%;
    bottom: 25.53%;
}

.cz-top a.item2 {
    left: calc(216px + 160px);
    bottom: 310px;
    left: 19.58%;
    bottom: 36.64%;
}

.cz-top a.item3 {
    left: calc(216px +160px);
    bottom: 123px;
    left: 19.58%;
    bottom: 14.53%;
}

.cz-top a.item4 {
    left: calc(216px + 320);
    bottom: 216px;
    left: 27.916%;
    bottom: 25.53%;
}

.cz-top a.item5 {
    left: calc(216px + 480px);
    bottom: 310px;
    left: 36.25%;
    bottom: 36.64%;
}

.cz-top a.item6 {
    left: calc(216px + 480px);
    bottom: 123px;
    left: 36.25%;
    bottom: 14.53%;
}

.cz-top a.item7 {
    left: calc(216px + 640px);
    bottom: 216px;
    left: 44.58%;
    bottom: 25.53%;
}

.cz-top a.item8 {
    left: calc(216px + 800px);
    bottom: 310px;
    left: 52.916%;
    bottom: 36.64%;
}

.cz-top a.item9 {
    left: calc(216px + 800px);
    bottom: 123px;
    left: 52.916%;
    bottom: 14.53%;
}

.cz-top a.item10 {
    left: calc(216px + 960px);
    bottom: 216px;
    left: 61.25%;
    bottom: 25.53%;
}

.cz-top a.item11 {
    left: calc(216px + 1120px);
    bottom: 310px;
    left: 69.58%;
    bottom: 36.64%;
}

.cz-top a.item12 {
    left: calc(216px + 1120px);
    bottom: 123px;
    left: 69.58%;
    bottom: 14.53%;
}

.cz-top a.item13 {
    left: calc(216px + 1120px + 160px);
    bottom: 216px;
    left: 77.916%;
    bottom: 25.53%;
}


/* section6 */

.section6 {
    position: relative;
    padding: 80px 0 100px;
}

.news-con {
    margin-top: 60px;
}

.listx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1px;
}

.listx .item {
    background: #f2f7fb;
    background-size: contain;
    background-position: center bottom 20px;
    background-repeat: no-repeat;
    position: relative;
    width: 21%;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.listx .item:hover,
.listx .item.active {
    background: var(--main-theme-color)
}

.listx .item::after {
    content: '';
    position: absolute;
    top: 0.5rem;
    height: -webkit-calc(99%);
    height: calc(100% - 1rem);
    right: 0px;
    width: 1px;
    background: #ddd;
}

.listx .item:last-child::after {
    background: none;
}

.listx .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    width: 100%;
}

.listx .item a .boxLeft {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px 0;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.listx .item a .boxLeft .content1 {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-top: 10px;
}

.listx .item a .boxLeft .content2 {
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    margin-top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.listx .item a .boxLeft .content3 {
    position: absolute;
    left: 30px;
    bottom: 40px
}

.listx .item.active a .boxLeft .content3 {
    left: 30px
}

.listx .item a .boxLeft .content3 p {
    justify-content: center;
    text-align: center;
    color: var(--main-theme-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.listx .item a .boxLeft .content3 p i::before{
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/67800f5dabhx5g6y.png) no-repeat center;
    width: 9px;
    height: 14px;
    font-size: 0;
    content: "";
    display: block;
}

.listx .item a .boxLeft .content3 p svg {
    margin: auto
}

.listx .item a .boxLeft .content3 p svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.listx .item a .boxLeft .content4 {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.listx .item a .boxRight {
    height: 100%;
    display: none
}

.listx .item a .boxRight img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .listx .item.active {
        width: 58%;
    }
    .listx .item.active a .boxLeft {
        width: 40%;
        padding: 50px 30px 0;
    }
    .listx .item.active a .boxLeft .content0 {
        height: 0;
    }
    .listx .item.active a .boxLeft .content1 {
        margin-top: 10px;
        color: #fff;
    }
    .listx .item.active a .boxLeft .content2 {
        color: #fff;
    }
    .listx .item.active a .boxLeft .content4 {
        opacity: 1;
    }
    .listx .item.active a .boxLeft .content3 p {
        background: #fff;
        border-color: #fff;
    }
    .listx .item.active a .boxLeft .content3 p svg path {
        fill: var(--main-theme-color);
    }
    .listx .item.active a .boxRight {
        width: 63%;
        display: block;
    }
}


/* mobile-news-list */

.pbmit-blog-style-1 {
    margin-bottom: 30px;
}

.pbmit-blog-style-1 .pbminfotech-box-content {
    padding: 22px 30px 15px;
    position: relative;
    background: var(--pbmit-white-color);
    border: 1px solid rgb(238, 238, 238);
}

.pbmit-blog-style-1 .pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-post-title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
    font-weight: 550;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-post-title a {
    color: #101010;
    font-family: "cu";
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper {
    position: absolute;
    left: 30px;
    top: -28px;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    background-color: var(--main-theme-color);
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "cu";
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pbmit-blog-style-1 .pbmit-post-title a:hover {
    color: var(--main-theme-color);
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line i {
    color: var(--main-theme-color) !important;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line i {
    padding-left: 7px;
}

.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-meta-line a {
    font-size: 17px;
    color: #333;
}

.pbmit-blog-style-1 .pbmit-meta-line span {
    font-size: 14px;
    color: rgb(153, 153, 153);
}


/* */

.news-more {
    margin-top: 3.125vw;
    text-align: center;
}

.news-more a {
    overflow: hidden;
    display: inline-block;
    padding: 18px 35px;
    margin-right: 0;
    position: relative;
    background-color: #064ea2;
    box-shadow: 0px 20px 20px 0px rgba(6, 78, 162, 0.12);
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.news-more a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--sub-theme-color);
    background-color: #F26322;
    transition: all 0.4s ease-in-out;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}

.news-more a:hover span {
    color: #fff!important;
}

.news-more a span {
    display: flex;
    align-items: center;
    font-family: "cu";
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    position: relative;
}

.news-more a span i {
    display: block;
    margin-left: 15px;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/d445f65259kxmzen.png) no-repeat center;
    width: 17px;
    height: 17px;
}

.news-more a:hover::before {
    width: 100%;
    left: 0px;
}


/* foot */

.foot {
    position: relative;
    background: url(//wm.cdn.cn86.cn/kaximu/2025/06/a0cd4d666c2zd3eg.jpg) no-repeat;
    background-size: cover;
}

.foot-top {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.foot-item1 {
    position: relative;
    padding-right: 10px;
    width: 50%;
}

.foot-item2 {
    flex: 1;
    min-width: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-item2 .ft-item {
    padding-right: 10px;
    padding-top: 15px;
}

.ft-logo {
    position: relative;
    margin-bottom: 40px;
}

.ft-logo img {
    max-width: 200px;
}

.ft-lxwm {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    font-family: "xi";
    margin-bottom: 30px;
}

.foot-top .bti {
    color: #fff;
    font-size: 18px;
    font-family: "cu";
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.foot-dao {
    margin-bottom: 1rem;
}

.foot-dao li a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    font-family: "xi";
}

.foot-dao2 li a {
    position: relative;
}

.foot-dao2 li a::before {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .6);
    content: "";
    margin-right: 10px;
    vertical-align: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.foot-dao li a:hover,
.foot-dao2 li a:hover{
    color: #F26322!important;
}


ul.menu2 li {
    color: #fff;
    padding: 0 1.5rem 0 0;
    margin: 0 1.5rem 10px 0;
    line-height: 1;font-weight: 100;
    border-right: .1rem solid #fff
}

ul.menu2 li a{
    color: #fff;
    position: relative;
}

ul.menu2 li a::after{
    content: "";
    height: .1rem;
    width: 100%;
    position: absolute;
    bottom: -.1rem;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    transition: background-color ease .3s, transform ease .3s;
}

ul.menu2 li a:hover{
    color: #F26322!important;
}

ul.menu2 li:last-child{
    border-right: none;
}

.foot-hs{
    color: #fff;
    margin-bottom: 30px;
}




.foot-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foot-share a:hover {
    background-color: var(--sub-theme-color);
    background-color: #F26322;
}

.foot-banq {
    position: relative;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .6);
    padding: 30px 0;
    line-height: 1.5;
    text-align: center;
}

.foot-banq a {
    color: rgba(255, 255, 255, .6);
}

.foot-banq a:hover{
    color: #F26322!important;
}

/* 响应式 */

@media (max-width: 1440px) {
    .pl100 {
        padding-left: 30px;
    }
    .pr100 {
        padding-right: 30px;
    }
    .logo a img {
        max-height: 38px;
    }
}

@media (max-width: 1280px) {
    .section1 {
        padding: 60px 0;
    }
    .hm-title .p2,
    .about-left .ap2 {
        font-size: 36px;
    }
    .section1-number li h3 i {
        font-size: 36px;
    }
    .section1-number li .img img {
        max-width: 4.2083vw;
    }
    .about-left {
        padding-left: 6.25vw;
    }
    .about-left .ap4 a {
        padding: 15px 25px;
    }
    .product_swiper .swiper-slide .txt {
        padding: 20px 30px;
    }
    .product_swiper .swiper-slide .txt h3 {
        font-size: 18px;
    }
    .foot-item1 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .foot-item1 {
        width: 100%;
    }
    .about-left {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .about-right {
        width: calc(100% - 40px);
        margin: 20px;
    }
    .section1-number li {
        padding: 20px 20px;
        width: calc(50% - 26px);
        margin-bottom: 20px;
    }
    .section1-number li .img img {
        max-width: 40px;
    }
    .section1-number li h3 i {
        font-size: 28px;
    }
    .section1-number li h3 span {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    .section4 {
        padding-top: 60px;
    }
    .pin_swiper {
        margin-top: 30px;
    }
    .news-more {
        margin-top: 30px;
    }
    .section6 {
        padding-top: 60px;
        padding-top: 60px;
    }
    .news-con {
        margin-top: 40px;
    }
    .hm-title .p2,
    .about-left .ap2 {
        font-size: 28px;
    }
    .top-mid-flex {
        height: 65px;
    }
    .home-banner,
    .nbanner {
        margin-top: -66px;
    }
    .about-left .ap4 a {
        padding: 12px 18px;
        border-radius: 26px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
    }
    .about-left .ap4 a span {
        font-size: 14px;
    }
    .cz-top {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    .cz-top a i img {
        padding: 0px 0px 5px 5px;
    }
}

@media (max-width: 768px) {
    .logo a img {
        max-height: 30px;
    }
    .h-photo-list2 li {
        width: 100%;
        padding-left: 20px;
    }
    .hm-title {
        padding-left: 0px;
        padding-right: 0px;
    }
    .hm-title .p3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section1 {
        padding: 40px 0;
    }
    .section1 .hm-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section1-con {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_swiper .swiper-slide .txt h3 {
        font-size: 16px;
    }
    .section2 {
        padding: 60px 0 40px;
    }
    .solutionRoll .solutionRollUl li span {
        line-height: 60px;
        font-size: 30px;
    }
    .about-left .ap2 {
        margin-bottom: 20px;
    }
    .about-right .ff-txt {
        padding: 40px;
    }
    .about-right .ff-txt h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }
    .about-right .ff-txt span {
        margin-top: 0px;
        font-size: 18px;
    }
    .section3 {
        padding: 30px 0 20px;
    }
    .section4 {
        padding-top: 40px;
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .foot-share a {
        margin-right: 15px;
    }
    .foot-banq {
        padding: 20px 0;
    }
    .section6 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news-con {
        margin-top: 30px;
    }
    .ft-lxwm {
        margin-bottom: 30px;
    }
    .news-more a {
        padding: 12px 25px;
    }
}

@media (max-width: 500px) {
    .ft-logo {
        margin-bottom: 20px;
    }
    .ft-logo img {
        max-width: 150px;
    }
    .ft-lxwm {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .hm-title .p2,
    .about-left .ap2 {
        font-size: 22px;
    }
    .section1-number {
        margin: 0 -9px;
    }
    .section1-number li {
        padding: 12px 10px;
        width: calc(50% - 18px);
        margin: 0px 9px 15px 9px;
    }
    .section1-number li h3 i {
        font-size: 22px;
    }
}


/* 内页公共banner */
.page-banner {
	position: relative;
	margin-top: -91px;
}

.page-banner>img {
	display: block;
	width: 100%
}

.banner-fix {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%
}

.banner-fix .fll-con {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%
}

.banner-fix h4 {
	font-size: 3.125vw;
	line-height: 1;
	font-family: "cu";
	font-weight: normal;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.banner-fix h4:after {
	content: '';
	width: 20px;
	height: 6px;
	background-color: #ffffff;
	opacity: 0.8;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.banner-fix p {
	line-height: 1.5;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	max-width: 800px;
    opacity: .8;
}

.banner-fix .q2{
    font-size: 38px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-family: "HONOR Sans";
    margin-bottom: 40px;
}
.banner-fix .q3{
    font-size: 18px;
    line-height: 28px;
    color: rgba(255,255,255,.84);
    font-family: "HONOR Sans";
}



@media (max-width:992px) {
	.page-banner {
		margin-top: -66px;
	}

	.page-banner>img {
		height: 300px;
		object-fit: cover
	}

	.banner-fix h4 {
		font-size: 30px
	}

	.banner-fix p {
		font-size: 16px
	}

    .banner-fix .q2 {
		font-size: 28px;
        margin-bottom: 20px;
	}
    .banner-fix .q3, .banner-fix .q3 p {
		font-size: 14px
	}

}

.banner-fix2::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.banner-fix2 .q1{
    font-size: 24px;
    color: #dc5028;
    font-family: "HONOR Sans";
    margin-bottom: 20px;
}
.banner-fix2 .q2{
    font-size: 38px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-family: "HONOR Sans";
    margin-bottom: 40px;
}
.banner-fix2 .q3{
    font-size: 18px;
    line-height: 28px;
    color: rgba(255,255,255,.84);
    font-family: "HONOR Sans";
}


@media (max-width: 992px){
    .swiper-slide-video1{
        padding-bottom: 360px!important;
    }
    .swiper-slide-video2{
        padding-bottom: 360px!important;
    }
    .banner-fix2 .q1 {
		font-size: 20px;
        margin-bottom: 10px;
	}
    .banner-fix2 .q2 {
		font-size: 28px;
        margin-bottom: 20px;
	}
    .banner-fix2 .q3, .banner-fix2 .q3 p {
		font-size: 14px
	}

    .home-banner .swiper-slide a>img{
        height: 360px;
        object-fit: cover;
    }
}


.abmbx{
    position: absolute;
    bottom: 31px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.9;
    left: calc((100% - 1486px) / 2);
    margin: 0 auto;
    z-index: 9999;
}
.abmbx a{
	color: #ffffff;
}
.abmbx img{
    margin-top: -4px;
}


.product-list{margin-top: 35px;}


.news-lists{}
.news-lists li{
    background-color: #ffffff;
    border: none;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-lists li .img{
    width: 27.3%;
    overflow: hidden;
}
.news-lists li .img img{
    max-width: 100%;
    transition: all ease-in-out 0.3s; 
}
.news-lists li:hover .img img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}


.news-lists li .newswz{
    width: 72.46%;
    padding-left: 42px;
}
.news-lists li .newswz h2{
    margin: 0;
    width: 140px;
    height: 40px;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
}
.news-lists li .newswz h2 img{
    margin-top: -4px;
    margin-right: 4px;
}
.news-lists li .newswz h3{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #051d3e;
    margin: 0;
    margin-top: 27px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 
}
.news-lists li .newswz h4{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #8a8f96;
    margin: 0;
    margin-top: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-lists li .newswz h5{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #555555;
    margin: 0;
    margin-top: 43px;
    overflow: hidden;

}
.news-lists li .newswz h5 img{
    margin-top: -4px;
    margin-left: 8px;
    transition: all ease-in-out 0s;
}



.news-lists li:hover .newswz h3{
    color: #023692;
}

.news-lists li:hover .newswz h5{
    color: #023692;
}
.news-lists li:hover .newswz h5 img{
    transform: translateY(-100px);   filter: drop-shadow(#023692 0 100px); 
    transition: all ease-in-out 0s;
}



@media (max-width: 992px) {  
    .news-lists li .img{width: 100%;}
    .news-lists li .newswz{width: 100%;padding-left: 0;margin-top: 20px;}
    .news-lists li{display: block;}
    .news-lists li .newswz h3{font-size: 20px;     margin-top: 15px;}
    .news-lists li .newswz h4{    margin-top: 12px;}
    .news-lists li .newswz h5{margin-top: 20px;}
}



/*  */
.cpxqnr {
	padding: 0
}

.cpxq1x {
	background: #fafafa;
	padding: 4.6vw 0 5.5vw
}

.cpxqywz {
	padding-left: 5vw;
	padding-top: 15px!important
}

.nav-tabs li:nth-child(1) {
	margin-right: 44px
}

@media (max-width:992px) {
	.cpxqywz {
		padding-left: 0;
		padding-top: 15px!important
	}

	.cpxq1x {
		background-size: auto 100%
	}

	.nav-tabs li a.active {
		width: 40vw;
		height: 60px;
		line-height: 60px
	}

	.nav-tabs li a {
		width: 40vw;
		height: 60px;
		line-height: 60px;
		font-size: 14px
	}

	.nav-tabs li:nth-child(1) {
		margin-right: 4%
	}
}

.casexq {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.casexq .zoomPad {
	width: 100%;
	margin-bottom: 10px
}

.casexq .caimg {
	width: 38%;
	text-align: center
}

.casexq .caimg img {
	width: 100%
}

.casexq .cabty {
	width: 55%
}

.casexq .cabty h2 {
	color: #000;
	font-size: 36px;
	margin-bottom: 18px
}

.casexq .cabty h3 {
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0;
	color: #757f8f;
	padding-bottom: 44px!important
}

.casexq .cabty h4 {
	display: inline-block;
	margin-top: 10px;
	width: 170px;
	text-align: center;
	height: 64px;
	line-height: 64px;
	color: #fff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#02386e),to(#00274e));
	background: linear-gradient(180deg,#02386e 0,#00274e);
	border-radius: 3px;
	font-size: 16px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-transform: uppercase
}

.case-detail {
	margin-top: 4vw
}

.case-detail .content p img {
	max-width: 100%!important;
    width: auto!important;
    max-height: 100%!important;
    height: auto!important;
}

@media (max-width:992px) {
	.casexq .caimg {
		width: 100%
	}

	.casexq .cabty h2 {
		font-size: 24px
	}

	.casexq .cabty {
		width: 100%;
		margin-top: 45px
	}

	.case-detail {
		margin-top: 40px
	}
}




.btn-flotante {
  width: 159px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  background: #DC5028;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0px 0px 10px 10px;

  padding: 10px 10px;
  position: fixed;
  bottom: 30%;
  right: -60px;
  z-index: 99;
  transform: rotate(90deg);
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    -ms-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}

.btn-flotante a{
    display: inline-block; color: #FFFFFF;
}
.btn-flotante a:hover{
    color: #fff!important;
}
.btn-flotante:hover {
  background-color: #ffa62b;
  /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: rotate(90deg);
}


/* 弹窗 */
#eject {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
	display: none
}

.ca-inquiry-con2 {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	z-index: 999;
	max-width: 600px;
}

.ca-conn {
	position: relative;
	background: #fff;
	padding: 30px 25px 30px;
	width: 100%;
}

.close_xx {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 16px;
	height: 16px;
	background: url(//wm.cdn.cn86.cn/kaximu/2025/08/625a3b81cd7hicb3.png) no-repeat center;
	cursor: pointer;
	z-index: 99;
	transition: all 1s ease
}

.close_xx:hover {
	transform: rotateZ(360deg)
}

.hm-message-con{position:relative;margin:0 -10px}
.hm-message-con input[type=text],.hm-message-con textarea{height:50px;background:#fff;border:none;border-radius:0;font-size:15px;color:#888;box-shadow:inherit;
border: 1px solid #999; border-radius: 5px;}
.hm-message-con input[type=text]::-webkit-input-placeholder,.hm-message-con textarea::-webkit-input-placeholder{color:#888}
.hm-message-con input[type=text]:-ms-input-placeholder,.hm-message-con textarea:-ms-input-placeholder{color:#888}
.hm-message-con input[type=text]::-ms-input-placeholder,.hm-message-con textarea::-ms-input-placeholder{color:#888}
.hm-message-con input[type=text]::placeholder,.hm-message-con textarea::placeholder{color:#888}
.hm-message-con textarea{padding-top:15px;height:190px;resize:none;background:#fff;color:#888}
.hm-message-con textarea:focus{background:0 0;box-shadow:inherit;color:#888}
.hm-message-con input[type=text]:focus,.hm-message-con textarea:focus{color:#888;background:#fff;border: 1px solid #999;}
.hm-message-con .x-submit{width:212px;height:50px;background:var(--main-theme-color);color:#fff;font-size:16px;border:none;outline:0;margin:0 auto;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}
.hm-message-con .x-submit:hover{background:var(--main-theme-color);color:#fff}
.hm-message-con .contans{height:50px;display:flex;align-items:center;justify-content:space-between;background:#fff;border: 1px solid #999;}
.hm-message-con .contans input{border:none}
.hm-message-con .pr-5{position:relative;font-size:15px;color:#222;margin-bottom:10px}
.hm-message-con .form-input.relative input[type=text]{padding-left:1.2rem}
.hm-message-con .w100120{width:calc(100% - 120px)!important}
.hm-message-con .contans input[type=text]:focus{border:none}
.hm-message-con .contans .yzmimg{cursor:pointer;margin:0 8px;width:120px;height:50px}

.hm-message-con .form-input.captcha {
    position: relative;
}

.hm-message-con .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 7px;
}

@media (max-width:1280px){
    .lx-title h3{font-size:32px}
    .c-section2-con{padding:40px 30px}
}
@media (max-width:992px){
    .lx-title h3{font-size:24px}
    .c-section2-con{padding:30px 20px}
}
@media (max-width:768px){
    .hm-message-con input[type=text],.hm-message-con textarea{height:40px;font-size:13px}
    .hm-message-con textarea{height:100px}
    .hm-message-con .contans .yzmimg{height:40px}
    .hm-message-con .x-submit{height:45px;width:160px;font-size:14px}
}