﻿.pageNav{
    width:100%;
    height: auto;overflow: hidden;
    padding:10px 0;
    line-height: 30px;
    background-color: #1a1a2e;
    color:var(--font-white-color);
}
.pageNav a{color:var(--font-white-color);}


/*联系我们*/
.pageContact{
    width:100%;
    height: auto;overflow: hidden;
    background-image: url('../Images/pageContactBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0;
}
.pageContactTitle{
    width:100%;
    text-align: center;
}
.pageContactTitle h2{
    line-height: 50px;
    font-size: var(--font-title);
    font-weight: bold;
    color:var(--font-white-color);
}
.pageContactTitle s{
    display: inline-block;
    width:50px;
    height: 2px;
    background-color: var(--secondary-color);
    margin-bottom: 10px;
    transition: all 0.5s;
}
.pageContactList{
    width:100%;
    margin:40px auto;
}
.pageContactList ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.pageContactList li{
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--font-white-color);
    padding:50px 20px;
}
.pageContactList li span{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size:var(--font-subTitle);
}
.pageContactList li div{
    display: inline-block;
    line-height: 30px;
    font-size: var(--font-subTitle);
    color:var(--font-title);
}
.pageAbout{
    color:var(--font-white-color)
}
.pageContent .indexAboutList{
    color:var(--font-white-color);
}

/*单页部分*/
.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }
    
/*单页部分*/


.pageNav{
    width:100%;
}
    .pageNav li {
        width: 25%;
        float: left;
        text-align: center;
        background: #f0f3f6;
        line-height: 50px;
        height: 50px;
        border-left: 1px solid #fff;
        font-size: 15px;
        box-sizing: border-box;
        transition:all 0.5s;
    }
     .pageNav li:hover{
         background-color:#003A5D;
         color:#fff;
     }
     .pageNav li:hover a{color:#fff;}

        .pageNav li:first-child {
            background-color: #003A5D;
            color: #fff;
        }
        .pageNav li:first-child a{color:#fff;}




@media(max-width:992px) {
    /*联系我们*/
    .pageContactList ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .pageContactList li {
        flex: 1 1 45%;
        padding: 30px 15px;
    }
}

@media(max-width:768px) {
    /*页面导航*/
    .pageNav {
        padding: 8px 0;
    }
    .pageNav li {
        width: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    /*单页部分*/
    .pageList {
        margin: 0;
    }
    .pageList ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pageList li {
        width: 48%;
        margin: 1%;
        padding: 10px 2% 25px 2%;
    }
    .pageList li h2 {
        font-size: 15px;
        height: 25px;
        line-height: 25px;
    }
    .pageList li s {
        height: 2px;
    }
    .pageList li h3 {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }

    .pageLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pageLeft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pageLeft li {
        width: auto;
        padding: 0 15px;
        margin: 5px;
        font-size: 13px;
    }

    .pageRight {
        width: 100%;
    }

    .pageTopTitle {
        padding: 0 15px;
    }
    .pageTopTitle h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .pageTopDesc {
        padding: 0 15px;
        font-size: 14px;
    }

    .pageTitle {
        padding: 0 15px;
    }
    .pageTitle h1 {
        line-height: 40px;
        font-size: 26px;
    }
    .pageTitle s {
        width: 60px;
        margin-bottom: 20px;
    }

    .pageContent {
        margin: 20px auto;
        padding: 0 15px;
        font-size: 14px;
        line-height: 26px;
    }
    .pageContent img {
        max-width: 100%;
    }

    /*联系我们*/
    .pageContact {
        padding: 30px 0;
    }
    .pageContactTitle h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .pageContactList {
        margin: 20px auto;
    }
    .pageContactList ul {
        flex-direction: column;
        gap: 15px;
    }
    .pageContactList li {
        flex: 1 1 100%;
        padding: 20px 15px;
    }
    .pageContactList li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .pageContactList li div {
        font-size: 14px;
        line-height: 24px;
    }

    /*页面内容*/
    .pageCulture {
        padding: 30px 0;
    }
    .cul_con {
        padding: 0 15px;
    }
    .cul_con ul {
        flex-direction: column;
    }
    .cul_con li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .cul_con li .pic {
        width: 100%;
    }
    .cul_con li .con {
        padding: 15px;
    }
    .cul_con li .con h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .cul_con li .con h3 {
        font-size: 13px;
        line-height: 22px;
    }

    /*联系我们详情*/
    .lxcon1 {
        margin: 10px auto;
    }
    .lxcon1 .mid {
        margin-top: 20px;
        padding: 0 15px;
    }
    .lxcon1 .mid ul {
        width: 100%;
    }
    .lxcon1 .right {
        width: 100%;
        height: auto;
        min-height: 100px;
        margin-top: 20px;
    }

    .lxcon2 {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .clist {
        flex-direction: column;
        padding: 10px;
    }
    .clist div {
        width: 100%;
    }

    .cinfo {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
        font-size: 13px;
    }

    /*售后服务*/
    .ser_con {
        padding: 15px;
    }
    .ser_con li {
        flex-direction: column;
    }
    .ser_con li .pic {
        width: 100%;
        margin-bottom: 15px;
    }
    .ser_con li .con {
        width: 100%;
        padding: 0;
    }
}

@media(max-width:480px) {
    .pageNav li {
        width: 100%;
        font-size: 12px;
    }
    .pageList li {
        width: 100%;
        margin: 10px 0;
    }
    .pageTopTitle h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .pageContent {
        font-size: 13px;
        line-height: 24px;
    }
}