/* 二三级通用样式 */
/* ************************************************************************** */
    /* 重要 main */
    .main {
        overflow: hidden;
        padding: 0 10px 10px 10px;
        margin: 0px auto;
        width: 960px;
        background-color: #fff;
    }
    /* ************************************************************************** */
        /* 位置 location */
        .location {
            margin-bottom: 20px;
            padding-left: 26px;
            height: 52px;
            font-size: 14px;
            line-height: 52px;
            color: #000;
            border-bottom: 1px solid #dbdbdb;
            background: url(../images/index/location.png) no-repeat 2px center;
        }
        /* 锚点 a */
        .location a {
            color: #000;
            padding: 0 5px;
        }
/* ************************************************************************** */
/* 二级页 subpage */
        /* 标题 subHead */
        .subHead {
            margin: 0px 15px;
            height: 52px;
            overflow: visible;
            border-top: 3px solid #cc0001;
            border-left: 1px solid #dcdcdc;
            border-right: 1px solid #dcdcdc;
            border-bottom: 1px dashed #dcdcdc;
        }
            /* 副标题 subHeadTip */
            .subHeadTip {
                height: 52px;
                margin: -11px 0 0 11px;
            }
                /* 行内 span */
                .subHeadTip span {
                    font-size: 18px;
                    padding: 8px 18px;
                    font-weight: normal;
                    cursor: default;
                    background-color: #247fc7;
                    color: #fff;
                }
                /* 三角图标 triangle */
                .triangle {
                    width: 6px;
                    height: 8px;
                    display: block;
                }
                /* 三角图标 左 subHeadTipLeft */
                .triangleLeft {background: url(../images/index/triangleLeft.png) no-repeat center center;}
                /* 三角图标 右 subHeadTipRight */
                .triangleRight {background: url(../images/index/triangleRight.png) no-repeat center center;}


        /* ************************************************************************** */
        /* 内容 subCon */
        .subCon {
            margin: 0px 15px;
            padding: 0px 36px 10px 36px;
            /* height: 756px; */
            border-left: 1px solid #dcdcdc;
            border-right: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
        }
            /* ************************************************************************** */
            /* 列表 ul */
            .subConList {
                padding-top: 20px;
                overflow: hidden;
            }
                /* 列 li */
                .subConList li {
                    overflow: hidden;
                    padding-left: 15px;
                    line-height: 36px;
                    height: 36px;
                    font-size: 16px;
                    background: url(../images/index/dd.png) no-repeat 5px center;
                }
                    .subConList li a {
                        display: block;
                        width: 710px;
                        color: #000;
                    }
                    .subConList li span {
                        font-size: 14px;
                        color: #888;
                        margin-right: 3px;
                    }
            /* ************************************************************************** */
            /* 段落 p */
            /* 首行缩进 */
            .subCon p {
                text-indent: 32px;
                font-size: 16px;
                line-height: 36px;
            }
            /* 文字对齐 */
            .subCon p {
                text-align: justify;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
            }
            /* 不缩进 */
            .subCon .subConPaNo {
                text-indent: 0px;
                font-weight: bold;
            }
            /* ************************************************************************** */
            /* 二级页 会员申请页 apply.html */
            .subConApply {}
            /* ************************************************************************** */
            /* 二级页 会员查询页 subConMember */
            .subConMember {
                height: 756px;
                overflow: hidden;
            }
                /* 会员图片列表 */
                .subConMember ul {
                    margin: 20px auto 0px;
                    width: 700px;
                    overflow: hidden;
                }
                    .subConMember ul li {
                        height: 230px;
                        width: 180px;
                        margin-left: 40px;
                        text-align: center;
                        border-bottom: none;
                    }
            /* ************************************************************************** */
            /* 二级页 证书查询 cert.html */
            .subConCert {
                margin: 0 auto;
                padding-top: 20px;
            }
                /* 段落 p */
                .subConCert p {font-size: 14px;}
                /* ************************************************************************** */
                /* 搜索 search */
                .search {
                    margin: 20px auto;
                    width:331px;
                    height:38px;
                    border:1px solid #cc0000;
                }
                    /* 文本输入 textbox */
                    .search .textbox{
                        overflow:hidden;
                        padding-left:10px;
                        width:255px;
                        height:38px;
                        line-height:38px;
                        font-size:12px;
                        color:#b3b3b3;
                        border:none;
                    }
                    /* 点击查询 query */
                    .search .query {
                        width: 66px;
                        height: 38px;
                        font-size: 18px;
                        font-weight: bold;
                        letter-spacing: 4px;
                        line-height: 38px;
                        text-align: center;
                        color: #ffffff;
                        cursor: pointer;
                        background-color: #cc0001;
                    }
                /* ************************************************************************** */
                /* 会员信息 counter */
                    /* 会员图片列表 */
                    .counter ul {
                        margin: 20px auto 0px;
                        width: 700px;
                        overflow: hidden;
                    }
                        .counter ul li {
                            height: 230px;
                            width: 180px;
                            margin-left: 40px;
                            text-align: center;
                            border-bottom: none;
                        }
                    /* 加载信息 */
                    .counter p {
                        text-align: center;
                    }
                        .counter p span {display: block;}
            /* ************************************************************************** */
            /* 联系我们 地图 baiduMap */
            .baiduMap {
                width: 845px;
                margin: 20px auto 0px;
                height: 415px;
            }

            /* ************************************************************************** */
        /* ************************************************************************** */
