﻿/* 分页样式 */
.laypage_main a,
.laypage_main label,
.laypage_main span,
.laypage_main button{
    color:#37abe4 !important;
}
#wPage1,
#wPage2,
#wPage3,
#wPage4 {
    text-align:center;
    padding:20px 0 10px;
}

/* 内容样式 */
body {
    text-align: left;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    background: url(qxjyj_07.jpg) center top repeat-x rgb(238, 238, 238);
}
.water-head {
    width: 100%;
}
.water-head>div{
    width: 1000px;
    height: 162px;
    margin:auto;
    background: url(head_bg.jpg) no-repeat center;
    background-size: 100% auto;
    position:relative;
}
.water-head>div>a {
    width: 111px;
    height: 32px;
    line-height:32px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.2) url(backhome_bg.png) no-repeat 0 -1px;
    text-indent: 44px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.water-head>div>span:hover{
    background-color: rgba(0,0,0,.9);
}


/* content */
.water-body {
    width: 1000px;
    margin:auto;
    overflow: hidden;
}
.search {
    width: 100%;
    margin:auto;
}
.search .search-input{
    border: 2px solid #339ff7;
    border-right: 0;
    width: 850px;
    height: 45px;
    background-color: #FFF;
    float: left;
}
.search .search-input input {
    width: 100%;
    border: 0;
    height: 25px;
    margin-top: 8px;
    margin-left: 15px;
    color: #aaaaaa;
    font-size: 14px;
}
.search .search-btn {
    width: 145px;
    height: 49px;
    background-color: #339ff7;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    color: #FFF;
    float: left;
    cursor:pointer;
    user-select:none;
}

.content {
    border: 1px solid #c8c9cc;
    width: 998px;
    margin-top: 15px;
    background-color: #FFF;
}
.tab-head {
    border-bottom: 1px solid #488cde;
    width: 962px;
    margin-top: 15px;
    margin-left: 17px;
    height:35px;
    line-height:35px;
}
.tab-head>li {
    float:left;
    width: 135px;
    height: 35px;
    cursor: pointer;
    background-color: #0f6ddf;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
    color: #FFF;
}
.tab-head>li:hover,
.tab-head>li.active{
    background-color: #319df5;
}
.tab-head>li a {
    color: #fff;
    background: transparent;
}

.table-body {
    width: 962px;
    margin-top: 15px;
    margin-left: 18px;
    min-height: 400px;
}
.table-body>li {
    display: none;
    float:left;
    width: 100%;
}
.table-body>li.active{
    display:block;
}
.data-div {
    min-height:420px;
}
.table-body>li>table {
    width: 100%;
}

.content-bottom {
    width: 997px;
    float:left;
}
tr, td{
    font-size: 12px;
    color: #3d3d3d;
    line-height: 22px;
}
td{
    empty-cells: show;
}
td,th{
    display: table-cell;
    vertical-align: inherit;
    font-size:14px;
}
thead .td-bg {
    font-weight: bold;
    text-align: center;
    background-color: #e5e5e5;
    font-size: 14px;
}
tbody td{
    text-align:center;
    vertical-align:middle;
}
td[data-id]{
    cursor:pointer;
}
td[data-id]:hover {
    color:#666;
}


/* footer */
.water-foot{
    background: url(qxjyj_06.jpg) repeat-x;
    margin-top:40px;
}
.water-foot>div{
    width: 1000px;
    margin: auto;
    height:110px;
    line-height: 110px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
