@charset "utf-8";

/*全局样式*/
html {
    /* overflow: hidden;*/
    overflow:auto;
}

html,
body {
    /* height: 100%; */
}

body {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: #fff;
    color: #333;
    font-family: "微软雅黑", Verdana, Geneva, sans-serif;
    font-size: 14px;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

/*链接*/
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

.top {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 75px;
    z-index: 99;
}

.topUp {
    height: 75px;
    overflow: hidden;
}

.logo {
    position: relative;
    width: 980px;
    height: 75px;
    background: url(../img/logo.png) no-repeat;
    background-position: 30px 13px;
}

.topNav {
    position: absolute;
    right: 20px;
    top: 4px;
    height: 65px;
}

.topNavul {
}

    .topNavul li {
        width: 70px;
        float: left;
        height: 61px;
        overflow: hidden;
        margin: 10px 0px 0px 0px;
    }

        .topNavul li a {
            text-decoration: none;
            color: #fff;
            background: none;
            display: block;
            height: 61px;
            cursor: pointer;
        }

.topNavImg {
    height: 28px;
    display: block;
    text-align: center;
}

.topNavTit {
    height: 24px;
    display: block;
    text-align: center;
    margin: 0px 0px 4px 0px;
    color: #000000;
}

.more {
    color: #666;
    font-size: 11px;
    line-height: 40px;
    margin-right: 10px;
    float: right;
}

.leftlist {
    padding: 0px 10px 0px 10px;
}

    .leftlist li {
        height: 33px;
        margin: 0px 0px 0px 0px;
        line-height: 33px;
        position: relative;
    }

        .leftlist li span {
            float: right;
            font-size: 13px;
        }

        .leftlist li a {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 77%;
            display: inline-block;
        }

.rightplate {
    overflow: hidden;
    margin: 10px 10px;
}

    .rightplate li {
        float: left;
        height: 88px;
        /* width: 205px; */
        background-color: #FFFFFF;
        line-height: 88px;
        border-left: 1px dashed #E6E6E6;
        border-bottom: 1px dashed #E6E6E6;
    }

        .rightplate li a {
            display: block;
        }

            .rightplate li a img {
                vertical-align: middle;
                margin: 0px 5px;
            }

.leftbord {
    border-left: 0px !important;
}

.sitmap {
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    text-indent: 20px;
    border-bottom: 1px solid #e9e9ea;
}

.shade {
    background-color: rgb(0, 0, 0);
    z-index: 100;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

dd {
    line-height: 36px;
}

.text_width_new {
    width: 70%;
    float: left;
    margin-right: 10px;
}

.text_width_new1 {
    width: 76%;
    float: left;
    margin-right: 10px;
}

.text_width_new2 {
    width: 91%;
    float: left;
    margin-right: 10px;
}

.label_width_new {
    line-height: 30px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9999B3;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9999B3;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9999B3;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9999B3;
}
