﻿body, html {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: 微软雅黑;
    min-width: 1200px;
}
img {
    border:none;
}
a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #255db0;
    }

.bgc-w {
    background-color: #FFFFFF;
}

.bgc-b {
    background-color: #3385FF;
    color: #FFFFFF;
}

.bgc-g {
    background-color: #F0F0F0;
}

.head {
    height: 175px;
    position: relative;
    background: url('/Content/Images/Web/top.jpg') no-repeat center center;
}

    .head img {
        position: absolute;
        height: 70px;
        top: 53px;
        left: 50%;
        margin-left: 360px;
    }

.nav {
    height: 60px;
    width: 100%;
    background-color: #1559BA;
}

    .nav > div {
        width: 1200px;
        height: 60px;
        margin: 0 auto;
    }

        .nav > div a {
            margin: 0 0;
            padding: 0 0;
            text-align: center;
            line-height: 60px;
            float: left;
            width: 120px;
            display: block;
            text-decoration: none;
            color: #FFFFFF;
        }

            .nav > div a.check {
                background: #FFFFFF;
                color:#1559BA;
            }

            .nav > div a:hover {
                background: #FFFFFF;
                color: #255db0;
            }

.nav-sec {
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #FAFAFA;
    overflow: hidden;
    background-color:#FFFFFF;
}

    .nav-sec > div {
        width: 1200px;
        margin: 0 auto;
        height: 80px;
    }

        .nav-sec > div > a {
            /*border:1px solid #5A9BE8;*/
            border: 1px solid #000000;
            margin: 20px 10px 20px 0px;
            padding: 0 0;
            text-align: center;
            line-height: 38px;
            float: left;
            width: 120px;
            display: block;
            text-decoration: none;
            color: #000000;
            border-radius:3px;
        }

            .nav-sec > div > a.check {
                border: 1px solid #5A9BE8;
                background-color: #5A9BE8;
                color: #FFFFFF;
            }

            .nav-sec > div > a:hover {
                border: 1px solid #5A9BE8;
                background-color: #5A9BE8;
                color: #FFFFFF;
            }

        .nav-sec > div > dl {
            margin: 0 0;
            padding: 0 0;
            line-height: 22px;
            float: right;
            height: 22px;
            margin-top: 29px;
            font-size: 14px;
        }

            .nav-sec > div > dl > img {
                border: none;
                vertical-align: top;
            }

            .nav-sec > div > dl > a {
                color: #000000;
                text-decoration: none;
                margin: 0 10px;
            }

                .nav-sec > div > dl > a:hover {
                    color: #255db0;
                }

.nav-child {
    position: absolute;
    left: 50%;
    margin-left: -600px !important;
}

.bg-content {
    width: 100%;
    min-height: 700px;
    height: auto;
    background: url('/Content/Images/Web/bg07.png') no-repeat center bottom;
    background-color: #E4E4E4;
    padding-bottom: 230px;
    position:relative;
}

.bird {
    position: absolute;
    top: 5px;
    left:50%;
    margin-left:360px;
}
    .bird > img {
        width:280px;
    }
.content {
    top: 20px;
    background-color: rgb(255,255,255);
    width: 1200px;
    min-height: 700px;
    z-index: 2;
    margin: 0 auto;
}

.article {
    padding: 70px 150px;
    width:900px;
    /*position:absolute;*/
    z-index:10;
}

    .article > ul {
        margin: 0 0;
        padding: 0 0;
    }

        .article > ul li {
            line-height: 40px;
            list-style: none;
        }

            .article > ul li span {
                float: right;
            }

.art-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.art-con {
    line-height: 30px;
    font-size: 16px;
}

    .art-con p {
        text-indent: 32px;
    }

    .art-con span {
        text-indent: 32px;
    }

    .art-con img {
        text-align: center;
        max-width: 900px;
        margin: 10px auto;
        display: block;
    }

