* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    font-size: 71px;
    --zt-color: #000;
    touch-action: manipulation;
}

body {
    /* background: #F6F8FC; */
    font-family: "MiSans", "Mi Lan Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    /* letter-spacing: 0.5px; */
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
img{
    vertical-align: middle;
}
button{
    border:0;
	outline:none;
    background-color: transparent;
    cursor: pointer;
}
input,textarea {
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

/* 选择所有具有占位符属性的输入框 */
::-webkit-input-placeholder {
    /* Webkit浏览器（如Chrome和Safari） */
    color: #AAAAAA;
    /* 更改文字颜色 */
    font-size: inherit;
    /* 更改文字大小 */
    /* font-style: italic; */
    /* 更改文字样式 */
}

:-moz-placeholder {
    /* Firefox浏览器 */
    color: #AAAAAA;
    font-size: inherit;
}

::-moz-placeholder {
    /* 早期版本的Firefox浏览器 */
    color: #AAAAAA;
    font-size: inherit;
}

:-ms-input-placeholder {
    /* Microsoft Edge浏览器 */
    color: #AAAAAA;
    font-size: inherit;
}

.lanse-btn{
    background-color: #0E6EF7;
    transition: all .2s ease;
}
.lanse-btn:hover{
    background-color: rgba(14, 110, 247, 0.7);
}

.content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 导航 */
.header{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header.active{
    background-image: url('../images/common/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.header .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.header .logo{
    width: 160px;
}
.header .icon2{
    display: none;
}
.header.active .icon1{
    display: none;
}
.header.active .icon2{
    display: block;
}

.header .header-nav{
    display: flex;
    font-size: 16px;
    font-weight: 500;
}
.header .header-nav .nav{
    padding: 0 20px;
}
.header .header-nav .nav:hover{
    color: rgb(94, 94, 201);
}
.header.active .header-nav .nav:hover{
    color: #FFF;
}
.header-phone{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.header-phone .icon-phone{
    width: 20px;
    margin-right: 5px;
}
.header-menu{
    display: none;
}
.header-menu .icon{
    width: 25px;
    height: 25px;
}
.header-menu-box{
    display: none;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
.header-menu-box.expansion{
    display: block;
}
.header-menu-box .mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.header-menu-box .menu-list{
    position: relative;
}
.header-menu-box .menu-list .nav a{
    display: inline-block;
    width: 100%;
    padding: 16px 32px;
    background-color: #FFF;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    color: #666666;
}
.header-menu-box .menu-list .nav:nth-last-child(1) a{
    border: none;
}

/* 页面底部 */
.footer{
    padding: 60px 0 30px;
    background-color: #0B1F3A;
}
.footer-links a{
    /* display: flex; */
    font-size: 16px;
    color: #FAFBFD;
    margin-right: 50px;
}
.footer-links a:hover{
    text-decoration: underline;
}
.footer-line{
    width: 100%;
    border-bottom: 1px solid #3A5378;
    margin: 60px 0;
}
.footer .company-info{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #A9B8CC;
}
.footer .info-column{
    max-width: 35%;
}
.footer .company-info .item{
    margin-top: 60px;
}
.footer .company-info .item:nth-child(1){
    margin-top: 0;
}
.footer .company-info .item div{
    margin-top: 20px;
}
.footer .company-info .item div:nth-child(1){
    margin-top: 0;
}
.footer .company-info .code{
    width: 120px;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}
.footer .info-column-code .item .m-words{
    display: none;
}
.footer-copyright{
    font-size: 14px;
    color: #A9B8CC;
    text-align: center;
    margin-top: 60px;
}

/* 轮播图 */
.comSwiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.comSwiper .banner-img{
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.comSwiper .m-banner-img{
    display: none;
}
.comSwiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    position: absolute;
    width: fit-content;
    top: unset;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.comSwiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    opacity: 1;
    background: #FFF;
    border-radius: 10px;
}
.comSwiper-pagination .swiper-pagination-bullet-active {
    /* width: 10px;
    height: 10px;
    background: #007aff; */
    animation-name: swiperActive;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.comSwiper2 .swiper-slide{
    height: auto;
}
.comSwiper2-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: fit-content;
    margin: 20px auto 0;
}
.comSwiper2-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    opacity: 1;
    background: #C6DCFF;
    border-radius: 25px;
}
.comSwiper2-pagination .swiper-pagination-bullet-active {
    animation: swiperActive2 0.5s both;
}

/* 分页 */
.pagination{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pagination li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pagination a, .pagination span{
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: fit-content;
    min-width: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-right-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    color: #222;
    font-weight: normal;
    font-size: 16px;
}
.pagination li.active span{
    color: #666666;
    border: 1px solid #248DC4;
}

/* 提示 */
.toast-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* 允许点击穿透（若需要阻止则改为 auto） */
    z-index: 99998;
    }
.toast-wrapper {
    pointer-events: auto;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    min-width: 120px;
    max-width: 80%;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transform: translateY(8px);
    opacity: 0;
    transition: transform 240ms ease, opacity 240ms ease;
    font-size: 14px;
}
.toast-wrapper.show {
    transform: translateY(0);
    opacity: 1;
}
.toast-wrapper.toast--success { background: rgba(33,150,83,0.92); }
.toast-wrapper.toast--error   { background: rgba(220,53,69,0.92); }
.toast-wrapper.toast--info    { background: rgba(15,125,190,0.92); }

@media screen and (max-width: 1264px) {

.content{
    max-width: 750px;
}
/* 导航 */
.header{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .content{
    max-width: 100%;
    padding: 0 20px;
}
.header .logo{
    width: 150px;
}
.header .header-nav{
    display: none;
}
.header-phone{
    display: none;
}
.header-menu{
    display: block;
}

/* 轮播图 */
.comSwiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.comSwiper .banner-img{
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: 30% top;

}
}

@media screen and (max-width: 814px) {

.content{
    max-width: 100%;
    padding: 0 20px;
}
/* 导航 */
.header{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    width: 120px;
}
.header-menu .icon{
    width: 22px;
    height: 22px;
}
.header-menu-box{
    top: 50px;
}
.header-menu-box .menu-list .nav a{
    padding: 16px 16px;
    font-size: 14px;
}

/* 页面底部 */
.footer{
    padding: 20px 0;
}
.footer-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.footer-links a{
    font-size: 14px;
    margin-right: 0;
}
.footer-line{
    margin: 20px 0;
}
.footer .company-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
}
.footer .info-column{
    max-width: 100%;
    line-height: 1.4;
    margin-top: 32px;
}
.footer .info-column:nth-child(1){
    margin-top: 0;
}
.footer .company-info .item{
    margin-top: 32px;
}
.footer .company-info .item div{
    margin-top: 16px;
}
.footer .company-info .code{
    width: 90px;
    background-color: #FFF;
    border-radius: 5px;
    margin-top: 0;
}
.footer .info-column-code .item{
    display: flex;
    align-items: center;
}
.footer .info-column-code .words{
    display: none;
}
.footer .info-column-code .item .m-words{
    display: block;
    margin-left: 20px;
    margin-top: 0;
}
.footer-copyright{
    font-size: 12px;
    color: #314C6F;
    text-align: center;
    margin-top: 32px;
    padding: 0 20px;
}

/* 轮播图 */
.comSwiper{
    width: 100%;
    min-height: 375px;
    overflow: hidden;
    position: relative;
}
.comSwiper .banner-img{
    display: none;
}
.comSwiper .m-banner-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comSwiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    display: none;
}

.pagination a, .pagination span{
    height: 30px;
    min-width: 30px;
    padding: 0 10px;
    font-size: 14px;
    
}
.news-c3-page{
    position: relative;
}
.pagination{
    padding: 0 40px;
    overflow: auto;
    justify-content: flex-start;
}
.pagination li:nth-child(1){
    position: absolute;
    left: 0;
    top: 0;
}

.pagination li:nth-last-child(1){
    position: absolute;
    right: 0;
    top: 0;
}

}



/* 动画区 */

.common-more .arrow {
    transition: transform .3s ease;
}

.common-more:hover .arrow {
    transform: translateX(10px);
}

.transition_3{
    transition: all .3s ease;
}

/* 轮播图分页动效1 */
@keyframes swiperActive {
    0% {
        
    }
    100% {
        width: 10px;
        height: 10px;
        background: #007aff;
    }
}
/* 轮播图分页动效2 */
@keyframes swiperActive2 {
    0% {
        background: #C6DCFF;
    }
    100% {
        background: #007aff;
    }
}

@keyframes jjfaActive {
    0% {
        
    }
    100% {
        width: calc(((100% - 20px * 4) / 7) * 3);
    }
}
@keyframes jjfaActive2 {
    0% {
        
    }
    100% {
        width: calc((100% - 20px * 4) / 7);
    }
}
/* 放大并模糊元素 */
@keyframes amScale {
    0% {
        transform: scale(1);
        filter: blur(0);
    }
    100% {
        transform: scale(1.2);
        filter: blur(10px);
    }
}