﻿.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}
.mtb80{ margin-top:80px; margin-bottom:80px;}
.mtb90{ margin-top:90px; margin-bottom:90px;}
.mtb100{ margin-top:100px; margin-bottom:100px;}
.mtb110{ margin-top:110px; margin-bottom:110px;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:14px;}






/* ========== 页脚 ========== */
.footer {
    background: #1a1a2e;
    color: white;
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--secondary-color);
}

.footer-col ul li {
    margin-bottom: 12px;
    color:var(--font-white-color);
    transition: all 0.3s;
}
.footer-col ul li:hover{
    text-indent: 10px;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: var(--secondary-color);
}

.footer-contact p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    color: var(--secondary-color);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.social-links img{
    width:80%;
}
.social-links a:hover {
    background: var(--secondary-color);
}


.footer-bottom {
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom a:hover {
    color: var(--secondary-color);
}

.footer-bottom p:first-child {
    margin-bottom: 5px;
}
/* ========== 页脚 ========== */
#top{
    width:100%;
    height:70px;
    position:fixed;
    top:0;
    left:0;
    padding:10px 0;
    z-index:999;
    background:rgba(255,255,255,0.9);
}
.topLogo {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
    padding-top:5px;
}
.topLogo img{
    max-width:100%;
    max-height:50px;
}
.topMenu{
    width:68%;float:left;
    height:90px;
    margin-right: 2%;
}
.topMenu li{
    width:12%;
    float: right;
    transition:all 0.5s;
    text-align: center;
    line-height: 70px;
    height: 70px;
}

.topLanguage{
    width:5%;float:left;
    overflow:hidden;
    padding-top:15px;
}
.topLanguage a{
    display: inline-block;
    padding:5px 10px;
    background-color: var(--primary-color);
    color:#fff;
    border-radius: 3px;
    transition: all 0.5s;
    font-size: 14px;
}
.topLanguage a:hover{
    background-color: var(--primary-light-color);
    opacity: 0.8;
}
.topLanguage a:hover{
    color:var(--font-white-color);
}

.topPadding{
    width:100%;
    height: 90px;
}
.topLine {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-top: 1px solid #eee;
}


/*导航下拉菜单--产品*/
.topNavProductClass{
    width:100%;
    height: auto;overflow: hidden;
}
.topNavProductClass li{
    width:49%;float: left;
    height: auto;overflow: hidden;
    margin:20px 1% 20px 0;
}
.topNavProductClass li .left{
    width:40%;float: left;
    margin-right: 2%;
}
.topNavProductClass li .left img{
    max-width:80%;
    transition: all 0.5s;
}
.topNavProductClass li .right{
    width:58%;float: left;
    text-align: left;
}
.topNavProductClass li h1{
    font-size: var(--font-middleTitle);
    font-weight: bold;
    line-height:50px;
}
.topNavProductClass li h3{
    height: 75px;overflow: hidden;
    line-height:25px;
    color:var(--font-gray-color);
}
.topNavProductClass li .icon{
    display: block;
    height: 30px;line-height: 30px;
    position: relative;
    z-index: 999;
}
.topNavProductClass li .icon span{color:var(--secondary-color);}
.topNavProductClass li:hover{
    background-color: var(--bgColor-gray);
}
.topNavProductClass li:hover .indexProductClassList .icon span{
    left: 45%;
}
.topNavProductClass li:hover .indexProductClassList .img img{
    transform: scale(1.3);
}
/*导航下拉菜单--产品*/

/*导航下拉菜单--应用*/
.topNavList{
    width:60%;float: left;
    margin-right: 2%;
}
.topNavList li{
    width:30.33%;float: left;
    height: 40px;line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin:10px 1.5%;
    font-size: 16px;
    text-align: left;
    position: relative;
    text-indent: 20px;
}
.topNavList li::before{
    content: '';
    width:10px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    top:18px;
    left: 0;
}
.topNavImg{
    width:38%;float: left;
}
.topNavImg img{
    max-width: 100%;
}
/*导航下拉菜单--应用*/


.nav-links {
    display: flex;
    align-items: stretch;
    gap: 40px;
    overflow: visible;
}

.nav-links > li {
    display: flex;
    align-items: center;
}

.nav-links > li > a {
    font-size: 16px;
    color: var(--text-dark);
    position: relative;
    text-align: center;
    line-height: 90px;
    height: 90px;
    padding: 0;
}

.nav-links > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

.nav-links > li > a:hover::after,
.nav-links > li > a.active::after {
    width: 100%;
}

.nav-links > li > a:hover,
.nav-links > li > a.active {
    color: var(--primary-color);
}

/* 下拉菜单 - 宽屏Mega Menu */
.dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

/* 下拉菜单锚点 */
.dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    line-height: 90px;
    height: 90px;
}

.dropdown-content {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    margin-left: 0;
    background: white !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    border-top: 3px solid var(--secondary-color);
    display: block;
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content-wrapper {
    width:90%;
    height: auto;overflow: hidden;;
    margin: 0 auto;
    padding:40px 5%;
    /*display: grid;
    padding: 30px 20px;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;*/
    background: white;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-color);
}


/*Banner*/
#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
#banner img{
    width:100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.bannerPage{
    width:100%;
    height:auto;overflow:hidden;
}
.bannerPage img{
    width:100%;
}
/*Banner*/

#list_view{
    margin:30px auto;
}


/*弹窗*/
.popupWidth{
    width:90%;
    height:auto;overflow:hidden;
    margin:10px auto;
}
#zzWapTop{display:none;}
#zzWapTop_Padding{display:none;}

