﻿/*单页部分*/
.pageList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageList li {
        width: 28%;
        float: left;
        border: 1px solid #eee;
        margin: 0 3% 30px 0;
        transition: all 0.5s;
        padding: 10px 1% 30px 1%;
    }

        .pageList li h2 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 18px;
            color: #000;
            font-weight: bold;
        }

        .pageList li s {
            width: 40px;
            height: 2px;
            display: inline-block;
            background-color: #183b57;
            transition: all 0.5s;
        }

        .pageList li h3 {
            width: 100%;
            height: 40px;
            overflow: hidden;
            line-height: 20px;
            margin-top: 10px;
            color: #999;
        }

        .pageList li:hover s {
            width: 100%;
        }

        .pageList li:hover {
            background-color: #153554;
            color: #fff;
        }

            .pageList li:hover a {
                color: #fff;
            }

            .pageList li:hover h2 {
                color: #fff;
            }


.pageLeft {
    width: 20%;
    float: left;
    margin-right: 5%;
}

    .pageLeft li {
        width: 98%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        background-color: #999;
        margin: 10px auto;
        text-indent: 20px;
        transition: all 0.5s;
        color: #fff;
    }

        .pageLeft li a {
            color: #fff;
        }

    .pageLeft .active {
        background-color: #183b57;
    }

    .pageLeft li:hover {
        background-color: #b99129;
    }

.pageRight {
    width: 75%;
    float: left;
}

.pageTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .pageTitle h1 {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
    }

    .pageTitle s {
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #b99129;
        margin-bottom: 30px;
        margin-top: 10px;
    }

.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
    }
/*单页部分*/


.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;}

.pageCulture {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding:100px 0;
}


@media(max-width:768px) {
    /*单页部分*/
    .pageList {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .pageList li {
            width: 28%;
            float: left;
            border: 1px solid #eee;
            margin: 0 3% 30px 0;
            transition: all 0.5s;
            padding: 10px 1% 30px 1%;
        }

            .pageList li h2 {
                width: 100%;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                font-size: 18px;
                color: #000;
                font-weight: bold;
            }

            .pageList li s {
                width: 40px;
                height: 2px;
                display: inline-block;
                background-color: #183b57;
                transition: all 0.5s;
            }

            .pageList li h3 {
                width: 100%;
                height: 40px;
                overflow: hidden;
                line-height: 20px;
                margin-top: 10px;
                color: #999;
            }

            .pageList li:hover s {
                width: 100%;
            }

            .pageList li:hover {
                background-color: #153554;
                color: #fff;
            }

                .pageList li:hover a {
                    color: #fff;
                }

                .pageList li:hover h2 {
                    color: #fff;
                }


    .pageLeft {
        width: 20%;
        float: left;
        margin-right: 5%;
    }

        .pageLeft li {
            width: 98%;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            background-color: #999;
            margin: 10px auto;
            text-indent: 20px;
            transition: all 0.5s;
            color: #fff;
        }

            .pageLeft li a {
                color: #fff;
            }

        .pageLeft .active {
            background-color: #183b57;
        }

        .pageLeft li:hover {
            background-color: #b99129;
        }

    .pageRight {
        width: 75%;
        float: left;
    }

    .pageTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

        .pageTitle h1 {
            line-height: 50px;
            font-weight: bold;
            font-size: 30px;
        }

        .pageTitle s {
            display: inline-block;
            width: 80px;
            height: 2px;
            background-color: #b99129;
            margin-bottom: 30px;
            margin-top: 10px;
        }

    .pageContent {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        margin: 50px auto;
    }

        .pageContent img {
            max-width: 100%;
            margin: 5px 0;
        }
    /*单页部分*/


    .pageCulture {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f2f2f2;
        padding:50px 0;
    }

    .cul_con {
        padding-top: 0px;
    }

        .cul_con ul {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

        .cul_con li {
            width: 48%;
            margin-left: calc(4%/3);
            margin-bottom:20px;
        }

            .cul_con li:nth-child(4n+1) {
                margin-left: 0;
            }

            .cul_con li .pic {
                width: 100%;
                height: auto;
                overflow: hidden;
            }


    .lxcon1 {
        width: 100%;
        margin: 0 auto 15px auto;
        height: auto;overflow:hidden;
    }

        .lxcon1 .left {display:none;}


        .lxcon1 .mid {
            /* padding-left: 33px; */
            margin-top: 36px;
            padding-top: 3px;
            width: 100%;
            float: left;
        }

            .lxcon1 .mid ul {
                width: 90%;
                margin: 0 auto;
            }
            .lxcon1 .mid li{
                text-indent:0px;
            }

            .lxcon1 .right {
                width: 100%;
                height: 139px;
                margin-top: 36px;
                border: 0;
                float: left;
                text-align: center;
            }

    .lxcon2 {
        width: 100%;
        height: 438px;
        border: 1px #e6e6e6 solid;
        margin: 0 auto;
        background: #f7f7f7;
    }

    .clist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 15px auto;
        height: auto;
        background: #f7f7f7;
        border: 1px #eeeeee solid;
    }

        .clist div {
            width:90%;
        }

    .cinfo {
        width: 90%;
        height: auto;
        margin-left: 8%;
        /* margin-right: 10%; */
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 14px;
    }



    /*售后服务*/
    .ser_con{
        padding-top:30px;
    }
    .ser_con li .pic {
        width: 100%;
    }

    .ser_con li .con {
        width: 100%;
    }

}