﻿body {
    margin: 0;
    font-size: 15px;
    font-family: 微软雅黑;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

img {
    border: 0;
}

a:link, a:visited {
    color: #082c55;
    text-decoration: none;
}

a:hover {
    color: #2774cb;
    text-decoration: none;
}


hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #ccc;
}

div, ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, tr, td {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

.bgc {
    background-color: #ccc;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mid {
    margin: 0 auto;
}

.tc {
    text-align: center;
}
.oh{
    overflow:hidden;
}
.mr0 {
    margin: 0px;
}

.mr10 {
    margin: 10px;
}

.mr20 {
    margin: 20px;
}

.ml0 {
    margin: 0px;
}

.ml10 {
    margin: 10px;
}

.ml20 {
    margin: 20px;
}

.ml30 {
    margin: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pd30 {
    padding: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.fs35 {
    font-size: 35px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.fcc {
    color: #ccc;
}

.fc6 {
    color: #666;
}

.fc9 {
    color: #999;
}

.bdred {
    border: solid 1px red;
}

.bdccc {
    border: solid 1px #ccc;
}

.bd999 {
    border: solid 1px #999;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.btn {
    min-width: 80px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #513a00;
    color: #fff;
    font-family: 微软雅黑;
    border: none;
}
/*分页样式*/
.pagerPanel {
    MARGIN: 0 auto;
    text-align: center;
    width: 50%;
}

    .pagerPanel li {
        min-width: 30px;
        float: left;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        margin: 3px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
    }

        .pagerPanel li a {
            width: 100%;
            height: 100%;
            display: block;
        }

        .pagerPanel li:hover {
            background-color: #f4e1bc;
        }

.pagerbuttons {
    OVERFLOW: auto;
    BORDER: #e4e1da 1px solid;
}

.thispagerbuttons {
    overflow: auto;
    border: #513a00 1px solid;
    background-color: #999;
    font-weight: bold;
}

/*头部*/
.top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fcfbfb;
    border-bottom: 2px solid #ccc;
}

    .top .intop {
        width: 1100px;
        margin: 0 auto;
        overflow: hidden;
    }

    .top .logo {
        float: left;
        height: 80px;
        line-height: 80px;
        width: 500px;
        text-align: right;
    }

        .top .logo img {
            max-width: 70px;
            max-height: 60px;
            margin-left: 25px;
            vertical-align: baseline;
            margin-top: 10px;
        }

    .top .nav {
        width: 600px;
        float: left;
    }

        .top .nav li {
            height: 80px;
            line-height: 80px;
            float: left;
        }

            .top .nav li a, .top .nav li a:visited {
                width: 90px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                font-size: 16px;
                color: #513a00;
                padding: 0;
            }

                .top .nav li a:hover {
                    color: #000;
                    border-bottom:5px #16849c solid;
                }

.contactbtn {
    z-index: 10000;
    width: 150px;
    height: 50px;
    background: #ccc;
    bottom: 50px;
    right: 50px;
    opacity: 0.9;
}

    .contactbtn a {
        display: block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

        .contactbtn a:hover {
            background: #999;
        }

.indexvno {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #999;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.indexvtit {
    float: left;
    width: 200px;
    margin-left: 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.indexrightimg {
    float: left;
    margin: 10px;
    width: 150px;
    height:100px;
}

.indexrighttxt {
    float: left;
    width: 400px;
    margin-top: 10px;
    overflow: hidden;
}

.foot {
    height: 88px;
    background: #fcfbfb;
    text-align: center;
    margin-top: 30px;
}

    .foot img {
        margin: 30px;
        width:100px;
    }
.footcopyright{
    height:50px;
    line-height:50px;
    text-align:center;
}
.intit {
    height: 100px;
    background: #082c55;
    color: #e4e1da;
    text-align: center;
    line-height: 50px;
    margin-top:-15px;
}

    .intit .fs30 {
        background: #16849c;
    }

.inleftnav li {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border-bottom: dashed 1px #eee;
    overflow:hidden;
}

    .inleftnav li a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .inleftnav li:hover {
        background: #c6dde9;
        border-bottom: solid 1px #eee;
    }

.inrighttxt {
    float: left;
    width: 660px;
    margin-top: 10px;
    overflow: hidden;
}
.content{
    font-size:16px;
    line-height:35px;
    overflow:hidden;
    margin-top:30px;
    padding:30px;
}
.content img{
    max-width:100%;
}
.indexbox{
    background-color: #fcfbfb;
    padding-bottom:20px;
}