@media(max-width:768px) {
    #top {display:none;}
    .topPadding {display:none;}
    .topLine {display:none;}


    #list_view {
        margin: 30px auto;
    }
    /*底部*/
    .bottom {
        background-image:none;
        background-color: #003a5d;
    }

    .bottomLeft {
        width: 100%;
        float: left;
        background-color: #003a5d;
        height: auto;
        overflow: hidden;
        padding: 20px 0 20px 0;
    }

    .bottomAd {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 10px auto;
    }

        .bottomAd li {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 30px;
            opacity: 0.6;
            text-align: center;
        }

    .bottomRight {display:none;}
    /*底部*/

    #top{display:none;}
    #zzWapTop {
        width: 100%;
        position: fixed;
        top: 0;
        margin: 0 auto;
        z-index: 9999;
        display: block;
    }

    .zzWapTop_Logo {
        width: 90%;
        position: fixed;
        top: 0;
        z-index: 1000;
        text-align: center;
        padding: 8px 0 0 0;
        max-width: 550px;
        margin: 0 auto;
    }

        .zzWapTop_Logo img {
            height: 40px;
        }

    #zzWapTop_Padding {
        width: 100%;
        height: 55px;
        display: block;
    }


    .mobile {
        width: 100%;
        float: left;
        margin: 0 auto;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
        position: relative;
    }

    .mobile-inner-header {
        background-color: rgba(255,255,255,1);
        width: 100%;
        height: 55px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #1f2789;
        height: 55px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 70px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

        .mobile-inner-header-icon:hover {
            background-color: rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .mobile-inner-header-icon span {
            position: absolute;
            left: calc((100% - 25px) / 2);
            top: calc((100% - 1px) / 2);
            width: 25px;
            height: 1px;
            background-color: rgba(0,0,0,1);
        }

            .mobile-inner-header-icon span:nth-child(1) {
                transform: translateY(4px) rotate(0deg);
            }

            .mobile-inner-header-icon span:nth-child(2) {
                transform: translateY(-4px) rotate(0deg);
            }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }

    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }

    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

        .mobile-inner-nav a {
            display: inline-block;
            line-height: 45px;
            text-decoration: none;
            width: 80%;
            margin-left: 10%;
            color: #FFFFFF;
            border-bottom: solid 1px rgba(255,255,255,0.3);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            font-weight: 300;
        }

            .mobile-inner-nav a:hover {
                color: rgba(255,255,255,0.4);
                border-bottom: solid 1px rgba(255,255,255,0.2);
            }

    /* 右侧浮动菜单响应式 */
    .menu-toggle {
        right: 15px;
        width: 44px;
        height: 44px;
    }

    /* 全屏菜单响应式 */
    .fullscreen-menu-header {
        padding: 15px 20px;
    }

    .fullscreen-menu-body {
        padding: 20px;
    }

    .fullscreen-nav > li > a {
        font-size: 18px;
        padding: 15px 0;
    }

    .fullscreen-dropdown-menu li a {
        font-size: 15px;
        padding: 10px 0 10px 15px;
    }

    .fullscreen-menu-contact {
        padding-top: 30px;
    }

    .fullscreen-menu-contact h3 {
        font-size: 18px;
    }

    .fullscreen-menu-contact p {
        font-size: 14px;
    }

    /*通用手机端适配*/
    .bannerPage {
        min-height: 150px;
    }
    .bannerPage img {
        object-fit: cover;
        min-height: 150px;
    }

    .pagePosition {
        font-size: 13px;
        padding: 10px 15px;
    }
    .pagePosition a {
        color: #666;
    }

    .pageTitle {
        padding: 20px 15px;
    }
    .pageTitle h4 {
        font-size: 12px;
    }
    .pageTitle h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .pageDesc {
        padding: 0 15px;
        font-size: 14px;
        line-height: 24px;
    }

    /*分页样式*/
    .list_page {
        padding: 20px 15px;
    }
    .layui-laypage {
        font-size: 13px;
    }
    .layui-laypage a,
    .layui-laypage span {
        min-width: 32px;
        height: 32px;
        line-height: 32px;
    }

    /*信息详情页*/
    .infoShowPage {
        padding: 15px;
        margin: 20px 0;
    }
    .infoShowPage ul li {
        font-size: 13px;
        line-height: 28px;
    }

    /*通用列表容器*/
    #list_view {
        margin: 15px auto;
        padding: 0 15px;
    }

    /*通用宽度容器*/
    .width {
        padding: 0 15px;
    }

    /*弹窗*/
    .popupWidth {
        width: 95%;
        padding: 15px;
    }

    /*页脚响应式*/
    .footer {
        padding: 40px 0 0;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding-bottom: 30px;
    }

    .footer-col h3 {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

    .footer-col ul li {
        margin-bottom: 8px;
    }

    .footer-col ul li a {
        font-size: 13px;
    }

    .footer-contact p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .social-links {
        gap: 10px;
        margin-top: 15px;
    }

    .social-links a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .footer-bottom {
        padding: 15px 0;
        font-size: 12px;
    }
}

/* 超小屏幕（≤480px）页脚响应式 */
@media (max-width: 480px) {
    .footer {
        padding: 30px 0 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-bottom: 25px;
    }

    .footer-col h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-col ul li {
        margin-bottom: 6px;
    }

    .footer-col ul li a {
        font-size: 12px;
    }

    .footer-contact p {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .social-links {
        gap: 8px;
        margin-top: 12px;
    }

    .social-links a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .footer-bottom {
        padding: 12px 0;
        font-size: 11px;
    }
}