@charset "utf-8";

/* CSS Document */

body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fr {
    float: right!important;
}

.fl {
    float: left!important;
}

body {
    min-width: 1200px;
    background: #fafafa;
}


/*广告区css 暂放*/

.guanggao_1 {
    width: 100%;
    height: auto;
    border-bottom: 10px;
}

.guanggao_1 img {
    width: 100%;
}

.load {
    height: 400px;
    width: 100%;
    position: relative;
}

.load img {
    display: block;
    position: absolute;
    width: 90px;
    height: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}


/*弹层*/

.tanceng_a {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
}

.tanceng_piece {
    width: 900px;
    height: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: white;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.tanceng_piece_header {
    padding:15px 30px;
    border-bottom: 0;
    line-height: 38px;
}

.tanceng_piece_header_close {
    float: right;
    color: #a5abbb;
    font-size: 38px;
    cursor: pointer;
    font-weight: 300;
}

.tanceng_piece_header_title {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 38px;
}

.tanceng_content {
    max-height: calc(100vh - 150px);
    margin: 0 6px 0px 10px;
        overflow: auto;
        box-sizing: border-box;
		border: 1px solid #D9D9D9;
}


/*弹层下表格*/

.table-bordered {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.table-bordered td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.content_nav {
    list-style: none!important;
    margin-bottom: 12px!important;
    border: 0px!important;
    background: white!important;
    padding: 14px 0px!important;
    padding-left: 20px!important;
    width: calc(100% - 20px)!important;
    height: auto!important;
}

.content_nav>li {
    float: left!important;
    margin-right: 8px;
    font-size: 16px!important;
    line-height: 14px!important;
    width: auto!important;
    height: auto!important;
}

.content_nav>li:hover {
    text-decoration: underline;
}

.content_nav>li>a {
    color: #595959;
}

.content_nav>li>a:hover {
    color: #262626;
}

.content_nav>li>span {
    color: #595959;
}


/* .content_nav_active {
    font-weight: bold;
} */