@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}

body, html {
    width: 100%;
    height: auto;
    color: #333;
    /*overflow: hidden;*/
    background-size: 100% 100%;
    background: #0d1114 url("../img/datav_bg.jpg") repeat-x center;
}

/*各浏览器显示不同，去掉蓝色边框*/
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*清除浮动*/
.clear-both:before, .clear-both:after {
    display: table;
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*header开始*/
.header {
    width: 100%;
    height: 1.31rem;
    padding: 0;
    position: absolute;
}

.bg_header {
    width: 100%;
    height: 1.26rem;
    background: url(../img/datav_title.png) no-repeat;
    background-size: 100% 100%;
}

.header > .header_logo {
    padding: 0.18rem 0.10rem 0.1rem 0;
}

.header > .header_logo > a {
    display: block;
}

.header > .header_logo > a > img {
    width: 2.6rem;
}

.header > .header_nav {
    margin-left: 0.2rem;
}

.header > .header_nav > ul > li {
    float: left;
    margin-right: 0.06rem;
    position: relative;
}

.header > .header_nav > ul > li > a {
    display: block;
    height: 0.8rem;
    padding: 0 0.1rem 0 0.3rem;
    line-height: 0.8rem;
    color: #fff;
}

.header > .header_nav > ul > li > a:hover {
    border-bottom: 0.04rem solid #4b8df8;
}

.header > .header_nav > ul > li > img {
    float: left;
    position: absolute;
    top: 0.33rem;
    left: 0.1rem;
}

.header > .header_nav > ul > li > a.nav_current {
    border-bottom: 0.04rem solid #4b8df8;
}

.header > .header_myself {
    width: 0.9rem;
    text-align: center;
}

.header > .header_myself > p {
    color: #fff;
    font-size: 0.13rem;
    margin-top: 0.15rem;
}

.header > .header_myself > a {
    color: #fff;
    font-size: 0.13rem;
}

/*content 开始*/

.content {
    margin: 0.20rem;
    width: calc(100% - 0.4rem);
}

.content > .content_title {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    background-color: #4b8df8;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.content > .content_title > p {
    color: #fff;
    font-size: 0.16rem;
    font-weight: 600;
}

.content > .content_title > img {
    margin: 0.1rem 0.1rem 0 0.1rem;
}

.content > .content_main > .content_search > div {
    margin-right: 0.25rem;
}

.content > .content_main > .content_search > div > label {
    width: 0.8rem;
    text-align: right;
}

.content > .content_main > .content_search > div > select,
.content > .content_main > .content_search > div > input {
    width: 2rem;
}

.content > .content_main > .content_table {
    margin-top: 0.3rem;
}

.content > .content_main > .content_table > table {
    margin-top: 0.15rem;
}

.content > .content_main > .content_table > table th:nth-child(1),
.content > .content_main > .content_table > table td:nth-child(1) {
    width: 0.5rem;
    text-align: center;
}

.content > .content_main > .content_page > span {
    font-size: 0.128rem;
    margin-top: 0.07rem;
}

.content > .content_main > .content_page > select {
    width: 0.7rem;
    margin-right: 0.1rem;
}

/*content 结束*/
.prop_column li {
    text-align: left;
}