.art-more {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}
    .art-more a {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
.art-more-left {
    width: 425px;
    display: inline-block;
    line-height: 40px;
    overflow: hidden;
}

.art-more-right {
    width: 425px;
    line-height: 40px;
    float: right;
    overflow: hidden;
}

.art-other {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}

    .art-other > dl {
        float: left;
        width: 20%;
        margin: 0 0;
        padding: 0 0;
        line-height: 30px;
        font-size: 12px;
        color: #999999;
    }

.foot {
    height: 93px;
    background-color: #333333;
    width: 100%;
}

    .foot > div {
        width: 1200px;
        height: 93px;
        margin: 0 auto;
    }

        .foot > div > img {
            float: left;
            margin-top: 24px;
        }

        .foot > div > div {
            width: 900px;
            margin-left: 300px;
            height: 53px;
            color: #FFFFFF;
            padding: 20px 0;
            line-height: 26px;
            text-align: right;
            font-size: 14px;
        }

.book {
    height: auto;
    padding: 70px 150px;
    position:absolute;
    height:auto;
    width:900px;
    z-index:10;
    top:30px;
}

    .book > ul {
        margin: 0 0;
        padding: 0 0;
        list-style: none;
    }

        .book > ul > li {
            list-style: none;
            height: 150px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #EEEEEE;
        }

            .book > ul > li > img {
                width: 100px;
                height: 140px;
                float: left;
            }

            .book > ul > li > div {
                margin-left: 120px;
                height: 140px;
            }

                .book > ul > li > div > dl {
                    margin: 0 0;
                    padding: 0 0;
                    line-height: 30px;
                    width: 50%;
                    float: left;
                    font-size: 14px;
                    overflow: hidden;
                    height: 30px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .book > ul > li > div > a {
                    display: block;
                    width: 100px;
                    height: 28px;
                    line-height: 28px;
                    float: right;
                    border: 1px solid #5A9BE8;
                    text-align: center;
                    font-size: 14px;
                    border-radius: 5px;
                }

                    .book > ul > li > div > a:hover {
                        background-color: #5A9BE8;
                        color: #FFFFFF;
                    }

    .book > div > img {
        width: 300px;
        height: 420px;
        display: block;
        float: left;
    }

.bookinfo {
    margin-left: 350px;
    height: 420px;
}

    .bookinfo > ul {
        margin: 0 0;
        padding: 0 0;
    }

        .bookinfo > ul > li {
            list-style: none;
            margin: 0 0;
            padding: 0 0;
            line-height: 40px;
        }

.sel-search {
    font-size: 14px;
    width: 118px;
    text-indent: 15px;
    border-radius: 3px 3px;
    background: url('/Content/Images/Web/sanjiao.png') no-repeat right center;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 48px;
    height:48px;
    border: 1px solid #DDDDDD;
}

    .sel-search ul {
        border: 1px solid #DDDDDD;
        display: none;
        width: 118px;
        position: absolute;
        left: -1px;
        top: -1px;
        list-style: none;
        padding: 0 0;
        margin: 0 0;
        background-color: #FFFFFF;
    }

        .sel-search ul li {
            list-style: none;
            padding: 0 0;
            margin: 0 0;
            line-height: 48px;
            text-indent: 15px;
            cursor: pointer;
        }

            .sel-search ul li:hover {
                background-color: #3385FF;
                color: #FFFFFF;
            }

.input_search {
    width: 487px;
    text-indent: 20px;
    padding: 0 0;
    border: none;
    margin-left: 5px;
    vertical-align: bottom;
    border-radius: 3px 0px 0px 3px;
    line-height: 48px;
    height: 48px;
    border: 1px solid #DDDDDD;
}

.btn-search {
    width: 120px;
    border-radius: 0px 3px 3px 0px;
    display: inline-block;
    margin-left: -5px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

    .btn-search img {
        vertical-align: middle;
    }
.txt {
    width:700px;
    height:30px;
    line-height:30px;
    border:1px solid #DDDDDD;
    padding: 0 0;
    margin: 0 0;
    margin-left:10px;
    text-indent:5px;
}
.txt1 {
        width:700px;
    height:100px;
    line-height:20px;
    border:1px solid #DDDDDD;
    padding: 0 0;
    margin: 0 0;
    margin-left:10px;
    text-indent:5px;
    font-family:微软雅黑;
}
.label {
    float:left;
}
.a-btn {
    background-color: #5A9BE8;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-left:380px;
}
    .a-btn:hover {
        background-color:#255db0;
        color: #FFFFFF;
    }

    .member {
    padding:70px 50px;
    width:1100px;
    height:auto;
    position:absolute;
    z-index:10;
}
.mem-left {
    width:349px;
    height:auto;
    float:left;
    border-right:1px solid #F0F0F0;
    min-height:500px;
}
    .mem-left>a {
        line-height:48px;
        display:block;
        width:309px;
        text-overflow:ellipsis;
        white-space: nowrap;
        font-size:16px;
        padding: 0 20px;
    }
        .mem-left > a.check {
            background-color:#F2F2F2;
            font-weight:bold;
        }
.mem-right {
    margin-left:400px;
    min-height:500px;
    height:auto;
}
    .mem-right > h3 {
        padding:0;
        margin:0;
        margin-bottom:30px;
        color:#222222;
    }
    .mem-right > img {
        width: 100%;
        height: 350px;
    }
.mem-list {
    width:100%;
}
    .mem-list > div {
        border-left:4px solid #3385FF;
        margin-top:30px;
    }
.dl-left {
    margin:0 0;
    padding:0 0;
    margin-left:20px;
    line-height:30px;
}
.dl-right {
    margin:0 0;
    margin-left:20px;
    padding:0 0;
    width:100%;
    line-height:30px;
    color:#999999;
}
    .dl-right a {
        color:#3385FF;
        text-decoration:underline;
    }
.search-result {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
    .search-result > dl {
        float:left;
        width:25%;
        text-align:center;
        margin:0 0;
    }
        .search-result > dl > a {
            font-size:14px;
            color:#255db0;
        }
         .search-result > dl > a:hover {
            color:#FF3333;
        }
            .search-result > dl > a > span {
                color:#FF3333;
            }