﻿/*通用*/
.pageGray {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ededee;
}

/*联系我们*/
.pageContact{
    width:90%;
    height:auto;overflow:hidden;
    margin:0 auto;
}
.pageContact li{
    width:21%;float:left;
    margin:20px 1%;
    background-color:#fff;
    padding:30px 1%;
    border-radius:10px;
    transition:all 0.5s;
}
.pageContact li:hover{
    box-shadow:0 0 10px #ccc;
}
    .pageContact li .icon {
        width: 20%;
        float: left;
        text-align:right;
    }
    .pageContact li .content {
        width: 78%;
        float: left;
        margin-left: 2%;
    }
        .pageContact li .content h3{
            line-height:20px;
            color:#000;
            font-size:15px;
        }
        .pageContact li .content h4 {
            height:60px;overflow:hidden;
            font-size: 16px;
            color: #949494;
            line-height:30px;
            margin:0 0 20px 0;
        }
        .pageContact li .content h5 {
            height: 80px;
            overflow: hidden;
            font-size: 13px;
            color: #949494;
            line-height: 20px;
        }
/*单页部分*/
.pagePicList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pagePicList li {
        width: 48%;
        float: left;
        margin:10px 1%;
    }
    .pagePicList li img{
        width:100%;
    }

.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;
}



.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;
}

    .pageCulture li {
        width: 11%;
        float: left;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin: 20px 1% 20px 0.28%;
        box-shadow: 0 0 5px #eee;
        border-radius: 5px;
        padding: 10px 1%;
        transition: all 0.5s;
    }

        .pageCulture li:hover {
            box-shadow: 0 0 5px #91cfff;
        }

        .pageCulture li img {
            max-width: 60px;
        }

        .pageCulture li h3 {
            width: 100%;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            font-size: 18px;
        }

        .pageCulture li h4 {
            width: 100%;
            height:80px;
            line-height: 20px;
            overflow: hidden;
            font-size: 12px;
            color: #999;
        }

.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:720px) {
    /*单页部分*/
        .pagePicList li {
            width: 98%;
            margin: 10px 1%;
        }
    .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;
    }

    .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 li {
        width: 40%;
        float: left;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin: 20px 1% 20px 3%;
        box-shadow: 0 0 5px #eee;
        border-radius: 5px;
        padding: 10px 2%;
        transition: all 0.5s;
    }

}