﻿.pageTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageTitle h1 {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
    }

    .pageTitle s {
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color:#007f2f;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .pageNav{
        width:100%;
        height: auto;overflow: hidden;
        margin-top:20px;
    }
        .pageNav li {
            width:90%;
            background: linear-gradient(180deg,#a2a1a1,#8a8989);
            line-height: 30px;
            height: 30px;overflow: hidden;
            font-size: 13px;
            transition:all 0.5s;
            color:#fff;
            margin:0 auto 10px auto;
            border-radius: 20px;
            text-indent: 20px;
        }
        .pageNav .active{
            background:linear-gradient(180deg,#007f2f,#006224);
        }
         .pageNav li:hover{
            background:linear-gradient(180deg,#007f2f,#006224);
             transform: scale(1.05);
         }
         .pageNav li a{color:#fff;}

.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }


    .subject_title{font-size:18px;padding:10px 0px 0px 0px;text-indent:10px;}
    .subject_title span{font-size:14px;font-family:"Arial";color:#838383;}
    .subject_line{background:url(../images/left_menu_title.gif);height:25px;width:100%;margin:10px 0px;}
    .z_left_service{width:100%;overflow:hidden;}
    .z_left_service .title{width:100%;height:35px;line-height:35px;margin:30px 0px 10px 0px;font-size:18px;
        border-bottom:1px dotted #ccc;text-indent:10px;
    }
    .z_left_service .content{width:90%;margin:15px auto;line-height:26px;}
    .z_left_service .tel{height:39px;line-height:39px;background:url(../images/left_service_tel.gif) 10px 0px no-repeat;
        padding: 0px 0px 10px 52px;color:#f00;font-size:20px;
    }



/*单页部分*/
.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;
}


/*单页部分*/


@media(max-width:768px) {
    .subject_title{display: none;}
    .subject_line{display: none;}
    .z_left_service{display: none;}
    .pageNav li {
        width:40%;float: left;
        margin:0 5% 10px 5%;
    }
}