﻿.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;
}

/* 主色调定义 */
:root {
    --primary-color: #e63946;
    --primary-dark: #c1121f;
    --primary-light: #f45b69;
    --secondary-color: #fff2f3;
    --gray-color: #f6f6f6;
    --accent-color: #457b9d;
    --text-color: #333;
    --light-text: #666;
    --background-color: #fff;
    --section-padding: 40px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
.container h3{
    line-height: 40px;
}
.container h6{
    display: inline-block;
    width:46%;
    margin:10px 1%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding:30px 0;
    text-align: center;
    font-size: 18px;
    color: var(--primary-color);
}

/* 页面标题样式 */
.page-header {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    background-color: #000;
    background-size: cover;
    background-position: center;
    position: relative;
    padding:0;
}
.page-img{
    width:100%;
}
.page-img img{
    width:100%;
    background-size: cover;
}
.page-word{
    position: absolute;
    width:80%;
    top:40%;
    left: 10%;
}
.page-header h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 40px;
}

.page-header p {
    font-size: 20px;
    opacity: 0.9;
}


/*banner*/
        .banner-container {
            position: relative;
            width: 100%;
            height: 450px;
            overflow: hidden;
        }
        .banner-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            z-index: 2;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        
        .banner-title {
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 20px;
            animation: fadeInDown 1s ease-out;
        }
        
        .banner-description {
            font-size: 20px;
            margin-bottom: 20px;
            animation: fadeInUp 1s ease-out 0.3s both;
        }
                .banner-overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5));
                    z-index: 1;
                }


            /* 响应式设计 */
            @media (max-width: 768px) {
                .banner-container {
                    height: 350px;
                }
                .banner-title {
                    font-size: 30px;
                }
                
                .banner-description {
                    font-size: 14px;
                }
            }
            
            @media (max-width: 480px) {
                .banner-container {
                    height: 250px;
                }
                
                .banner-title {
                    font-size:24px;
                }
                
                .banner-description {
                    font-size: 13px;
                    margin-bottom: 10px;
                }
                
            }


#top {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
}

#topPadding {
    width: 100%;
    height: 90px;
}

.topLogo {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}

.topLogo img {
    max-width: 100%;
    max-height: 70px;
}

.topMenu {
    width: 70%;
    float: left;
    height: auto;
}
.topMenu .layui-nav{
    background-color: transparent;
}
.topMenu .layui-nav .layui-nav-item{
    float:right;
}
.topMenu .layui-nav .layui-nav-item a{
    padding:0 30px;
    font-size: 16px;
    font-weight: 500;
    color:var(--text-color);
}
.topMenu .layui-nav .layui-nav-item a:hover{
    color:var(--primary-color);
}
.topMenu .layui-nav .layui-this::after, .layui-nav-bar{
    background-color: #c1121f;
}
.topMenu .layui-nav .layui-nav-child a{
    font-size: 13px;
}
.topLine {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-top: 1px solid #eee;
}

/*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;
}


/* 联系我们样式 */
.contact-section{
    background-color: var(--gray-color);
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.contact-item {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
    min-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.contact-item svg {
    color: var(--primary-color);
    margin-bottom: 5px;
}
.contact-item p {
    color: var(--text-color);
    font-size: 16px;
}

/*底部*/
.bottomCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--text-color);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding:20px 0;
}
.bottomCopy a {
    color: #e0e0e0;
}

/*底部*/

/*弹窗*/
.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;
    }

    #top {
        display: none;
    }
    .container h6{
        width:96%;
    }

    #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);
    }
}